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

Method count

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

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn count(&self) -> i64 {
49 self.to - self.from + 1
50 }
51
52 /// Check overlap with an inclusive file range `[file_start, file_end]`.
53 pub fn overlaps_inclusive(&self, file_start: i64, file_end_inclusive: i64) -> bool {

Callers 4

test_limit_pushdownFunction · 0.80
find_partitioned_byFunction · 0.80
read_batch_streamMethod · 0.80
build_field_boundsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_limit_pushdownFunction · 0.64