Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRule::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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sql_expression
def sql_expression() -> ::String
Returns
- (::String) — Optional. The SQL expression.
#sql_expression=
def sql_expression=(value) -> ::String
Parameter
- value (::String) — Optional. The SQL expression.
Returns
- (::String) — Optional. The SQL expression.