datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Build an iterator to efficiently handle null/not null checks in the IteratorBuildingVisitor

Open ivakegg opened this issue 5 years ago • 0 comments

A specialty iterator is needed which handles null/not null checks against non-event fields to allow their usage in queries. The iterator would need to return at most one key per document, then either seek/next to the following document. This could likely be done with a custom FieldIndexAggregator that is substituted in when a null/not null value is specified.

ivakegg avatar Jul 30 '20 15:07 ivakegg