Package org.apache.spark.sql
Class DatasetHolder<T>
Object
org.apache.spark.sql.DatasetHolder<T>
- All Implemented Interfaces:
 Serializable,scala.Equals,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:
 
- 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix 
- 
Method Details
- 
toDS
 - 
toDF
 - 
toDF
 
 -