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

Method len

datafusion/optimizer/src/join_key_set.rs:127–129  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125 /// Return the length of this set
126 #[cfg(test)]
127 pub fn len(&self) -> usize {
128 self.inner.len()
129 }
130
131 /// Return an iterator over the join keys in this set
132 pub fn iter(&self) -> impl Iterator<Item = (&Expr, &Expr)> {

Callers 15

has_all_column_refsFunction · 0.45
push_extraction_pairsFunction · 0.45
route_to_inputsFunction · 0.45
try_push_into_inputsFunction · 0.45
rewriteMethod · 0.45
is_single_distinct_aggFunction · 0.45
rewriteMethod · 0.45
rewriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected