UNPKG

@dsnp/parquetjs

Version:

fully asynchronous, pure JavaScript implementation of the Parquet file format

3 lines (2 loc) 149 B
import { Cursor, Options } from './types'; export declare const decodeValues: (type: string, cursor: Cursor, count: number, opts: Options) => any[];