Packages

t

org.apache.spark.sql

LowPrioritySQLImplicits

trait LowPrioritySQLImplicits extends AnyRef

Lower priority implicit methods for converting Scala objects into Datasets. Conflicting implicits are placed here to disambiguate resolution.

Reasons for including specific implicits: newProductEncoder - to disambiguate for Lists which are both Seq and Product

Source
SQLImplicits.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowPrioritySQLImplicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def newProductEncoder[T <: Product](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Encoder[T]

    Since

    1.6.0