jobj_class
From sparklyr v1.4.0
by Yitao Li
Superclasses of object
Extract the classes that a Java object inherits from. This is the jobj equivalent of class()
.
- Keywords
- internal
Usage
jobj_class(jobj, simple_name = TRUE)
Arguments
- jobj
A
spark_jobj
- simple_name
Whether to return simple names, defaults to TRUE
Community examples
Looks like there are no examples yet.