public class PhysicalRequestUnionNode extends PhysicalBinaryNode
swigCMemOwn| Constructor and Description |
|---|
PhysicalRequestUnionNode(long cPtr,
boolean cMemoryOwn) |
PhysicalRequestUnionNode(PhysicalOpNode left,
PhysicalOpNode right,
ExprListNode partition) |
PhysicalRequestUnionNode(PhysicalOpNode left,
PhysicalOpNode right,
RequestWindowOp window,
boolean instance_not_in_window,
boolean exclude_current_time,
boolean output_request_row) |
PhysicalRequestUnionNode(PhysicalOpNode left,
PhysicalOpNode right,
WindowPlanNode w_ptr) |
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 PhysicalRequestUnionNode(long cPtr,
boolean cMemoryOwn)
public PhysicalRequestUnionNode(PhysicalOpNode left, PhysicalOpNode right, ExprListNode partition)
public PhysicalRequestUnionNode(PhysicalOpNode left, PhysicalOpNode right, WindowPlanNode w_ptr)
public PhysicalRequestUnionNode(PhysicalOpNode left, PhysicalOpNode right, RequestWindowOp window, boolean instance_not_in_window, boolean exclude_current_time, boolean output_request_row)
public static long getCPtr(PhysicalRequestUnionNode 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 boolean Valid()
public static PhysicalRequestUnionNode CastFrom(PhysicalOpNode node)
public boolean AddWindowUnion(PhysicalOpNode node)
public boolean instance_not_in_window()
public boolean exclude_current_time()
public boolean output_request_row()
public RequestWindowOp window()
public RequestWindowUnionList window_unions()
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 setWindow_(RequestWindowOp value)
public RequestWindowOp getWindow_()
public boolean getInstance_not_in_window_()
public boolean getExclude_current_time_()
public boolean getOutput_request_row_()
public void setWindow_unions_(RequestWindowUnionList value)
public RequestWindowUnionList getWindow_unions_()
Copyright © 2021. All rights reserved.