Ecto.Adapters.DynamoDB.RecursiveFetch (ecto_adapters_dynamodb v3.6.0)
View SourceSummary
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( Ecto.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)