SYNOPSIS

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

DESCRIPTION

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