public class PhysicalRequestJoinNode extends PhysicalBinaryNode
swigCMemOwn| Constructor and Description |
|---|
PhysicalRequestJoinNode(long cPtr,
boolean cMemoryOwn) |
PhysicalRequestJoinNode(PhysicalOpNode left,
PhysicalOpNode right,
Join join,
boolean output_right_only) |
PhysicalRequestJoinNode(PhysicalOpNode left,
PhysicalOpNode right,
JoinType join_type) |
PhysicalRequestJoinNode(PhysicalOpNode left,
PhysicalOpNode right,
JoinType join_type,
OrderByNode orders,
ExprNode condition) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalRequestJoinNode |
CastFrom(PhysicalOpNode node) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PhysicalRequestJoinNode obj) |
Join |
getJoin_() |
SWIGTYPE_p_hybridse__vm__SchemasContext |
getJoined_schemas_ctx_() |
boolean |
getOutput_right_only_() |
BaseStatus |
InitSchema(SWIGTYPE_p_hybridse__vm__PhysicalPlanContext arg0) |
Join |
join() |
SWIGTYPE_p_hybridse__vm__SchemasContext |
joined_schemas_ctx() |
boolean |
output_right_only() |
void |
Print(SWIGTYPE_p_std__ostream output,
String tab) |
void |
RegisterFunctionInfo() |
void |
setJoin_(Join value) |
void |
setJoined_schemas_ctx_(SWIGTYPE_p_hybridse__vm__SchemasContext value) |
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, SetLimitCnt, SetProducer, UpdateProducerpublic PhysicalRequestJoinNode(long cPtr,
boolean cMemoryOwn)
public PhysicalRequestJoinNode(PhysicalOpNode left, PhysicalOpNode right, JoinType join_type)
public PhysicalRequestJoinNode(PhysicalOpNode left, PhysicalOpNode right, JoinType join_type, OrderByNode orders, ExprNode condition)
public PhysicalRequestJoinNode(PhysicalOpNode left, PhysicalOpNode right, Join join, boolean output_right_only)
public static long getCPtr(PhysicalRequestJoinNode 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 static PhysicalRequestJoinNode CastFrom(PhysicalOpNode node)
public void RegisterFunctionInfo()
public void Print(SWIGTYPE_p_std__ostream output, String tab)
Print in class PhysicalBinaryNodepublic Join join()
public boolean output_right_only()
public SWIGTYPE_p_hybridse__vm__SchemasContext joined_schemas_ctx()
public 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 void setJoin_(Join value)
public Join getJoin_()
public void setJoined_schemas_ctx_(SWIGTYPE_p_hybridse__vm__SchemasContext value)
public SWIGTYPE_p_hybridse__vm__SchemasContext getJoined_schemas_ctx_()
public boolean getOutput_right_only_()
Copyright © 2021. All rights reserved.