pub async fn min_column(
column: usize,
inputs: Inputs<RecordBatch>,
output: Output<ScalarValue>,
) -> ResultExpand description
A block that outputs the minimum of the values in a given column.
Panics in case the specified column index is out of bounds.
Outputs ScalarValue::Null in case the specified column has a non-numeric
datatype.