| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.factories.xpression |
| Modifier and Type | Method and Description |
|---|---|
CFrom<CWhere> |
Collection.FILTER()
JCYPHER
return all the elements in a collection that hold true for a predicate expression
e.g. ...
|
static CFrom<CWhere> |
CFactory.FILTER() |
CFrom<ReduceTo> |
Collection.REDUCE()
JCYPHER
run an expression against individual elements of a collection
and store the result of the expression in an accumulator
e.g. ...
|
static CFrom<ReduceTo> |
CFactory.REDUCE() |
CFrom<CTerminal> |
ExtractExpression.valueOf(JcValue expression)
JCYPHER
specify the value for an extract expression
e.g. ...EXTRACT().
|
| Modifier and Type | Method and Description |
|---|---|
static CFrom<CWhere> |
C.FILTER()
JCYPHER
return all the elements in a collection that hold true for a predicate expression
e.g. ...
|
static CFrom<ReduceTo> |
C.REDUCE()
JCYPHER
run an expression against individual elements of a collection
and store the result of the expression in an accumulator
e.g. ...
|
Copyright © 2016. All rights reserved.