Uses of Class
io.trino.sql.tree.QueryPeriod
-
Packages that use QueryPeriod Package Description io.trino.sql.tree -
-
Uses of QueryPeriod in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type QueryPeriod Modifier and Type Method Description Optional<QueryPeriod>Table. getQueryPeriod()Methods in io.trino.sql.tree with parameters of type QueryPeriod Modifier and Type Method Description protected RAstVisitor. visitQueryPeriod(QueryPeriod node, C context)Constructors in io.trino.sql.tree with parameters of type QueryPeriod Constructor Description Table(NodeLocation location, QualifiedName name, QueryPeriod queryPeriod)
-