Google Cloud Dataplex V1 Client - Class RowConditionExpectation (0.14.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RowConditionExpectation.

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

Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RowConditionExpectation

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualityRule

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sql_expression string

Optional. The SQL expression.

getSqlExpression

Optional. The SQL expression.

Returns
TypeDescription
string

setSqlExpression

Optional. The SQL expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$this