View Source Ch.Types.UInt256 (Chto v0.1.1)
Ecto type for Elixir.UInt256 ClickHouse type.
Example:
defmodule Schema do
use Ecto.Schema
schema "demo_u256" do
field :value, Elixir.Ch.Types.UInt256
end
end
Link to this section Summary
Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Link to this section Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.