| 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  selectthat allows for the extraction of aColumnfrom 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–2021 Apache Software Foundation. All rights reserved.