mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 12:17:58 +01:00
odps-func: simplify
Change-Id: If7053144daac40ee8eeb784b699a850cd0e6792d
This commit is contained in:
parent
5b48f34877
commit
2cb618cc6f
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
`list functions;`
|
||||
|
||||
- Create a Java function using a .jar resource:
|
||||
- Create a function using .jar:
|
||||
|
||||
`create function {{func_name}} as {{path.to.package.Func}} using '{{package.jar}}';`
|
||||
|
||||
- Create a Python function using a .py resource:
|
||||
- Create a function using .py:
|
||||
|
||||
`create function {{func_name}} as {{script.Func}} using 'script.py';`
|
||||
|
||||
|
|
Loading…
Reference in a new issue