Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Similarity.hrl

-record(similarity, {
variable :: binary(),
target :: aarondb@shared@ast:part(),
threshold :: float()
}).