Arango v0.0.1 Arangoex.Aql

ArangoDB AQL methods

Summary

Functions

clear_query_cache(endpoint)
clear_query_cache(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
clear_slow_queries(endpoint)
clear_slow_queries(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
create_function(endpoint, function)
create_function(Arangoex.Endpoint.t, Arangoex.Aql.Function.t) :: Arangoex.ok_error(map)
current_queries(endpoint)
current_queries(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
delete_function(endpoint, name)
delete_function(Arangoex.Endpoint.t, String.t) :: Arangoex.ok_error(map)

Remove existing AQL user function#

DELETE /_api/aqlfunction/{name}

explain_query(endpoint, query, options \\ %{})
functions(endpoint)
kill_query(endpoint, query_id)
query_cache_properties(endpoint)
query_cache_properties(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
query_properties(endpoint)
query_properties(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
set_query_cache_properties(endpoint, options \\ %{})
set_query_cache_properties(Arangoex.Endpoint.t, Keyword.t) :: Arangoex.ok_error(map)
set_query_properties(endpoint, options \\ %{})
set_query_properties(Arangoex.Endpoint.t, Keyword.t) :: Arangoex.ok_error(map)
slow_queries(endpoint)
slow_queries(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
validate_query(endpoint, query)