Ecto.Adapters.DynamoDB.Info.indexes
You're seeing just the function
indexes
, go back to Ecto.Adapters.DynamoDB.Info module for more information.
Specs
indexes(Ecto.Repo.t(), table_name_t()) :: [ {:primary | String.t(), [String.t()]} ]
Get a list of the available indexes on a table. The format of this list is described in normalise_dynamo_index!