Interface GeoArrowDictionaryColumnInputExperimental

interface GeoArrowDictionaryColumnInput {
    field: string;
    ordered?: boolean;
    values: readonly (null | string)[];
}

Properties

Properties

field: string
ordered?: boolean
values: readonly (null | string)[]