Uses of Class
org.apache.calcite.sql.SqlJoin
-
Packages that use SqlJoin Package Description org.apache.calcite.sql.validate org.apache.flink.table.planner.calcite -
-
Uses of SqlJoin in org.apache.calcite.sql.validate
Methods in org.apache.calcite.sql.validate with parameters of type SqlJoin Modifier and Type Method Description @Nullable List<String>
SqlValidatorImpl. usingNames(SqlJoin join)
Returns the set of field names in the join condition specified by USING or implicitly by NATURAL, de-duplicated and in order.protected void
SqlValidatorImpl. validateJoin(SqlJoin join, org.apache.calcite.sql.validate.SqlValidatorScope scope)
-
Uses of SqlJoin in org.apache.flink.table.planner.calcite
Methods in org.apache.flink.table.planner.calcite with parameters of type SqlJoin Modifier and Type Method Description protected void
FlinkCalciteSqlValidator. validateJoin(SqlJoin join, org.apache.calcite.sql.validate.SqlValidatorScope scope)
-