Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityRule::RowConditionExpectation (v0.6.1)

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 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)

#sql_expression=

def sql_expression=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)