About the User-Defined Functions category

Questions and discussions around user-defined functions.

User-Defined Functions Overview

In GSQL, users can supplement the language by defining their own query user-defined functions (query UDFs) in C++. Query UDFs can be called in queries and subqueries to perform a set of defined actions and return a value like the built-in functions.

:page_with_curl: Docs