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 documentation page covers the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex v1 API, with the current version being 2.4.0."],["The `RowConditionExpectation` class is used to evaluate whether each row in a dataset meets a specified condition."],["The `RowConditionExpectation` class requires a SQL expression for the condition, and needs to be in BigQuery standard SQL syntax that produces a boolean value per row."],["The page lists various versions of the documentation for `RowConditionExpectation`, ranging from the latest 3.6.0 down to 1.0.0, allowing you to navigate through them all."],["`RowConditionExpectation` implements several interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]