-
Method Summary
Modifier and Type |
Method |
Description |
Object[] |
convertArray(Object[] values) |
Convert an array of values in the region type to an array of values in boxed native format.
|
void |
convertRegion(WritableChunk<? super ATTR> destination,
Chunk<? extends ATTR> source,
OrderedKeys orderedKeys) |
Converts all the native source values represented by orderedKeys from a single region into
the destination chunk by appending.
|
-
Method Details
-
Converts all the native source values represented by orderedKeys
from a single region into
the destination
chunk by appending.
-
Convert an array of values in the region type to an array of values in boxed native format.
- Parameters:
values
- the values to convert
- Returns:
- a new array of converted values