Interface ColumnarTableHandoffExperimental

interface ColumnarTableHandoff {
    kind: "table";
    rows: readonly DecodedGeoArrowRow[];
    truncated: boolean;
}

Properties

Properties

kind
rows: readonly DecodedGeoArrowRow[]
truncated: boolean