Class DatasetHolder<T>

Object
org.apache.spark.sql.DatasetHolder<T>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class DatasetHolder<T> extends Object implements scala.Product, scala.Serializable
A container for a Dataset, used for implicit conversions in Scala.

To use this, import implicit conversions in SQL:


   val spark: SparkSession = ...
   import spark.implicits._
 

Since:
1.6.0
See Also: