Class TWindowDef

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

public class TWindowDef extends TParseTreeNode
Represents over clause in analytic function.
This class also including keep dense rank clause TKeepDenseRankClause and within group clause TWithinGroup of Oracle as well.
partition clause getPartitionClause(), order by clause getOrderBy() and window frame getWindowFrame() is used in over clause.

class related to analytic function:
TPartitionClause
TOrderBy
TWindowFrame
TWindowFrameBoundary
TFrameExclusionClause