Class: AQL::Node::Operator::Nary::And

Inherits:
AQL::Node::Operator::Nary show all
Defined in:
lib/aql/node/operator/nary.rb

Overview

Nary and operator

Only present to ease generation of join filters.

Constant Summary collapse

SYMBOL =
:'&&'

Constants inherited from AQL::Node

NULL

Method Summary

Methods inherited from AQL::Node

#aql, #visit