Package io.trino.sql.analyzer
Class Analysis.ResolvedWindow
java.lang.Object
io.trino.sql.analyzer.Analysis.ResolvedWindow
- Enclosing class:
Analysis
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedWindow(List<Expression> partitionBy, Optional<OrderBy> orderBy, Optional<WindowFrame> frame, boolean partitionByInherited, boolean orderByInherited, boolean frameInherited) -
Method Summary
-
Constructor Details
-
ResolvedWindow
public ResolvedWindow(List<Expression> partitionBy, Optional<OrderBy> orderBy, Optional<WindowFrame> frame, boolean partitionByInherited, boolean orderByInherited, boolean frameInherited)
-
-
Method Details
-
getPartitionBy
-
getOrderBy
-
getFrame
-
isPartitionByInherited
public boolean isPartitionByInherited() -
isOrderByInherited
public boolean isOrderByInherited() -
isFrameInherited
public boolean isFrameInherited() -
equals
-
hashCode
public int hashCode()
-