Uses of Enum Class
io.trino.sql.relational.SpecialForm.Form
Packages that use SpecialForm.Form
-
Uses of SpecialForm.Form in io.trino.sql.relational
Methods in io.trino.sql.relational that return SpecialForm.FormModifier and TypeMethodDescriptionSpecialForm.getForm()static SpecialForm.FormReturns the enum constant of this class with the specified name.static SpecialForm.Form[]SpecialForm.Form.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.relational with parameters of type SpecialForm.FormModifierConstructorDescriptionSpecialForm(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)