abstract class PrimitiveLeafEncoder[E] extends LeafEncoder[E]

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

Instance Constructors

  1. new PrimitiveLeafEncoder(dataType: DataType)(implicit arg0: ClassTag[E])

Value Members

  1. val clsTag: ClassTag[E]

    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