Record Class SpecialForm

java.lang.Object
java.lang.Record
io.trino.sql.relational.SpecialForm
All Implemented Interfaces:
RowExpression

public record SpecialForm(SpecialForm.Form form, Type type, List<RowExpression> arguments, List<ResolvedFunction> functionDependencies) extends Record implements RowExpression