Questions tagged [k]

k is an array processing language used in the kdb+ database. Do not use this tag for general kdb questions - only for questions pertaining to code in the k language.

K is an array processing language developed by Kx Systems. It is the foundation of the database used in financial products. K draws inspiration from APL and Scheme.

78 questions
0
votes
1 answer

What's the best way of identifying and removing bad handles from a process?

Not much to add this question. I want to add a functionality to my process that identifies "bad handles" and drops them. UPDATE:I know the "bad handle" might sound like a vague term. Basically anything that would prevent me to communicate with the…
user10165841
0
votes
2 answers

Extended Metadata

The meta function in kdb/q returns the following info about the table: c – (symbol) column names t – (char) data type f – (symbol) domain of foreign keys a - (symbol) attributes. I would like to extend this to include more information about the…
1 2 3 4 5
6