| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<Expr> |
GetPropRequest.expressions |
List<Expr> |
TraverseSpec.expressions |
| Modifier and Type | Method and Description |
|---|---|
Expr |
Expr.Builder.build() |
Expr |
Expr.deepCopy() |
Expr |
Expr.setAlias(byte[] alias) |
Expr |
Expr.setExpr(byte[] expr) |
| Modifier and Type | Method and Description |
|---|---|
List<Expr> |
GetPropRequest.getExpressions() |
List<Expr> |
TraverseSpec.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
int |
Expr.compareTo(Expr other) |
| Modifier and Type | Method and Description |
|---|---|
GetPropRequest |
GetPropRequest.setExpressions(List<Expr> expressions) |
GetPropRequest.Builder |
GetPropRequest.Builder.setExpressions(List<Expr> expressions) |
TraverseSpec |
TraverseSpec.setExpressions(List<Expr> expressions) |
TraverseSpec.Builder |
TraverseSpec.Builder.setExpressions(List<Expr> expressions) |
| Constructor and Description |
|---|
Expr(Expr other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
boolean dedup,
List<OrderBy> order_by,
long limit,
byte[] filter,
RequestCommon common) |
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.