Package org.apache.wayang.core.util
Class ExplainTreeNode
java.lang.Object
org.apache.wayang.core.util.ExplainTreeNode
- All Implemented Interfaces:
JsonSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.wayang.core.util.JsonSerializable
JsonSerializable.Serializer<T extends JsonSerializable> -
Field Summary
FieldsFields inherited from interface org.apache.wayang.core.util.JsonSerializable
uncheckedSerializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExplainTreeNodefromJson(WayangJsonObj obj) toJson()Convert this instance to aWayangJsonObj.
-
Field Details
-
operator
-
children
-
-
Constructor Details
-
ExplainTreeNode
public ExplainTreeNode()
-
-
Method Details
-
toJson
Description copied from interface:JsonSerializableConvert this instance to aWayangJsonObj.- Specified by:
toJsonin interfaceJsonSerializable- Returns:
- the
WayangJsonObj
-
fromJson
-