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

Method data

crates/paimon/src/spec/binary_row.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 }
113
114 pub fn data(&self) -> &[u8] {
115 &self.data
116 }
117
118 pub fn is_null_at(&self, pos: usize) -> bool {
119 let bit_index = pos + Self::HEADER_SIZE_IN_BYTES as usize;

Callers 5

validate_rowFunction · 0.80
validate_row_has_fieldFunction · 0.80
parquet_stats_to_datumFunction · 0.80
extract_stats_datumFunction · 0.80
validate_rowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected