lib/grumlin/anonymous_step.rb in grumlin-0.12.4 vs lib/grumlin/anonymous_step.rb in grumlin-0.12.5
- old
+ new
@@ -3,11 +3,11 @@
module Grumlin
class AnonymousStep
attr_reader :name, :args, :previous_step
# TODO: add other steps
- SUPPORTED_STEPS = %i[E V addE addV as both bothE by coalesce count dedup drop elementMap emit fold from group
- groupCount has hasId hasLabel hasNot id in inE inV is label limit not order out outE path
+ SUPPORTED_STEPS = %i[E V addE addV and as both bothE by coalesce count dedup drop elementMap emit fold from group
+ groupCount has hasId hasLabel hasNot id in inE inV is label limit not or order out outE path
project property range repeat select sideEffect skip tail to unfold union until valueMap
values where with].freeze
def initialize(name, *args, previous_step: nil)
@name = name