pub fn execute_node_scan(
variable: &str,
label_id: Option<u32>,
engine: &StorageEngine,
) -> Vec<Record> ⓘExpand description
Scan nodes from the engine, optionally filtered by label. Each node produces a Record with the variable bound to Value::Node(node_id).