Changeset: 46d4889b5c4c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=46d4889b5c4c
Modified Files:
        monetdb5/modules/atoms/nested_table.mal
Branch: graph0
Log Message:

Initialize the atom "nestedtable" and set the global var.
TYPE_nested_table


diffs (18 lines):

diff --git a/monetdb5/modules/atoms/nested_table.mal 
b/monetdb5/modules/atoms/nested_table.mal
--- a/monetdb5/modules/atoms/nested_table.mal
+++ b/monetdb5/modules/atoms/nested_table.mal
@@ -8,6 +8,11 @@ module nestedtable;
 
 atom nestedtable : oid;
 
+command prelude() address NESTEDTABLEprelude;
+
 command nest1(group_mapping :bat[:oid], histogram :bat[:lng]) 
:bat[:nestedtable]
 address NESTEDTABLEnest1_oid
-comment "Create a nested table out of the grouped partitions";
\ No newline at end of file
+comment "Create a nested table out of the grouped partitions";
+
+# Initialize
+nestedtable.prelude();
\ No newline at end of file
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to