Uses of Class
org.apache.tinkerpop.gremlin.structure.Column
-
Packages that use Column Package Description org.apache.tinkerpop.gremlin.process.traversal.dsl.graph org.apache.tinkerpop.gremlin.structure -
-
Uses of Column in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type Column Modifier and Type Method Description default <E2> GraphTraversal<S,Collection<E2>>
GraphTraversal. select(Column column)
A version ofselect
that allows for the extraction of aColumn
from objects in the traversal. -
Uses of Column in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Column Modifier and Type Method Description static Column
Column. valueOf(String name)
Returns the enum constant of this type with the specified name.static Column[]
Column. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-