getNumericMax

abstract fun getNumericMax(columnIndex: Column?): Double?

Gets the maximum value contained in the specified column.

Return

the maximum value.

Parameters

columnIndex

the index of the column.