View Source Ecto.Adapters.DynamoDB.DynamoDBSet (ecto_adapters_dynamodb v3.4.0)

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.

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

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