maxValue

abstract fun maxValue(level: Int): Long

Return the maximum value of the interval at the given level, inclusive.

NOTE: It is only guaranteed that values in this interval are less than or equal the returned value. There is no guarantee that one document actually has this value.


abstract fun maxValue(): Long

Return the global maximum value.

NOTE: It is only guaranteed that values are less than or equal the returned value. There is no guarantee that one document actually has this value.