Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_types
Method · 0.45
column_chunks
Method · 0.45
build
Method · 0.45
try_transition
Method · 0.45
row_group_offset_index
Method · 0.45
get_offset_index
Function · 0.45
consume_bitmask
Method · 0.45
as_keys
Method · 0.45
spill_values
Method · 0.45
into_array
Method · 0.45
parquet_to_arrow_field_levels_with_virtual
Function · 0.45
parse_key_value_metadata
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected