Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ min
Method
min
datafusion/datasource/src/statistics.rs:60–62 ·
view source on GitHub ↗
(&'_ self, idx: usize)
Source
from the content-addressed store, hash-verified
58
/// Min value at index
59
#[expect(unused)]
60
pub fn min(&
'_ self, idx: usize) -> Row<'
_> {
61
self.min_by_sort_order.row(idx)
62
}
63
64
/// Max value at index
65
pub fn max(&
'_ self, idx: usize) -> Row<'
_> {
Callers
6
merge_summary_statistics
Function · 0.45
test_split_groups_by_statistics_with_target_partitions
Function · 0.45
get_stream
Function · 0.45
new
Method · 0.45
poll_next
Method · 0.45
reverse_row_selection
Function · 0.45
Calls
1
row
Method · 0.80
Tested by
1
test_split_groups_by_statistics_with_target_partitions
Function · 0.36