object StringEncoder extends LeafEncoder[String] with Product with Serializable

Linear Supertypes
Product, Equals, LeafEncoder[String], AgnosticEncoder[String], Encoder[String], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringEncoder
  2. Product
  3. Equals
  4. LeafEncoder
  5. AgnosticEncoder
  6. Encoder
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val clsTag: ClassTag[String]

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