o

com.datasolvr.services.spark.transforms

ScalaTransformImplicits

object ScalaTransformImplicits

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaTransformImplicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def FrameToRichFrame(frame: DataFrame): RichDataFrame
  5. implicit def FrameToRichRowCollection(frame: DataFrame): RichRowCollection
  6. implicit def RowToRichRow(row: Row): RichRow
  7. implicit def RowsToRichRowCollection(rows: Traversable[Row]): RichRowCollection
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def boolean(field: String, nullAs: Boolean = null.asInstanceOf[Boolean]): (Row) => Boolean
  10. def booleanOption(field: String): (Row) => Option[Boolean]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def date(field: String, nullAs: LocalDate = null): (Row) => LocalDate
  13. implicit val dateMetric: Metric[LocalDate]
  14. def dateOption(field: String): (Row) => Option[LocalDate]
  15. implicit val dateOrdering: Ordering[LocalDate]
  16. def datetime(field: String, nullAs: LocalDateTime = null): (Row) => LocalDateTime
  17. implicit val datetimeMetric: Metric[LocalDateTime]
  18. def datetimeOption(field: String): (Row) => Option[LocalDateTime]
  19. implicit val datetimeOrdering: Ordering[LocalDateTime]
  20. def double(field: String, nullAs: Double = null.asInstanceOf[Double]): (Row) => Double
  21. implicit val doubleMetric: Metric[Double]
  22. def doubleOption(field: String): (Row) => Option[Double]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. def integer(field: String, nullAs: Int = null.asInstanceOf[Int]): (Row) => Int
  28. implicit val integerMetric: Metric[Int]
  29. def integerOption(field: String): (Row) => Option[Int]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def string(field: String, nullAs: String = null.asInstanceOf[String]): (Row) => String
  35. def stringOption(field: String): (Row) => Option[String]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toInterpolated[TKey](key: (Row) => TKey, value: (Row) => Double, below: InterpolationOptions = InterpolationOptions.Error, above: InterpolationOptions = InterpolationOptions.Error)(implicit ord: Ordering[TKey], metric: Metric[TKey]): (Traversable[Row]) => (TKey) => Double
  38. def toInterpolatedReduce[TKey](key: (Row) => TKey, value: (Traversable[Row]) => Double, below: InterpolationOptions = InterpolationOptions.Error, above: InterpolationOptions = InterpolationOptions.Error)(implicit ord: Ordering[TKey], metric: Metric[TKey]): (Traversable[Row]) => (TKey) => Double
  39. def toLookup[TKey, TValue](key: (Row) => TKey, value: (Row) => TValue): (Traversable[Row]) => Map[TKey, Set[TValue]]
  40. def toMap[TKey, TValue](key: (Row) => TKey, value: (Row) => TValue): (Traversable[Row]) => Map[TKey, TValue]
  41. def toMapReduce[TKey, TValue](key: (Row) => TKey, value: (Traversable[Row]) => TValue): (Traversable[Row]) => Map[TKey, TValue]
  42. def toStepwise[TKey, TValue](key: (Row) => TKey, value: (Row) => TValue)(implicit ord: Ordering[TKey]): (Traversable[Row]) => (TKey) => TValue
  43. def toStepwiseReduce[TKey, TValue](key: (Row) => TKey, value: (Traversable[Row]) => TValue)(implicit ord: Ordering[TKey]): (Traversable[Row]) => (TKey) => TValue
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def value[T <: AnyVal](field: String, fromString: (String) => T, nullAs: T = null.asInstanceOf[T]): (Row) => T
  46. def valueOption[T <: AnyVal](field: String, fromString: (String) => T): (Row) => Option[T]
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. object InterpolationOptions extends Enumeration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped