Function init_geo_stats_accumulator_factory

Source
pub fn init_geo_stats_accumulator_factory(
    factory: Arc<dyn GeoStatsAccumulatorFactory>,
) -> Result<(), ParquetError>
Expand description

Initialize the global GeoStatsAccumulatorFactory

This may only be done once before any calls to try_new_geo_stats_accumulator. Clients may use this to implement support for builds of the Parquet crate without geospatial support or to implement support for Geography bounding using external dependencies.