Package ai.rapids.cudf.ast
Class AstExpression
java.lang.Object
ai.rapids.cudf.ast.AstExpression
- Direct Known Subclasses:
BinaryOperation
,ColumnReference
,Literal
,UnaryOperation
Base class of every node in an AST
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static enum
Enumeration for the types of AST nodes that can appear in a serialized AST. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AstExpression
public AstExpression()
-
-
Method Details
-
compile
-