| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueWrapper.asBoolean()
Convert the original data type Value to boolean
|
DateWrapper |
ValueWrapper.asDate()
Convert the original data type Value to DateWrapper
|
DateTimeWrapper |
ValueWrapper.asDateTime()
Convert the original data type Value to DateTimeWrapper
|
double |
ValueWrapper.asDouble()
Convert the original data type Value to double
|
DurationWrapper |
ValueWrapper.asDuration()
Convert the original data type Value to duration
|
GeographyWrapper |
ValueWrapper.asGeography()
Convert the original data type Value to geography
|
ArrayList<ValueWrapper> |
ValueWrapper.asList()
Convert the original data type Value to ArrayList
|
long |
ValueWrapper.asLong()
Convert the original data type Value to long
|
HashMap<String,ValueWrapper> |
ValueWrapper.asMap()
Convert the original data type Value to HashMap
|
Node |
ValueWrapper.asNode()
Convert the original data type Value to Node
|
ValueWrapper.NullType |
ValueWrapper.asNull()
Convert the original data type Value to NullType
|
PathWrapper |
ValueWrapper.asPath()
Convert the original data type Value to Path
|
Relationship |
ValueWrapper.asRelationship()
Convert the original data type Value to Relationship
|
HashSet<ValueWrapper> |
ValueWrapper.asSet()
Convert the original data type Value to HashSet
|
String |
ValueWrapper.asString()
Convert the original data type Value to String
|
TimeWrapper |
ValueWrapper.asTime()
Convert the original data type Value to TimeWrapper
|
| Constructor and Description |
|---|
PathWrapper(Path path)
PathWrapper is a wrapper around the Path type returned by nebula-graph
|
Copyright © 2022. All rights reserved.