| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<Row> |
DataSet.rows |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.Builder.build() |
Row |
Row.deepCopy() |
Row |
Row.setValues(List<Value> values) |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
DataSet.getRows() |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.setRows(List<Row> rows) |
DataSet.Builder |
DataSet.Builder.setRows(List<Row> rows) |
| Constructor and Description |
|---|
Row(Row other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
DataSet(List<byte[]> column_names,
List<Row> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
ResultSet.getRows()
get all rows, the value is the origin value, the string is binary
|
| Constructor and Description |
|---|
Record(List<String> columnNames,
Row row,
String decodeType,
int timezoneOffset) |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<Row>> |
GetPropRequest.parts |
Map<Integer,List<Row>> |
GetNeighborsRequest.parts |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<Row>> |
GetPropRequest.getParts() |
Map<Integer,List<Row>> |
GetNeighborsRequest.getParts() |
| Modifier and Type | Method and Description |
|---|---|
GetPropRequest |
GetPropRequest.setParts(Map<Integer,List<Row>> parts) |
GetPropRequest.Builder |
GetPropRequest.Builder.setParts(Map<Integer,List<Row>> parts) |
GetNeighborsRequest |
GetNeighborsRequest.setParts(Map<Integer,List<Row>> parts) |
GetNeighborsRequest.Builder |
GetNeighborsRequest.Builder.setParts(Map<Integer,List<Row>> parts) |
| Constructor and Description |
|---|
GetNeighborsRequest(int space_id,
List<byte[]> column_names,
Map<Integer,List<Row>> parts,
TraverseSpec traverse_spec) |
GetNeighborsRequest(int space_id,
List<byte[]> column_names,
Map<Integer,List<Row>> parts,
TraverseSpec traverse_spec,
RequestCommon common) |
GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
boolean dedup) |
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) |
Copyright © 2022. All rights reserved.