Class Expression

java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.Expression
Direct Known Subclasses:
AllRows, ArithmeticBinaryExpression, ArithmeticUnaryExpression, Array, AtTimeZone, BetweenPredicate, Cast, CoalesceExpression, ComparisonExpression, CurrentCatalog, CurrentDate, CurrentPath, CurrentSchema, CurrentTime, CurrentTimestamp, CurrentUser, DataType, DereferenceExpression, ExistsPredicate, Extract, FieldReference, Format, FunctionCall, GroupingOperation, Identifier, IfExpression, InListExpression, InPredicate, IsNotNullPredicate, IsNullPredicate, JsonArray, JsonExists, JsonObject, JsonQuery, JsonValue, LambdaArgumentDeclaration, LambdaExpression, LikePredicate, Literal, LocalTime, LocalTimestamp, LogicalExpression, NotExpression, NullIfExpression, Parameter, QuantifiedComparisonExpression, Row, SearchedCaseExpression, SimpleCaseExpression, SubqueryExpression, SubscriptExpression, Trim, TryExpression, WhenClause, WindowOperation

@Immutable public abstract class Expression extends Node