Package io.trino.plugin.pinot.query
Class AggregateExpression
java.lang.Object
io.trino.plugin.pinot.query.AggregateExpression
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateExpression(String function, String argument, boolean returnNullOnEmptyGroup) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanstatic AggregateExpressionreplaceIdentifier(AggregateExpression aggregationExpression, PinotColumnHandle columnHandle) toString()
-
Constructor Details
-
AggregateExpression
-
-
Method Details
-
replaceIdentifier
public static AggregateExpression replaceIdentifier(AggregateExpression aggregationExpression, PinotColumnHandle columnHandle) -
getFunction
-
getArgument
-
isReturnNullOnEmptyGroup
public boolean isReturnNullOnEmptyGroup() -
toFieldName
-
toExpression
-
equals
-
hashCode
public int hashCode() -
toString
-