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

Method is_empty

parquet/src/arrow/buffer/view_buffer.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn is_empty(&self) -> bool {
45 self.views.is_empty()
46 }
47
48 pub fn append_block(&mut self, block: Buffer) -> u32 {
49 let block_id = self.buffers.len() as u32;

Callers 14

without_nested_typesMethod · 0.45
column_chunksMethod · 0.45
buildMethod · 0.45
try_transitionMethod · 0.45
get_offset_indexFunction · 0.45
consume_bitmaskMethod · 0.45
as_keysMethod · 0.45
spill_valuesMethod · 0.45
into_arrayMethod · 0.45
parse_key_value_metadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected