Skip to main content

snowflake.procedure

Description

Snowflake Procedure

Fields

IDTYPEDESCRIPTION
namestringName of the procedure
descriptionstringProcedure description
schemaNamestringSchema name
isBuiltinboolWhether the procedure is built in
isAggregateboolWhether the procedure is an aggregate function
isAnsiboolWhether the procedure is an ANSI procedure
minNumberOfArgumentsintMinimum number of arguments
maxNumberOfArgumentsintMaximum number of arguments
argumentsstringProcedure arguments
catalogNamestringCatalog name
isTableFunctionboolWhether the procedure is a table function
validForClusteringboolWhether the procedure is for clustering
isSecureboolWhether the procedure is secure