public interface SubqueryConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertSubquery() |
RexNode |
convertSubquery(SqlCall subquery,
SqlToRelConverter parentConverter,
boolean isExists,
boolean isExplain)
Converts the subquery to an equivalent expression.
|
boolean canConvertSubquery()
RexNode convertSubquery(SqlCall subquery, SqlToRelConverter parentConverter, boolean isExists, boolean isExplain)
subquery - the SqlNode tree corresponding to a subqueryparentConverter - sqlToRelConverter of the parent queryisExists - whether the subquery is part of an EXISTS expressionisExplain - whether the subquery is part of an EXPLAIN PLAN
statementCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.