Uses of Class
ai.rapids.cudf.MixedJoinSize
Packages that use MixedJoinSize
-
Uses of MixedJoinSize in ai.rapids.cudf
Methods in ai.rapids.cudf that return MixedJoinSizeModifier and TypeMethodDescriptionstatic MixedJoinSize
Table.mixedInnerJoinSize
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes output size information for an inner join between two tables using a mix of equality and inequality conditions.static MixedJoinSize
Table.mixedLeftJoinSize
(Table leftKeys, Table rightKeys, Table leftConditional, Table rightConditional, CompiledExpression condition, NullEquality nullEquality) Computes output size information for a left join between two tables using a mix of equality and inequality conditions.Methods in ai.rapids.cudf with parameters of type MixedJoinSizeModifier and TypeMethodDescriptionstatic 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.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.