ecto_adapters_dynamodb v2.0.0 Ecto.Adapters.DynamoDB.DynamoDBSet 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
Link to this function
cast(mapset) View Source
Confirm the type is a MapSet and its elements are of one type, number or binary
Link to this function
dump(mapset) View Source
Dump as is
Link to this function
embed_as(_) View Source
Dictates how the type should be treated inside embeds
Link to this function
equal?(term_a, term_b) View Source
Check if two terms are semantically equal
Link to this function
load(mapset) View Source
Load as is
Link to this function
type() View Source
This type is actually a MapSet