| Package | Description |
|---|---|
| com._4paradigm | |
| com._4paradigm.hybridse.node |
| Modifier and Type | Method and Description |
|---|---|
static String |
hybridse_interface.NameOfPlanNodeType(PlanType type) |
| Modifier and Type | Field and Description |
|---|---|
static PlanType |
PlanType.kPlanTypeCmd |
static PlanType |
PlanType.kPlanTypeCreate |
static PlanType |
PlanType.kPlanTypeCreateSp |
static PlanType |
PlanType.kPlanTypeDistinct |
static PlanType |
PlanType.kPlanTypeFilter |
static PlanType |
PlanType.kPlanTypeFuncDef |
static PlanType |
PlanType.kPlanTypeGroup |
static PlanType |
PlanType.kPlanTypeInsert |
static PlanType |
PlanType.kPlanTypeJoin |
static PlanType |
PlanType.kPlanTypeLimit |
static PlanType |
PlanType.kPlanTypeProject |
static PlanType |
PlanType.kPlanTypeQuery |
static PlanType |
PlanType.kPlanTypeRename |
static PlanType |
PlanType.kPlanTypeScan |
static PlanType |
PlanType.kPlanTypeSort |
static PlanType |
PlanType.kPlanTypeTable |
static PlanType |
PlanType.kPlanTypeUnion |
static PlanType |
PlanType.kPlanTypeWindow |
static PlanType |
PlanType.kProjectList |
static PlanType |
PlanType.kProjectNode |
static PlanType |
PlanType.kUnknowPlan |
| Modifier and Type | Method and Description |
|---|---|
PlanType |
PlanNode.getType_() |
PlanType |
PlanNode.GetType() |
static PlanType |
PlanType.swigToEnum(int swigValue) |
| Constructor and Description |
|---|
BinaryPlanNode(PlanType type) |
BinaryPlanNode(PlanType type,
PlanNode left,
PlanNode right) |
LeafPlanNode(PlanType type) |
MultiChildPlanNode(PlanType type) |
UnaryPlanNode(PlanNode node,
PlanType type) |
UnaryPlanNode(PlanType type) |
Copyright © 2021. All rights reserved.