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