MCPcopy 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_statisticsFunction · 0.45
get_streamFunction · 0.45
newMethod · 0.45
poll_nextMethod · 0.45
reverse_row_selectionFunction · 0.45

Calls 1

rowMethod · 0.80