public Float sumNullableFloat(FunctionExpression<NullableFloatFunction1<T>> selector) {
   return factory.sumNullableFloat(getThis(), selector);
 }