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

Method scheduling_type

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

Source from the content-addressed store, hash-verified

163 fn output_partitioning(&self) -> Partitioning;
164 fn eq_properties(&self) -> EquivalenceProperties;
165 fn scheduling_type(&self) -> SchedulingType {
166 SchedulingType::NonCooperative
167 }
168
169 /// Returns statistics for a specific partition, or aggregate statistics
170 /// across all partitions if `partition` is `None`.

Callers 1

compute_propertiesMethod · 0.45

Implementers 2

memory.rsdatafusion/datasource/src/memory.rs
mod.rsdatafusion/datasource/src/file_scan_co

Calls

no outgoing calls

Tested by

no test coverage detected