MCPcopy Create free account
hub / github.com/apache/arrow-rs / is_empty

Method is_empty

arrow-array/src/array/dictionary_array.rs:389–391  ·  view source on GitHub ↗

Whether this dictionary is empty

(&self)

Source from the content-addressed store, hash-verified

387
388 /// Whether this dictionary is empty
389 pub fn is_empty(&self) -> bool {
390 self.keys.is_empty()
391 }
392
393 /// Currently exists for compatibility purposes with Arrow IPC.
394 pub fn is_ordered(&self) -> bool {

Callers 1

is_nullableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected