public final class SelectStatementConverter extends Object implements SQLStatementConverter<org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement,org.apache.calcite.sql.SqlNode>
| Constructor and Description |
|---|
SelectStatementConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlNode |
convert(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)
Convert.
|
public org.apache.calcite.sql.SqlNode convert(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement)
SQLStatementConverterconvert in interface SQLStatementConverter<org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement,org.apache.calcite.sql.SqlNode>selectStatement - SQL statement be to convertedCopyright © 2023 The Apache Software Foundation. All rights reserved.