abstract class EnumEncoder[E] extends AgnosticEncoder[E]

Attributes
protected
Linear Supertypes
AgnosticEncoder[E], Encoder[E], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumEncoder
  2. AgnosticEncoder
  3. Encoder
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EnumEncoder()

Abstract Value Members

  1. abstract 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
    Encoder

Concrete Value Members

  1. def dataType: DataType
    Definition Classes
    EnumEncoderAgnosticEncoder
  2. def isPrimitive: Boolean
    Definition Classes
    EnumEncoderAgnosticEncoder
  3. def isStruct: Boolean
    Definition Classes
    AgnosticEncoder
  4. def lenientSerialization: Boolean
    Definition Classes
    AgnosticEncoder
  5. def nullable: Boolean
    Definition Classes
    AgnosticEncoder
  6. 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