v.22.9Backward Incompatible Changes
Remove Unused and Undocumented Functions accurate_Cast and accurate_CastOrNull
Remove the functionsaccurate_Castandaccurate_CastOrNull(they are different toaccurateCastandaccurateCastOrNullby underscore in the name and they are not affected by the value ofcast_keep_nullablesetting). These functions were undocumented, untested, unused, and unneeded. They appeared to be alive due to code generalization. #40682 (Alexey Milovidov).