Threshold

class Threshold

The threshold used with a non-aggregate check expression. The non-aggregate check expression will be applied to each row in a specific column. Then the threshold will be used to determine whether the validation succeeds.

Types

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

Properties

Link copied to clipboard

The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

Link copied to clipboard

Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

Link copied to clipboard

The value of a threshold.

Functions

Link copied to clipboard
inline fun copy(block: Threshold.Builder.() -> Unit = {}): Threshold
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