case class RowEncoder(fields: Seq[EncoderField]) extends BaseRowEncoder with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowEncoder
  2. Product
  3. Equals
  4. BaseRowEncoder
  5. StructEncoder
  6. AgnosticEncoder
  7. Encoder
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RowEncoder(fields: Seq[EncoderField])

Value Members

  1. def clsTag: ClassTag[Row]

    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
    BaseRowEncoderEncoder
  2. def dataType: DataType
    Definition Classes
    StructEncoderAgnosticEncoder
  3. val fields: Seq[EncoderField]
    Definition Classes
    RowEncoderStructEncoder
  4. def isPrimitive: Boolean
    Definition Classes
    StructEncoderAgnosticEncoder
  5. val isStruct: Boolean
    Definition Classes
    StructEncoderAgnosticEncoder
  6. def lenientSerialization: Boolean
    Definition Classes
    AgnosticEncoder
  7. def nullable: Boolean
    Definition Classes
    AgnosticEncoder
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. 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
    StructEncoderAgnosticEncoderEncoder