Class Hierarchy
- java.lang.Object
- org.apache.calcite.sql.util.ChainedSqlOperatorTable (implements org.apache.calcite.sql.SqlOperatorTable)
- org.apache.calcite.sql.util.IdPair<L,
R> - org.apache.calcite.sql.util.ListSqlOperatorTable (implements org.apache.calcite.sql.SqlOperatorTable)
- org.apache.calcite.sql.util.ReflectiveSqlOperatorTable (implements org.apache.calcite.sql.SqlOperatorTable)
- org.apache.calcite.sql.util.SqlBasicVisitor<R> (implements org.apache.calcite.sql.util.SqlVisitor<R>)
- org.apache.calcite.sql.util.SqlShuttle
- org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandlerImpl<R> (implements org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandler<R>)
- org.apache.calcite.sql.util.SqlBuilder
- org.apache.calcite.sql.util.SqlOperatorTables
- org.apache.calcite.sql.util.SqlShuttle.CallCopyingArgHandler (implements org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandler<R>)
- org.apache.calcite.sql.util.SqlString
Interface Hierarchy
- org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandler<R>
- org.apache.calcite.sql.util.SqlVisitor<R>