case class ArrayEncoder[E](element: AgnosticEncoder[E], containsNull: Boolean) extends AgnosticEncoder[Array[E]] with Product with Serializable

Linear Supertypes
Product, Equals, AgnosticEncoder[Array[E]], Encoder[Array[E]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayEncoder
  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 ArrayEncoder(element: AgnosticEncoder[E], containsNull: Boolean)

Value Members

  1. val clsTag: ClassTag[Array[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
    ArrayEncoderEncoder
  2. val containsNull: Boolean
  3. def dataType: DataType
    Definition Classes
    ArrayEncoderAgnosticEncoder
  4. val element: AgnosticEncoder[E]
  5. def isPrimitive: Boolean
    Definition Classes
    ArrayEncoderAgnosticEncoder
  6. def isStruct: Boolean
    Definition Classes
    AgnosticEncoder
  7. def lenientSerialization: Boolean
    Definition Classes
    AgnosticEncoder
  8. def nullable: Boolean
    Definition Classes
    AgnosticEncoder
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. 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