Represents an or node in a cql parse tree
use CQL::OrNode; my $node = CQL::OrNode->new( left => $left, right => $right );
CQL::OrNode inherits from CQL::BooleanNode, where you'll find most of the functionality.