Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

CQL::OrNode - represents an OR node in a CQL parse tree

Description

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

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

Name

       CQL::OrNode - represents an OR node in a CQL parse tree

Synopsis

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

See Also