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 TypeMethodDescriptionvoid
convertRegion
(@NotNull WritableChunk<? super ATTR> destination, @NotNull Chunk<? extends ATTR> source, @NotNull RowSequence rowSequence) Converts all the native source values represented byrowSequence
from a single region into thedestination
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 byrowSequence
from a single region into thedestination
chunk by appending.
-