Package org.apache.spark.sql
Interface ExtendedExplainGenerator
public interface ExtendedExplainGenerator
A trait for a session extension to implement that provides addition explain plan
 information.
- 
Method Summary
Modifier and TypeMethodDescriptiongenerateExtendedInfo(org.apache.spark.sql.execution.SparkPlan plan) title() 
- 
Method Details
- 
generateExtendedInfo
 - 
title
String title() 
 -