toBulkSet
Return all results in a weighted set.
Synopsis
toBulkSet()
Description
The toBulkSet()
step is a terminal step that returns all results in a weighted set.
Examples
Will return all results in a weighted set, with duplicates preserved via weighting:
g.V().out('reviewed').toBulkSet()