Class/Object

org.apache.spark.sql.mleap

TensorUDT

Related Docs: object TensorUDT | package mleap

Permalink

class TensorUDT extends UserDefinedType[Tensor[_]]

Linear Supertypes
UserDefinedType[Tensor[_]], Serializable, Serializable, DataType, AbstractDataType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorUDT
  2. UserDefinedType
  3. Serializable
  4. Serializable
  5. DataType
  6. AbstractDataType
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorUDT()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BOOLEAN: Byte

    Permalink
  5. val BYTE: Byte

    Permalink
  6. val DOUBLE: Byte

    Permalink
  7. val FLOAT: Byte

    Permalink
  8. val INT: Byte

    Permalink
  9. val LONG: Byte

    Permalink
  10. val SHORT: Byte

    Permalink
  11. val STRING: Byte

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def catalogString: String

    Permalink
    Definition Classes
    UserDefinedType → DataType
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def defaultSize: Int

    Permalink
    Definition Classes
    UserDefinedType → DataType
  16. def deserialize(datum: Any): Tensor[_]

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType → AnyRef → Any
  19. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def json: String

    Permalink
    Definition Classes
    DataType
  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 prettyJson: String

    Permalink
    Definition Classes
    DataType
  28. def pyUDT: String

    Permalink
    Definition Classes
    UserDefinedType
  29. def serialize(obj: Tensor[_]): InternalRow

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType
  30. def serializedPyClass: String

    Permalink
    Definition Classes
    UserDefinedType
  31. def simpleString: String

    Permalink
    Definition Classes
    DataType → AbstractDataType
  32. def sql: String

    Permalink
    Definition Classes
    UserDefinedType → DataType
  33. def sqlType: DataType

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def typeName: String

    Permalink
    Definition Classes
    DataType
  37. def userClass: Class[Tensor[_]]

    Permalink
    Definition Classes
    TensorUDT → UserDefinedType
  38. final def wait(): Unit

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

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

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

Inherited from UserDefinedType[Tensor[_]]

Inherited from Serializable

Inherited from Serializable

Inherited from DataType

Inherited from AbstractDataType

Inherited from AnyRef

Inherited from Any

Ungrouped