MCPcopy 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

schemaMethod · 0.45
partition_statisticsMethod · 0.45
output_partitioningMethod · 0.45
output_orderingMethod · 0.45
boundednessMethod · 0.45
pipeline_behaviorMethod · 0.45
need_data_exchangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected