Package | Description |
---|---|
ai.rapids.cudf | |
ai.rapids.cudf.ast |
Class and Description |
---|
CompiledExpression
This class wraps a native compiled AST and must be closed to avoid native memory leaks.
|
Class and Description |
---|
AstExpression
Base class of every node in an AST
|
AstExpression.ExpressionType
Enumeration for the types of AST nodes that can appear in a serialized AST.
|
BinaryOperator
Enumeration of AST operators that can appear in a binary operation.
|
CompiledExpression
This class wraps a native compiled AST and must be closed to avoid native memory leaks.
|
Literal
A literal value in an AST expression.
|
TableReference
Enumeration of tables that can be referenced in an AST.
|
UnaryOperator
Enumeration of AST operators that can appear in a unary operation.
|
Copyright © 2024. All rights reserved.