Expand description
CREATE clause execution (nodes and edges).
Constants§
- SYSTEM_
PROP_ CREATED_ AT - System property names that are automatically managed.
- SYSTEM_
PROP_ UPDATED_ AT - System property name for last-updated timestamp.
- TEMPORAL_
PROP_ VALID_ FROM - Temporal edge property: validity start timestamp.
- TEMPORAL_
PROP_ VALID_ TO - Temporal edge property: validity end timestamp.
Functions§
- execute_
create - Create nodes and edges from a pattern. Walks each pattern chain, creating nodes and edges as specified.
- is_
system_ property - Check if a property name is a system-managed (read-only) property. Note: _valid_from and _valid_to are temporal but user-settable, so they are NOT system properties.
- is_
temporal_ edge_ property - Check if a property name is a temporal edge property (user-settable).
- resolve_
properties_ mut - Resolve properties from a MapLiteral using mutable engine access. This is the preferred version that can register new property keys.
- validate_
no_ system_ properties - Validate that no system properties are being set by the user in a map literal.