AshDyan.DataLayer.Simple (AshDyan v0.6.0)

Copy Markdown View Source

Capability set for the in-memory Ash.DataLayer.Simple (ETS) data layer.

  • :frequency and :aggregate are supported (computed in memory by the engine).
  • :time_bucket is supported via a manual in-memory bucketing fallback.
  • :percentile is supported because AshDyan computes it in memory; no native percentile function is required for the bounded read path.