DBKV.select_by_match_spec
You're seeing just the function
select_by_match_spec
, go back to DBKV module for more information.
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
.