MCPcopy Create free account
hub / github.com/apache/datafusion / range

Method range

datafusion/physical-expr-common/src/binary_map.rs:608–610  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

606 /// returns self.offset..self.offset + self.len
607 #[inline(always)]
608 fn range(&self) -> Range<usize> {
609 self.offset_or_inline..self.offset_or_inline + self.len.as_usize()
610 }
611}
612
613#[cfg(test)]

Callers 6

propagate_statisticsMethod · 0.45
propagate_statisticsMethod · 0.45
evaluate_statisticsMethod · 0.45
evaluate_statisticsMethod · 0.45
propagate_statisticsMethod · 0.45
insert_if_new_innerMethod · 0.45

Calls 1

as_usizeMethod · 0.45

Tested by

no test coverage detected