Ecto.Adapters.DynamoDB.prepare
You're seeing just the function
prepare
, go back to Ecto.Adapters.DynamoDB module for more information.
Commands invoked to prepare a query for all
, update_all
and delete_all
.
The returned result is given to execute/6
.