public class CreateMacroDesc extends Object implements Serializable
Constructor and Description |
---|
CreateMacroDesc()
For serialization only.
|
CreateMacroDesc(String macroName,
List<String> colNames,
List<TypeInfo> colTypes,
ExprNodeDesc body) |
Modifier and Type | Method and Description |
---|---|
ExprNodeDesc |
getBody() |
List<String> |
getColNames() |
List<TypeInfo> |
getColTypes() |
String |
getMacroName() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.