Class ColGroupDeltaDDC

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class ColGroupDeltaDDC
    extends ColGroupDDC
    Class to encapsulate information about a column group that is first delta encoded then encoded with dense dictionary encoding (DeltaDDC).
    See Also:
    Serialized Form
    • Method Detail

      • scalarOperation

        public AColGroup scalarOperation​(ScalarOperator op)
        Description copied from class: AColGroup
        Perform the specified scalar operation directly on the compressed column group, without decompressing individual cells if possible.
        Overrides:
        scalarOperation in class ColGroupDDC
        Parameters:
        op - operation to perform
        Returns:
        version of this column group with the operation applied