Class ColumnEncoderDummycode

    • Field Detail

      • _domainSize

        public int _domainSize
        The number of columns outputted from this column group.
    • Constructor Detail

      • ColumnEncoderDummycode

        public ColumnEncoderDummycode()
      • ColumnEncoderDummycode

        public ColumnEncoderDummycode​(int colID)
      • ColumnEncoderDummycode

        public ColumnEncoderDummycode​(int colID,
                                      int domainSize)
    • Method Detail

      • build

        public void build​(CacheBlock<?> in)
        Description copied from interface: Encoder
        Build the transform meta data for the given block input. This call modifies and keeps meta data as encoder state.
        Parameters:
        in - input frame block
      • mergeAt

        public void mergeAt​(ColumnEncoder other)
        Description copied from class: ColumnEncoder
        Merges another encoder, of a compatible type, in after a certain position. Resizes as necessary. ColumnEncoders are compatible with themselves and EncoderComposite is compatible with every other ColumnEncoders. MultiColumnEncoders are compatible with every encoder
        Overrides:
        mergeAt in class ColumnEncoder
        Parameters:
        other - the encoder that should be merged in
      • updateIndexRanges

        public void updateIndexRanges​(long[] beginDims,
                                      long[] endDims,
                                      int colOffset)
        Description copied from class: ColumnEncoder
        Update index-ranges to after encoding. Note that only Dummycoding changes the ranges.
        Specified by:
        updateIndexRanges in interface Encoder
        Overrides:
        updateIndexRanges in class ColumnEncoder
        Parameters:
        beginDims - begin dimensions of range
        endDims - end dimensions of range
        colOffset - is applied to begin and endDims
      • updateDomainSizes

        public void updateDomainSizes​(List<ColumnEncoder> columnEncoders)
      • allocateMetaData

        public void allocateMetaData​(FrameBlock meta)
        Description copied from interface: Encoder
        Pre-allocate a FrameBlock for metadata collection.
        Parameters:
        meta - frame block
      • getMetaData

        public FrameBlock getMetaData​(FrameBlock meta)
        Description copied from interface: Encoder
        Construct a frame block out of the transform meta data.
        Parameters:
        meta - output frame block
        Returns:
        output frame block?
      • initMetaData

        public void initMetaData​(FrameBlock meta)
        Description copied from interface: Encoder
        Sets up the required meta data for a subsequent call to apply.
        Parameters:
        meta - frame block
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object