Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ColumnStatistic.
The list of aggregate metrics a rule can be evaluated against.
Protobuf type google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRule \ StatisticRangeExpectationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATISTIC_UNDEFINED
Value: 0
Unspecified statistic type
Generated from protobuf enum STATISTIC_UNDEFINED = 0;
MEAN
Value: 1
Evaluate the column mean
Generated from protobuf enum MEAN = 1;
MIN
Value: 2
Evaluate the column min
Generated from protobuf enum MIN = 2;
MAX
Value: 3
Evaluate the column max
Generated from protobuf enum MAX = 3;