public interface SubQueryConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertSubQuery()
Returns whether the sub-query can be converted.
|
RexNode |
convertSubQuery(SqlCall subQuery,
SqlToRelConverter parentConverter,
boolean isExists,
boolean isExplain)
Converts the sub-query to an equivalent expression.
|
boolean canConvertSubQuery()
RexNode convertSubQuery(SqlCall subQuery, SqlToRelConverter parentConverter, boolean isExists, boolean isExplain)
subQuery - the SqlNode tree corresponding to a sub-queryparentConverter - sqlToRelConverter of the parent queryisExists - whether the sub-query is part of an EXISTS
expressionisExplain - whether the sub-query is part of an EXPLAIN PLAN
statementCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.