Package io.trino.sql.tree
Class QueryPeriod
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.QueryPeriod
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionQueryPeriod(NodeLocation location, QueryPeriod.RangeType rangeType, Expression end) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleangetEnd()getStart()inthashCode()toString()Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
Constructor Details
-
QueryPeriod
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classNode
-
getStart
-
getEnd
-
getRangeType
-
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead. -
equals
-
hashCode
public int hashCode() -
toString
-