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() |
addColumnAlias, getallowAllColRef, getAllowDistinctFunctions, getallowFunctionStar, getAllowGBExprElimination, getallowIndexExpr, getAllowStatefulFunctions, getallowSubQueryExpr, getallowWindowing, getColumnAliases, getError, getErrorSrcNode, getInputRR, getOuterRR, getRexBuilder, getSubqueryToRelNode, getUnparseTranslator, isCBOExecuted, isFoldExpr, isUseCaching, setAllowDistinctFunctions, setAllowStatefulFunctions, setError, setInputRR, setOuterRR, setSubqueryToRelNode, setUnparseTranslatorpublic JoinTypeCheckCtx(RowResolver leftRR, RowResolver rightRR, JoinType hiveJoinType) throws SemanticException
SemanticExceptionpublic List<RowResolver> getInputRRList()
public boolean isOuterJoin()
Copyright © 2022 The Apache Software Foundation. All rights reserved.