public class BaseSemanticAnalyzer.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 © 2019 The Apache Software Foundation. All Rights Reserved.