All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.catalog.FunctionInfoRoutineBody Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.catalog;

import com.databricks.sdk.support.Generated;

/**
 * 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**.
 */
@Generated
public enum FunctionInfoRoutineBody {
  EXTERNAL,
  SQL,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy