arrowkdb icon indicating copy to clipboard operation
arrowkdb copied to clipboard

Separate nulls for nested char arrays and symbols.

Open nugend opened this issue 2 years ago • 2 comments

Don’t believe it’s currently possible. Poked in at the current mappings and it seems tractable given the separation of the writing code paths between symbols and nested char arrays.

Would be nice!

nugend avatar Jul 20 '23 15:07 nugend

I think it should be possible to have separate null mappings when writing utf8+kdb symbol vs utf8+kdb string. However, when reading back, utf8 are always decoded as strings so would follow the utf8+kdb string null mapping. Although another issue https://github.com/KxSystems/arrowkdb/issues/31 is asking about a special case (dictionary utf8 keys) for decoding utf8s as symbols so may be some overlap.

nmcdonnell-kx avatar Aug 08 '23 10:08 nmcdonnell-kx

I just meant writing, really. Reading probably isn't going to be a problem.

nugend avatar Aug 10 '23 04:08 nugend