Describe the enhancement requested
GenericNullLikePartition::TranslateTo translates a partition result from a source range to a target range. This includes pointer arithmetic and does not allow bounds checking for the source and target range, as only the range starts are given. Ideally, we want to pass the entire source and target range to the function, which will allow us to both validate sizes, guarantee that the correct source range is passed, and the resulting GenericNullLikePartition will point into the target range
Component(s)
C++
Describe the enhancement requested
GenericNullLikePartition::TranslateTotranslates a partition result from a source range to a target range. This includes pointer arithmetic and does not allow bounds checking for the source and target range, as only the range starts are given. Ideally, we want to pass the entire source and target range to the function, which will allow us to both validate sizes, guarantee that the correct source range is passed, and the resultingGenericNullLikePartitionwill point into the target rangeComponent(s)
C++