Map Functions

FLEX map utilities.

Frequently Asked Questions 3
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?

Use the namespace flex.map.<function>(). For example: flex.map.merge(map1, map2) combines two maps.

Do map functions modify the original map?

No. All FLEX map functions return new maps without mutating the input values.


Table of contents