Interface ColumnarPatchDeleteV1Experimental

Tombstone the row that carries featureId.

interface ColumnarPatchDeleteV1 {
    featureId: number;
    op: "delete";
}

Properties

Properties

featureId: number
op