fold

Aggregate all the returned objects into a list, then emit the list.

Synopsis

fold()

Description

The fold() step is a map step. It aggregates all the returned objects into a list, then emits the list into the next traversal step.

Examples

Get back a list of all the persons that each person knows:

g.V().hasLabel('person').out('knows').values('name').fold()

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