Packages

object HConverter extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HConverter
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply[T](implicit ev: HConverter[T]): HConverter[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val booleanConverter: HConverter[Boolean]
  7. implicit val byteConverter: HConverter[Byte]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. implicit val doubleConverter: HConverter[Double]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit val floatConverter: HConverter[Float]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. implicit val integerConverter: HConverter[Int]
  17. implicit val internalRowConverter: HConverter[InternalRow]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit val jlBooleanConverter: HConverter[Boolean]
  20. implicit val jlByteConverter: HConverter[Byte]
  21. implicit val jlDoubleConverter: HConverter[Double]
  22. implicit val jlFloatConverter: HConverter[Float]
  23. implicit val jlIntegerConverter: HConverter[Integer]
  24. implicit val jlLongConverter: HConverter[Long]
  25. implicit val jlShortConverter: HConverter[Short]
  26. implicit val longConverter: HConverter[Long]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. implicit val shortConverter: HConverter[Short]
  31. implicit val stringConverter: HConverter[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped