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/equivalence/class.rs:275–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
type IntoIter = <IndexSet<Self::Item> as IntoIterator>::IntoIter;
274
275
fn into_iter(self) -> Self::IntoIter {
276
self.exprs.into_iter()
277
}
278
}
279
280
impl Display for EquivalenceClass {
Callers
15
propagate_statistics
Method · 0.45
new
Method · 0.45
analyze
Method · 0.45
aggregate_multi_conjunct
Method · 0.45
build
Method · 0.45
find_common_columns
Function · 0.45
test_analyze
Function · 0.45
in_guarantee
Function · 0.45
not_in_guarantee
Function · 0.45
conjunction_opt
Function · 0.45
convert_to_expr
Function · 0.45
get_indices_of_exprs_strict
Function · 0.45
Calls
no outgoing calls
Tested by
14
test_analyze
Function · 0.36
in_list_utf8_with_dict_types
Function · 0.36
test_in_list_tuple_cases
Function · 0.36
test_in_list_esoteric_types
Function · 0.36
relatively_deeply_nested
Function · 0.36
union_is_not_null_op
Function · 0.36
test_fmt_sql
Function · 0.36
sparse_union_is_null
Function · 0.36
dense_union_is_null
Function · 0.36
test_cast_decimal_to_decimal
Function · 0.36
test_cast_decimal_to_decimal_overflow
Function · 0.36
test_cast_decimal_to_numeric
Function · 0.36