Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_CustomIndex.hrl

-record(custom_index, {
variable :: binary(),
index_name :: binary(),
'query' :: aarondb@shared@ast:index_query(),
threshold :: float()
}).