Skip to main content

Crate lora_executor

Crate lora_executor 

Source

Structs§

CombinedResult
CombinedRow
ExecuteOptions
ExecutionContext
Executor
GraphResult
HydratedGraph
HydratedNode
HydratedRelationship
LoraPath
A materialised path: alternating node/relationship IDs. nodes.len() == rels.len() + 1
MutableExecutionContext
MutableExecutor
Row
RowArraysResult
RowsResult

Enums§

LoraValue
PropertyConversionError
Errors that can arise when converting a LoraValue into a PropertyValue for storage on a node or relationship.
QueryResult
ResultFormat

Functions§

lora_value_to_property
Fallible conversion used on every write path (set_property_from_expr, overwrite_entity_target, mutate_entity_target, eval_properties_expr, plus CREATE / MERGE). Rejects VECTOR values nested inside lists at any depth — everything else falls through to the infallible From implementation above. A top-level VECTOR property is always fine; only LISTs that directly contain a VECTOR entry are rejected.
project_rows
value_matches_property_value