View Source Guesswork.Ast.Statement.Opts (Guesswork v0.5.0)
Defines the options used by the Guesswork.Ast.Statement protocol.
The following fields are available:
:knowledge_base(term/0) - TheGuesswork.KnowledgeBaseused to resolve queries. The default value isGuesswork.EmptyCollection.:query_id(String.t/0) - The id used to report telemetry. Defaults to a newUUID(v4).:precompute_count(integer/0) - How many answer sets to precmpute, shuffle, and share when queries have repeated fact statements that result in the same matches and substitutions. The default value is100.