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::Node - base class for nodes in a CQL parse tree

Description

       All the CQL node classes inherit from CQL::Node. CQL::Node essentially guarantees that its children
       implements some methods.

   toCQL()toXCQL()toSwish()toLucene()clone()
       Creates a copy of a node, and it's children. Useful if you want to modify the tree but keep a copy of the
       original.

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

Name

       CQL::Node - base class for nodes in a CQL parse tree

Synopsis

           n/a

See Also