包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 方法和描述 |
---|---|
GatherMap[] |
Table.fullJoinGatherMaps(HashJoin rightHash) 计算可用于生成两个表之间全等值连接结果的 Gather Map。
|
GatherMap[] |
Table.fullJoinGatherMaps(HashJoin rightHash, long outputRowCount) 计算可用于生成两个表之间全等值连接结果的 Gather Map。
|
long |
Table.fullJoinRowCount(HashJoin rightHash) 计算两个表之间全等值连接产生的结果行数。
|
GatherMap[] |
Table.innerJoinGatherMaps(HashJoin rightHash) 计算可用于生成两个表之间内等值连接结果的 Gather Map。
|
GatherMap[] |
Table.innerJoinGatherMaps(HashJoin rightHash, long outputRowCount) 计算可用于生成两个表之间内等值连接结果的 Gather Map。
|
long |
Table.innerJoinRowCount(HashJoin otherHash) 计算两个表之间内等值连接产生的结果行数。
|
GatherMap[] |
Table.leftJoinGatherMaps(HashJoin rightHash) 计算可用于生成两个表之间左等值连接结果的 Gather Map。
|
GatherMap[] |
Table.leftJoinGatherMaps(HashJoin rightHash, long outputRowCount) 计算可用于生成两个表之间左等值连接结果的 Gather Map。
|
long |
Table.leftJoinRowCount(HashJoin rightHash) 计算两个表之间左等值连接产生的结果行数。
|
Copyright © 2025. 保留所有权利。