Skip to main content

Module having_translator

Module having_translator 

Source
Expand description

HAVING clause filter configuration HAVING clause translator

Translates a parsed HAVING expression into a configuration that can filter aggregated RecordBatch results. The filter is applied after window aggregation emission, before downstream consumption.

Structs§

HavingFilterConfig
Configuration for a post-aggregation HAVING filter.

Enums§

HavingFilterError
Errors from HAVING filter operations.