Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@columnar_ColumnChunk.hrl

-record(column_chunk, {
attribute :: binary(),
values :: list(aarondb@fact:value()),
max_tx :: integer(),
is_compressed :: boolean()
}).