Current section

Files

Jump to
cake include cake@internal@query_WhereComparison.hrl
Raw

include/cake@internal@query_WhereComparison.hrl

-record(where_comparison, {
value_a :: cake@internal@query:where_value(),
operator :: cake@internal@query:where_comparison_operator(),
value_b :: cake@internal@query:where_value()
}).