Interface ResultToColumnarBatchAttributeOptionsExperimental

Attributes resultToColumnarBatch lifts into typed columns.

interface ResultToColumnarBatchAttributeOptions {
    dictionary?: {
        attribute: string;
        ordered?: boolean;
    };
    featureId?: ColumnarResultFeatureIdBinding;
    temporal?: ColumnarResultTemporalBinding;
}

Properties

dictionary?: {
    attribute: string;
    ordered?: boolean;
}