traversal
function to take a RemoteConnection
directly which is more in line with TinkerPop AnonymousTraversalSource
method of construction - the with-remote
standalone function is no longer recommended.elementMap()
step.aggregate()
step that takes a Scope
.VertexProperty$Cardinality
with (cardinality :single)
.Column
with (column :values)
.Order
with (sort :decr)
.Barrier
is no longer specified by ::norm-sack
and instead follows the common pattern of (sack-barrier :normSack)
.with-sack
no longer takes ::split
and ::merge
and rather just takes :split
and :merge
as its map key argumentsOperator
with (operator :sum)
addV
, addE
, and midV
have been made more consistent to simply be add-V
, add-E
and V
respectively. The old methods are still supported for now.injects
start step is now simply inject
, though injects
is still supported.math
stepskip
stepaddE
functionality that allows Vertex
instances to be passed to from
and to
hasNot()
and hasValue()
steps which were missed in previous versionsOgre now targets Apache TinkerPop 3.2.4 and is the first non-beta release of Ogre for TinkerPop 3.x. This release of Ogre involves major breaking changes to the API since 2.5.0.0. Please see the most recent documentation for the revised API.
has
and has-not
filters.into-list!
function.--E>
`<E--have become
-E>\
<E-`. This enforces all shortened
traversal methods to only be three characters long.reverse
has been added. This function reverses the order of the
elements in the pipeline.convert-to-map
is now polymorphic and converts Rows as well.Update Gremlin version to 2.3.0. count
is now count!
because it
executes the pipeline and returns all the objects. Type hinting has mostly
been added in.
First release. Covers most of the library.
Can you improve this documentation? These fine people already did:
Stephen Mallette, Zack Maril, Michael Klishin & Ron DuPlainEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close