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.graphMethods 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 ofselectthat allows for the extraction of aColumnfrom objects in the traversal.
- 
Uses of Column in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Column Modifier and Type Method Description static ColumnColumn. 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.
 
-