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