Interface GeoArrowBatchFromApacheResultExperimental

interface GeoArrowBatchFromApacheResult {
    batch: ColumnarBatchV1;
    metrics: ApacheArrowAdapterMetrics;
}

Properties

Properties