class OptionTypeInfo[A, T <: Option[A]] extends TypeInformation[T] with AtomicType[T]
TypeInformation for Option.
- Annotations
- @Public()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OptionTypeInfo
- AtomicType
- TypeInformation
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OptionTypeInfo(elemTypeInfo: TypeInformation[A])
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
canEqual(obj: Any): Boolean
- Definition Classes
- OptionTypeInfo → TypeInformation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createComparator(ascending: Boolean, executionConfig: ExecutionConfig): TypeComparator[T]
- Definition Classes
- OptionTypeInfo → AtomicType
- Annotations
- @PublicEvolving()
-
def
createSerializer(executionConfig: ExecutionConfig): TypeSerializer[T]
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving() @nowarn()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- OptionTypeInfo → TypeInformation → AnyRef → Any
-
def
getArity(): Int
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getElemTypeInfo: TypeInformation[A]
- Annotations
- @VisibleForTesting()
-
def
getGenericParameters(): Map[String, TypeInformation[_]]
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving() @nowarn()
-
def
getTotalFields(): Int
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
def
getTypeClass(): Class[T]
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
def
hashCode(): Int
- Definition Classes
- OptionTypeInfo → TypeInformation → AnyRef → Any
-
def
isBasicType(): Boolean
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isKeyType(): Boolean
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
def
isSortKeyType(): Boolean
- Definition Classes
- TypeInformation
-
def
isTupleType(): Boolean
- Definition Classes
- OptionTypeInfo → TypeInformation
- Annotations
- @PublicEvolving()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- OptionTypeInfo → TypeInformation → AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated