public static class HiveParserBaseSemanticAnalyzer.AnalyzeRewriteContext extends Object
Constructor and Description |
---|
AnalyzeRewriteContext() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColName() |
List<String> |
getColType() |
String |
getTableName() |
boolean |
isTblLvl() |
void |
setColName(List<String> colName) |
void |
setColType(List<String> colType) |
void |
setTableName(String tableName) |
void |
setTblLvl(boolean isTblLvl) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.