Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Cloud Computing › Snowflake
User-Defined Function (UDF)
feature · part of Snowflake
A Snowflake feature that allows users to define custom functions using SQL, Python, JavaScript, Java, or Scala.
Inside User-Defined Function (UDF) (5)
- Python UDF — A UDF written in Python, requiring specification of argument types, return type, runtime version, and handler.
- Java — A language supported for writing Snowflake UDFs.
- JavaScript — A programming language supported for writing Snowflake UDFs.
- Scala — A language supported for writing Snowflake UDFs.
- User-Defined Table Function (UDTF) — A type of user-defined function that returns a table instead of a scalar value.
Connections
- Related to User-Defined Table Function (UDTF)
- Related to Stored Procedure
- Related to Python UDF
- Related to Python
- Related to JavaScript
- Related to Java
- Related to Scala
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.