| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.client.storage.data | |
| com.vesoft.nebula.client.storage.processor | |
| com.vesoft.nebula.client.storage.scan |
| Modifier and Type | Method and Description |
|---|---|
ValueWrapper |
Relationship.dstId()
get the dst id from the relationship
|
ValueWrapper |
ResultSet.Record.get(int index)
get column value by index
|
ValueWrapper |
ResultSet.Record.get(String columnName)
get column value by column name
|
ValueWrapper |
Node.getId()
get vid from the node
|
ValueWrapper |
Relationship.srcId()
get the src id from the relationship
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ValueWrapper> |
ValueWrapper.asList()
Convert the original data type Value to ArrayList
|
HashMap<String,ValueWrapper> |
ValueWrapper.asMap()
Convert the original data type Value to HashMap
|
HashSet<ValueWrapper> |
ValueWrapper.asSet()
Convert the original data type Value to HashSet
|
List<ValueWrapper> |
ResultSet.colValues(String columnName)
get col values on the column key
|
Iterator<ValueWrapper> |
ResultSet.Record.iterator() |
HashMap<String,ValueWrapper> |
Relationship.properties()
get property names and values from the relationship
|
HashMap<String,ValueWrapper> |
Node.properties(String tagName)
get property names and values from the node
|
Spliterator<ValueWrapper> |
ResultSet.Record.spliterator() |
List<ValueWrapper> |
ResultSet.Record.values()
get all values
|
List<ValueWrapper> |
Relationship.values()
get property values from the relationship
|
List<ValueWrapper> |
Node.values(String tagName)
get property values from the node
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.Record.forEach(Consumer<? super ValueWrapper> action) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ValueWrapper> |
BaseTableRow.values |
| Modifier and Type | Method and Description |
|---|---|
ValueWrapper |
EdgeTableRow.getDstId() |
ValueWrapper |
EdgeRow.getDstId() |
ValueWrapper |
EdgeTableRow.getSrcId() |
ValueWrapper |
EdgeRow.getSrcId() |
ValueWrapper |
VertexRow.getVid() |
ValueWrapper |
VertexTableRow.getVid()
vertex id in vertexTableRow
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValueWrapper> |
VertexRow.getProps() |
Map<String,ValueWrapper> |
EdgeRow.getProps() |
List<ValueWrapper> |
BaseTableRow.getValues() |
| Constructor and Description |
|---|
EdgeRow(ValueWrapper srcId,
ValueWrapper dstId,
long rank,
Map<String,ValueWrapper> props) |
VertexRow(ValueWrapper vid,
Map<String,ValueWrapper> props) |
| Constructor and Description |
|---|
BaseTableRow(List<ValueWrapper> values) |
BaseTableRow(List<ValueWrapper> values,
String decodeType) |
EdgeRow(ValueWrapper srcId,
ValueWrapper dstId,
long rank,
Map<String,ValueWrapper> props) |
EdgeTableRow(List<ValueWrapper> values) |
EdgeTableRow(List<ValueWrapper> values,
String decodeType) |
VertexRow(ValueWrapper vid,
Map<String,ValueWrapper> props) |
VertexTableRow(List<ValueWrapper> values) |
VertexTableRow(List<ValueWrapper> values,
String decodeType) |
| Modifier and Type | Method and Description |
|---|---|
static Map<ValueWrapper,VertexRow> |
VertexProcessor.constructVertexRow(List<DataSet> dataSets,
String decodeType) |
| Modifier and Type | Method and Description |
|---|---|
Map<ValueWrapper,VertexRow> |
ScanVertexResult.getVidVertices()
get the map of vid and vertex row
|
| Modifier and Type | Method and Description |
|---|---|
VertexRow |
ScanVertexResult.getVertex(ValueWrapper vid)
get vertex row with id
|
Copyright © 2022. All rights reserved.