FerricStore.Flow.QueryExplainCapabilities (ferricstore_sdk v0.6.2)

Copy Markdown View Source

Specialized executor contracts reported by a bounded FQL EXPLAIN plan.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryExplainCapabilities{
  available: [binary()],
  missing: [binary()],
  raw: map(),
  requested: [binary()]
}