cx_leaderboard v0.1.0 CxLeaderboard.Record View Source

Record is the tuple-based structure that you get back when querying a leaderboard. In addition to the stored entry it also carries stats like rank and percentile.

Link to this section Summary

Types

Any entry stats returned by the indexer

Any rank stats returned by the indexer

t()

This is how each record comes back to you from the leaderboard. See below for breakdowns of each type

Link to this section Types

Link to this type entry_stats() View Source
entry_stats() :: term()

Any entry stats returned by the indexer.

Link to this type rank_stats() View Source
rank_stats() :: term()

Any rank stats returned by the indexer

This is how each record comes back to you from the leaderboard. See below for breakdowns of each type.

Link to this section Functions