case class EncoderField(name: String, enc: AgnosticEncoder[_], nullable: Boolean, metadata: Metadata, readMethod: Option[String] = None, writeMethod: Option[String] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EncoderField
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EncoderField(name: String, enc: AgnosticEncoder[_], nullable: Boolean, metadata: Metadata, readMethod: Option[String] = None, writeMethod: Option[String] = None)
Value Members
- val enc: AgnosticEncoder[_]
- val metadata: Metadata
- val name: String
- val nullable: Boolean
- val readMethod: Option[String]
- def structField: StructField
- val writeMethod: Option[String]