fn generate_series_decimal( start: Decimal, stop: Decimal, ) -> Result<impl Iterator<Item = Decimal>>