Exandra.Counter (exandra v1.0.0)

Copy Markdown View Source

Ecto.Type for counters.

Examples

schema "page_views" do
  field :url, :string
  field :views, Exandra.Counter
end

Summary

Types

t()

The type for an Exandra counter.

Functions

Callback implementation for Ecto.Type.embed_as/1.

Callback implementation for Ecto.Type.equal?/2.

Types

t()

@type t() :: integer()

The type for an Exandra counter.

Functions

embed_as(_)

Callback implementation for Ecto.Type.embed_as/1.

equal?(term1, term2)

Callback implementation for Ecto.Type.equal?/2.