Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
ChunkedPack |
Table.makeChunkedPack(long bounceBufferSize)
Create an instance of `ChunkedPack` which can be used to pack this table
contiguously in memory utilizing a bounce buffer of size `bounceBufferSize`.
|
ChunkedPack |
Table.makeChunkedPack(long bounceBufferSize,
RmmDeviceMemoryResource tempMemoryResource)
Create an instance of `ChunkedPack` which can be used to pack this table
contiguously in memory utilizing a bounce buffer of size `bounceBufferSize`.
|
Copyright © 2024. All rights reserved.