You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/documentation/language/filter-expressions.malloynb
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -168,14 +168,16 @@ Temporal filter expressions can be combined with <code>and</code> and <code>or</
168
168
169
169
# Boolean Filter Expressions
170
170
171
-
Because a boolean value might equal NULL, there are the following boolean filters.
171
+
Because a boolean value might equal NULL, the true `true` and `false` filters treat `NULL` as a false value. The other filters (`=true` and `=false`) maintain the SQL semantic where a `NULL` value input produces a `NULL` output.
0 commit comments