I am using the KDB C Api to write data into few KDB tables.
There is the need to insert in our tables null values.
I found all the null values I need for different types except for boolean.
Is there such thing within KDB?
I possibly would like to avoid using Integers as substitute as it would be too big.
Thanks
ki(ni); // create null integer
kf(nf); // create null double
kb(????); // how to create null boolean ??