Skip to main content

Module entity

Module entity 

Source

Structs§

AppliedEntityMutation
CreateDocumentInput
CreateEdgeInput
CreateEntityOutput
CreateKvInput
CreateNodeEmbeddingInput
CreateNodeGraphLinkInput
CreateNodeInput
CreateNodeTableLinkInput
CreateRowInput
CreateRowsBatchInput
CreateTimeSeriesPointInput
CreateVectorInput
DeleteEntityInput
DeleteEntityOutput
EntityUseCases
PatchEntityInput
PatchEntityOperation
RowDamageVector
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.
RowUpdateColumnRule
RowUpdateContractPlan

Enums§

PatchEntityOperationType

Functions§

row_damage_vector
Compute the damage-vector between an old and new row snapshot. Both inputs are field lists (as carried by CreateRowInput and AppliedEntityMutation.pre_mutation_fields); the order of fields is not significant. Columns present in both sides with identical values don’t appear in any bucket.