org.apache.hadoop.hive.ql.parse
Interface SubQueryUtils.ISubQueryJoinInfo

All Known Implementing Classes:
QBSubQuery
Enclosing class:
SubQueryUtils

public static interface SubQueryUtils.ISubQueryJoinInfo


Method Summary
 String getAlias()
           
 ASTNode getJoinConditionAST()
           
 JoinType getJoinType()
           
 String getOuterQueryId()
           
 QBSubQuery getSubQuery()
           
 ASTNode getSubQueryAST()
           
 

Method Detail

getAlias

String getAlias()

getJoinType

JoinType getJoinType()

getJoinConditionAST

ASTNode getJoinConditionAST()

getSubQuery

QBSubQuery getSubQuery()

getSubQueryAST

ASTNode getSubQueryAST()

getOuterQueryId

String getOuterQueryId()


Copyright © 2014 The Apache Software Foundation. All rights reserved.