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

Method len

datafusion/execution/src/cache/lru_queue.rs:195–197  ·  view source on GitHub ↗

Returns the number of entries in the queue.

(&self)

Source from the content-addressed store, hash-verified

193
194 /// Returns the number of entries in the queue.
195 pub fn len(&self) -> usize {
196 self.data.len()
197 }
198
199 /// Checks whether the queue has no items.
200 pub fn is_empty(&self) -> bool {

Callers 15

grouping_set_expr_countFunction · 0.45
powersetFunction · 0.45
merge_grouping_setFunction · 0.45
cross_join_grouping_setsFunction · 0.45
enumerate_grouping_setsFunction · 0.45
grouping_set_to_exprlistFunction · 0.45
get_excluded_columnsFunction · 0.45
compare_sort_exprFunction · 0.45
merge_schemaFunction · 0.45
regularize_order_bysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected