MCPcopy 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
564impl<'a> IntoIterator for &'a LexOrdering {

Callers 14

test_adapt_batchesFunction · 0.45
new_unknownMethod · 0.45
scatter_with_null_maskFunction · 0.45
assert_setFunction · 0.45
assert_setFunction · 0.45
new_defaultMethod · 0.45
newMethod · 0.45
constructMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by 4

test_adapt_batchesFunction · 0.36
scatter_with_null_maskFunction · 0.36