MCPcopy Create free account
hub / github.com/apache/paimon-rust / field_offset

Method field_offset

crates/paimon/src/spec/binary_row.rs:125–127  ·  view source on GitHub ↗
(&self, pos: usize)

Source from the content-addressed store, hash-verified

123 }
124
125 fn field_offset(&self, pos: usize) -> usize {
126 self.null_bits_size_in_bytes as usize + pos * 8
127 }
128
129 fn read_slice<const N: usize>(&self, offset: usize) -> crate::Result<[u8; N]> {
130 self.data

Callers 15

get_booleanMethod · 0.45
get_byteMethod · 0.45
get_shortMethod · 0.45
get_intMethod · 0.45
get_longMethod · 0.45
get_floatMethod · 0.45
get_doubleMethod · 0.45
get_timestamp_rawMethod · 0.45
set_null_atMethod · 0.45
write_booleanMethod · 0.45
write_byteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected