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

Method properties

datafusion/datasource/src/source.rs:346–348  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

344 }
345
346 fn properties(&self) -> &Arc<PlanProperties> {
347 &self.cache
348 }
349
350 fn children(&self) -> Vec<&Arc<dyn ExecutionPlan>> {
351 Vec::new()

Callers 1

repartitionedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected