Incant.Dataset.Metric (Incant v0.1.1)

Copy Markdown View Source

Metadata for an analytical dataset metric.

Summary

Types

aggregate()

@type aggregate() :: atom() | nil

t()

@type t() :: %Incant.Dataset.Metric{
  aggregate: aggregate(),
  expr: term(),
  name: atom(),
  opts: keyword()
}