Spaces:
Running
Running
File size: 400 Bytes
78c921d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
// automatically generated by the FlatBuffers compiler, do not modify
/**
* ----------------------------------------------------------------------
* 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 enum DictionaryKind{
DenseArray = 0
}
|