Package | Description |
---|---|
ai.rapids.cudf.ast |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperation
A binary operation consisting of an operator and two operands.
|
class |
ColumnReference
A reference to a column in an input table.
|
class |
Literal
A literal value in an AST expression.
|
class |
UnaryOperation
A unary operation consisting of an operator and an operand.
|
Constructor and Description |
---|
BinaryOperation(BinaryOperator op,
AstExpression leftInput,
AstExpression rightInput) |
UnaryOperation(UnaryOperator op,
AstExpression input) |
Copyright © 2024. All rights reserved.