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.form()Returns the value of theformrecord component.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 type, List<RowExpression> arguments, List<ResolvedFunction> functionDependencies) Creates an instance of aSpecialFormrecord class.