UNPKG

parquets

Version:

TypeScript implementation of the Parquet file format, based on parquet.js

15 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ /* eslint-disable */ /* * Autogenerated by @creditkarma/thrift-typescript v3.7.2 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ var FieldRepetitionType; (function (FieldRepetitionType) { FieldRepetitionType[FieldRepetitionType["REQUIRED"] = 0] = "REQUIRED"; FieldRepetitionType[FieldRepetitionType["OPTIONAL"] = 1] = "OPTIONAL"; FieldRepetitionType[FieldRepetitionType["REPEATED"] = 2] = "REPEATED"; })(FieldRepetitionType = exports.FieldRepetitionType || (exports.FieldRepetitionType = {})); //# sourceMappingURL=FieldRepetitionType.js.map