Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.WindowSegment
-
-
Uses of WindowSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type WindowSegment Modifier and Type Method Description static Optional<WindowSegment>SelectStatementHandler. getWindowSegment(SelectStatement selectStatement)Get window segment. -
Uses of WindowSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml that return types with arguments of type WindowSegment Modifier and Type Method Description Optional<WindowSegment>MySQLSelectStatement. getWindow()Get window segment. -
Uses of WindowSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml that return types with arguments of type WindowSegment Modifier and Type Method Description Optional<WindowSegment>OpenGaussSelectStatement. getWindow()Get window segment. -
Uses of WindowSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml that return types with arguments of type WindowSegment Modifier and Type Method Description Optional<WindowSegment>PostgreSQLSelectStatement. getWindow()Get window segment.
-