Class: AQL::Node::Operator::Binary::GreaterThanOrEqualTo

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

Overview

Binary greater than or equal to operator

Constant Summary collapse

SYMBOL =
:'>='

Constants inherited from AQL::Node

NULL

Method Summary

Methods inherited from AQL::Node

#aql, #visit