Google Cloud Dataplex V1 Client - Class ColumnStatistic (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ColumnStatistic.

Protobuf type google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic

Methods

name

Parameter
NameDescription
value mixed

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;