case class UDTEncoder[E >: Null](udt: UserDefinedType[E], udtClass: Class[_ <: UserDefinedType[_]]) extends AgnosticEncoder[E] with Product with Serializable

Linear Supertypes
Product, Equals, AgnosticEncoder[E], Encoder[E], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UDTEncoder
  2. Product
  3. Equals
  4. AgnosticEncoder
  5. Encoder
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UDTEncoder(udt: UserDefinedType[E], udtClass: Class[_ <: UserDefinedType[_]])

Value Members

  1. def clsTag: ClassTag[E]

    A ClassTag that can be used to construct an Array to contain a collection of T.

    A ClassTag that can be used to construct an Array to contain a collection of T.

    Definition Classes
    UDTEncoderEncoder
  2. def dataType: DataType
    Definition Classes
    UDTEncoderAgnosticEncoder
  3. def isPrimitive: Boolean
    Definition Classes
    UDTEncoderAgnosticEncoder
  4. def isStruct: Boolean
    Definition Classes
    AgnosticEncoder
  5. def lenientSerialization: Boolean
    Definition Classes
    AgnosticEncoder
  6. def nullable: Boolean
    Definition Classes
    AgnosticEncoder
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def schema: StructType

    Returns the schema of encoding this type of object as a Row.

    Returns the schema of encoding this type of object as a Row.

    Definition Classes
    AgnosticEncoderEncoder
  9. val udt: UserDefinedType[E]
  10. val udtClass: Class[_ <: UserDefinedType[_]]