public interface SubQueryConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertSubQuery() |
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–2018 The Apache Software Foundation. All rights reserved.