QforMortals2/contents
From Kx Wiki
Contents |
Q for Mortals 2.0
A Tutorial in Programming kdb+
Jeffry A. Borror
Table of Contents
- Overview
- Atoms
- Lists
- Primitive Operations
- Introduction to Functions
- Operator Precedence
- Match (~)
- Relational Operators
- Basic Arithmetic: +, -, *, %
- Max (|) and Min (&)
- Exponential Primitives: sqrt, exp, log, xexp, xlog
- More Primitives: mod, signum, reciprocal, floor, ceiling and abs
- Operations on Temporal Values
- Operations on Infinities and Nulls
- Alias (Advanced)
- Functions
- Casting and Enumerations
- Dictionaries
- Tables
- Queries: q-sql
- Execution Control
- I/O
- Workspace Organization
- Commands and System Variables
- Built-in Functions
- Error Messages
- References
Next: Overview
Table of Contents