Google Cloud Dataplex V1 Client - Class TableConditionExpectation (0.6.0)

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

Evaluates whether the provided expression is true.

The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result. Example: MIN(col1) >= 0

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualityRule

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sql_expression string

The SQL expression.

getSqlExpression

The SQL expression.

Returns
TypeDescription
string

setSqlExpression

The SQL expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$this