Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ properties
Method
properties
datafusion/physical-plan/src/execution_plan.rs:1588–1590 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1586
}
1587
1588
fn properties(&self) -> &Arc<PlanProperties> {
1589
unimplemented!()
1590
}
1591
1592
fn children(&self) -> Vec<&Arc<dyn ExecutionPlan>> {
1593
vec![]
Callers
9
schema
Method · 0.45
partition_statistics
Method · 0.45
output_partitioning
Method · 0.45
output_ordering
Method · 0.45
boundedness
Method · 0.45
pipeline_behavior
Method · 0.45
equivalence_properties
Method · 0.45
need_data_exchange
Function · 0.45
has_same_children_properties
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected