DBKV.select_by_max_key

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

select_by_max_key(table, max_key, inclusive \\ true)

View Source

Specs

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

Returns all entries from table where the key is less than or equal to max_key. The boundary can be excluded by setting inclusive to false.