public class FnDefNode extends SqlNode
swigCMemOwn| Constructor and Description |
|---|
FnDefNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
FnDefNode |
DeepCopy(SWIGTYPE_p_NodeManager arg0) |
void |
delete() |
protected void |
finalize() |
long |
GetArgSize() |
SWIGTYPE_p_hybridse__node__TypeNode |
GetArgType(long i) |
static long |
getCPtr(FnDefNode obj) |
String |
GetFlatString() |
String |
GetName() |
SWIGTYPE_p_hybridse__node__TypeNode |
GetReturnType() |
boolean |
IsArgNullable(long i) |
boolean |
IsListReturn(SWIGTYPE_p_ExprAnalysisContext ctx) |
boolean |
IsReturnNullable() |
boolean |
RequireListAt(SWIGTYPE_p_ExprAnalysisContext ctx,
long index) |
FnDefNode |
ShadowCopy(SWIGTYPE_p_NodeManager arg0) |
BaseStatus |
Validate(SWIGTYPE_p_std__vectorT_hybridse__node__TypeNode_const_p_t arg_types) |
Equals, getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public static long getCPtr(FnDefNode obj)
public SWIGTYPE_p_hybridse__node__TypeNode GetReturnType()
public boolean IsReturnNullable()
public long GetArgSize()
public SWIGTYPE_p_hybridse__node__TypeNode GetArgType(long i)
public boolean IsArgNullable(long i)
public String GetName()
public BaseStatus Validate(SWIGTYPE_p_std__vectorT_hybridse__node__TypeNode_const_p_t arg_types)
public String GetFlatString()
public FnDefNode ShadowCopy(SWIGTYPE_p_NodeManager arg0)
public FnDefNode DeepCopy(SWIGTYPE_p_NodeManager arg0)
public boolean RequireListAt(SWIGTYPE_p_ExprAnalysisContext ctx, long index)
public boolean IsListReturn(SWIGTYPE_p_ExprAnalysisContext ctx)
Copyright © 2021. All rights reserved.