| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.factories.xpression |
| Modifier and Type | Method and Description |
|---|---|
static CTerminal |
CFactory.CREATE(IClause[] clauses) |
CTerminal |
CollectFrom.from(JcCollection collection)
JCYPHER
set a collection of property containers (nodes or relations)
from which to collect properties e.g. ...COLLECT().property("name").
|
CTerminal |
ReduceInit.startWith(Object value)
JCYPHER
specify a primitive value like a String or a Number as the initial value of the accumulator variable of a REDUCE expression.
|
CTerminal |
ReduceInit.startWith(ValueElement value)
JCYPHER
specify an expression like 'n.property("amount")' or 'n.numberProperty("age").plus(10)'
yielding a value which is used as the initial value of the accumulator variable of a REDUCE expression.
|
CTerminal |
Collection.TAIL(JcCollection collection)
JCYPHER
return all but the first element in a collection
e.g. ...
|
static CTerminal |
CFactory.TAIL(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
CFrom<CTerminal> |
ExtractExpression.valueOf(JcValue expression)
JCYPHER
specify the value for an extract expression
e.g. ...EXTRACT().
|
| Modifier and Type | Method and Description |
|---|---|
static CTerminal |
C.CREATE(IClause[] clauses)
JCYPHER
create a collection using a list of clauses.
|
static CTerminal |
C.TAIL(JcCollection collection)
JCYPHER
return all but the first element in a collection
e.g. ...
|
Copyright © 2016. All rights reserved.