Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in user-defined-functions

How do I check if 'key' is correctly populated with 'known' values in JSON file

Weird result from postgres function with multiple out parameters [duplicate]

Does using a function calling GETDATE() in a view consistently give dramatically worse performance than using GETDATE() directly?

Profiling statements inside a User-Defined Function

Can an X # of rows be generated without using stored procedures or functions?

QueryString parsing in BigQuery

Dataframe null values transformed to 0 after UDF. Why?

Creating a table method on a user defined type (like like 'nodes' on the XML data type)

How to pass complex Java Class Object as parameter to Scala UDF in Spark?

Spark custom aggregation : collect_list+UDF vs UDAF

Is there a way in SQLServer to generate an insert from another insert statement without using functions?

Getting java.lang.UnsupportedOperationException: Cannot evaluate expression in Pyspark

UDF returns array that is too large or too small for the calling range

UDF to filter a map by key in Scala