Uses of Class
ai.rapids.cudf.ContiguousTable
Packages that use ContiguousTable
-
Uses of ContiguousTable in ai.rapids.cudf
Methods in ai.rapids.cudf that return ContiguousTableModifier and TypeMethodDescriptionstatic ContiguousTable
JCudfSerialization.concatToContiguousTable
(JCudfSerialization.SerializedTableHeader[] headers, HostMemoryBuffer[] dataBuffers) Concatenate multiple tables in host memory into a contiguous table in device memory.Table.contiguousSplit
(int... indices) Split a table at given boundaries, but the result of each split has memory that is laid out in a contiguous range of memory.Table.GroupByOperation.contiguousSplitGroups()
Splits the groups in a single table into separate tables according to the grouping keys.JCudfSerialization.TableAndRowCountPair.getContiguousTable()
Get the ContiguousTable that was deserialized or null if there was no data (e.g.: rows without columns).ContigSplitGroupByResult.getGroups()
Get the split group tables.JCudfSerialization.HostConcatResult.toContiguousTable()
Build a contiguous table in device memory from this host-concatenated resultConstructors in ai.rapids.cudf with parameters of type ContiguousTable