FerricStore.Flow.QueryExplainResult (ferricstore_sdk v0.6.0)

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,
  bounds: map(),
  diagnostic: FerricStore.Flow.QueryError.t() | nil,
  estimate: map(),
  plan: map(),
  query_fingerprint: binary(),
  raw: map(),
  status: binary(),
  version: binary()
}