Record Class SqlRoutineAnalysis

java.lang.Object
java.lang.Record
io.trino.sql.routine.SqlRoutineAnalysis

public record SqlRoutineAnalysis(String name, Map<String,Type> arguments, Type returnType, boolean calledOnNull, boolean deterministic, Optional<String> comment, Analysis analysis) extends Record