Ecto.Adapters.DynamoDB.DynamoDBSet (ecto_adapters_dynamodb v3.0.0) View Source
An Ecto type for handling MapSet, corresponding with DynamoDB's set types. Since ExAws already encodes and decodes MapSet, we only handle casting and validation here.
Link to this section Summary
Functions
Confirm the type is a MapSet and its elements are of one type, number or binary
Dump as is
Dictates how the type should be treated inside embeds
Check if two terms are semantically equal
Load as is
This type is actually a MapSet
Link to this section Functions
Confirm the type is a MapSet and its elements are of one type, number or binary
Dump as is
Dictates how the type should be treated inside embeds
Check if two terms are semantically equal
Load as is
This type is actually a MapSet