Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ to
Method
to
crates/paimon/src/table/source.rs:44–46 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
42
}
43
44
pub fn to(&self) -> i64 {
45
self.to
46
}
47
48
pub fn count(&self) -> i64 {
49
self.to - self.from + 1
Callers
14
new
Method · 0.80
next_batch
Method · 0.80
build_range_row_selection
Function · 0.80
as_single_row_range
Function · 0.80
row_ranges_to_selection
Function · 0.80
ranges_to_mask
Function · 0.80
build_row_ranges_selection
Function · 0.80
intersect_range_lists
Function · 0.80
to_local_row_ranges
Function · 0.80
intersect_sorted_ranges
Function · 0.80
expand_selected_row_ids
Function · 0.80
intersect_sorted_ranges
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected