We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a2d9f commit f35416eCopy full SHA for f35416e
datafusion/physical-expr/src/intervals/cp_solver.rs
@@ -42,7 +42,7 @@
42
//!
43
//! In order to use interval arithmetic to compute bounds for this expression,
44
//! one would first determine intervals that represent the possible values of
45
-//! `x` and `y`` Let's say that the interval for `x` is `[1, 2]` and the interval
+//! `x` and `y` Let's say that the interval for `x` is `[1, 2]` and the interval
46
//! for `y` is `[-3, 1]`. In the chart below, you can see how the computation
47
//! takes place.
48
0 commit comments