between<ValType> static method
DSL to create 'in-between' relational condition
Implementation
static InBetweenCol<ValType> between<ValType>(
Field<ValType> field, Field<ValType> low, Field<ValType> high) =>
InBetweenCol<ValType>(field, low, high);