Module: Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
The list of aggregate metrics a rule can be evaluated against.
Constant Summary collapse
- STATISTIC_UNDEFINED =
Unspecified statistic type
0
- MEAN =
Evaluate the column mean
1
- MIN =
Evaluate the column min
2
- MAX =
Evaluate the column max
3