Value-redacted physical plan returned by FQL EXPLAIN or EXPLAIN ANALYZE.
Summary
Types
@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() }