UNPKG

apache-arrow

Version:

Apache Arrow columnar in-memory format

9 lines (8 loc) 194 B
/** * ---------------------------------------------------------------------- * Endianness of the platform producing the data */ export declare enum Endianness { Little = 0, Big = 1 }