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