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

Method scalar_expr

datafusion/pruning/src/pruning_predicate.rs:1037–1039  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1035 }
1036
1037 fn scalar_expr(&self) -> &Arc<dyn PhysicalExpr> {
1038 &self.scalar_expr
1039 }
1040
1041 fn min_column_expr(&mut self) -> Result<Arc<dyn PhysicalExpr>> {
1042 self.required_columns

Callers 7

build_statistics_exprFunction · 0.80
build_eq_statistics_exprFunction · 0.80
build_ne_statistics_exprFunction · 0.80
build_is_distinct_fromFunction · 0.80
build_like_matchFunction · 0.80
build_not_like_matchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected