Uses of Class
io.trino.sql.tree.Extract.Field
-
Packages that use Extract.Field Package Description io.trino.sql.tree -
-
Uses of Extract.Field in io.trino.sql.tree
Methods in io.trino.sql.tree that return Extract.Field Modifier and Type Method Description Extract.FieldExtract. getField()static Extract.FieldExtract.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static Extract.Field[]Extract.Field. 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 Extract.Field Constructor Description Extract(Expression expression, Extract.Field field)Extract(NodeLocation location, Expression expression, Extract.Field field)
-