Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@query_types_ShardMap.hrl

-record(shard_map, {
nodes :: gleam@dict:dict(integer(), gleam@erlang@process:pid_()),
vnodes :: gleam@dict:dict(integer(), integer()),
sorted_hashes :: list(integer())
}).