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

Method properties

datafusion/physical-plan/src/buffer.rs:154–156  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

152 }
153
154 fn properties(&self) -> &Arc<PlanProperties> {
155 &self.properties
156 }
157
158 fn maintains_input_order(&self) -> Vec<bool> {
159 vec![true]

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected