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

Method get_long

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

Source from the content-addressed store, hash-verified

178 }
179
180 pub fn get_long(&self, pos: usize) -> crate::Result<i64> {
181 self.read_i64_at(self.field_offset(pos))
182 }
183
184 pub fn get_float(&self, pos: usize) -> crate::Result<f32> {
185 self.read_slice::<4>(self.field_offset(pos))

Callers 5

get_decimal_unscaledMethod · 0.80
get_timestamp_rawMethod · 0.80
get_datumMethod · 0.80
format_partition_valueFunction · 0.80
extract_datumFunction · 0.80

Calls 2

read_i64_atMethod · 0.80
field_offsetMethod · 0.45

Tested by

no test coverage detected