apache-arrow
Version:
Apache Arrow columnar in-memory format
11 lines (10 loc) • 339 B
TypeScript
/**
* ----------------------------------------------------------------------
* Dictionary encoding metadata
* Maintained for forwards compatibility, in the future
* Dictionaries might be explicit maps between integers and values
* allowing for non-contiguous index values
*/
export declare enum DictionaryKind {
DenseArray = 0
}