Ecto.Adapters.DynamoDB.Query.get_matching_primary_index
You're seeing just the function
get_matching_primary_index
, go back to Ecto.Adapters.DynamoDB.Query module for more information.
Given a search criteria of 1 or more fields, we try find out if the primary key is a good match and can be used to forfill this search. Returns the tuple {:primary, [hash] | [hash, range]} or :not_found