Max value at index
(&'_ self, idx: usize)
| 63 | |
| 64 | /// Max value at index |
| 65 | pub fn max(&'_ self, idx: usize) -> Row<'_> { |
| 66 | self.max_by_sort_order.row(idx) |
| 67 | } |
| 68 | |
| 69 | pub fn new_from_files<'a>( |
| 70 | projected_sort_order: &LexOrdering, // Sort order with respect to projected schema |