Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
serialize_physical_expr_with_converter
Function · 0.45
build_predicate_expression
Function · 0.45
build_statistics_expr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected