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