Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_SimilarityEntity.hrl

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