public final class SQLNodeConverterEngine extends Object
| Constructor and Description |
|---|
SQLNodeConverterEngine() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.calcite.sql.SqlNode |
convertToSQLNode(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement statement)
Convert SQL statement to SQL node.
|
static org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement |
convertToSQLStatement(org.apache.calcite.sql.SqlNode sqlNode)
Convert SQL node to SQL statement.
|
public static org.apache.calcite.sql.SqlNode convertToSQLNode(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement statement)
statement - SQL statement to be convertedpublic static org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement convertToSQLStatement(org.apache.calcite.sql.SqlNode sqlNode)
sqlNode - sqlNode converted SQL nodeCopyright © 2022 The Apache Software Foundation. All rights reserved.