Creates a comparison level from a raw SQL expression. Use this when
none of the built-in cl_*() helpers fit. The SQL should reference
l. and r. prefixed column names for the left and right records.
This is a tagged-string helper with processing semantics.
Value
A comparison-level object for use in il_compare().
Examples
il_spec() |>
il_compare(score, cl_custom('l.score + r.score > 10'))
#> Linkage Specification
#> Comparisons (1):
#> score : custom
#> Blocking rules: (none)
