pub fn calculate_result_decimal_for_avg( lit_value: i128, count: i128, scale: i8, target_type: &DataType ) -> Result<ScalarValue>