Uses of Class
com.arangodb.model.AqlQueryExplainOptions
Packages that use AqlQueryExplainOptions
-
Uses of AqlQueryExplainOptions in com.arangodb
Methods in com.arangodb with parameters of type AqlQueryExplainOptionsModifier and TypeMethodDescriptionArangoDatabase.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options) Explain an AQL query and return information about itArangoDatabaseAsync.explainQuery
(String query, Map<String, Object> bindVars, AqlQueryExplainOptions options) Asynchronous version ofArangoDatabase.explainQuery(String, Map, AqlQueryExplainOptions)
-
Uses of AqlQueryExplainOptions in com.arangodb.model
Methods in com.arangodb.model that return AqlQueryExplainOptionsModifier and TypeMethodDescriptionstatic AqlQueryExplainOptions
AqlQueryExplainOptions.maxNumberOfPlans
(Integer maxNumberOfPlans) AqlQueryExplainOptions.rules
(Collection<String> rules) Methods in com.arangodb.model with parameters of type AqlQueryExplainOptions