| Package | Description |
|---|---|
| com.vesoft.nebula.graph |
| Modifier and Type | Field and Description |
|---|---|
List<PlanNodeDescription> |
PlanDescription.plan_node_descs |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeDescription |
PlanNodeDescription.Builder.build() |
PlanNodeDescription |
PlanNodeDescription.deepCopy() |
PlanNodeDescription |
PlanNodeDescription.setBranch_info(PlanNodeBranchInfo branch_info) |
PlanNodeDescription |
PlanNodeDescription.setDependencies(List<Long> dependencies) |
PlanNodeDescription |
PlanNodeDescription.setDescription(List<Pair> description) |
PlanNodeDescription |
PlanNodeDescription.setId(long id) |
PlanNodeDescription |
PlanNodeDescription.setName(byte[] name) |
PlanNodeDescription |
PlanNodeDescription.setOutput_var(byte[] output_var) |
PlanNodeDescription |
PlanNodeDescription.setProfiles(List<ProfilingStats> profiles) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanNodeDescription> |
PlanDescription.getPlan_node_descs() |
| Modifier and Type | Method and Description |
|---|---|
int |
PlanNodeDescription.compareTo(PlanNodeDescription other) |
| Modifier and Type | Method and Description |
|---|---|
PlanDescription |
PlanDescription.setPlan_node_descs(List<PlanNodeDescription> plan_node_descs) |
PlanDescription.Builder |
PlanDescription.Builder.setPlan_node_descs(List<PlanNodeDescription> plan_node_descs) |
| Constructor and Description |
|---|
PlanNodeDescription(PlanNodeDescription other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
PlanDescription(List<PlanNodeDescription> plan_node_descs,
Map<Long,Long> node_index_map,
byte[] format,
int optimize_time_in_us) |
Copyright © 2022. All rights reserved.