Package ai.rapids.cudf
Class JCudfSerialization.HostConcatResult
java.lang.Object
ai.rapids.cudf.JCudfSerialization.HostConcatResult
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- JCudfSerialization
public static final class JCudfSerialization.HostConcatResult
extends Object
implements AutoCloseable
Class to hold the header and buffer pair result from host-side concatenation
-
Constructor Summary
ConstructorsConstructorDescriptionHostConcatResult
(JCudfSerialization.SerializedTableHeader tableHeader, HostMemoryBuffer tableBuffer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Build a contiguous table in device memory from this host-concatenated result
-
Constructor Details
-
HostConcatResult
public HostConcatResult(JCudfSerialization.SerializedTableHeader tableHeader, HostMemoryBuffer tableBuffer)
-
-
Method Details
-
getTableHeader
-
getHostBuffer
-
toContiguousTable
Build a contiguous table in device memory from this host-concatenated result -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-