Uses of Class
io.trino.sql.tree.CurrentTime.Function
-
Packages that use CurrentTime.Function Package Description io.trino.sql.tree -
-
Uses of CurrentTime.Function in io.trino.sql.tree
Methods in io.trino.sql.tree that return CurrentTime.Function Modifier and Type Method Description CurrentTime.FunctionCurrentTime. getFunction()static CurrentTime.FunctionCurrentTime.Function. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrentTime.Function[]CurrentTime.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type CurrentTime.Function Constructor Description CurrentTime(CurrentTime.Function function)CurrentTime(CurrentTime.Function function, Integer precision)CurrentTime(NodeLocation location, CurrentTime.Function function)CurrentTime(NodeLocation location, CurrentTime.Function function, Integer precision)
-