.\" -*- 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::Algebra::Clear 3pm" .TH RDF::Query::Algebra::Clear 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::Algebra::Clear \- Algebra class for CLEAR operations .SH VERSION .IX Header "VERSION" This document describes RDF::Query::Algebra::Clear version 2.918. .SH METHODS .IX Header "METHODS" Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. .ie n .IP """new ( $graph [, $silent] )""" 4 .el .IP "\f(CWnew ( $graph [, $silent] )\fR" 4 .IX Item "new ( $graph [, $silent] )" Returns a new CLEAR 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 """as_sparql""" 4 .el .IP \f(CWas_sparql\fR 4 .IX Item "as_sparql" Returns the SPARQL string for this algebra 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 """referenced_blanks""" 4 .el .IP \f(CWreferenced_blanks\fR 4 .IX Item "referenced_blanks" Returns a list of the blank node names used in this algebra expression. .ie n .IP """referenced_variables""" 4 .el .IP \f(CWreferenced_variables\fR 4 .IX Item "referenced_variables" .PD 0 .ie n .IP """graph""" 4 .el .IP \f(CWgraph\fR 4 .IX Item "graph" .ie n .IP """silent""" 4 .el .IP \f(CWsilent\fR 4 .IX Item "silent" .PD .SH AUTHOR .IX Header "AUTHOR" .Vb 1 \& Gregory Todd Williams .Ve