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

Method properties

datafusion/datasource/src/sink.rs:181–183  ·  view source on GitHub ↗

Return a reference to Any that can be used for downcasting

(&self)

Source from the content-addressed store, hash-verified

179
180 /// Return a reference to Any that can be used for downcasting
181 fn properties(&self) -> &Arc<PlanProperties> {
182 &self.cache
183 }
184
185 fn benefits_from_input_partitioning(&self) -> Vec<bool> {
186 // DataSink is responsible for dynamically partitioning its

Callers 1

test_memory_order_eqFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_memory_order_eqFunction · 0.36