Interface GeoArrowAggregateDictionaryGroupSpecExperimental

Group by the batch's dictionary column, keyed by its decoded value.

interface GeoArrowAggregateDictionaryGroupSpec {
    kind: "dictionary";
}

Properties

Properties

kind