JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package com.facebook.presto.sql.tree
Class Summary
Class
Description
AliasedRelation
AllColumns
ArithmeticExpression
AstVisitor
<R,C>
BetweenPredicate
BooleanLiteral
Cast
CoalesceExpression
ComparisonExpression
CreateAlias
CreateMaterializedView
CreateTable
CurrentTime
DateLiteral
DefaultExpressionTraversalVisitor
<R,C>
When walking Expressions, don't traverse into SubqueryExpressions
DefaultTraversalVisitor
<R,C>
DoubleLiteral
DropAlias
DropTable
Except
ExistsPredicate
Explain
ExplainFormat
ExplainOption
ExplainType
Expression
ExpressionRewriter
<C>
ExpressionTreeRewriter
<C>
ExpressionTreeRewriter.Context
<C>
Extract
FrameBound
FunctionCall
IfExpression
IF(v1,v2[,v3]): CASE WHEN v1 THEN v2 [ELSE v3] END
InListExpression
InPredicate
Input
Represents a reference to a field in a physical execution plan
TODO: This class belongs to the execution engine and should not be in this package.
InputReference
A reference to an execution engine
Input
.
Intersect
IntervalLiteral
IsNotNullPredicate
IsNullPredicate
Join
JoinCriteria
JoinOn
JoinUsing
LikePredicate
Literal
LogicalBinaryExpression
LongLiteral
NaturalJoin
NegativeExpression
Node
NotExpression
NullIfExpression
NULLIF(V1,V2): CASE WHEN V1=V2 THEN NULL ELSE V1 END
NullLiteral
QualifiedName
QualifiedNameReference
Query
QueryBody
QuerySpecification
QueryUtil
RefreshMaterializedView
Relation
SampledRelation
SearchedCaseExpression
Select
SelectItem
Serialization
Serialization.ExpressionDeserializer
Serialization.ExpressionSerializer
Serialization.FunctionCallDeserializer
SetOperation
ShowCatalogs
ShowColumns
ShowFunctions
ShowPartitions
ShowSchemas
ShowTables
SimpleCaseExpression
SingleColumn
SortItem
Statement
StringLiteral
SubqueryExpression
Table
TableSubquery
TimeLiteral
TimestampLiteral
TreePrinter
Union
WhenClause
Window
WindowFrame
With
WithQuery
Enum Summary
Enum
Description
ArithmeticExpression.Type
ComparisonExpression.Type
CurrentTime.Type
ExplainFormat.Type
ExplainType.Type
Extract.Field
FrameBound.Type
IntervalLiteral.Sign
Join.Type
LogicalBinaryExpression.Type
SampledRelation.Type
SortItem.NullOrdering
SortItem.Ordering
WindowFrame.Type
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Copyright © 2012-2013. All Rights Reserved.