Commit 6564239
Columnar query engine filter handle
part of #1508
Handles filter predicates like `severity_text == null` or
`attributes["x"] == null` (e.g. doesn't exist) when filtering using the
columnar query engine.
It handles all the cases, including when the optional column is not
present, when then the ID column (used to join attributes) is not
present or null (meaning no attributes), and when attribute batches are
entirely absent.
---------
Co-authored-by: Joshua MacDonald <[email protected]>== null filters (#1538)1 parent dfca971 commit 6564239
File tree
2 files changed
+453
-28
lines changed- rust/experimental/query_engine/engine-columnar/src/pipeline
2 files changed
+453
-28
lines changed
0 commit comments