GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation typedef
GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation = $ConditionExpectation
Evaluates whether each row passes the specified condition.The SQL expression needs to use GoogleSQL syntax (https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax) and should produce a boolean value per row as the result.Example: col1 >= 0 AND col2 < 10
Implementation
typedef GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation
= $ConditionExpectation;