Generic Call Interface
generic_call_interface
Description
Generic Call Interface
Arguments
| Arguments | Description | 
|---|---|
| sc | spark_connection | 
| static | Is this a static method call (including a constructor). If so then the objectparameter should be the name of a class (otherwise it should be a spark_jobj instance). | 
| object | Object instance or name of class (for static) | 
| method | Name of method | 
| … | Call parameters |