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

Method offset

arrow-data/src/ffi.rs:274–276  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

272 /// the offset of the array
273 #[inline]
274 pub fn offset(&self) -> usize {
275 self.offset as usize
276 }
277
278 /// the null count of the array
279 #[inline]

Callers 15

next_four_bytesMethod · 0.45
next_n_bytesMethod · 0.45
newMethod · 0.45
get_batchMethod · 0.45
run_end_encoded_castFunction · 0.45
cast_byte_containerFunction · 0.45
filter_run_end_arrayFunction · 0.45
filter_bitsFunction · 0.45
nullifFunction · 0.45
take_listFunction · 0.45
take_fixed_size_listFunction · 0.45
take_fixed_size_binaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected