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     |          Description           | Language |  Owner   |      Created at      |      Updated at      | Status | Messages
------------+--------------------------------+----------+----------+----------------------+----------------------+--------+-----------
  funcs1    | UDF source for upper and lower | java     | sysadmin | 2022-08-10T18:48:54Z | 2022-08-10T18:48:54Z | ready  |
            | case                           |          |          |                      |                      |        |
  locFuncs  | Source for complex location    | java     | sysadmin | 2023-02-15T22:12:48Z | 2023-02-15T22:12:48Z | ready  |
            | data                           |          |          |                      |                      |        |

Last updated