Uses of Class
org.apache.tinkerpop.gremlin.structure.Column
-
-
Uses of Column in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods 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.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return Column Modifier and Type Method Description Column
ArgumentVisitor. parseColumn(GremlinParser.TraversalColumnArgumentContext ctx)
Wrapper for visit function forPop
types. -
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 static <A,B>
GraphTraversal<A,Collection<B>>__. select(Column column)
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.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return Column Modifier and Type Method Description Column
ColumnTraversal. 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.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type Column Modifier and Type Method Description default void
ByModulating. modulateBy(Column column, Comparator comparator)
-
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. -
Uses of Column in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields 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
-