DSL to create 'IS NULL' relational condition
static CondCol<ValType> isNull<ValType>(Field<ValType> field) => CondCol<ValType>(field, Op.Is, null);