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