The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

CQL::NotNode - represents a NOT node in a CQL parse tree

SYNOPSIS

my $node = CQL::NotNode->new( left => $left, right => $right );

DESCRIPTION

CQL::NotNode inherits from CQL::BooleanNode, where you'll find most of the functionality.