ClickHouse.DataType (ClickHouse v0.11.0) View Source

Functions for working with ClickHouse data types.

Link to this section Summary

Link to this section Functions

Specs

encode(any()) :: iodata()

Encodes the provided data using the ClickHouse.DataType.Encodable protocol.

Link to this function

intersperse_map(list, seperator, mapper, acc \\ [])

View Source

Specs

intersperse_map(list(), any(), any(), any()) :: any()