Changeset: 39388637cf12 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=39388637cf12
Modified Files:
        gdk/gdk_select.c
Branch: Apr2019
Log Message:

Fix comment to reflect code.


diffs (13 lines):

diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c
--- a/gdk/gdk_select.c
+++ b/gdk/gdk_select.c
@@ -1201,7 +1201,8 @@ ilog2(BUN x)
  *     v1      v2      true    false   true    x < v1 or x >= v2
  *     v1      v2      false   true    true    x <= v1 or x > v2
  *     v1      v2      true    true    true    x < v1 or x > v2
- *     v2      v1      ignored ignored ignored NOTHING
+ *     v2      v1      ignored ignored false   NOTHING
+ *     v2      v1      ignored ignored true    x != nil
  */
 BAT *
 BATselect(BAT *b, BAT *s, const void *tl, const void *th,
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to