Package io.trino.plugin.postgresql
Class ImplementAvgBigint
- java.lang.Object
-
- io.trino.plugin.jdbc.expression.BaseImplementAvgBigint
-
- io.trino.plugin.postgresql.ImplementAvgBigint
-
- All Implemented Interfaces:
AggregateFunctionRule<JdbcExpression>
public class ImplementAvgBigint extends BaseImplementAvgBigint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.plugin.base.expression.AggregateFunctionRule
AggregateFunctionRule.RewriteContext
-
-
Constructor Summary
Constructors Constructor Description ImplementAvgBigint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRewriteFormatExpression()-
Methods inherited from class io.trino.plugin.jdbc.expression.BaseImplementAvgBigint
getPattern, rewrite
-
-
-
-
Method Detail
-
getRewriteFormatExpression
protected String getRewriteFormatExpression()
- Specified by:
getRewriteFormatExpressionin classBaseImplementAvgBigint
-
-