Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_row
Function · 0.80
validate_row_has_field
Function · 0.80
parquet_stats_to_datum
Function · 0.80
extract_stats_datum
Function · 0.80
validate_row
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected