MCPcopy 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
280impl Display for EquivalenceClass {

Callers 15

propagate_statisticsMethod · 0.45
newMethod · 0.45
analyzeMethod · 0.45
buildMethod · 0.45
find_common_columnsFunction · 0.45
test_analyzeFunction · 0.45
in_guaranteeFunction · 0.45
not_in_guaranteeFunction · 0.45
conjunction_optFunction · 0.45
convert_to_exprFunction · 0.45

Calls

no outgoing calls

Tested by 14

test_analyzeFunction · 0.36
test_in_list_tuple_casesFunction · 0.36
relatively_deeply_nestedFunction · 0.36
union_is_not_null_opFunction · 0.36
test_fmt_sqlFunction · 0.36
sparse_union_is_nullFunction · 0.36
dense_union_is_nullFunction · 0.36