CQL::OrNode(3pm) | User Contributed Perl Documentation | CQL::OrNode(3pm) |
CQL::OrNode - 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.
2018-08-25 | perl v5.26.2 |