Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_order
Method · 0.45
new
Method · 0.45
set_eq_properties
Method · 0.45
is_unordered_unfiltered_group_by_distinct
Method · 0.45
new
Method · 0.45
fmt_as
Method · 0.45
with_preserve_order
Method · 0.45
sort_exprs
Method · 0.45
partitioned_sym_join_with_filter
Function · 0.45
check_if_order_information_available
Method · 0.45
try_swapping_with_projection
Method · 0.45
execute
Method · 0.45
Calls
2
properties
Method · 0.45
as_ref
Method · 0.45
Tested by
1
partitioned_sym_join_with_filter
Function · 0.36