Metadata for the default table view of an analytical dataset.
@type t() :: %Incant.Dataset.Table{ columns: [atom()], drilldowns: [Incant.Dataset.Drilldown.t()], group_by: [atom()], heatmap: [atom()], opts: keyword(), sort: {atom(), :asc | :desc} | nil }