Interface ColumnarPatchV1Experimental

One versioned, self-describing realtime patch.

interface ColumnarPatchV1 {
    cursor: ColumnarPatchCursorV1;
    geometryKind: GeoArrowGeometryKind;
    kind: "honua.columnar-patch";
    operations: readonly ColumnarPatchOperationV1[];
    schemaId: string;
    version: "1.0";
}

Properties

geometryKind: GeoArrowGeometryKind
kind
operations: readonly ColumnarPatchOperationV1[]
schemaId: string
version