包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 方法和描述 |
---|---|
static ContiguousTable |
JCudfSerialization.concatToContiguousTable(JCudfSerialization.SerializedTableHeader[] headers, HostMemoryBuffer[] dataBuffers) 将主机内存中的多个表连接到设备内存中的连续表中。
|
ContiguousTable[] |
Table.contiguousSplit(int... indices) 在给定边界处分割表,但每个分割结果的内存布局是连续的内存范围。
|
ContiguousTable[] |
Table.GroupByOperation.contiguousSplitGroups() 根据分组键将单个表中的组分割成单独的表。
|
ContiguousTable |
JCudfSerialization.TableAndRowCountPair.getContiguousTable() 获取已反序列化的 ContiguousTable,如果没有任何数据(例如:没有列的行),则返回 null。
|
ContiguousTable[] |
ContigSplitGroupByResult.getGroups() 获取分割后的组表。
|
ContiguousTable |
JCudfSerialization.HostConcatResult.toContiguousTable() 从此主机连接结果构建设备内存中的连续表
|
构造函数和描述 |
---|
TableAndRowCountPair(int numRows, ContiguousTable table) |
版权所有 © 2025。保留所有权利。