class Axiom::Adapter::Arango::Visitor::Reverse
Visitor
for reverse operation
Constants
- FUNCTION_NAME
Public Instance Methods
root()
click to toggle source
Return root AQL AST
@return [AQL::Node]
@api private
# File lib/axiom/adapter/arango/visitor/reverse.rb, line 18 def root Node::Call::new(FUNCTION_NAME, [visit(input.operand)]) end