Uses of Class
io.trino.sql.relational.SpecialForm.Form
-
Packages that use SpecialForm.Form Package Description io.trino.sql.relational -
-
Uses of SpecialForm.Form in io.trino.sql.relational
Methods in io.trino.sql.relational that return SpecialForm.Form Modifier and Type Method Description SpecialForm.FormSpecialForm. getForm()static SpecialForm.FormSpecialForm.Form. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecialForm.Form[]SpecialForm.Form. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.relational with parameters of type SpecialForm.Form Constructor Description SpecialForm(SpecialForm.Form form, Type returnType, RowExpression... arguments)SpecialForm(SpecialForm.Form form, Type returnType, List<RowExpression> arguments)SpecialForm(SpecialForm.Form form, Type returnType, List<RowExpression> arguments, List<ResolvedFunction> functionDependencies)
-