case class JavaDecimalEncoder(dt: DecimalType, lenientSerialization: Boolean) extends LeafEncoder[BigDecimal] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaDecimalEncoder
  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

Instance Constructors

  1. new JavaDecimalEncoder(dt: DecimalType, lenientSerialization: Boolean)

Value Members

  1. val clsTag: ClassTag[BigDecimal]

    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 dt: DecimalType
  4. val isPrimitive: Boolean
    Definition Classes
    LeafEncoderAgnosticEncoder
  5. def isStruct: Boolean
    Definition Classes
    AgnosticEncoder
  6. val lenientSerialization: Boolean
    Definition Classes
    JavaDecimalEncoderAgnosticEncoder
  7. def nullable: Boolean
    Definition Classes
    AgnosticEncoder
  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