Class AnalyticExpression

  • All Implemented Interfaces:
    Serializable, Expression, Model, net.sf.jsqlparser.parser.ASTNodeAccess

    public class AnalyticExpression
    extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
    implements Expression
    Analytic function. The name of the function is variable but the parameters following the special analytic function path. e.g. row_number() over (order by test). Additionally, there can be an expression for an analytical aggregate like sum(col) or the "all columns" wildcard like count(*).
    Author:
    tw
    See Also:
    Serialized Form