UNPKG

parquets

Version:

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

16 lines 624 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 PageType; (function (PageType) { PageType[PageType["DATA_PAGE"] = 0] = "DATA_PAGE"; PageType[PageType["INDEX_PAGE"] = 1] = "INDEX_PAGE"; PageType[PageType["DICTIONARY_PAGE"] = 2] = "DICTIONARY_PAGE"; PageType[PageType["DATA_PAGE_V2"] = 3] = "DATA_PAGE_V2"; })(PageType = exports.PageType || (exports.PageType = {})); //# sourceMappingURL=PageType.js.map