public class Collection extends APIObject
| Modifier and Type | Method and Description |
|---|---|
EXProperty<CollectFrom> |
COLLECT()
JCYPHER
collect properties from a collection of property containers (nodes or relations)
e.g. ...
|
ExtractExpression |
EXTRACT()
JCYPHER
go through a collection, run an expression on every element of the collection,
and return the results as a collection of these values e.g. ...
|
CFrom<CWhere> |
FILTER()
JCYPHER
return all the elements in a collection that hold true for a predicate expression
e.g. ...
|
CFrom<ReduceTo> |
REDUCE()
JCYPHER
run an expression against individual elements of a collection
and store the result of the expression in an accumulator
e.g. ...
|
Collection |
TAIL()
JCYPHER
return all but the first element in a collection
e.g. ...
|
CTerminal |
TAIL(JcCollection collection)
JCYPHER
return all but the first element in a collection
e.g. ...
|
public EXProperty<CollectFrom> COLLECT()
public ExtractExpression EXTRACT()
public CFrom<CWhere> FILTER()
public CFrom<ReduceTo> REDUCE()
public Collection TAIL()
public CTerminal TAIL(JcCollection collection)
Copyright © 2016. All rights reserved.