Ecto.Adapters.DynamoDB.Query.parse_recursive_option
You're seeing just the function
parse_recursive_option
, go back to Ecto.Adapters.DynamoDB.Query module for more information.
Formats the recursive option according to whether the query is a DynamoDB scan or query. (The adapter defaults to recursive fetch in case of the latter but not the former)