Ferricstore.Flow.Query.Engine (ferricstore v0.10.0)

Copy Markdown View Source

Executes already parsed and bound canonical Flow queries.

Only proven physical paths are accepted. The initial FQL1 slice delegates a partition-key/run-id equality query directly to the existing point-record lookup and never introduces a scan or result materialization step.

Summary

Functions

execute(ctx, request)

@spec execute(FerricStore.Instance.t() | map(), Ferricstore.Flow.Query.Request.t()) ::
  {:ok, term()} | {:error, term()}