| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.graph |
| Modifier and Type | Method and Description |
|---|---|
PlanDescription |
ResultSet.getPlanDesc()
get the PalnDesc
|
| Modifier and Type | Field and Description |
|---|---|
PlanDescription |
ExecutionResponse.plan_desc |
| Modifier and Type | Method and Description |
|---|---|
PlanDescription |
PlanDescription.Builder.build() |
PlanDescription |
PlanDescription.deepCopy() |
PlanDescription |
ExecutionResponse.getPlan_desc() |
PlanDescription |
PlanDescription.setFormat(byte[] format) |
PlanDescription |
PlanDescription.setNode_index_map(Map<Long,Long> node_index_map) |
PlanDescription |
PlanDescription.setOptimize_time_in_us(int optimize_time_in_us) |
PlanDescription |
PlanDescription.setPlan_node_descs(List<PlanNodeDescription> plan_node_descs) |
| Modifier and Type | Method and Description |
|---|---|
int |
PlanDescription.compareTo(PlanDescription other) |
ExecutionResponse |
ExecutionResponse.setPlan_desc(PlanDescription plan_desc) |
ExecutionResponse.Builder |
ExecutionResponse.Builder.setPlan_desc(PlanDescription plan_desc) |
| Constructor and Description |
|---|
ExecutionResponse(ErrorCode error_code,
long latency_in_us,
DataSet data,
byte[] space_name,
byte[] error_msg,
PlanDescription plan_desc,
byte[] comment) |
PlanDescription(PlanDescription other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.