Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf::query::algebra::union(3pm) [debian man page]

RDF::Query::Algebra::Union(3pm) 			User Contributed Perl Documentation			   RDF::Query::Algebra::Union(3pm)

NAME
RDF::Query::Algebra::Union - Algebra class for Union patterns VERSION
This document describes RDF::Query::Algebra::Union version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( $left, $right )" Returns a new Union structure. "construct_args" Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern. "first" Returns the first pattern (LHS) of the union. "second" Returns the second pattern (RHS) of the union. "patterns" Returns the two patterns belonging to the UNION pattern. "sse" Returns the SSE string for this algebra expression. "as_sparql" Returns the SPARQL string for this algebra expression. "as_hash" Returns the query as a nested set of plain data structures (no objects). "type" Returns the type of this algebra expression. "referenced_variables" Returns a list of the variable names used in this algebra expression. "potentially_bound" Returns a list of the variable names used in this algebra expression that will bind values during execution. "definite_variables" Returns a list of the variable names that will be bound after evaluating this algebra expression. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::Union(3pm)

Check Out this Related Man Page

RDF::Query::Algebra::Extend(3pm)			User Contributed Perl Documentation			  RDF::Query::Algebra::Extend(3pm)

NAME
RDF::Query::Algebra::Extend - Algebra class for extending the variable projection VERSION
This document describes RDF::Query::Algebra::Extend version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class. "new ( $pattern, @vars_and_exprs )" Returns a new Extend structure. "construct_args" Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern. "pattern" Returns the pattern to be sorted. "vars" Returns the vars to be extended. "sse" Returns the SSE string for this algebra expression. "as_sparql" Returns the SPARQL string for this algebra expression. "as_hash" Returns the query as a nested set of plain data structures (no objects). "type" Returns the type of this algebra expression. "referenced_variables" Returns a list of the variable names used in this algebra expression. "potentially_bound" Returns a list of the variable names used in this algebra expression that will bind values during execution. "definite_variables" Returns a list of the variable names that will be bound after evaluating this algebra expression. "is_solution_modifier" Returns true if this node is a solution modifier. AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Algebra::Extend(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

String Operations

Hi All, Query 1 : I want to know how we can get a count of multipe occurrences of a particular expression in another string. For Eg. If my string is " 12" and i need to count the number of spaces preceeding 12 Query 2 : Also want to know how we can change the alignment of a... (9 Replies)
Discussion started by: Rohini Vijay
9 Replies

2. UNIX for Dummies Questions & Answers

Removing the rest of line from the second entry of an expression

Dear people, can you please enlighten: I need to do a (most probably) very simple thing but couldn't figure how. I have files with lots of lines starting with a fixed expression: Query=. (the dot is a space) followed by different combinations of characters including special ones such... (5 Replies)
Discussion started by: roussine
5 Replies

3. Shell Programming and Scripting

remove contents including the tag if pattern matches

Hi all, Can anyone help me on this. I have several WP sites that are affected by sql injections. But the contents are different as follows western union india belgaum western union india bolegaon western union india barhaj western union india budhana western union india belda western... (6 Replies)
Discussion started by: sanjuabraham
6 Replies

4. Shell Programming and Scripting

Extract info and do algebra on it by sed or awk

Hello everyone, I need to extract some information from a csv file and further need to do some algebraic calculations on those information and then to throw the result in a new file. Here is a sample from my data.csv file; Col1,Col2,Col3,Col4,Col5,Col6,Col7... (19 Replies)
Discussion started by: hayreter
19 Replies

5. UNIX for Dummies Questions & Answers

Take by default zero value when no value present

group by RQO_ORG Union select '4' AS ORG, 0 AS AUTHVOL from sysibm.sysdummy1 union select '26' AS ORG, 0 AS AUTHVOL from sysibm.sysdummy1 union select '30' AS ORG, 0 AS AUTHVOL from... (2 Replies)
Discussion started by: nishantrefound
2 Replies