| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionRequest |
CreateFunctionRequest.setFunctionInfo(CreateFunction functionInfo) |
| Modifier and Type | Method and Description |
|---|---|
FunctionInfo |
FunctionsService.create(CreateFunctionRequest createFunctionRequest)
**WARNING: This API is experimental and will change in future versions**
Creates a new function
The user must have the following permissions in order for the function to be created: -
**USE_CATALOG** on the function's parent catalog - **USE_SCHEMA** and **CREATE_FUNCTION** on
the function's parent schema
|
FunctionInfo |
FunctionsAPI.create(CreateFunctionRequest request)
**WARNING: This API is experimental and will change in future versions**
Creates a new function
The user must have the following permissions in order for the function to be created: -
**USE_CATALOG** on the function's parent catalog - **USE_SCHEMA** and **CREATE_FUNCTION** on
the function's parent schema
|
Copyright © 2026. All rights reserved.