aarondb/engine/morsel

Values

pub fn execute_morsels(
  datoms: List(fact.Datom),
  contexts: List(dict.Dict(String, fact.Value)),
  e_p: ast.Part,
  v_p: ast.Part,
  chunk_size: Int,
) -> List(dict.Dict(String, fact.Value))

Evaluates a compiled predicate over a “morsel” (chunk) of Datoms concurrently.

Search Document