Module mz_compute::render::threshold
source ยท Expand description
Threshold execution logic.
Consult ThresholdPlan documentation for details.
Functionsยง
- Build a dataflow to threshold the input data.
- Dispatches according to existing type-specialization to an appropriate threshold computation resulting in another type-specialized arrangement.
- Dispatches threshold computation for a trace, similarly to
dispatch_threshold_arrangement_local
. - Shared function to compute an arrangement of values matching
logic
.