Snowflake · JSON Structure

User Defined Function User Defined Function Structure

Type: object Properties: 18
Data LakesData SharingData WarehousingDatabaseSQL

UserDefinedFunction is a JSON Structure definition published by Snowflake, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name is_temporary is_aggregate is_memoizable is_table_function valid_for_clustering is_secure arguments comment body created_on schema_name database_name min_num_arguments max_num_arguments owner owner_role_type is_builtin

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserDefinedFunction",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "is_temporary": {
      "type": "boolean"
    },
    "is_aggregate": {
      "type": "boolean"
    },
    "is_memoizable": {
      "type": "boolean"
    },
    "is_table_function": {
      "type": "boolean"
    },
    "valid_for_clustering": {
      "type": "boolean"
    },
    "is_secure": {
      "type": "boolean"
    },
    "arguments": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "schema_name": {
      "type": "string"
    },
    "database_name": {
      "type": "string"
    },
    "min_num_arguments": {
      "type": "integer"
    },
    "max_num_arguments": {
      "type": "integer"
    },
    "owner": {
      "type": "string"
    },
    "owner_role_type": {
      "type": "string"
    },
    "is_builtin": {
      "type": "boolean"
    }
  }
}