Skip to main content

Module map

Module map 

Source
Expand description

Map Steps

Steps that transform traversers 1:1 (one input produces one output).

§Steps

  • map(): Apply transformation function
  • select(): Select labeled values
  • project(): Project specific properties
  • path(): Get traversal path
  • valueMap(): Get property map
  • id(): Get element ID

Structs§

CountStep
Count step - counts traversers (reduce)
IdStep
Id step - returns element ID
LabelStep
Label step - returns element label
PathStep
Path step - returns the traversal path
ProjectStep
Project step - projects specific properties
SelectStep
Select step - selects labeled values from path
ValueMapStep
ValueMap step - returns property map

Enums§

Pop
Pop behavior for select

Traits§

MapStep
Trait for map steps (1:1 transformation)