lt<ValType> static method
DSL to create 'is less than' relational condition
Implementation
static CondCol<ValType> lt<ValType>(
Field<ValType> field, Field<ValType> value) =>
CondCol<ValType>(field, Op.Lt, value);