A helper class for representing an attribute used in merging two
aggregation buffers. When merging two buffers, bufferLeft and bufferRight,
we merge buffer values and then update bufferLeft. A RichAttribute
of an AttributeReferencea has two functions left and right,
which represent a in bufferLeft and bufferRight, respectively.
A helper class for representing an attribute used in merging two aggregation buffers. When merging two buffers,
bufferLeft
andbufferRight
, we merge buffer values and then update bufferLeft. A RichAttribute of an AttributeReferencea
has two functionsleft
andright
, which representa
inbufferLeft
andbufferRight
, respectively.