hyparquet-writer
Version:
Parquet file writer for JavaScript
11 lines • 522 B
TypeScript
/**
* Compute geospatial statistics for GEOMETRY and GEOGRAPHY columns.
*
* @import {BoundingBox, DecodedArray, Geometry, GeospatialStatistics} from 'hyparquet/src/types.js'
* @param {DecodedArray} values
* @returns {GeospatialStatistics | undefined}
*/
export function geospatialStatistics(values: DecodedArray): GeospatialStatistics | undefined;
import type { DecodedArray } from 'hyparquet/src/types.js';
import type { GeospatialStatistics } from 'hyparquet/src/types.js';
//# sourceMappingURL=geospatial.d.ts.map