logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

CQL::AndNode - represents an AND node in a CQL parse tree

Description

       CQL::AndNode inherits from CQL::BooleanNode, where you will find most of the functionality.

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

Name

       CQL::AndNode - represents an AND node in a CQL parse tree

Synopsis

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

See Also