public class CreateMacroDesc extends Object implements DDLDesc, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
CreateMacroDesc(String macroName,
List<String> columnNames,
List<TypeInfo> columnTypes,
ExprNodeDesc body) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
getBody() |
String |
getBodyString()
For explaining only.
|
List<String> |
getColumnNames() |
List<TypeInfo> |
getColumnTypes() |
List<String> |
getColumnTypeStrings()
For explaining only.
|
String |
getName() |
public String getName()
public ExprNodeDesc getBody()
public String getBodyString()
Copyright © 2024 The Apache Software Foundation. All rights reserved.