Uses of Enum Class
io.trino.sql.tree.Extract.Field
Packages that use Extract.Field
-
Uses of Extract.Field in io.trino.sql.tree
Subclasses with type arguments of type Extract.Field in io.trino.sql.treeMethods 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(NodeLocation location, Expression expression, Extract.Field field)