Class DataBlockValSet

  • All Implemented Interfaces:
    BlockValSet
    Direct Known Subclasses:
    FilteredDataBlockValSet

    public class DataBlockValSet
    extends Object
    implements BlockValSet
    In the multistage engine, the leaf stage servers process the data in columnar fashion. By the time the intermediate stage receives the projected column, they are converted to a row based format. This class provides the capability to convert the row based representation into columnar blocks so that they can be used to process aggregations using v1 aggregation functions. TODO: Support MV