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§
- 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.