object DeserializerBuildHelper
- Alphabetic
- By Inheritance
- DeserializerBuildHelper
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addToPath(path: Expression, part: String, dataType: DataType, walkedTypePath: WalkedTypePath): Expression
Returns the current path with a sub-field extracted.
-
def
addToPathOrdinal(path: Expression, ordinal: Int, dataType: DataType, walkedTypePath: WalkedTypePath): Expression
Returns the current path with a field at ordinal extracted.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createDeserializer[T](enc: AgnosticEncoder[T]): Expression
Returns an expression for deserializing the Spark SQL representation of an object into its external form.
Returns an expression for deserializing the Spark SQL representation of an object into its external form. The mapping between the internal and external representations is described by encoder
enc. The Spark SQL representation is located at ordinal 0 of a row, i.e.,GetColumnByOrdinal(0, _). Nested classes will have their fields accessed usingUnresolvedExtractValue.The returned expression is used by
ExpressionEncoder. The encoder will resolve and bind this deserializer expression when using it.- enc
encoder that describes the mapping between the Spark SQL representation and the external representation.
- def createDeserializerForDuration(path: Expression): Expression
- def createDeserializerForInstant(path: Expression): Expression
- def createDeserializerForJavaBigDecimal(path: Expression, returnNullable: Boolean): Expression
- def createDeserializerForJavaBigInteger(path: Expression, returnNullable: Boolean): Expression
- def createDeserializerForLocalDate(path: Expression): Expression
- def createDeserializerForLocalDateTime(path: Expression): Expression
- def createDeserializerForPeriod(path: Expression): Expression
- def createDeserializerForScalaBigDecimal(path: Expression, returnNullable: Boolean): Expression
- def createDeserializerForScalaBigInt(path: Expression): Expression
- def createDeserializerForSqlDate(path: Expression): Expression
- def createDeserializerForSqlTimestamp(path: Expression): Expression
- def createDeserializerForString(path: Expression, returnNullable: Boolean): Expression
- def createDeserializerForTypesSupportValueOf(path: Expression, clazz: Class[_]): Expression
- def deserializerForWithNullSafetyAndUpcast(expr: Expression, dataType: DataType, nullable: Boolean, walkedTypePath: WalkedTypePath, funcForCreatingDeserializer: (Expression) ⇒ Expression): Expression
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expressionWithNullSafety(expr: Expression, nullable: Boolean, walkedTypePath: WalkedTypePath): Expression
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()