UNPKG

@dobesv/parquets

Version:

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

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