TinkerPop Vertex Steps

Fundamental steps of Gremlin language

All the vertex steps are flatMap steps.

out

Move to the outgoing adjacent vertices, given the edge labels.

in

Move to the incoming adjacent vertices, given the edge labels.

both

Move to both the outgoing and the incoming adjacent vertices, given the edge labels.

outE

Move to the outgoing incident edges, given the edge labels.

inE

Move to the incoming incident edges, given the edge labels.

bothE

Move to both the outgoing and the incoming incident edges, given the edge labels.

outV

Move to the outgoing vertex.

inV

Move to the incoming vertex.

bothV

Move to both the outgoing and the incoming vertex.

otherV

Move to the vertex that was not the vertex that was moved from.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com