Uses of Class
io.trino.sql.tree.IntervalDayTimeDataType
-
Packages that use IntervalDayTimeDataType Package Description io.trino.sql io.trino.sql.tree -
-
Uses of IntervalDayTimeDataType in io.trino.sql
Methods in io.trino.sql with parameters of type IntervalDayTimeDataType Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitIntervalDataType(IntervalDayTimeDataType node, Void context) -
Uses of IntervalDayTimeDataType in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type IntervalDayTimeDataType Modifier and Type Method Description ExpressionExpressionRewriter. rewriteIntervalDayTimeDataType(IntervalDayTimeDataType node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitIntervalDataType(IntervalDayTimeDataType node, C context)
-