Forrest logo
back to context overview

odps-func

List of commands for odps-func:

  • odps-func:tldr:05a91 odps-func: Delete a function.
    $ drop function ${func_name};
    try on your machine
    explain this command
  • odps-func:tldr:157a3 odps-func: Create a Java function using a `.jar` resource.
    $ create function ${func_name} as ${path-to-package-Func} using '${package-jar}';
    try on your machine
    explain this command
  • odps-func:tldr:e56ef odps-func: Show functions in the current project.
    $ list functions;
    try on your machine
    explain this command
back to context overview