pub fn resolve_properties_mut(
props: &Option<MapLiteral>,
record: &Record,
engine: &mut StorageEngine,
params: &Params,
scalar_fns: &dyn ScalarFnLookup,
) -> Result<Vec<(u32, PropertyValue)>, ExecutionError>Expand description
Resolve properties from a MapLiteral using mutable engine access. This is the preferred version that can register new property keys.