Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ into_iter
Method
into_iter
datafusion/physical-expr-common/src/sort_expr.rs:559–561 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
557
type IntoIter = IntoIter<Self::Item>;
558
559
fn into_iter(self) -> Self::IntoIter {
560
self.exprs.into_iter()
561
}
562
}
563
564
impl<
'a> IntoIterator for &'
a LexOrdering {
Callers
14
test_adapt_batches
Function · 0.45
test_adapt_struct_batches
Function · 0.45
test_adapt_list_struct_batches
Function · 0.45
format_physical_expr_list
Function · 0.45
new_unknown
Method · 0.45
evaluate_expressions_to_arrays_with_metrics
Function · 0.45
scatter_with_null_mask
Function · 0.45
assert_set
Function · 0.45
assert_set
Function · 0.45
new_default
Method · 0.45
new
Method · 0.45
construct
Method · 0.45
Calls
1
iter
Method · 0.45
Tested by
4
test_adapt_batches
Function · 0.36
test_adapt_struct_batches
Function · 0.36
test_adapt_list_struct_batches
Function · 0.36
scatter_with_null_mask
Function · 0.36