Uses of Class
ai.rapids.cudf.GatherMap
Packages that use GatherMap
-
Uses of GatherMap in ai.rapids.cudf
Methods in ai.rapids.cudf that return GatherMapModifier and TypeMethodDescriptionTable.conditionalFullJoinGatherMaps
(Table rightTable, CompiledExpression condition) Computes the gather maps that can be used to manifest the result of a full join between two tables when a conditional expression is true.Table.conditionalInnerJoinGatherMaps
(Table rightTable, CompiledExpression condition) Computes the gather maps that can be used to manifest the result of an inner join between two tables when a conditional expression is true.Table.conditionalInnerJoinGatherMaps
(Table rightTable, CompiledExpression condition, long outputRowCount) Computes the gather maps that can be used to manifest the result of an inner join between two tables when a conditional expression is true.Table.conditionalLeftAntiJoinGatherMap
(Table rightTable, CompiledExpression condition) Computes the gather map that can be used to manifest the result of a left anti join between two tables when a conditional expression is true.Table.conditionalLeftAntiJoinGatherMap
(Table rightTable, CompiledExpression condition, long outputRowCount) Computes the gather map that can be used to manifest the result of a left anti join between two tables when a conditional expression is true.Table.conditionalLeftJoinGatherMaps
(Table rightTable, CompiledExpression condition) Computes the gather maps that can be used to manifest the result of a left join between two tables when a conditional expression is true.Table.conditionalLeftJoinGatherMaps
(Table rightTable, CompiledExpression condition, long outputRowCount) Computes the gather maps that can be used to manifest the result of a left join between two tables when a conditional expression is true.Table.conditionalLeftSemiJoinGatherMap
(Table rightTable, CompiledExpression condition) Computes the gather map that can be used to manifest the result of a left semi join between two tables when a conditional expression is true.Table.conditionalLeftSemiJoinGatherMap
(Table rightTable, CompiledExpression condition, long outputRowCount) Computes the gather map that can be used to manifest the result of a left semi join between two tables when a conditional expression is true.Table.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.Table.fullJoinGatherMaps
(Table rightKeys, boolean compareNullsEqual) Computes the gather maps that can be used to manifest the result of an full equi-join between two tables.Table.innerDistinctJoinGatherMaps
(Table rightKeys, boolean compareNullsEqual) Computes the gather maps that can be used to manifest the result of an inner equi-join between two tables where the right table is guaranteed to not contain any duplicated join keys.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.Table.innerJoinGatherMaps
(Table rightKeys, boolean compareNullsEqual) Computes the gather maps that can be used to manifest the result of an inner equi-join between two tables.Table.leftAntiJoinGatherMap
(Table rightKeys, boolean compareNullsEqual) Computes the gather map that can be used to manifest the result of a left anti-join between two tables.Table.leftDistinctJoinGatherMap
(Table rightKeys, boolean compareNullsEqual) Computes a gather map that can be used to manifest the result of a left equi-join between two tables where the right table is guaranteed to not contain any duplicated join keys.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.Table.leftJoinGatherMaps
(Table rightKeys, boolean compareNullsEqual) Computes the gather maps that can be used to manifest the result of a left equi-join between two tables.Table.leftSemiJoinGatherMap
(Table rightKeys, boolean compareNullsEqual) Computes the gather map that can be used to manifest the result of a left semi-join between two tables.static GatherMap[]
Table.mixedFullJoinGatherMaps
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes the gather maps that can be used to manifest the result of a full join between two tables using a mix of equality and inequality conditions.static GatherMap[]
Table.mixedInnerJoinGatherMaps
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes the gather maps that can be used to manifest the result of an inner join between two tables using a mix of equality and inequality conditions.static GatherMap[]
Table.mixedInnerJoinGatherMaps
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality, MixedJoinSize joinSize) Computes the gather maps that can be used to manifest the result of an inner join between two tables using a mix of equality and inequality conditions.static GatherMap
Table.mixedLeftAntiJoinGatherMap
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes the gather map that can be used to manifest the result of a left anti join between two tables using a mix of equality and inequality conditions.static GatherMap[]
Table.mixedLeftJoinGatherMaps
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes the gather maps that can be used to manifest the result of a left join between two tables using a mix of equality and inequality conditions.static GatherMap[]
Table.mixedLeftJoinGatherMaps
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality, MixedJoinSize joinSize) Computes the gather maps that can be used to manifest the result of a left join between two tables using a mix of equality and inequality conditions.static GatherMap
Table.mixedLeftSemiJoinGatherMap
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes the gather map that can be used to manifest the result of a left semi join between two tables using a mix of equality and inequality conditions.