odpscmd func
all
Manage functions in ODPS (Open Data Processing Service). See also: `odpscmd`.
More info →Examples (4)
[Interactive] Show functions in the current project
list functions;[Interactive] Create a Java function using a `.jar` resource
[Interactive] Create a Python function using a `.py` resource
[Interactive] Delete a function
drop function func_name;made by @shridhargupta | data from tldr-pages