Uses of Class
org.apache.tinkerpop.gremlin.structure.Column
- 
- 
Uses of Column in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type Column Modifier and Type Method Description static <A,B>
 CredentialTraversal<A,Collection<B>>__. select(Column column)default <E2> CredentialTraversal<S,Collection<E2>>CredentialTraversal. select(Column column)
- 
Uses of Column in org.apache.tinkerpop.gremlin.language.grammarMethods in org.apache.tinkerpop.gremlin.language.grammar that return Column Modifier and Type Method Description ColumnArgumentVisitor. parseColumn(GremlinParser.TraversalColumnArgumentContext ctx)Wrapper for visit function forPoptypes.
- 
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 static <A,B>
 GraphTraversal<A,Collection<B>>__. select(Column column)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.process.traversal.lambdaMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return Column Modifier and Type Method Description ColumnColumnTraversal. getColumn()Constructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type Column Constructor Description ColumnTraversal(Column column)
- 
Uses of Column in org.apache.tinkerpop.gremlin.process.traversal.stepMethods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type Column Modifier and Type Method Description default voidByModulating. modulateBy(Column column, Comparator comparator)
- 
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.
- 
Uses of Column in org.apache.tinkerpop.gremlin.structure.io.binary.typesFields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type Column Modifier and Type Field Description static EnumSerializer<Column>EnumSerializer. ColumnSerializer
 
-