DBKV.select_by_value

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

select_by_value(table, value)

View Source

Specs

select_by_value(t(), any()) :: [entry()] | {:error, any()}

Returns all entries from table where the value is equal to value.