UNPKG

apache-arrow

Version:

Apache Arrow columnar in-memory format

12 lines (10 loc) 404 B
"use strict"; // automatically generated by the FlatBuffers compiler, do not modify Object.defineProperty(exports, "__esModule", { value: true }); exports.DateUnit = void 0; var DateUnit; (function (DateUnit) { DateUnit[DateUnit["DAY"] = 0] = "DAY"; DateUnit[DateUnit["MILLISECOND"] = 1] = "MILLISECOND"; })(DateUnit || (exports.DateUnit = DateUnit = {})); //# sourceMappingURL=date-unit.js.map