CQL::AndNode
represents an AND node in a CQL parse tree
- Provided by: libcql-parser-perl (Version: 1.12-1)
- Report a bug
represents an AND node in a CQL parse tree
use CQL::AndNode;
my $node = CQL::AndNode->new( left => $left, right => $right );
CQL::AndNode inherits from CQL::BooleanNode, where you will find most of the functionality.