Uses of Class
org.pgcodekeeper.core.schema.pg.PgAggregate
Packages that use PgAggregate
-
Uses of PgAggregate in org.pgcodekeeper.core.parsers.antlr.pg.statement
Methods in org.pgcodekeeper.core.parsers.antlr.pg.statement with parameters of type PgAggregateModifier and TypeMethodDescriptionstatic StringCreateAggregate.getParamFuncSignature(PgAggregate aggregate, PgAggregate.AggFuncs paramName) Gets the function signature for the given aggregate function parameter.static StringCreateAggregate.getSortOperSign(PgAggregate aggr) Gets the sort operator signature for the aggregate's sort operation.