Module datafusion_physical_expr::intervals
source · Expand description
Interval arithmetic and constraint propagation library
Re-exports
pub use cp_solver::ExprIntervalGraph;
pub use interval_aritmetic::*;
Modules
- Constraint propagator/solver for custom PhysicalExpr graphs.
- Interval arithmetic library
- Floating point rounding mode utility library TODO: Remove this custom implementation and the “libc” dependency when floating-point rounding mode manipulation functions become available in Rust.
- Test utilities for the interval arithmetic library
- Utility functions for the interval arithmetic library