AshClickhouse.DataLayer.Calculations (AshClickhouse v0.6.2)

Copy Markdown View Source

In-memory Ash calculations applied to decoded records.

Extracted from AshClickhouse.DataLayer. Calculations that cannot be pushed down to SQL are run in Elixir after the rows are decoded; failures are logged rather than raising so a single bad calculation does not fail the whole query.

Summary

Functions

Applies the list of in-memory calculations to each record.

Functions

apply_calculations(records, arg2)

@spec apply_calculations([map()], map()) :: [map()]

Applies the list of in-memory calculations to each record.