About 27,200 results
Open links in new tab
  1. Reference card | kdb+ and q documentation - kdb+ and q …

    Reference card Keywords ... By category ... .Q.id (sanitize), .Q.res (reserved words) Operators ... Overloaded glyphs Iterators

  2. Developing with kdb+ and the q language - kdb+ and q …

    For cloud deployment, see kdb Insights Core. This work is licensed under a Creative Commons Attribution 4.0 International License. Kx and kdb+ are registered trademarks of Kx Systems, …

  3. The .Q namespace – tools | Reference | kdb+ and q …

    Each underlying operating system deals with resolving a hostname to IP (and vice-versa) in different ways, reference .Q.addr for details. When the resolving leads to consulting a DNS …

  4. in | Reference | kdb+ and q documentation - kdb+ and q …

    in is a q keyword that flags whether its left argument is an item in its right argument.

  5. select keyword, Select operator | Reference | kdb+ and q …

    select and Select are (respectively) a q keyword and operator that select all or part of a table, possibly with new columns.

  6. the .z namespace | Reference | kdb+ and q documentation - kdb

    .z.q (quiet mode) 1b if Quiet Mode is set, else 0b. Command-line option -q .z.r (blocked) A boolean, indicating whether an update in the current context would be blocked. Returns 1b in …

  7. Q language – Starting kdb+ – Learn – kdb+ and q documentation

    Scripts A q script is a plain text file with extension .q, which contains q expressions that are executed when loaded. For example, load the script KxSystems/kdb/sp.q and display the s …

  8. C API reference | Interfaces | kdb+ and q documentation - kdb

    Jan 1, 2000 · A reference guide to the API for connecting a C program to a kdb+ server process

  9. Data types | Basics | kdb+ and q documentation - kdb+ and q …

    Above, f is an applicable value. Nested types are 77+t (e.g. 78 is boolean. 96 is time.) The type is a short int: zero for a general list negative for atoms of basic datatypes positive for everything …

  10. get, set – Reference – kdb+ and q documentation - kdb+ and q …

    get and set are q keywords that read or set value of a variable or a kdb+ data file.