Skip navigation links
A C D E F G H I K L M N O P Q R S T V X 

A

abs(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
accept(QueryResult.QueryResultVisitor<E>) - Method in interface com.mware.ge.cypher.result.QueryResult
 
accept(QueryResult.QueryResultVisitor<E>) - Method in interface com.mware.ge.cypher.result.RuntimeResult
Consume this result using a visitor.
acos(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
add(T) - Method in class com.mware.ge.cypher.internal.DefaultComparatorTopTable
 
add(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 
asBooleanValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asDateTimeValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asDateValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asDurationValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asFloatingPointValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asin(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
asIntegralValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asIterator() - Method in interface com.mware.ge.cypher.result.RuntimeResult
Consume this result as an iterator.
asList(AnyValue, Neo4jTypes.AnyType, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asLocalDateTimeValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asLocalTimeValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asMapValue(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asNodeValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asNumberValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asPathValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asRelationshipValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asTextValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
asTextValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
asTimeValue(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherCoercions
 
atan(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
atan2(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

C

ceil(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
close() - Method in interface com.mware.ge.cypher.result.QueryResult
 
close() - Method in interface com.mware.ge.cypher.result.RuntimeResult
 
coerceToBoolean(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
com.mware.ge.cypher.internal - package com.mware.ge.cypher.internal
 
com.mware.ge.cypher.internal.runtime - package com.mware.ge.cypher.internal.runtime
 
com.mware.ge.cypher.operations - package com.mware.ge.cypher.operations
 
com.mware.ge.cypher.result - package com.mware.ge.cypher.result
 
consumptionState() - Method in interface com.mware.ge.cypher.result.RuntimeResult
Returns the consumption state of this result.
containerIndex(AnyValue, AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
cos(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
cot(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
CypherBoolean - Class in com.mware.ge.cypher.operations
This class contains static helper boolean methods used by the compiled expressions
CypherCoercions - Class in com.mware.ge.cypher.operations
 
CypherFunctions - Class in com.mware.ge.cypher.operations
This class contains static helper methods for the set of Cypher functions
CypherMath - Class in com.mware.ge.cypher.operations
This class contains static helper math methods used by the compiled expressions

D

DbAccess - Interface in com.mware.ge.cypher.internal.runtime
Used to expose db access to expressions
dbHits() - Method in interface com.mware.ge.cypher.result.OperatorProfile
Database hits caused while executing this operator.
DefaultComparatorTopTable<T> - Class in com.mware.ge.cypher.internal
The default implementation of a Top N table used by all runtimes It accepts tuples as boxed objects that implements Comparable Implements the following interface: (since the code is generated it does not actually need to declare it with implements) public interface SortTable { boolean add( T e ); void sort(); Iterator iterator(); } Uses a max heap (Java's standard PriorityQueue) to collect a maximum of totalCount tuples in reverse order.
DefaultComparatorTopTable(Comparator<T>, int) - Constructor for class com.mware.ge.cypher.internal.DefaultComparatorTopTable
 
distance(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
divide(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 
divideCheckForNull(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 

E

endNode(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
EntityById - Interface in com.mware.ge.cypher.internal.runtime
Entity lookup operations.
equals(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
executionPlanDescription() - Method in interface com.mware.ge.cypher.result.QueryResult
 
executionType() - Method in interface com.mware.ge.cypher.result.QueryResult
 
exp(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

F

fieldNames() - Method in interface com.mware.ge.cypher.result.QueryResult
 
fieldNames() - Method in interface com.mware.ge.cypher.result.RuntimeResult
Names of the returned fields of this result.
fields() - Method in interface com.mware.ge.cypher.result.QueryResult.Record
 
floor(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
fromSlice(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
fullSlice(AnyValue, AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

G

getLabelsForNode(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
getNotifications() - Method in interface com.mware.ge.cypher.result.QueryResult
 
getPropertyKeyName(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
greaterThan(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
greaterThanOrEqual(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 

H

hasLabel(AnyValue, String, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
haversin(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
head(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

I

id(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
isIterable() - Method in interface com.mware.ge.cypher.result.RuntimeResult
True if this result can be consumed as an iterator.
isLabelSetOnNode(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
iterator() - Method in class com.mware.ge.cypher.internal.DefaultComparatorTopTable
 

K

keys(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

L

labels(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
last(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
left(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
length(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
lessThan(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
lessThanOrEqual(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
log(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
log10(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
ltrim(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

M

makeTraversable(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
modulo(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 
multiply(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 

N

NO_DATA - Static variable in interface com.mware.ge.cypher.result.OperatorProfile
 
nodeAsMap(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeById(String) - Method in interface com.mware.ge.cypher.internal.runtime.EntityById
 
nodeGetIncomingDegree(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeGetIncomingDegree(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeGetOutgoingDegree(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeGetOutgoingDegree(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeGetTotalDegree(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeGetTotalDegree(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeHasProperty(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeLabel(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodeProperty(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodePropertyIds(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
nodes(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
NONE - Static variable in interface com.mware.ge.cypher.result.OperatorProfile
 
NONE - Static variable in interface com.mware.ge.cypher.result.QueryProfile
 
not(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
notEquals(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 

O

OperatorProfile - Interface in com.mware.ge.cypher.result
Profile for a operator during a query execution.
operatorProfile(int) - Method in interface com.mware.ge.cypher.result.QueryProfile
Get profile for specific operator.

P

pageCacheHitRatio() - Method in interface com.mware.ge.cypher.result.OperatorProfile
 
pageCacheHits() - Method in interface com.mware.ge.cypher.result.OperatorProfile
Page cache hits while executing this operator.
pageCacheMisses() - Method in interface com.mware.ge.cypher.result.OperatorProfile
Page cache misses while executing this operator.
point(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
pow(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 
properties(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
propertyExists(String, AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
propertyGet(String, AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
propertyKey(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 

Q

QueryProfile - Interface in com.mware.ge.cypher.result
Profile of a query execution.
queryProfile() - Method in interface com.mware.ge.cypher.result.RuntimeResult
Get the QueryProfile of this query execution.
QueryResult - Interface in com.mware.ge.cypher.result
The public Result API of Cypher
QueryResult.QueryResultVisitor<E extends Exception> - Interface in com.mware.ge.cypher.result
 
QueryResult.Record - Interface in com.mware.ge.cypher.result
 
queryStatistics() - Method in interface com.mware.ge.cypher.result.QueryResult
 
queryStatistics() - Method in interface com.mware.ge.cypher.result.RuntimeResult
Get the QueryStatistics related to this query execution.

R

rand() - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
range(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
range(AnyValue, AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
regex(TextValue, TextValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
regex(TextValue, Pattern) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
relationshipAsMap(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationshipById(String) - Method in interface com.mware.ge.cypher.internal.runtime.EntityById
 
relationshipGetEndNode(RelationshipValue) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationshipGetStartNode(RelationshipValue) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationshipHasProperty(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationshipProperty(String, String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationshipPropertyIds(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
relationships(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
relationshipType(String) - Method in interface com.mware.ge.cypher.internal.runtime.DbAccess
 
release() - Method in interface com.mware.ge.cypher.result.QueryResult.Record
 
replace(AnyValue, AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
reverse(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
right(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
round(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
rows() - Method in interface com.mware.ge.cypher.result.OperatorProfile
Number of rows produced by this operator.
rtrim(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
RuntimeResult - Interface in com.mware.ge.cypher.result
The result API of a Cypher runtime
RuntimeResult.ConsumptionState - Enum in com.mware.ge.cypher.result
 

S

signum(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
sin(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
size(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
sort() - Method in class com.mware.ge.cypher.internal.DefaultComparatorTopTable
 
split(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
sqrt(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
startNode(AnyValue, DbAccess) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
substring(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
substring(AnyValue, AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
subtract(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherMath
 

T

tail(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
tan(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
time() - Method in interface com.mware.ge.cypher.result.OperatorProfile
Time spent executing this operator.
toBoolean(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toDegrees(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toFloat(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toInteger(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toLower(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toRadians(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toSlice(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toString(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
toUpper(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
trim(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 
type(AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherFunctions
 

V

valueOf(String) - Static method in enum com.mware.ge.cypher.result.RuntimeResult.ConsumptionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mware.ge.cypher.result.RuntimeResult.ConsumptionState
Returns an array containing the constants of this enum type, in the order they are declared.
visit(QueryResult.Record) - Method in interface com.mware.ge.cypher.result.QueryResult.QueryResultVisitor
 

X

xor(AnyValue, AnyValue) - Static method in class com.mware.ge.cypher.operations.CypherBoolean
 
A C D E F G H I K L M N O P Q R S T V X 
Skip navigation links

Copyright © 2016–2020 MWARE SOLUTIONS. All rights reserved.