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

Method is_empty

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

Checks whether the queue has no items.

(&self)

Source from the content-addressed store, hash-verified

198
199 /// Checks whether the queue has no items.
200 pub fn is_empty(&self) -> bool {
201 self.data.is_empty()
202 }
203
204 /// Removes all entries from the queue.
205 pub fn clear(&mut self) {

Callers 15

get_exprs_except_skippedFunction · 0.45
columnize_exprFunction · 0.45
regularize_order_bysMethod · 0.45
fmtMethod · 0.45
is_system_variablesFunction · 0.45
updateMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected