Class: Google::Cloud::Dataplex::V1::DataQualityRule::RowConditionExpectation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityRule::RowConditionExpectation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
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
Instance Attribute Summary collapse
-
#sql_expression ⇒ ::String
Optional.
Instance Attribute Details
#sql_expression ⇒ ::String
Returns Optional. The SQL expression.
482 483 484 485 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 482 class RowConditionExpectation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |