Interface GeoArrowDictionaryBuffersExperimental

interface GeoArrowDictionaryBuffers {
    field: string;
    indices: Int32Array;
    offsets: Int32Array;
    ordered: boolean;
    validity?: Uint8Array;
    values: Uint8Array;
}

Properties

field: string
indices: Int32Array
offsets: Int32Array
ordered: boolean
validity?: Uint8Array
values: Uint8Array