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

Method get_int

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

Source from the content-addressed store, hash-verified

174 }
175
176 pub fn get_int(&self, pos: usize) -> crate::Result<i32> {
177 self.read_i32_at(self.field_offset(pos))
178 }
179
180 pub fn get_long(&self, pos: usize) -> crate::Result<i64> {
181 self.read_i64_at(self.field_offset(pos))

Callers 6

get_datumMethod · 0.80
format_partition_valueFunction · 0.80
extract_datumFunction · 0.80

Calls 2

read_i32_atMethod · 0.80
field_offsetMethod · 0.45

Tested by

no test coverage detected