.\" -*- 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::ExecutionContext 3pm" .TH RDF::Query::ExecutionContext 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::ExecutionContext \- Query execution context .SH VERSION .IX Header "VERSION" This document describes RDF::Query::ExecutionContext version 2.918. .SH METHODS .IX Header "METHODS" .ie n .IP """new ( model => $model, query => $query, bound => \e%bound )""" 4 .el .IP "\f(CWnew ( model => $model, query => $query, bound => \e%bound )\fR" 4 .IX Item "new ( model => $model, query => $query, bound => %bound )" .PD 0 .ie n .IP """copy ( %new_args )""" 4 .el .IP "\f(CWcopy ( %new_args )\fR" 4 .IX Item "copy ( %new_args )" .ie n .IP """pushstack""" 4 .el .IP \f(CWpushstack\fR 4 .IX Item "pushstack" .ie n .IP """popstack""" 4 .el .IP \f(CWpopstack\fR 4 .IX Item "popstack" .ie n .IP """model""" 4 .el .IP \f(CWmodel\fR 4 .IX Item "model" .ie n .IP """query""" 4 .el .IP \f(CWquery\fR 4 .IX Item "query" .ie n .IP """options""" 4 .el .IP \f(CWoptions\fR 4 .IX Item "options" .ie n .IP """bound""" 4 .el .IP \f(CWbound\fR 4 .IX Item "bound" .ie n .IP """bind_variable ( $varname => $node )""" 4 .el .IP "\f(CWbind_variable ( $varname => $node )\fR" 4 .IX Item "bind_variable ( $varname => $node )" .ie n .IP """base_uri""" 4 .el .IP \f(CWbase_uri\fR 4 .IX Item "base_uri" .ie n .IP """ns""" 4 .el .IP \f(CWns\fR 4 .IX Item "ns" .ie n .IP """logger""" 4 .el .IP \f(CWlogger\fR 4 .IX Item "logger" .ie n .IP """costmodel""" 4 .el .IP \f(CWcostmodel\fR 4 .IX Item "costmodel" .ie n .IP """requested_variables""" 4 .el .IP \f(CWrequested_variables\fR 4 .IX Item "requested_variables" .ie n .IP """optimize""" 4 .el .IP \f(CWoptimize\fR 4 .IX Item "optimize" .ie n .IP """strict_errors""" 4 .el .IP \f(CWstrict_errors\fR 4 .IX Item "strict_errors" .ie n .IP """optimistic_threshold_time""" 4 .el .IP \f(CWoptimistic_threshold_time\fR 4 .IX Item "optimistic_threshold_time" .ie n .IP """delegate""" 4 .el .IP \f(CWdelegate\fR 4 .IX Item "delegate" .PD .SH AUTHOR .IX Header "AUTHOR" .Vb 1 \& Gregory Todd Williams .Ve