DBKV.delete_by_match_spec
You're seeing just the function
delete_by_match_spec
, go back to DBKV module for more information.
Specs
Deletes each entry from table
such that applying match_spec
to the entry returns true
.
Returns the number of deleted entries.