Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
benchmark_binary_op_in_short_circuit
Function · 0.45
add_offset_to_physical_sort_exprs
Function · 0.45
evaluate
Method · 0.45
create_physical_expr
Function · 0.45
create_physical_exprs
Function · 0.45
from_iter
Method · 0.45
new
Method · 0.45
column_indices
Method · 0.45
try_new
Method · 0.45
project_orderings
Function · 0.45
project_orderings2
Function · 0.45
project_orderings3
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
15
project_orderings2
Function · 0.36
project_orderings3
Function · 0.36
test_filter_statistics_multiple_columns
Function · 0.36
test_collect_equality_columns
Function · 0.36
execute
Method · 0.36
test_get_finest_requirements
Function · 0.36
should_resize_properly
Function · 0.36
test_batch_reservation_error
Function · 0.36
test_sort_metadata
Function · 0.36
test_stable_sort
Function · 0.36
test_sort_metadata
Function · 0.36
partitioned_sym_join_with_filter
Function · 0.36