FerricStore.Flow.QueryExplainResult (ferricstore_sdk v0.6.2)

Copy Markdown View Source

Value-redacted physical plan returned by FQL EXPLAIN or EXPLAIN ANALYZE.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryExplainResult{
  actual: map() | nil,
  alternatives: [map()],
  bounds: map(),
  capabilities: FerricStore.Flow.QueryExplainCapabilities.t() | nil,
  decision: map() | nil,
  diagnostic: FerricStore.Flow.QueryError.t() | nil,
  estimate: map(),
  plan: map(),
  pressure: map() | nil,
  quality: map() | nil,
  query_fingerprint: binary(),
  raw: map(),
  stats: map() | nil,
  status: binary(),
  version: binary()
}