| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
ColumnView.StringSizes |
ColumnView.repeatStringsSizes(ColumnView repeatTimes)
Compute sizes of the output strings if each string in an input strings column is repeated by
a different number of times given by the corresponding row in a
repeatTimes
numeric column (i.e., compute sizes of the strings resulted from
ColumnView.repeatStringsWithColumnRepeatTimes(long, long, long)). |
Copyright © 2022. All rights reserved.