Class AvgAggregation (2.33.0)

publicclass AvgAggregationextendsAggregation

Represents an Aggregation which returns average of numerical values.

Inheritance

Object > Aggregation > AvgAggregation

Constructors

AvgAggregation(String alias, String propertyReference)

publicAvgAggregation(Stringalias,StringpropertyReference)
Parameters
Name Description
alias String
propertyReference String

Methods

equals(Object o)

publicbooleanequals(Objecto)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toPb()

publicAggregationQuery.AggregationtoPb()
Returns
Type Description
AggregationQuery.Aggregation
Overrides

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月19日 UTC.