Interface GeoArrowAggregateTemporalGroupSpecExperimental

Group by the batch's temporal column truncated to a fixed-width unit.

interface GeoArrowAggregateTemporalGroupSpec {
    kind: "temporal";
    unit: GeoArrowAggregateTruncationUnit;
}

Properties

Properties

kind