LIST FUNCTION_SOURCES

Syntax

[ LIST | SHOW ] FUNCTION_SOURCES;

Description

This command provides a list of Function Sources within the Organization.

Function Sources will only be listed if the current role has USAGE privileges on them.

Examples

demodb.public/demostore# LIST FUNCTION_SOURCES;
+---------+---------+-----------+--------------+------------------------------+----------+-------------------------------+-------------------------------+
|  Name   |  State  |  Language |  Description |  Url                         |  Owner   |  Created At                   |  Updated At                   |
+=========+=========+===========+==============+==============================+==========+===============================+===============================+
| myFuncs | ready   | Java      | my functions | https://download/url/myFuncs | sysadmin | 2024-07-17 20:32:56 +0000 UTC | 2024-07-17 20:32:56 +0000 UTC |
+---------+---------+-----------+--------------+------------------------------+----------+-------------------------------+-------------------------------+

Last updated