Google Cloud Dataplex V1 Client - Class ColumnStatistic (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Unspecified statistic type
Generated from protobuf enum STATISTIC_UNDEFINED = 0;
MEAN
Value: 1Evaluate the column mean
Generated from protobuf enum MEAN = 1;
MIN
Value: 2Evaluate the column min
Generated from protobuf enum MIN = 2;
MAX
Value: 3Evaluate the column max
Generated from protobuf enum MAX = 3;