private ExpressionType(DataType dataType) {
   this(dataType, dataType.implicitlyNullable());
 }