org.apache.spark.sql.mleap

TensorUDT

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorUDT()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BOOLEAN: Byte

  7. val BYTE: Byte

  8. val DOUBLE: Byte

  9. val FLOAT: Byte

  10. val INT: Byte

  11. val LONG: Byte

  12. val SHORT: Byte

  13. val STRING: Byte

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def catalogString: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  25. def json: String

    Definition Classes
    DataType
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def prettyJson: String

    Definition Classes
    DataType
  30. def pyUDT: String

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

    Definition Classes
    TensorUDT → UserDefinedType
  32. def serializedPyClass: String

    Definition Classes
    UserDefinedType
  33. def simpleString: String

    Definition Classes
    DataType → AbstractDataType
  34. def sql: String

    Definition Classes
    UserDefinedType → DataType
  35. def sqlType: DataType

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def typeName: String

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

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

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

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

    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