Structs§
- Applied
Entity Mutation - Create
Document Input - Create
Edge Input - Create
Entity Output - Create
KvInput - Create
Node Embedding Input - Create
Node Graph Link Input - Create
Node Input - Create
Node Table Link Input - Create
RowInput - Create
Rows Batch Input - Create
Time Series Point Input - Create
Vector Input - Delete
Entity Input - Delete
Entity Output - Entity
UseCases - Patch
Entity Input - Patch
Entity Operation - RowDamage
Vector - Damage-vector for a row update: the minimal diff between the pre-mutation and post-mutation field state. Downstream consumers (secondary-index maintainer, CDC emitter, eventually the pager’s in-place update path) work off this struct so they only touch columns that actually changed.
- RowUpdate
Column Rule - RowUpdate
Contract Plan
Enums§
Functions§
- apply_
patch_ operations_ to_ json_ public pubre-export of [apply_patch_operations_to_json] for the HTTP layer. The KV patch handler (issue #751) parses a JSON value, applies operations against the live JSON tree, and writes back — without reaching the entity-row patch core that this module otherwise owns.- row_
damage_ vector - Compute the damage-vector between an old and new row snapshot.
Both inputs are field lists (as carried by
CreateRowInputandAppliedEntityMutation.pre_mutation_fields); the order of fields is not significant. Columns present in both sides with identical values don’t appear in any bucket.