Uses of Class
ai.rapids.cudf.ChunkedPack
Packages that use ChunkedPack
-
Uses of ChunkedPack in ai.rapids.cudf
Methods in ai.rapids.cudf that return ChunkedPackModifier and TypeMethodDescriptionTable.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`.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`.