Update of /cvsroot/monetdb/sql/src/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19756/src/include

Modified Files:
        sql_catalog.h sql_list.h 
Log Message:
the relational version now does use the hash indices on selects



U sql_list.h
Index: sql_list.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_list.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sql_list.h  27 Jan 2008 15:19:59 -0000      1.14
+++ sql_list.h  14 May 2008 20:18:23 -0000      1.15
@@ -65,6 +65,7 @@
 typedef int (*fkeyvalue) (void *data);
 
 extern node *list_find(list *l, void *key, fcmp cmp);
+extern void * list_fetch(list *l, int pos);
 extern list *list_select(list *l, void *key, fcmp cmp, fdup dup);
 extern list *list_order(list *l, fcmp cmp, fdup dup);
 extern list *list_distinct(list *l, fcmp cmp, fdup dup);

U sql_catalog.h
Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- sql_catalog.h       18 Feb 2008 10:52:05 -0000      1.55
+++ sql_catalog.h       14 May 2008 20:18:22 -0000      1.56
@@ -247,8 +247,9 @@
 } sql_kc;
 
 typedef enum idx_type {
-       unique,
+       hash_idx,
        join_idx,
+       clustered,
        new_idx_types
 } idx_type;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to