Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ next_offset
Method
next_offset
arrow-array/src/builder/generic_bytes_builder.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
85
#[inline]
86
fn next_offset(&self) -> T::Offset {
87
T::Offset::from_usize(self.value_builder.len()).expect(
"byte array offset overflow"
)
88
}
89
90
/// Appends a value into the builder.
91
///
Callers
6
append_value
Method · 0.45
append_value_n
Method · 0.45
append_null
Method · 0.45
append_nulls
Method · 0.45
append_array
Method · 0.45
finish
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected