object UnboundRowEncoder extends BaseRowEncoder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnboundRowEncoder
  2. BaseRowEncoder
  3. StructEncoder
  4. AgnosticEncoder
  5. Encoder
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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
    UnboundRowEncoderStructEncoder
  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. val 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
    UnboundRowEncoderStructEncoderAgnosticEncoderEncoder