Class FilteredDataBlockValSet

  • All Implemented Interfaces:
    BlockValSet

    public class FilteredDataBlockValSet
    extends DataBlockValSet
    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