Enum Class CreateFunction.RoutineBodyEnum

java.lang.Object
java.lang.Enum<CreateFunction.RoutineBodyEnum>
io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
All Implemented Interfaces:
Serializable, Comparable<CreateFunction.RoutineBodyEnum>, Constable
Enclosing class:
CreateFunction

public static enum CreateFunction.RoutineBodyEnum extends Enum<CreateFunction.RoutineBodyEnum>
Function language. When **EXTERNAL** is used, the language of the routine function should be specified in the __external_language__ field, and the __return_params__ of the function cannot be used (as **TABLE** return type is not supported), and the __sql_data_access__ field must be **NO_SQL**.