object StringEncoder extends LeafEncoder[String] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringEncoder
- Product
- Equals
- LeafEncoder
- AgnosticEncoder
- Encoder
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
clsTag: ClassTag[String]
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
- LeafEncoder → Encoder
-
val
dataType: DataType
- Definition Classes
- LeafEncoder → AgnosticEncoder
-
val
isPrimitive: Boolean
- Definition Classes
- LeafEncoder → AgnosticEncoder
-
def
isStruct: Boolean
- Definition Classes
- AgnosticEncoder
-
def
lenientSerialization: Boolean
- Definition Classes
- AgnosticEncoder
-
def
nullable: Boolean
- Definition Classes
- AgnosticEncoder
-
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
- AgnosticEncoder → Encoder