Interface ApacheArrowResponseDecoderOptionsExperimental

Mapping hints for the bounded Honua Server geoarrow.wkb response bridge.

interface ApacheArrowResponseDecoderOptions {
    dictionaryField?: string;
    featureIdField?: string;
    geometryKind?: GeoArrowGeometryKind;
    importModule?: ApacheArrowModuleImporter;
    temporalField?: string;
}

Hierarchy (view full)

Properties

dictionaryField?: string

Exact Arrow UTF-8 field to dictionary encode.

featureIdField?: string

Exact Arrow field to map to the non-nullable normative feature-id column.

geometryKind?: GeoArrowGeometryKind

Required only when an empty or all-null response cannot declare its geometry kind.

temporalField?: string

Exact Arrow timestamp field to retain.