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

Method into_iter

datafusion/physical-expr/src/projection.rs:767–769  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

765 type IntoIter = std::slice::Iter<'a, ProjectionExpr>;
766
767 fn into_iter(self) -> Self::IntoIter {
768 self.exprs.iter()
769 }
770}
771
772/// Applies a projection to record batches.

Callers 15

evaluateMethod · 0.45
create_physical_exprFunction · 0.45
create_physical_exprsFunction · 0.45
from_iterMethod · 0.45
newMethod · 0.45
column_indicesMethod · 0.45
try_newMethod · 0.45
project_orderingsFunction · 0.45
project_orderings2Function · 0.45
project_orderings3Function · 0.45

Calls 1

iterMethod · 0.45

Tested by 15

project_orderings2Function · 0.36
project_orderings3Function · 0.36
executeMethod · 0.36
should_resize_properlyFunction · 0.36
test_sort_metadataFunction · 0.36
test_stable_sortFunction · 0.36
test_sort_metadataFunction · 0.36