Class TAnalyticFunction

Object
gudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TAnalyticFunction
All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

public class TAnalyticFunction extends TParseTreeNode
Deprecated.
As of v1.8.6.3, replaced by TWindowDef Window/analytic clause of Window (or analytic) functions.

partitioning ::= PARTITION BY value[, value...], call method getPartitionBy_ExprList() to get list of values.

ordering ::= ORDER [SIBLINGS] BY rule[, rule...], call method getOrderBy() to get order clause.