MonotonicValues

Entity that comprises information on monotonic values in the data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.

Link copied to clipboard

Indicates whether there is a potential data issue related to having monotonic values.

Functions

Link copied to clipboard
inline fun copy(block: MonotonicValues.Builder.() -> Unit = {}): MonotonicValues
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String