Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5197/BugTracker-2009

Added Files:
        All binop.SF.2499537.sql 
Log Message:
Addition of a test case for function calls.


--- NEW FILE: binop.SF.2499537.sql ---
-- example skeleton to study opportunities 
-- for algebraic GIS accellerators.
create function in_p_l(p int, l int)
returns boolean
begin
        return true;
end;

create table points(p int);
create table lines(l int);

explain select * from points x,lines y
where in_p_l(x.p,y.l);

--- NEW FILE: All ---
binop.SF.2499537


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to