logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

perl v5.36.0                                       2022-12-11                                  CQL::NotNode(3pm)

Name

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

Synopsis

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

See Also