public static class SqlToRelConverter.SqlIdentifierFinder extends Object implements org.apache.calcite.sql.util.SqlVisitor<Boolean>
SqlNode
objects and return
Boolean.TRUE
when it finds one.Constructor and Description |
---|
SqlIdentifierFinder() |
Modifier and Type | Method and Description |
---|---|
Boolean |
visit(org.apache.calcite.sql.SqlCall sqlCall) |
Boolean |
visit(org.apache.calcite.sql.SqlDataTypeSpec type) |
Boolean |
visit(org.apache.calcite.sql.SqlDynamicParam param) |
Boolean |
visit(org.apache.calcite.sql.SqlIdentifier identifier) |
Boolean |
visit(org.apache.calcite.sql.SqlIntervalQualifier intervalQualifier) |
Boolean |
visit(org.apache.calcite.sql.SqlLiteral literal) |
Boolean |
visit(org.apache.calcite.sql.SqlNodeList nodeList) |
public Boolean visit(org.apache.calcite.sql.SqlCall sqlCall)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
public Boolean visit(org.apache.calcite.sql.SqlNodeList nodeList)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
public Boolean visit(org.apache.calcite.sql.SqlIdentifier identifier)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
public Boolean visit(org.apache.calcite.sql.SqlLiteral literal)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
public Boolean visit(org.apache.calcite.sql.SqlDataTypeSpec type)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
public Boolean visit(org.apache.calcite.sql.SqlDynamicParam param)
visit
in interface org.apache.calcite.sql.util.SqlVisitor<Boolean>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.