static FunctionInvocation |
Functions.avg(Expression expression) |
Creates a function invocation for the avg() function.
|
static FunctionInvocation |
Functions.coalesce(Expression... expressions) |
Creates a function invocation for the coalesce() function.
|
static FunctionInvocation |
Functions.collect(Expression expression) |
Creates a function invocation for the collect() function.
|
static FunctionInvocation |
Functions.collect(Named variable) |
|
static FunctionInvocation |
Functions.count(Expression expression) |
Creates a function invocation for the count() function.
|
static FunctionInvocation |
Functions.count(Node node) |
|
static FunctionInvocation |
Functions.countDistinct(Expression expression) |
Creates a function invocation for a count() function with DISTINCT added.
|
static FunctionInvocation |
Functions.countDistinct(Node node) |
Creates a function invocation for a count() function with DISTINCT added.
|
static FunctionInvocation |
Functions.distance(Expression point1,
Expression point2) |
Creates a function invocation for the distance() function.
|
static FunctionInvocation |
Functions.exists(Expression expression) |
Creates a function invocation for the exists() function.
|
static FunctionInvocation |
Functions.head(Expression expression) |
Creates a function invocation for the head() function.
|
static FunctionInvocation |
Functions.id(Node node) |
Creates a function invocation for id{}.
|
static FunctionInvocation |
Functions.id(Relationship relationship) |
Creates a function invocation for id{}.
|
FunctionInvocation |
Node.internalId() |
|
static FunctionInvocation |
Functions.labels(Node node) |
Creates a function invocation for labels{}.
|
FunctionInvocation |
Node.labels() |
|
static FunctionInvocation |
Functions.last(Expression expression) |
Creates a function invocation for the last() function.
|
static FunctionInvocation |
Functions.max(Expression expression) |
Creates a function invocation for the max() function.
|
static FunctionInvocation |
Functions.min(Expression expression) |
Creates a function invocation for the min() function.
|
static FunctionInvocation |
Functions.nodes(NamedPath path) |
Creates a function invocation for nodes{}.
|
static FunctionInvocation |
Functions.percentileCont(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileCont() function.
|
static FunctionInvocation |
Functions.percentileDisc(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileDisc() function.
|
static FunctionInvocation |
Functions.point(MapExpression parameterMap) |
Creates a function invocation for the point() function.
|
static FunctionInvocation |
Functions.range(Expression start,
Expression end) |
|
static FunctionInvocation |
Functions.range(Expression start,
Expression end,
Expression step) |
Creates a function invocation for the range() function.
|
static FunctionInvocation |
Functions.shortestPath(Relationship relationship) |
|
static FunctionInvocation |
Functions.size(Expression expression) |
Creates a function invocation for the size() function.
|
static FunctionInvocation |
Functions.size(RelationshipPattern pattern) |
Creates a function invocation for the size() function.
|
static FunctionInvocation |
Functions.stDev(Expression expression) |
Creates a function invocation for the stDev() function.
|
static FunctionInvocation |
Functions.stDevP(Expression expression) |
Creates a function invocation for the stDevP() function.
|
static FunctionInvocation |
Functions.sum(Expression expression) |
Creates a function invocation for the sum() function.
|
static FunctionInvocation |
Functions.toLower(Expression expression) |
Creates a function invocation for the toLower() function.
|
static FunctionInvocation |
Functions.type(Relationship relationship) |
Creates a function invocation for type{}.
|