averageBy

inline fun <E : Any, T : BaseTable<E>> EntitySequence<E, T>.averageBy(selector: (T) -> ColumnDeclaring<out Number>): Double?(source)

Return the average value of the column given by selector in this sequence.

The operation is terminal.