Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@ast_PageRank.hrl
Raw

include/aarondb@shared@ast_PageRank.hrl

-record(page_rank, {
entity_var :: binary(),
edge :: binary(),
rank_var :: binary(),
damping :: float(),
iterations :: integer()
}).