public class UnsupportedOperatorsVisitor
extends org.apache.calcite.sql.util.SqlShuttle
| Modifier and Type | Method and Description |
|---|---|
void |
convertException() |
static UnsupportedOperatorsVisitor |
createVisitor(QueryContext context) |
org.apache.calcite.sql.SqlNode |
visit(org.apache.calcite.sql.SqlCall sqlCall) |
org.apache.calcite.sql.SqlNode |
visit(org.apache.calcite.sql.SqlDataTypeSpec type) |
public static UnsupportedOperatorsVisitor createVisitor(QueryContext context)
public void convertException()
throws SqlUnsupportedException
SqlUnsupportedExceptionpublic org.apache.calcite.sql.SqlNode visit(org.apache.calcite.sql.SqlDataTypeSpec type)
visit in interface org.apache.calcite.sql.util.SqlVisitor<org.apache.calcite.sql.SqlNode>visit in class org.apache.calcite.sql.util.SqlShuttlepublic org.apache.calcite.sql.SqlNode visit(org.apache.calcite.sql.SqlCall sqlCall)
visit in interface org.apache.calcite.sql.util.SqlVisitor<org.apache.calcite.sql.SqlNode>visit in class org.apache.calcite.sql.util.SqlShuttleCopyright © 2021 The Apache Software Foundation. All rights reserved.