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::BooleanNode - represents a boolean node in a CQL parse tree

Description

       Base class for boolean nodes in a CQL parse tree. See CQL::AndNode and CQL::OrNode. CQL::BooleanNode
       inherits from CQL::Node. Typically you'll want to use CQL::AndNode or CQL::OrNode to instantiate the
       object.

Methods

new()
       You must pass in both a left and right parameter, which should be CQL::Node objects.

   left()right()toCQL()toSwish()toXCQL()toLucene()
perl v5.36.0                                       2022-12-11                              CQL::BooleanNode(3pm)

Name

       CQL::BooleanNode - represents a boolean node in a CQL parse tree

Synopsis

           n/a

See Also