invoke
From sparklyr v0.3.1
by Javier Luraschi
Execute a method on a remote Java object
Execute a method on a remote Java object
Usage
invoke(jobj, method, ...)
invoke_static(sc, class, method, ...)
invoke_new(sc, class, ...)
Arguments
- jobj
- Java object to execute method on.
- method
- Name of method to execute.
- ...
- Unused (future expansion)
- sc
spark_connection
to execute on.- class
- Class to execute static method on.
Community examples
Looks like there are no examples yet.