public class PhysicalSortNode extends PhysicalUnaryNode
swigCMemOwn| Constructor and Description |
|---|
PhysicalSortNode(long cPtr,
boolean cMemoryOwn) |
PhysicalSortNode(PhysicalOpNode node,
OrderByNode order) |
PhysicalSortNode(PhysicalOpNode node,
Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalSortNode |
CastFrom(PhysicalOpNode node) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PhysicalSortNode obj) |
Sort |
getSort_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String tab) |
void |
setSort_(Sort value) |
Sort |
sort() |
boolean |
Valid() |
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, InitSchema, 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 PhysicalSortNode(long cPtr,
boolean cMemoryOwn)
public PhysicalSortNode(PhysicalOpNode node, OrderByNode order)
public PhysicalSortNode(PhysicalOpNode node, Sort sort)
public static long getCPtr(PhysicalSortNode obj)
protected void finalize()
finalize in class PhysicalUnaryNodepublic void delete()
delete in class PhysicalUnaryNodepublic void Print(SWIGTYPE_p_std__ostream output, String tab)
Print in class PhysicalUnaryNodepublic 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 Valid()
public Sort sort()
public void setSort_(Sort value)
public Sort getSort_()
public static PhysicalSortNode CastFrom(PhysicalOpNode node)
Copyright © 2021. All rights reserved.