sparklyr (version 1.0.2)

jobj_class: Superclasses of object

Description

Extract the classes that a Java object inherits from. This is the jobj equivalent of class().

Usage

jobj_class(jobj, simple_name = TRUE)

Arguments

jobj

A spark_jobj

simple_name

Whether to return simple names, defaults to TRUE