MCPcopy Create free account
hub / github.com/apache/datafusion / eval_bounds

Function eval_bounds

datafusion/expr/src/predicate_bounds.rs:250–253  ·  view source on GitHub ↗
(predicate: &Expr)

Source from the content-addressed store, hash-verified

248 use std::sync::Arc;
249
250 fn eval_bounds(predicate: &Expr) -> Result<NullableInterval> {
251 let schema = DFSchema::try_from(Schema::empty())?;
252 evaluate_bounds(predicate, None, &schema)
253 }
254
255 #[test]
256 fn evaluate_bounds_literal() {

Callers

nothing calls this directly

Calls 2

evaluate_boundsFunction · 0.85
emptyFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…