Uses of Class
org.apache.tinkerpop.gremlin.gql.QueryGraph
Packages that use QueryGraph
-
Uses of QueryGraph in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return QueryGraphModifier and TypeMethodDescriptionstatic QueryGraphParses a GQL MATCH string and returns the correspondingQueryGraph.Constructor parameters in org.apache.tinkerpop.gremlin.gql with type arguments of type QueryGraphModifierConstructorDescriptionDefaultGqlPlanner(Graph graph, com.github.benmanes.caffeine.cache.Cache<String, QueryGraph> queryGraphCache)