Package ai.rapids.cudf.ast
package ai.rapids.cudf.ast
-
ClassDescriptionBase class of every node in an ASTEnumeration for the types of AST nodes that can appear in a serialized AST.A binary operation consisting of an operator and two operands.Enumeration of AST operators that can appear in a binary operation.A reference to a column in an input table.This class wraps a native compiled AST and must be closed to avoid native memory leaks.A literal value in an AST expression.Enumeration of tables that can be referenced in an AST.A unary operation consisting of an operator and an operand.Enumeration of AST operators that can appear in a unary operation.