case object LocalDateTimeEncoder extends LeafEncoder[LocalDateTime] with Product with Serializable

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

Value Members

  1. val clsTag: ClassTag[LocalDateTime]

    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 productElementName(n: Int): String
    Definition Classes
    Product
  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
    AgnosticEncoderEncoder