View Source Plausible.Stats.TableDecider (Plausible v0.0.1)

This module contains logic for deciding which tables need to be queried given a query and metrics, with the purpose of reducing the number of queries and JOINs needed to perform.

Summary

Functions

Link to this function

events_join_sessions?(query)

View Source
Link to this function

partition_metrics(metrics, query, breakdown_property \\ nil)

View Source