Class: Google::Cloud::Dataplex::V1::DataQualityRule::RowConditionExpectation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sql_expression::String

Returns Optional. The SQL expression.

Returns:

  • (::String)

    Optional. The SQL expression.



472
473
474
475
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 472

class RowConditionExpectation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end