Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_valid
Method
is_valid
arrow-buffer/src/buffer/null.rs:167–169 ·
view source on GitHub ↗
(&self, idx: usize)
Source
from the content-addressed store, hash-verified
165
/// Returns `true` if the value at `idx` is not null
166
#[inline]
167
pub fn is_valid(&self, idx: usize) -> bool {
168
self.buffer.value(idx)
169
}
170
171
/// Returns `true` if the value at `idx` is null
172
#[inline]
Callers
1
is_null
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected