Google Cloud Dataplex V1 Client - Class ColumnStatistic (1.1.1)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.