Uses of Class
ai.rapids.cudf.ast.CompiledExpression
Packages that use CompiledExpression
-
Uses of CompiledExpression in ai.rapids.cudf
Methods in ai.rapids.cudf with parameters of type CompiledExpressionModifier 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.long
Table.conditionalInnerJoinRowCount
(Table rightTable, CompiledExpression condition) Computes the number of rows from 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.long
Table.conditionalLeftAntiJoinRowCount
(Table rightTable, CompiledExpression condition) Computes the number of rows from 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.long
Table.conditionalLeftJoinRowCount
(Table rightTable, CompiledExpression condition) Computes the number of rows from 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.long
Table.conditionalLeftSemiJoinRowCount
(Table rightTable, CompiledExpression condition) Computes the number of rows from the result of a left semi join between two tables when a conditional expression is true.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 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 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 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.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.static void
MemoryCleaner.register
(CompiledExpression expr, MemoryCleaner.Cleaner cleaner) -
Uses of CompiledExpression in ai.rapids.cudf.ast
Methods in ai.rapids.cudf.ast that return CompiledExpression