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

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

Overview

Visitor for emitting currently defunct LIMIT statements from axiom offset operations

Constant Summary collapse

SIGNED_INT_32_MAX =
2 ** 31 - 1
LOCAL_NAME =
AQL.name_node('offset')
MAXIMUM =
Node::Literal::Primitive::Number.new(SIGNED_INT_32_MAX)

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