ignoreNull

@JvmName(name = "uyotmtdrcikffdyf")
suspend fun ignoreNull(value: Output<Boolean>)
@JvmName(name = "tqxejvdjfmbhrkde")
suspend fun ignoreNull(value: Boolean?)

Parameters

value

Rows with null values will automatically fail a rule, unless ignoreNull is true. In that case, such null rows are trivially considered passing. Only applicable to ColumnMap rules.