Condition<EntityT> greaterOrEqual(double p, {String? alias}) => _op(_ConditionOp.greaterOrEq, p, null, alias);