UNPKG

parquets

Version:

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

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