AshR2RML.SPARQL.Plan (AshR2RML v26.8.22)

Copy Markdown View Source

DfCM execution plan preserving all currently lawful SPARQL execution candidates.

Summary

Types

strategy()

@type strategy() :: :local_rdf | :protocol | :ontop_cli

t()

@type t() :: %AshR2RML.SPARQL.Plan{
  candidates: [strategy()],
  context: map(),
  query: AshR2RML.SPARQL.Query.t(),
  selected: strategy() | nil
}