Module mz_compute::render::reduce::window_agg_helpers
source · Structs§
Enums§
- TODO: It would be better for performance to do the branching that is in the methods of this enum at the place where we are calling
eval_fast_window_agg
. Then we wouldn’t need an enum here, and would parameterizeeval_fast_window_agg
with one of the implementations directly.