Triton v0.2.1 Triton.Executor View Source

Link to this section Summary

Functions

Batch execute, like execute, but on a list of queries

Creates a valid CQL query out of a query keyword list and executes it. Returns {:ok, results}

    {:error, error}

Link to this section Functions

Link to this function batch_execute(queries, options \\ []) View Source

Batch execute, like execute, but on a list of queries

Link to this function execute(query, options \\ []) View Source

Creates a valid CQL query out of a query keyword list and executes it. Returns {:ok, results}

    {:error, error}