Module union_distinct_on

Source

Structsยง

HashedData ๐Ÿ”’
ALL input batches and its hash table
UnionDistinctOn
A special kind of UNION(OR in PromQL) operator, for PromQL specific use case.
UnionDistinctOnExec
UnionDistinctOnStream

Enumsยง

HashedDataFut ๐Ÿ”’
Simple future state for HashedData

Functionsยง

interleave_batches ๐Ÿ”’
Utility function to interleave batches. Based on interleave
take_batch ๐Ÿ”’
Utility function to take rows from a record batch. Based on take