object JavaTypeInference
Type-inference utilities for POJOs and Java collections.
- Alphabetic
- By Inheritance
- JavaTypeInference
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deserializerFor(beanClass: Class[_]): Expression
Returns an expression that can be used to deserialize a Spark SQL representation to an object of java bean
Twith a compatible schema.Returns an expression that can be used to deserialize a Spark SQL representation to an object of java bean
Twith a compatible schema. The Spark SQL representation is located at ordinal 0 of a row, i.e.,GetColumnByOrdinal(0, _). Nested classes will have their fields accessed usingUnresolvedExtractValue. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getJavaBeanReadableProperties(beanClass: Class[_]): Array[PropertyDescriptor]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inferDataType(beanClass: Class[_]): (DataType, Boolean)
Infers the corresponding SQL data type of a JavaBean class.
Infers the corresponding SQL data type of a JavaBean class.
- beanClass
Java type
- returns
(SQL data type, nullable)
- 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()
- def serializerFor(beanClass: Class[_]): Expression
Returns an expression for serializing an object of the given type to a Spark SQL representation.
Returns an expression for serializing an object of the given type to a Spark SQL representation. The input object is located at ordinal 0 of a row, i.e.,
BoundReference(0, _). - 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()