Uses of Class
ai.rapids.cudf.HashJoin
Packages that use HashJoin
-
Uses of HashJoin in ai.rapids.cudf
Methods in ai.rapids.cudf with parameters of type HashJoinModifier and TypeMethodDescriptionTable.fullJoinGatherMaps(HashJoin rightHash) Computes the gather maps that can be used to manifest the result of a full equi-join between two tables.Table.fullJoinGatherMaps(HashJoin rightHash, long outputRowCount) Computes the gather maps that can be used to manifest the result of a full equi-join between two tables.longTable.fullJoinRowCount(HashJoin rightHash) Computes the number of rows resulting from a full equi-join between two tables.Table.innerJoinGatherMaps(HashJoin rightHash) Computes the gather maps that can be used to manifest the result of an inner equi-join between two tables.Table.innerJoinGatherMaps(HashJoin rightHash, long outputRowCount) Computes the gather maps that can be used to manifest the result of an inner equi-join between two tables.longTable.innerJoinRowCount(HashJoin otherHash) Computes the number of rows resulting from an inner equi-join between two tables.Table.leftJoinGatherMaps(HashJoin rightHash) Computes the gather maps that can be used to manifest the result of a left equi-join between two tables.Table.leftJoinGatherMaps(HashJoin rightHash, long outputRowCount) Computes the gather maps that can be used to manifest the result of a left equi-join between two tables.longTable.leftJoinRowCount(HashJoin rightHash) Computes the number of rows resulting from a left equi-join between two tables.