Interface ColumnRegionReferencing.Converter<ATTR extends Any>

Enclosing interface:
ColumnRegionReferencing<ATTR extends Any,REFERENCED_COLUMN_REGION extends ColumnRegion<ATTR>>

public static interface ColumnRegionReferencing.Converter<ATTR extends Any>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    convertRegion(@NotNull WritableChunk<? super ATTR> destination, @NotNull Chunk<? extends ATTR> source, @NotNull RowSequence rowSequence)
    Converts all the native source values represented by rowSequence from a single region into the destination chunk by appending.
  • Method Details

    • convertRegion

      void convertRegion(@NotNull @NotNull WritableChunk<? super ATTR> destination, @NotNull @NotNull Chunk<? extends ATTR> source, @NotNull @NotNull RowSequence rowSequence)
      Converts all the native source values represented by rowSequence from a single region into the destination chunk by appending.