The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

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

DESCRIPTION

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