Uses of Enum
io.trino.sql.tree.CurrentTime.Function
Packages that use CurrentTime.Function
-
Uses of CurrentTime.Function in io.trino.sql.tree
Methods in io.trino.sql.tree that return CurrentTime.FunctionModifier and TypeMethodDescriptionCurrentTime.getFunction()static CurrentTime.FunctionReturns 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.FunctionModifierConstructorDescriptionCurrentTime(CurrentTime.Function function) CurrentTime(CurrentTime.Function function, Integer precision) CurrentTime(NodeLocation location, CurrentTime.Function function) CurrentTime(NodeLocation location, CurrentTime.Function function, Integer precision)