473,386 Members | 1,924 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

is there any "join" implementation source code available?

I want a implementation just like the "join" in the unix shell, I
googled the web and found nothing. Any suggestion will be highly
appreciated, thank you~

Sep 11 '05 #1
6 1909
wy****@gmail.com wrote:
I want a implementation just like the "join" in the unix shell, I
googled the web and found nothing. Any suggestion will be highly
appreciated, thank you~


An obvious place to look would be one of the Linux distros, or cygwin.

john
Sep 11 '05 #2
thanks, in fact, i'm mining the cygwin code and still not find.

maybe some open source DB will provide it, i think.

Sep 11 '05 #3
> I want a implementation just like the "join" in the unix shell, I
googled the web and found nothing. Any suggestion will be highly
appreciated, thank you~


Do you get any ideas from the sources for the wait functions?
http://www.unix.org/version3/apis/t_11.html

Regards,
Markus

Sep 11 '05 #4
Ma************@web.de wrote:
I want a implementation just like the "join" in the unix shell, I
googled the web and found nothing. Any suggestion will be highly
appreciated, thank you~

Do you get any ideas from the sources for the wait functions?
http://www.unix.org/version3/apis/t_11.html

Regards,
Markus


The shell join is a text join, not a process join. There should be join
source in cygwin.
Sep 11 '05 #5
> The shell join is a text join, not a process join. There should be join
source in cygwin.


Do you mean this command?
http://en.wikipedia.org/wiki/Join_%28Unix%29

Regards,
Markus

Sep 12 '05 #6
These are the join functions from our code search engine, some of them
seem to be text join that you may find useful,

http://www.codase.com/search/definit...rs=&nparams=-1

Huihong

Sep 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Jim Hefferon | last post by:
Hello, I'm getting an error join-ing strings and wonder if someone can explain why the function is behaving this way? If I .join in a string that contains a high character then I get an ascii...
3
by: Dam | last post by:
Using SqlServer : Query 1 : SELECT def.lID as IdDefinition, TDC_AUneValeur.VALEURDERETOUR as ValeurDeRetour FROM serveur.Data_tblDEFINITIONTABLEDECODES def,...
1
by: Steve | last post by:
I have a SQL query I'm invoking via VB6 & ADO 2.8, that requires three "Left Outer Joins" in order to return every transaction for a specific set of criteria. Using three "Left Outer Joins"...
3
by: Martin | last post by:
Hello everybody, I have the following question. As a join clause on Oracle we use " table1.field1 = table2.field1 (+) " On SQL Server we use " table1.field1 *= table2.field1 " Does DB2...
14
by: mike | last post by:
I'm using postgresl 7.3.2 and have a query that executes very slowly. There are 2 tables: Item and LogEvent. ItemID (an int4) is the primary key of Item, and is also a field in LogEvent. Some...
0
by: SKB | last post by:
Hi, I want to implement the "outer join" functionality in Java. Can somebody explain the pseudo code for the same. OR what needs to be done to extend the hash-join Java code of equijoin(I have the...
9
by: zhangbo2050 | last post by:
Basically i'm trying to form a mac packet. 1. a simple mac header is generated using struct.pack('!HH', desti_mac, src_mac) 2. the packet is created using ''.join(header, .....) Could anyone...
6
by: Matt Mackal | last post by:
I have an application that occassionally is called upon to process strings that are a substantial portion of the size of memory. For various reasons, the resultant strings must fit completely in...
1
by: nico3334 | last post by:
I have a query that currently pulls data from a main table and a second table using LEFT OUTER JOIN. I know how to do make another LEFT OUTER JOIN with the main table, but I want to add another LEFT...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.