Interface GeoArrowTemporalColumnInputExperimental

interface GeoArrowTemporalColumnInput {
    field: string;
    timezone?: string;
    unit: GeoArrowTimestampUnit;
    values: readonly (null | bigint)[];
}

Properties

field: string
timezone?: string
values: readonly (null | bigint)[]

Signed Arrow timestamp values in the declared unit.