DBKV.select_by_value_range

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

select_by_value_range(table, min_value, max_value, opts \\ [])

View Source

Specs

select_by_value_range(t(), any(), any(), range_options()) ::
  [any()] | {:error, any()}

Returns a specified range of entries from table. By default, the range is inclusive. The range boundaries can be excluded by setting :min_inclusive or :max_inclusive to false.