AshR2RML.OBDA.Adapter.InMemoryConfig (AshR2RML v26.8.29)

Copy Markdown View Source

AshR2RML.OBDA.Adapter config for the in-process AshR2RML.OBDA.InMemory adapter. Wraps one or more {ash_resource, mapping_resource} specs so AshR2RML.OBDA.Adapter.dispatch/3 can route to query/4 (single resource) or query_many/3 (multiple resources with relationships) uniformly.

Summary

Types

t()

@type t() :: %AshR2RML.OBDA.Adapter.InMemoryConfig{
  read_opts: keyword(),
  specs: [AshR2RML.OBDA.InMemory.spec()]
}