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

Method execute

datafusion/physical-plan/src/test.rs:155–161  ·  view source on GitHub ↗
(
        &self,
        partition: usize,
        context: Arc<TaskContext>,
    )

Source from the content-addressed store, hash-verified

153 }
154
155 fn execute(
156 &self,
157 partition: usize,
158 context: Arc<TaskContext>,
159 ) -> Result<SendableRecordBatchStream> {
160 self.open(partition, context)
161 }
162
163 fn metrics(&self) -> Option<MetricsSet> {
164 unimplemented!()

Callers

nothing calls this directly

Calls 5

newFunction · 0.85
openMethod · 0.45
mapMethod · 0.45
into_iterMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected