Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_overlap
Method · 0.45
build_sorted_batches
Function · 0.45
handle_child_pushdown_result
Method · 0.45
collect_new_statistics
Function · 0.45
new
Method · 0.45
next_sliced_batch
Method · 0.45
estimate_num_rows
Method · 0.45
spill
Method · 0.45
oom_emit_to
Method · 0.45
next
Method · 0.45
split_batch
Function · 0.45
calc_partition_output_indices
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected