Uses of Enum Class
io.trino.sql.tree.Extract.Field
Packages that use Extract.Field
-
Uses of Extract.Field in io.trino.sql.tree
Methods in io.trino.sql.tree that return Extract.FieldModifier and TypeMethodDescriptionExtract.getField()static Extract.FieldReturns the enum constant of this class with the specified name.static Extract.Field[]Extract.Field.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Extract.FieldModifierConstructorDescriptionExtract(Expression expression, Extract.Field field) Extract(NodeLocation location, Expression expression, Extract.Field field)