Google Cloud Dataplex V1 Client - Class ColumnStatistic (0.9.0)

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 \ StatisticRangeExpectation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;