Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@storage@internal_StorageChunk.hrl
Raw

include/aarondb@storage@internal_StorageChunk.hrl

-record(storage_chunk, {
attribute :: binary(),
values :: aarondb@storage@internal:cracking_node(),
max_tx :: integer(),
is_compressed :: boolean()
}).