External Function
This page provides a comprehensive overview of External Function operations in Databend, organized by functionality for easy reference.
External Function Management
Command | Description |
---|---|
CREATE EXTERNAL FUNCTION | Creates a new external function |
ALTER EXTERNAL FUNCTION | Modifies an existing external function |
DROP EXTERNAL FUNCTION | Removes an external function |
Related Topics
备注
External Functions in Databend allow you to extend functionality by integrating with external services through HTTP/HTTPS endpoints, enabling you to leverage external processing capabilities.