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

Method min

datafusion/pruning/src/pruning_predicate.rs:2147–2149  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2145 }
2146
2147 fn min(&self) -> Option<ArrayRef> {
2148 self.min.clone()
2149 }
2150
2151 fn max(&self) -> Option<ArrayRef> {
2152 self.max.clone()

Callers 15

resolve_overlapMethod · 0.45
build_sorted_batchesFunction · 0.45
collect_new_statisticsFunction · 0.45
newMethod · 0.45
next_sliced_batchMethod · 0.45
estimate_num_rowsMethod · 0.45
spillMethod · 0.45
oom_emit_toMethod · 0.45
nextMethod · 0.45
split_batchFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected