case object BoxedBooleanEncoder extends BoxedLeafEncoder[Boolean, Boolean] with Product with Serializable

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

Value Members

  1. val clsTag: ClassTag[Boolean]

    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. val primitive: PrimitiveLeafEncoder[Boolean]
    Definition Classes
    BoxedLeafEncoder
  8. def productElementName(n: Int): String
    Definition Classes
    Product
  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