object UnboundRowEncoder extends BaseRowEncoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnboundRowEncoder
- BaseRowEncoder
- StructEncoder
- AgnosticEncoder
- Encoder
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def clsTag: ClassTag[Row]
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
- BaseRowEncoder → Encoder
- def dataType: DataType
- Definition Classes
- StructEncoder → AgnosticEncoder
- val fields: Seq[EncoderField]
- Definition Classes
- UnboundRowEncoder → StructEncoder
- def isPrimitive: Boolean
- Definition Classes
- StructEncoder → AgnosticEncoder
- val isStruct: Boolean
- Definition Classes
- StructEncoder → AgnosticEncoder
- def lenientSerialization: Boolean
- Definition Classes
- AgnosticEncoder
- def nullable: Boolean
- Definition Classes
- AgnosticEncoder
- val 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
- UnboundRowEncoder → StructEncoder → AgnosticEncoder → Encoder