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 TypeClassDescriptionclassA binary operation consisting of an operator and two operands.final classA reference to a column in an input table.final classA literal value in an AST expression.final classA 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)