UNPKG

apache-arrow

Version:

Apache Arrow columnar in-memory format

16 lines (14 loc) 546 B
"use strict"; // automatically generated by the FlatBuffers compiler, do not modify Object.defineProperty(exports, "__esModule", { value: true }); exports.Endianness = void 0; /** * ---------------------------------------------------------------------- * Endianness of the platform producing the data */ var Endianness; (function (Endianness) { Endianness[Endianness["Little"] = 0] = "Little"; Endianness[Endianness["Big"] = 1] = "Big"; })(Endianness || (exports.Endianness = Endianness = {})); //# sourceMappingURL=endianness.js.map