ExDatalog.IR.Stratum (ExDatalog v0.2.0)

Copy Markdown View Source

An IR stratum: a group of rules and relations that must be evaluated together, ordered by stratum index.

Summary

Types

t()

@type t() :: %ExDatalog.IR.Stratum{
  index: non_neg_integer(),
  relations: [String.t()],
  rule_ids: [non_neg_integer()]
}

Functions

serialize(stratum)

@spec serialize(t()) :: map()