View Source Plausible.Stats.SQL.Expression (Plausible v0.0.1)

This module is responsible for generating SQL/Ecto expressions for dimensions and metrics used in query SELECT statement.

Each dimension and metric is tagged with with selected_as for easier usage down the line.

Summary

Functions

Link to this macro

event_goal_join(events, page_regexes)

View Source (macro)
Link to this function

select_dimension(q, key, arg3, arg4, query)

View Source
Link to this function

session_metric(atom, query)

View Source