Sidx.Partition.State (sidx v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Sidx.Partition.State{
  data:
    {tree :: Sidx.Partition.tree(),
     values :: %{required(reference()) => term()}},
  num: non_neg_integer(),
  opts: [Sidx.table_option()],
  path: String.t(),
  timeout: timeout()
}