class

Int64::Lucky::Criteria(T, V)

Inherits Avram::IncludesCriteria < Avram::BetweenCriteria < Avram::Criteria < Reference < Object

Constructors

new(rows : T, column : Symbol | String)
Source

Instance methods

between(low_value : V, high_value : V)

WHERE @column >= low_value AND @column <= high_value

Source
includes(value) : T

WHERE value = ANY(column)

Source
select_sum
Source
select_sum!
Source