UNPKG

parquets

Version:

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

12 lines (11 loc) 257 B
/* 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 */ export enum FieldRepetitionType { REQUIRED = 0, OPTIONAL = 1, REPEATED = 2 }