MCPcopy 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

newMethod · 0.80
next_batchMethod · 0.80
as_single_row_rangeFunction · 0.80
row_ranges_to_selectionFunction · 0.80
ranges_to_maskFunction · 0.80
intersect_range_listsFunction · 0.80
to_local_row_rangesFunction · 0.80
intersect_sorted_rangesFunction · 0.80
expand_selected_row_idsFunction · 0.80
intersect_sorted_rangesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected