public class BaseSemanticAnalyzer.AnalyzeRewriteContext extends Object
Constructor and Description |
---|
BaseSemanticAnalyzer.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) |
public BaseSemanticAnalyzer.AnalyzeRewriteContext()
Copyright © 2017 The Apache Software Foundation. All rights reserved.