MCPcopy Create free account
hub / github.com/apache/paimon-rust / from

Method from

crates/paimon/src/table/source.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 }
39
40 pub fn from(&self) -> i64 {
41 self.from
42 }
43
44 pub fn to(&self) -> i64 {
45 self.to

Callers 15

newMethod · 0.45
next_batchMethod · 0.45
as_single_row_rangeFunction · 0.45
row_ranges_to_selectionFunction · 0.45
ranges_to_maskFunction · 0.45
leaf_to_rangesFunction · 0.45
intersect_range_listsFunction · 0.45
to_local_row_rangesFunction · 0.45
intersect_sorted_rangesFunction · 0.45
expand_selected_row_idsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected