public final class GroupByConverter extends Object implements SQLSegmentConverter<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment,org.apache.calcite.sql.SqlNodeList>
| Constructor and Description |
|---|
GroupByConverter() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.calcite.sql.SqlNodeList> |
convert(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment segment)
Convert.
|
public Optional<org.apache.calcite.sql.SqlNodeList> convert(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment segment)
SQLSegmentConverterconvert in interface SQLSegmentConverter<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.GroupBySegment,org.apache.calcite.sql.SqlNodeList>segment - SQL segment be to convertedCopyright © 2023 The Apache Software Foundation. All rights reserved.