public sealed class DataQualityRule.Types.RowConditionExpectation : IMessage<DataQualityRule.Types.RowConditionExpectation>, IEquatable<DataQualityRule.Types.RowConditionExpectation>, IDeepCloneable<DataQualityRule.Types.RowConditionExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This page provides reference documentation for the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex V1 API."],["The `RowConditionExpectation` class is designed to evaluate whether each row in a dataset meets a specified condition, returning a boolean value per row."],["It is implemented in various versions, ranging from the latest version 3.6.0 down to version 1.0.0, and the current version that the page is focused on is version 3.2.0."],["The `RowConditionExpectation` class supports SQL expressions written in BigQuery standard SQL syntax, as demonstrated by the example `col1 \u003e= 0 AND col2 \u003c 10`."],["The `SqlExpression` property is an optional property within the RowConditionExpectation class that allows you to set a string expression for the SQL condition."]]],[]]