Description
Currently, VectorReduceSinkOperator is a pass-thru to ReduceSinkOperator, so we incur object inspector costs.
Native vectorization will not use object inspectors and allocate memory up front that will be reused for each batch.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-23852 Natively support Date type in ReduceSink operator
- Closed