apache-arrow
Version:
Apache Arrow columnar in-memory format
10 lines (8 loc) • 406 B
JavaScript
// automatically generated by the FlatBuffers compiler, do not modify
export var IntervalUnit;
(function (IntervalUnit) {
IntervalUnit[IntervalUnit["YEAR_MONTH"] = 0] = "YEAR_MONTH";
IntervalUnit[IntervalUnit["DAY_TIME"] = 1] = "DAY_TIME";
IntervalUnit[IntervalUnit["MONTH_DAY_NANO"] = 2] = "MONTH_DAY_NANO";
})(IntervalUnit || (IntervalUnit = {}));
//# sourceMappingURL=interval-unit.mjs.map