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

Method output_ordering

datafusion/physical-plan/src/execution_plan.rs:841–843  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

839 }
840
841 fn output_ordering(&self) -> Option<&LexOrdering> {
842 self.properties().output_ordering()
843 }
844
845 fn boundedness(&self) -> Boundedness {
846 self.properties().boundedness

Callers 12

maintains_input_orderMethod · 0.45
newMethod · 0.45
set_eq_propertiesMethod · 0.45
newMethod · 0.45
fmt_asMethod · 0.45
with_preserve_orderMethod · 0.45
sort_exprsMethod · 0.45
executeMethod · 0.45

Calls 2

propertiesMethod · 0.45
as_refMethod · 0.45

Tested by 1