View Source Guesswork.Query (Guesswork v0.4.4)

Represents an un-resolved query.

Summary

Types

@type t() :: %Guesswork.Query{
  computation: Enumerable.t(Guesswork.Answer.t()),
  id: String.t()
}

Functions

Link to this function

new(statement, opts \\ [])

View Source

Builds a new query.

Available Options: