View Source ClickHouse.DataType.Encodable protocol (ClickHouse v0.30.0)

A protocol to encode Elixir data types into ClickHouse data types.

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

@spec encode(any()) :: iodata()