order
Sorts objects given a certain criteria.
Synopsis
order()
Description
The order()
step is a map step that sorts returned objects given a certain criteria.
Examples
g.V().hasLabel('person').values('name').order().by(decr).dedup()
Sorts objects given a certain criteria.
order()
The order()
step is a map step that sorts returned objects given a certain criteria.
g.V().hasLabel('person').values('name').order().by(decr).dedup()