GoogleCloudDataplexV1DataQualityRuleRowConditionExpectationArgs

data class GoogleCloudDataplexV1DataQualityRuleRowConditionExpectationArgs(val sqlExpression: Output<String>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataQualityRuleRowConditionExpectationArgs>

Evaluates whether each row passes the specified condition.The SQL expression needs to use BigQuery standard SQL syntax and should produce a boolean value per row as the result.Example: col1 >= 0 AND col2 < 10

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1DataQualityRuleRowConditionExpectationArgs

Properties

Link copied to clipboard
val sqlExpression: Output<String>? = null

The SQL expression.