Describe the enhancement requested
It would be useful to detect usage of only a slice of the dictionary when a DictionaryArray call Compact(), so we can leverage Slice() to get compacted dictionary. This method is more efficient than Take(), which is what we currently use to obtain compacted dictionary.
Component(s)
C++
Describe the enhancement requested
It would be useful to detect usage of only a slice of the dictionary when a DictionaryArray call
Compact(), so we can leverageSlice()to get compacted dictionary. This method is more efficient thanTake(), which is what we currently use to obtain compacted dictionary.Component(s)
C++