UNPKG

parquets

Version:

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

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