UNPKG

hyparquet

Version:

Parquet file parser for JavaScript

10 lines 445 B
/** * @import {KeyValue, LogicalType, SchemaElement} from '../src/types.d.ts' * @param {SchemaElement[]} schema * @param {KeyValue[] | undefined} key_value_metadata * @returns {void} */ export function markGeoColumns(schema: SchemaElement[], key_value_metadata: KeyValue[] | undefined): void; import type { SchemaElement } from '../src/types.d.ts'; import type { KeyValue } from '../src/types.d.ts'; //# sourceMappingURL=geoparquet.d.ts.map