Class WindowSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.generic.WindowSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class WindowSegment extends Object implements SQLSegment
Window segment.
-
-
Constructor Summary
Constructors Constructor Description WindowSegment(int startIndex, int stopIndex, IdentifierValue identifierValue, Collection<ExpressionSegment> partitionListSegments)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Constructor Detail
-
WindowSegment
public WindowSegment(int startIndex, int stopIndex, IdentifierValue identifierValue, Collection<ExpressionSegment> partitionListSegments)
-
-