| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
default <E2> GraphTraversal<S,Collection<E2>> | 
GraphTraversal.select(Column column)
A version of  
select that allows for the extraction of a Column from objects in the traversal. | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.