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
@spec execute(FerricStore.Instance.t() | map(), Ferricstore.Flow.Query.Request.t()) :: {:ok, term()} | {:error, term()}