View Source Ecto.Adapters.ClickHouse.API (Ecto ClickHouse v0.1.11)

Helpers for building Ecto queries for ClickHouse.

Link to this section Summary

Functions

Builds an input(structure) that can be used in Ecto.Query.from

Link to this section Functions

Builds an input(structure) that can be used in Ecto.Query.from

from i in input(a: "Int16", b: :string)
from i in input(Schema)