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