.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "RDF::Query::Expression 3pm" .TH RDF::Query::Expression 3pm 2024-04-12 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME RDF::Query::Expression \- Class for Expr expressions .SH VERSION .IX Header "VERSION" This document describes RDF::Query::Expression version 2.918. .SH METHODS .IX Header "METHODS" .ie n .IP """new ( $op, @operands )""" 4 .el .IP "\f(CWnew ( $op, @operands )\fR" 4 .IX Item "new ( $op, @operands )" Returns a new Expr structure. .ie n .IP """construct_args""" 4 .el .IP \f(CWconstruct_args\fR 4 .IX Item "construct_args" Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern. .ie n .IP """op""" 4 .el .IP \f(CWop\fR 4 .IX Item "op" Returns the operator of the expression. .ie n .IP """operands""" 4 .el .IP \f(CWoperands\fR 4 .IX Item "operands" Returns a list of the operands of the expression. .ie n .IP """sse""" 4 .el .IP \f(CWsse\fR 4 .IX Item "sse" Returns the SSE string for this algebra expression. .ie n .IP """explain""" 4 .el .IP \f(CWexplain\fR 4 .IX Item "explain" Returns a string serialization of the expression appropriate for display on the command line. This method is primarily used by the \f(CW\*(C`explain\*(C'\fR method of the subclasses of RDF::Query::Plan. .ie n .IP """as_hash""" 4 .el .IP \f(CWas_hash\fR 4 .IX Item "as_hash" Returns the expression as a nested set of plain data structures (no objects). .ie n .IP """type""" 4 .el .IP \f(CWtype\fR 4 .IX Item "type" Returns the type of this algebra expression. .ie n .IP """referenced_variables""" 4 .el .IP \f(CWreferenced_variables\fR 4 .IX Item "referenced_variables" Returns a list of the variable names used in this algebra expression. .ie n .IP """nonaggregated_referenced_variables""" 4 .el .IP \f(CWnonaggregated_referenced_variables\fR 4 .IX Item "nonaggregated_referenced_variables" Returns a list of the variable names used in this algebra expression except those used as aliases for aggregate operations. .SH AUTHOR .IX Header "AUTHOR" .Vb 1 \& Gregory Todd Williams .Ve