public class PhysicalUnionNode extends PhysicalBinaryNode
swigCMemOwn| Constructor and Description |
|---|
PhysicalUnionNode(long cPtr,
boolean cMemoryOwn) |
PhysicalUnionNode(PhysicalOpNode left,
PhysicalOpNode right,
boolean is_all) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalUnionNode |
CastFrom(PhysicalOpNode node) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PhysicalUnionNode obj) |
boolean |
getIs_all_() |
BaseStatus |
InitSchema(SWIGTYPE_p_hybridse__vm__PhysicalPlanContext arg0) |
void |
Print(SWIGTYPE_p_std__ostream output,
String tab) |
BaseStatus |
WithNewChildren(SWIGTYPE_p_hybridse__node__NodeManager nm,
SWIGTYPE_p_std__vectorT_hybridse__vm__PhysicalOpNode_p_t children,
SWIGTYPE_p_p_hybridse__vm__PhysicalOpNode out) |
getCPtr, PrintChildrenAddFnInfo, AddProducer, ClearFnInfo, ClearSchema, Equals, FinishSchema, getCPtr, GetFnInfos, GetLimitCnt, GetNodeId, GetOpType, GetOutputSchema, GetOutputSchemaSize, GetOutputSchemaSource, GetOutputSchemaSourceSize, GetOutputType, GetProducer, GetProducerCnt, GetProducers, GetTypeName, is_block, IsSameSchema, Print, PrintSchema, producers, schemas_ctx, SchemaToString, SchemaToString, SetLimitCnt, SetProducer, UpdateProducerpublic PhysicalUnionNode(long cPtr,
boolean cMemoryOwn)
public PhysicalUnionNode(PhysicalOpNode left, PhysicalOpNode right, boolean is_all)
public static long getCPtr(PhysicalUnionNode obj)
protected void finalize()
finalize in class PhysicalBinaryNodepublic void delete()
delete in class PhysicalBinaryNodepublic BaseStatus InitSchema(SWIGTYPE_p_hybridse__vm__PhysicalPlanContext arg0)
InitSchema in class PhysicalOpNodepublic void Print(SWIGTYPE_p_std__ostream output, String tab)
Print in class PhysicalBinaryNodepublic BaseStatus WithNewChildren(SWIGTYPE_p_hybridse__node__NodeManager nm, SWIGTYPE_p_std__vectorT_hybridse__vm__PhysicalOpNode_p_t children, SWIGTYPE_p_p_hybridse__vm__PhysicalOpNode out)
WithNewChildren in class PhysicalOpNodepublic boolean getIs_all_()
public static PhysicalUnionNode CastFrom(PhysicalOpNode node)
Copyright © 2021. All rights reserved.