public BigDecimal sumBigDecimal(FunctionExpression<BigDecimalFunction1<T>> selector) {
   return factory.sumBigDecimal(getThis(), selector);
 }