Ecto.Adapters.ClickHouse.API (Ecto ClickHouse v0.6.1)

View Source

Helpers for building Ecto queries for ClickHouse.

Summary

Functions

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

Functions

input(schema)

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)