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(), list(), non_neg_integer()) :: list() | {:error, any()}

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