object ScalaTransformImplicits
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaTransformImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def FrameToRichFrame(frame: DataFrame): RichDataFrame
- implicit def FrameToRichRowCollection(frame: DataFrame): RichRowCollection
- implicit def RowToRichRow(row: Row): RichRow
- implicit def RowsToRichRowCollection(rows: Traversable[Row]): RichRowCollection
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boolean(field: String, nullAs: Boolean = null.asInstanceOf[Boolean]): (Row) ⇒ Boolean
- def booleanOption(field: String): (Row) ⇒ Option[Boolean]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def date(field: String, nullAs: LocalDate = null): (Row) ⇒ LocalDate
- implicit val dateMetric: Metric[LocalDate]
- def dateOption(field: String): (Row) ⇒ Option[LocalDate]
- implicit val dateOrdering: Ordering[LocalDate]
- def datetime(field: String, nullAs: LocalDateTime = null): (Row) ⇒ LocalDateTime
- implicit val datetimeMetric: Metric[LocalDateTime]
- def datetimeOption(field: String): (Row) ⇒ Option[LocalDateTime]
- implicit val datetimeOrdering: Ordering[LocalDateTime]
- def double(field: String, nullAs: Double = null.asInstanceOf[Double]): (Row) ⇒ Double
- implicit val doubleMetric: Metric[Double]
- def doubleOption(field: String): (Row) ⇒ Option[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def integer(field: String, nullAs: Int = null.asInstanceOf[Int]): (Row) ⇒ Int
- implicit val integerMetric: Metric[Int]
- def integerOption(field: String): (Row) ⇒ Option[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def string(field: String, nullAs: String = null.asInstanceOf[String]): (Row) ⇒ String
- def stringOption(field: String): (Row) ⇒ Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- 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
- 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
- def toLookup[TKey, TValue](key: (Row) ⇒ TKey, value: (Row) ⇒ TValue): (Traversable[Row]) ⇒ Map[TKey, Set[TValue]]
- def toMap[TKey, TValue](key: (Row) ⇒ TKey, value: (Row) ⇒ TValue): (Traversable[Row]) ⇒ Map[TKey, TValue]
- def toMapReduce[TKey, TValue](key: (Row) ⇒ TKey, value: (Traversable[Row]) ⇒ TValue): (Traversable[Row]) ⇒ Map[TKey, TValue]
- def toStepwise[TKey, TValue](key: (Row) ⇒ TKey, value: (Row) ⇒ TValue)(implicit ord: Ordering[TKey]): (Traversable[Row]) ⇒ (TKey) ⇒ TValue
- def toStepwiseReduce[TKey, TValue](key: (Row) ⇒ TKey, value: (Traversable[Row]) ⇒ TValue)(implicit ord: Ordering[TKey]): (Traversable[Row]) ⇒ (TKey) ⇒ TValue
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def value[T <: AnyVal](field: String, fromString: (String) ⇒ T, nullAs: T = null.asInstanceOf[T]): (Row) ⇒ T
- def valueOption[T <: AnyVal](field: String, fromString: (String) ⇒ T): (Row) ⇒ Option[T]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object InterpolationOptions extends Enumeration
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated