Uses of Class
io.trino.sql.tree.IntervalLiteral
Packages that use IntervalLiteral
-
Uses of IntervalLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type IntervalLiteralModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitIntervalLiteral(IntervalLiteral node, Void context) -
Uses of IntervalLiteral in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type IntervalLiteralMethods in io.trino.sql.tree with parameters of type IntervalLiteralModifier and TypeMethodDescriptionprotected RAstVisitor.visitIntervalLiteral(IntervalLiteral node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type IntervalLiteralModifierConstructorDescriptionCreateMaterializedView(NodeLocation location, QualifiedName name, Query query, boolean replace, boolean notExists, Optional<IntervalLiteral> gracePeriod, List<Property> properties, Optional<String> comment)