adp.delivery.gold.register_udfs

adp.delivery.gold.register_udfs()

register_udfs registers the custom user defined function to the sparksession.

Allows the user to use the udf_hashkey and udf_date function in Spark SQL. Always use these functions with create view as select because you can’t directly use them in a select statement.