Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf::query::plan::join(3pm) [debian man page]

RDF::Query::Plan::Join(3pm)				User Contributed Perl Documentation			       RDF::Query::Plan::Join(3pm)

NAME
RDF::Query::Plan::Join - Join query plan base class. VERSION
This document describes RDF::Query::Plan::Join version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( $lhs, $rhs, $optional )" "lhs" Returns the left-hand-side plan to the join. "rhs" Returns the right-hand-side plan to the join. "optional" "bf ()" Returns a string representing the state of the nodes of the triple (bound or free). "join_classes" Returns the class names of all available join algorithms. "distinct" Returns true if the pattern is guaranteed to return distinct results. "ordered" Returns true if the pattern is guaranteed to return ordered results. "plan_prototype" Returns a list of scalar identifiers for the type of the content (children) nodes of this plan node. See RDF::Query::Plan for a list of the allowable identifiers. "plan_node_data" Returns the data for this plan node that corresponds to the values described by the signature returned by "plan_prototype". AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::Join(3pm)

Check Out this Related Man Page

RDF::Query::Plan::Triple(3pm)				User Contributed Perl Documentation			     RDF::Query::Plan::Triple(3pm)

NAME
RDF::Query::Plan::Triple - Executable query plan for Triples. VERSION
This document describes RDF::Query::Plan::Triple version 2.908. METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan class. "new ( @triple )" "execute ( $execution_context )" "next" "close" "nodes" Returns a list of the three node objects that comprise the triple pattern this plan will return. "triple" Returns a RDF::Trine::Statement object representing the triple pattern this plan will return. "bf ()" Returns a string representing the state of the nodes of the triple (bound or free). "distinct" Returns true if the pattern is guaranteed to return distinct results. "ordered" Returns true if the pattern is guaranteed to return ordered results. "plan_node_name" Returns the string name of this plan node, suitable for use in serialization. "plan_prototype" Returns a list of scalar identifiers for the type of the content (children) nodes of this plan node. See RDF::Query::Plan for a list of the allowable identifiers. "plan_node_data" Returns the data for this plan node that corresponds to the values described by the signature returned by "plan_prototype". "graph ( $g )" AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Plan::Triple(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. What is on Your Mind?

401 Keg Plan

If you had purchased $1,000 of AIG stock one year ago, you would have about $40.00 left. With Lehman, you have about $6.00 left. With Fannie or Freddie, you would have less than $5.00 left. But, if you had purchased $1,000 worth of beer one year ago, and had drunk all of the beer, then turned... (4 Replies)
Discussion started by: Neo
4 Replies

2. Linux

How To Join NIS Domain to an Ubuntu workstation

(2 Replies)
Discussion started by: daya.pandit
2 Replies

3. Shell Programming and Scripting

Problem with Join command

Hi guyz Excuse me for posting simple question I tried join and sort and other perl commands but failed I have 2 files. 1st file contain single column with around 6000 values (rows). Second file contain 2 columns 1st column is the same column (in 1st file) but randomly ordered and second... (5 Replies)
Discussion started by: repinementer
5 Replies

4. Shell Programming and Scripting

Merging fields --- Join is not working

Hi GUYS sorry for putting simple query. I have tried the methods posted previously in this site but I'm unable to join the similar values in different columns of different files. I used sort -u file1 and join but no use.?? I'm attaching my inputfiles.Plz chek them I have two files. 1st file... (10 Replies)
Discussion started by: repinementer
10 Replies

5. Shell Programming and Scripting

Join TWO Files

Hi, I would like to Join the Below mwntioned TWO Files. File 1.txt --------- 99|Table1|00|5 99|Table2|00|10 99|Table3|00|15 99|Table1|04|7 File 2.txt --------- 99|Table1|00|INF1 99|Table2|00|INF2 99|Table3|00|INF3 99|Table1|04|INF4 99|Table4|04|INF5 99|Table2|04|INF6 Expected... (3 Replies)
Discussion started by: krk_555
3 Replies

6. UNIX for Advanced & Expert Users

Relational Join (Composite Key)

hi, i have file 1: ====== 0501000|X1 0502000|X2 0501231|X3 0981222|X4 0502000|X6 0503000|X7 0932322|X8 file 2: ======= 050 0501 0502 09 098 (1 Reply)
Discussion started by: magedfawzy
1 Replies

7. UNIX for Dummies Questions & Answers

SOLVED: Join problem

Hello, Going through book, "Guide to UNIX Using Linux". I am doing one of the projects that has me writing scripts to join files. Here is my pnumname script and I am extracting the programmers names and numbers from the program file and redirecting the output to the file pnn. I then created a... (0 Replies)
Discussion started by: thebeav
0 Replies

8. Shell Programming and Scripting

Join 3 or more files using matching column

Dear Forum, Full title of the topic would be: "Join 3 or more files using matching column without full list in any of these columns" I have several, typically 3 or 4 files which I need to join, something like FULL JOIN in slq scripts, all combinations of matches should be printed into an... (3 Replies)
Discussion started by: cyz700
3 Replies

9. Shell Programming and Scripting

Search a text, and Join the next line.

Hello Everybody, I am New to Unix Environment, and need some help. Basically i have got a file named XYZ.txt with following pattern. CR Len:102 Typ:1 Nro:71818037 Chk:1 Tim:2011-07-16/08:46:03 oiw:3 oTy:145 oAd:50206 diw:0 dTy:145 dAd:919399951328 SMC:919821900040 iTm:2011-07-16/08:46:03... (5 Replies)
Discussion started by: spiabhi
5 Replies

10. UNIX for Dummies Questions & Answers

Join the lines until next pattern match

Hi, I have a data file where data is splitted into multiple lines. And, each valid record starts with a patten date | <?xml and ends with pattern </dmm> e.g. 20120924|<?xml record 1 line1....record 1 line1....record 1 line1.... record 1 line2....record 1 line2....record 1 line2.... record 1... (3 Replies)
Discussion started by: Dipalik
3 Replies

11. Shell Programming and Scripting

Join all the lines matching similar pattern

I am trying to Join all the lines matching similar pattern. Example ; I wanted to join all the lines which has sam to a single line. In next line, i wanted to have all the lines with jones to a single line....etc > cat sample.txt sam 2012/11/23 sam 2012/12/5 sam 2012/12/5 jones... (2 Replies)
Discussion started by: evrurs
2 Replies

12. Shell Programming and Scripting

Join not working properly

I want to join two files , with file 1 col 3 and file 2 col 1 as key. The join command is erratic for some reason. File 2 is a master file having all the names, and file 1 has some values. I want to add the names from fil2 in file 1. If I use the original master file, some output is missing. ... (16 Replies)
Discussion started by: ritakadm
16 Replies