Class: Axiom::Adapter::Arango::Visitor::For::Unary::Limit

Inherits:
Axiom::Adapter::Arango::Visitor::For::Unary show all
Defined in:
lib/axiom/adapter/arango/visitor/for/unary/limit.rb

Overview

Visitor for emitting AQL LIMIT statements from axiom limit operations

Constant Summary collapse

LOCAL_NAME =
AQL.name_node('limit')

Constants inherited from Axiom::Adapter::Arango::Visitor

REGISTRY

Method Summary

Methods inherited from Axiom::Adapter::Arango::Visitor::For

#local_name, #root

Methods inherited from Axiom::Adapter::Arango::Visitor

build, run