Changeset: 6aa445ac9944 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6aa445ac9944
Modified Files:
        gdk/gdk_bat.c
Branch: geo
Log Message:

a small comment


diffs (18 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -296,6 +296,14 @@ BATnewstorage(int ht, int tt, BUN cap, i
        return bs;
 }
 
+/**
+ * Create new BAT
+ * int ht: header type
+ * int tt: tail type
+ * BUN cap: BAT capacity
+ * int role: TRANSIENT or PERSISTENT
+ * Returns a new BAT
+ */
 BAT *
 BATnew(int ht, int tt, BUN cap, int role)
 {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to