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

Method task_ctx

datafusion/core/src/dataframe/mod.rs:1557–1559  ·  view source on GitHub ↗

Return a new [`TaskContext`] which would be used to execute this DataFrame

(&self)

Source from the content-addressed store, hash-verified

1555
1556 /// Return a new [`TaskContext`] which would be used to execute this DataFrame
1557 pub fn task_ctx(&self) -> TaskContext {
1558 TaskContext::from(self.session_state.as_ref())
1559 }
1560
1561 /// Executes this DataFrame and returns a stream over a single partition
1562 ///

Callers 15

aggregateFunction · 0.45
aggregate_stringFunction · 0.45
aggregate_distinctFunction · 0.45
merge_sortedMethod · 0.45
sort_mergeMethod · 0.45
sortMethod · 0.45
sort_partitionedMethod · 0.45
collectMethod · 0.45
execute_streamMethod · 0.45
collect_partitionedMethod · 0.45

Calls 1

as_refMethod · 0.45