Uses of Class
ai.rapids.cudf.ast.AstExpression
Packages that use AstExpression
-
Uses of AstExpression in ai.rapids.cudf.ast
Subclasses of AstExpression in ai.rapids.cudf.astModifier and TypeClassDescriptionclass
A binary operation consisting of an operator and two operands.final class
A reference to a column in an input table.final class
A literal value in an AST expression.final class
A unary operation consisting of an operator and an operand.Constructors in ai.rapids.cudf.ast with parameters of type AstExpressionModifierConstructorDescriptionBinaryOperation
(BinaryOperator op, AstExpression leftInput, AstExpression rightInput) UnaryOperation
(UnaryOperator op, AstExpression input)