Class

org.apache.spark.h2o.utils.SupportedTypes

SimpleType

Related Doc: package SupportedTypes

Permalink

final case class SimpleType[T](vecType: VecType, sparkType: DataType, javaClass: Class[_], ifMissing: (String) ⇒ T, extraTypes: scala.reflect.api.JavaUniverse.Type*)(implicit evidence$1: scala.reflect.api.JavaUniverse.TypeTag[T]) extends Val with SupportedType with Product with Serializable

Linear Supertypes
Product, Equals, SupportedType, SupportedTypes.Val, SupportedTypes.Value, Serializable, Serializable, Ordered[SupportedTypes.Value], Comparable[SupportedTypes.Value], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleType
  2. Product
  3. Equals
  4. SupportedType
  5. Val
  6. Value
  7. Serializable
  8. Serializable
  9. Ordered
  10. Comparable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleType(vecType: VecType, sparkType: DataType, javaClass: Class[_], ifMissing: (String) ⇒ T, extraTypes: scala.reflect.api.JavaUniverse.Type*)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(v: SupportedTypes.Value): SupportedTypes.ValueSet

    Permalink
    Definition Classes
    Value
  4. def <(that: SupportedTypes.Value): Boolean

    Permalink
    Definition Classes
    Ordered
  5. def <=(that: SupportedTypes.Value): Boolean

    Permalink
    Definition Classes
    Ordered
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def >(that: SupportedTypes.Value): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def >=(that: SupportedTypes.Value): Boolean

    Permalink
    Definition Classes
    Ordered
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: SupportedTypes.Value): Int

    Permalink
    Definition Classes
    Value → Ordered
  12. def compareTo(that: SupportedTypes.Value): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Value → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Value → AnyRef → Any
  18. def id: Int

    Permalink
    Definition Classes
    Val → Value
  19. val ifMissing: (String) ⇒ T

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val javaClass: Class[_]

    Permalink
    Definition Classes
    SimpleTypeSupportedType
  22. val matches: (scala.reflect.api.JavaUniverse.Type) ⇒ Boolean

    Permalink
    Definition Classes
    SimpleTypeSupportedType
  23. def name: NameOfType

    Permalink
    Definition Classes
    SupportedType
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Val
  28. val sparkType: DataType

    Permalink
    Definition Classes
    SimpleTypeSupportedType
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    Val → AnyRef → Any
  31. val vecType: VecType

    Permalink
    Definition Classes
    SimpleTypeSupportedType
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from SupportedType

Inherited from SupportedTypes.Val

Inherited from SupportedTypes.Value

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[SupportedTypes.Value]

Inherited from Comparable[SupportedTypes.Value]

Inherited from AnyRef

Inherited from Any

Ungrouped