We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846e5ad commit f880cf5Copy full SHA for f880cf5
app/src/libraries/udf.py
@@ -12,3 +12,6 @@ def cal_distance(lat1,lon1,lat2,lon2):
12
# process_supply_day + duration + recovery_weeks * 7 (days)
13
def cal_lead_time(i,j,k):
14
return i + j + k
15
+
16
+def hello_world():
17
+ return "Hello World!"
0 commit comments