UNPKG

parquets

Version:

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

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