| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<StatProp> |
TraverseSpec.stat_props |
| Modifier and Type | Method and Description |
|---|---|
StatProp |
StatProp.Builder.build() |
StatProp |
StatProp.deepCopy() |
StatProp |
StatProp.setAlias(byte[] alias) |
StatProp |
StatProp.setProp(byte[] prop) |
StatProp |
StatProp.setStat(StatType stat) |
| Modifier and Type | Method and Description |
|---|---|
List<StatProp> |
TraverseSpec.getStat_props() |
| Modifier and Type | Method and Description |
|---|---|
int |
StatProp.compareTo(StatProp other) |
| Modifier and Type | Method and Description |
|---|---|
TraverseSpec |
TraverseSpec.setStat_props(List<StatProp> stat_props) |
TraverseSpec.Builder |
TraverseSpec.Builder.setStat_props(List<StatProp> stat_props) |
| Constructor and Description |
|---|
StatProp(StatProp other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
TraverseSpec(List<Integer> edge_types,
EdgeDirection edge_direction,
boolean dedup,
List<StatProp> stat_props,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
List<OrderBy> order_by,
boolean random,
long limit,
byte[] filter) |
Copyright © 2022. All rights reserved.