UNPKG

parquets

Version:

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

9 lines (8 loc) 238 B
import * as thrift from "thrift"; export interface IIndexPageHeaderArgs { } export declare class IndexPageHeader { constructor(); write(output: thrift.TProtocol): void; static read(input: thrift.TProtocol): IndexPageHeader; }