Sidx.Unifier.State (sidx v0.1.3)

Link to this section Summary

Link to this section Types

@type t() :: %Sidx.Unifier.State{
  file: :file.io_device() | nil,
  options: [Sidx.table_option()],
  partitions: %{
    required(non_neg_integer()) =>
      {actual_size :: non_neg_integer(), slots :: [non_neg_integer()]}
  },
  path: String.t(),
  slots: non_neg_integer()
}