Uses of Class
org.apache.tinkerpop.gremlin.gql.GqlMatchPlan
Packages that use GqlMatchPlan
-
Uses of GqlMatchPlan in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return GqlMatchPlanModifier and TypeMethodDescriptionReturns aGqlMatchPlanfor the given GQL MATCH string.Compiles the given GQL MATCH expression into an executable plan.Methods in org.apache.tinkerpop.gremlin.gql with parameters of type GqlMatchPlanModifier and TypeMethodDescriptionDefaultGqlExecutor.execute(GqlMatchPlan plan) Returns a lazyIteratorof result rows using an empty params map.DefaultGqlExecutor.execute(GqlMatchPlan plan, Map<String, Object> params) Returns a lazyIteratorof result rows.GqlExecutor.execute(GqlMatchPlan plan) Executes the plan with no parameter bindings.GqlExecutor.execute(GqlMatchPlan plan, Map<String, Object> params) Executes the plan with the given parameter bindings.