View Source Ecto.Adapters.DynamoDB.RecursiveFetch (ecto_adapters_dynamodb v3.5.0)
Summary
Functions
Updates the recursive option during a recursive fetch, according to whether the option is a boolean or an integer (as in the case of page_limit)
Functions
@spec fetch( Repo.t(), fetch_func(), Ecto.Adapters.DynamoDB.Query.table_name(), keyword(), boolean() | number(), map() ) :: Ecto.Adapters.DynamoDB.Query.dynamo_response()
Updates the recursive option during a recursive fetch, according to whether the option is a boolean or an integer (as in the case of page_limit)