DBKV.select_by_min_value

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

select_by_min_value(table, min_value, inclusive \\ true)

View Source

Specs

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

Returns all entries from table where the value is greater than or equal to min_value. The boundary can be excluded by setting inclusive to false.