public class JoinTypeCheckCtx extends TypeCheckCtx
LOG| Constructor and Description |
|---|
JoinTypeCheckCtx(RowResolver leftRR,
RowResolver rightRR,
JoinType hiveJoinType) |
| Modifier and Type | Method and Description |
|---|---|
List<RowResolver> |
getInputRRList() |
boolean |
isOuterJoin() |
getallowAllColRef, getAllowDistinctFunctions, getallowFunctionStar, getAllowGBExprElimination, getallowIndexExpr, getAllowStatefulFunctions, getallowSubQueryExpr, getallowWindowing, getError, getErrorSrcNode, getInputRR, getUnparseTranslator, setAllowDistinctFunctions, setAllowStatefulFunctions, setError, setInputRR, setUnparseTranslatorpublic JoinTypeCheckCtx(RowResolver leftRR, RowResolver rightRR, JoinType hiveJoinType) throws SemanticException
SemanticExceptionpublic List<RowResolver> getInputRRList()
public boolean isOuterJoin()
Copyright © 2016 The Apache Software Foundation. All rights reserved.