DBKV.select_by_match_spec

You're seeing just the function select_by_match_spec, go back to DBKV module for more information.
Link to this function

select_by_match_spec(table, match_spec, n \\ :default)

View Source

Specs

select_by_match_spec(t(), match_spec(), non_neg_integer()) ::
  [any()] | {:error, any()}

Returns the results of applying match_spec to all or n entries stored in table.