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

Method op

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

Source from the content-addressed store, hash-verified

1031 }
1032
1033 fn op(&self) -> Operator {
1034 self.op
1035 }
1036
1037 fn scalar_expr(&self) -> &Arc<dyn PhysicalExpr> {
1038 &self.scalar_expr

Callers 3

build_statistics_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected