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