Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ inline_data_range
Method
inline_data_range
crates/paimon/src/arrow/format/blob.rs:410–413 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
408
}
409
410
fn inline_data_range(&self) -> Option<Range<u64>> {
411
self.data_offset
412
.map(|offset| offset..offset + self.data_length)
413
}
414
}
415
416
#[derive(Debug, Clone)]
Callers
2
build_descriptor_batch
Function · 0.80
plan_blob_reads
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected