Frequently Asked Questions
What are FLEX map functions?
What are FLEX map functions?
FLEX map functions provide utilities for creating, merging, filtering, and transforming map (object) values in Cypher queries.
How do I call a map function?
How do I call a map function?
Use the namespace
flex.map.<function>(). For example: flex.map.merge(map1, map2) combines two maps.Do map functions modify the original map?
Do map functions modify the original map?
No. All FLEX map functions return new maps without mutating the input values.