Expand description
Map Steps
Steps that transform traversers 1:1 (one input produces one output).
§Steps
map(): Apply transformation functionselect(): Select labeled valuesproject(): Project specific propertiespath(): Get traversal pathvalueMap(): Get property mapid(): Get element ID
Structs§
- Count
Step - Count step - counts traversers (reduce)
- IdStep
- Id step - returns element ID
- Label
Step - Label step - returns element label
- Path
Step - Path step - returns the traversal path
- Project
Step - Project step - projects specific properties
- Select
Step - Select step - selects labeled values from path
- Value
MapStep - ValueMap step - returns property map
Enums§
- Pop
- Pop behavior for select
Traits§
- MapStep
- Trait for map steps (1:1 transformation)