static FunctionInvocation |
Functions.abs(Expression expression) |
Creates a function invocation for abs({}).
|
static FunctionInvocation |
Functions.acos(Expression expression) |
Creates a function invocation for acos({}).
|
static FunctionInvocation |
Functions.asin(Expression expression) |
Creates a function invocation for asin({}).
|
static FunctionInvocation |
Functions.atan(Expression expression) |
Creates a function invocation for atan({}).
|
static FunctionInvocation |
Functions.atan2(Expression y,
Expression x) |
Creates a function invocation for atan2({}).
|
static FunctionInvocation |
Functions.avg(Expression expression) |
Creates a function invocation for the avg() function.
|
static FunctionInvocation |
Functions.avgDistinct(Expression expression) |
Creates a function invocation for the avg() function with DISTINCT added.
|
static FunctionInvocation |
Functions.calendarDate(java.lang.Integer year,
java.lang.Integer month,
java.lang.Integer day) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.ceil(Expression expression) |
Creates a function invocation for ceil({}).
|
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) |
Creates a function invocation for the collect() function.
|
static FunctionInvocation |
Functions.collectDistinct(Expression expression) |
Creates a function invocation for the collect() function with DISTINCT added.
|
static FunctionInvocation |
Functions.collectDistinct(Named variable) |
Creates a function invocation for the collect() function with DISTINCT added.
|
static FunctionInvocation |
Functions.cos(Expression expression) |
Creates a function invocation for cos({}).
|
static FunctionInvocation |
Functions.cot(Expression expression) |
Creates a function invocation for cot({}).
|
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.date() |
Creates a function invocation for date().
|
static FunctionInvocation |
Functions.date(java.lang.String temporalValue) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.date(Expression temporalValue) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.date(MapExpression components) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.datetime() |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.datetime(java.lang.String temporalValue) |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.datetime(java.util.TimeZone timeZone) |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.datetime(Expression temporalValue) |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.datetime(MapExpression components) |
Creates a function invocation for datetime({}).
|
static FunctionInvocation |
Functions.degrees(Expression expression) |
Creates a function invocation for degrees({}).
|
static FunctionInvocation |
Functions.distance(Expression point1,
Expression point2) |
Creates a function invocation for the distance() function.
|
static FunctionInvocation |
Functions.duration(java.lang.String temporalAmount) |
Creates a function invocation for duration({}).
|
static FunctionInvocation |
Functions.duration(Expression temporalAmount) |
Creates a function invocation for duration({}).
|
static FunctionInvocation |
Functions.duration(MapExpression components) |
Creates a function invocation for duration({}).
|
static FunctionInvocation |
Functions.e() |
Creates a function invocation for e({}).
|
static FunctionInvocation |
Functions.endNode(Relationship relationship) |
Creates a function invocation for endNode{}.
|
static FunctionInvocation |
Functions.exists(Expression expression) |
Creates a function invocation for the exists() function.
|
static FunctionInvocation |
Functions.exp(Expression expression) |
Creates a function invocation for exp({}).
|
static FunctionInvocation |
Functions.floor(Expression expression) |
Creates a function invocation for floor({}).
|
static FunctionInvocation |
Functions.haversin(Expression expression) |
Creates a function invocation for haversin({}).
|
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.keys(Expression expression) |
Creates a function invocation for keys{}.
|
static FunctionInvocation |
Functions.keys(Node node) |
Creates a function invocation for keys{}.
|
static FunctionInvocation |
Functions.keys(Relationship relationship) |
Creates a function invocation for keys{}.
|
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.localdatetime() |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localdatetime(java.lang.String temporalValue) |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localdatetime(java.util.TimeZone timeZone) |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localdatetime(Expression temporalValue) |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localdatetime(MapExpression components) |
Creates a function invocation for localdatetime({}).
|
static FunctionInvocation |
Functions.localtime() |
Creates a function invocation for localtime({}).
|
static FunctionInvocation |
Functions.localtime(java.lang.String temporalValue) |
Creates a function invocation for localtime({}).
|
static FunctionInvocation |
Functions.localtime(java.util.TimeZone timeZone) |
Creates a function invocation for localtime({}).
|
static FunctionInvocation |
Functions.localtime(Expression temporalValue) |
Creates a function invocation for localtime({}).
|
static FunctionInvocation |
Functions.localtime(MapExpression components) |
Creates a function invocation for localtime({}).
|
static FunctionInvocation |
Functions.log(Expression expression) |
Creates a function invocation for log({}).
|
static FunctionInvocation |
Functions.log10(Expression expression) |
Creates a function invocation for log10({}).
|
static FunctionInvocation |
Functions.max(Expression expression) |
Creates a function invocation for the max() function.
|
static FunctionInvocation |
Functions.maxDistinct(Expression expression) |
Creates a function invocation for the max() function with DISTINCT added.
|
static FunctionInvocation |
Functions.min(Expression expression) |
Creates a function invocation for the min() function.
|
static FunctionInvocation |
Functions.minDistinct(Expression expression) |
Creates a function invocation for the min() function with DISTINCT added.
|
static FunctionInvocation |
Functions.nodes(NamedPath path) |
Creates a function invocation for nodes{}.
|
static FunctionInvocation |
Functions.nodes(SymbolicName symbolicName) |
Creates a function invocation for nodes{}.
|
static FunctionInvocation |
Functions.ordinalDate(java.lang.Integer year,
java.lang.Integer ordinalDay) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.percentileCont(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileCont() function.
|
static FunctionInvocation |
Functions.percentileContDistinct(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileCont() function with DISTINCT added.
|
static FunctionInvocation |
Functions.percentileDisc(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileDisc() function.
|
static FunctionInvocation |
Functions.percentileDiscDistinct(Expression expression,
java.lang.Number percentile) |
Creates a function invocation for the percentileDisc() function with DISTINCT added.
|
static FunctionInvocation |
Functions.pi() |
Creates a function invocation for pi({}).
|
static FunctionInvocation |
Functions.point(Expression expression) |
Creates a function invocation for the point() function.
|
static FunctionInvocation |
Functions.point(MapExpression parameterMap) |
Creates a function invocation for the point() function.
|
static FunctionInvocation |
Functions.point(Parameter parameter) |
Creates a function invocation for the point() function.
|
static FunctionInvocation |
Functions.properties(MapExpression map) |
Creates a function invocation for properties()) on maps.
|
static FunctionInvocation |
Functions.properties(Node node) |
Creates a function invocation for properties()) on nodes.
|
static FunctionInvocation |
Functions.properties(Relationship relationship) |
Creates a function invocation for properties()) on relationships.
|
static FunctionInvocation |
Functions.quarterDate(java.lang.Integer year,
java.lang.Integer quarter,
java.lang.Integer dayOfQuarter) |
Creates a function invocation for date({}).
|
static FunctionInvocation |
Functions.radians(Expression expression) |
Creates a function invocation for radians({}).
|
static FunctionInvocation |
Functions.rand() |
Creates a function invocation for rand({}).
|
static FunctionInvocation |
Functions.range(java.lang.Integer start,
java.lang.Integer end) |
|
static FunctionInvocation |
Functions.range(java.lang.Integer start,
java.lang.Integer end,
java.lang.Integer step) |
Creates a function invocation for the range() 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.relationships(NamedPath path) |
Creates a function invocation for relationships{}.
|
static FunctionInvocation |
Functions.relationships(SymbolicName symbolicName) |
Creates a function invocation for relationships{}.
|
static FunctionInvocation |
Functions.round(Expression value,
Expression... expression) |
Creates a function invocation for round({}).
|
static FunctionInvocation |
Functions.shortestPath(Relationship relationship) |
Creates a function invocation for shortestPath({}).
|
static FunctionInvocation |
Functions.sign(Expression expression) |
Creates a function invocation for sign({}).
|
static FunctionInvocation |
Functions.sin(Expression expression) |
Creates a function invocation for sin({}).
|
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.sqrt(Expression expression) |
Creates a function invocation for sqrt({}).
|
static FunctionInvocation |
Functions.startNode(Relationship relationship) |
Creates a function invocation for startNode{}.
|
static FunctionInvocation |
Functions.stDev(Expression expression) |
Creates a function invocation for the stDev() function.
|
static FunctionInvocation |
Functions.stDevDistinct(Expression expression) |
Creates a function invocation for the stDev() function with DISTINCT added.
|
static FunctionInvocation |
Functions.stDevP(Expression expression) |
Creates a function invocation for the stDevP() function.
|
static FunctionInvocation |
Functions.stDevPDistinct(Expression expression) |
Creates a function invocation for the stDevP() function with DISTINCT added.
|
static FunctionInvocation |
Functions.sum(Expression expression) |
Creates a function invocation for the sum() function.
|
static FunctionInvocation |
Functions.sumDistinct(Expression expression) |
Creates a function invocation for the sum() function with DISTINCT added.
|
static FunctionInvocation |
Functions.tan(Expression expression) |
Creates a function invocation for tan({}).
|
static FunctionInvocation |
Functions.time() |
Creates a function invocation for time({}).
|
static FunctionInvocation |
Functions.time(java.lang.String temporalValue) |
Creates a function invocation for time({}).
|
static FunctionInvocation |
Functions.time(java.util.TimeZone timeZone) |
Creates a function invocation for time({}).
|
static FunctionInvocation |
Functions.time(Expression temporalValue) |
Creates a function invocation for time({}).
|
static FunctionInvocation |
Functions.time(MapExpression components) |
Creates a function invocation for time({}).
|
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{}.
|
static FunctionInvocation |
Functions.weekDate(java.lang.Integer year,
java.lang.Integer week,
java.lang.Integer dayOfWeek) |
Creates a function invocation for date({}).
|
FunctionInvocation |
Reduction.OngoingDefinitionWithInitial.withInitialValueOf(Expression initialValue) |
|