ColumnArray.concat_item#
- ColumnArray.concat_item(index, arr)#
Concat array
arr
atindex
.Note
Only available on
CPU
- Parameters:
index (int) –
arr (array.Array[T]) –
- Return type:
int
Concat array arr
at index
.
Note
Only available on CPU
index (int) –
arr (array.Array[T]) –
int