class ProductTypeInformation[T <: Product] extends CaseClassTypeInfo[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProductTypeInformation
- CaseClassTypeInfo
- TupleTypeInfoBase
- CompositeType
- TypeInformation
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProductTypeInformation(c: Class[T], fieldTypes: Seq[TypeInformation[_]], fieldNames: Seq[String], ser: TypeSerializer[T])
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
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createComparator(arg0: Array[Int], arg1: Array[Boolean], arg2: Int, arg3: ExecutionConfig): TypeComparator[T]
- Definition Classes
- CompositeType
-
def
createSerializer(config: ExecutionConfig): TypeSerializer[T]
- Definition Classes
- ProductTypeInformation → TypeInformation
-
def
createTypeComparatorBuilder(): TypeComparatorBuilder[T]
- Definition Classes
- CaseClassTypeInfo → CompositeType
- Annotations
- @PublicEvolving()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
-
val
fieldNames: Seq[String]
- Definition Classes
- CaseClassTypeInfo
-
def
getArity(): Int
- Definition Classes
- TupleTypeInfoBase → TypeInformation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getFieldIndex(fieldName: String): Int
- Definition Classes
- CaseClassTypeInfo → CompositeType
- Annotations
- @PublicEvolving()
-
def
getFieldIndices(fields: Array[String]): Array[Int]
- Definition Classes
- CaseClassTypeInfo
- Annotations
- @PublicEvolving()
-
def
getFieldNames(): Array[String]
- Definition Classes
- CaseClassTypeInfo → CompositeType
- Annotations
- @PublicEvolving()
-
def
getFieldTypes(): Array[TypeInformation[_]]
- Definition Classes
- TupleTypeInfoBase
-
def
getFlatFields(fieldExpression: String, offset: Int, result: List[FlatFieldDescriptor]): Unit
- Definition Classes
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
- Annotations
- @PublicEvolving()
-
def
getFlatFields(arg0: String): List[FlatFieldDescriptor]
- Definition Classes
- CompositeType
-
def
getGenericParameters(): Map[String, TypeInformation[_]]
- Definition Classes
- CaseClassTypeInfo → TypeInformation
- Annotations
- @PublicEvolving() @nowarn()
-
def
getTotalFields(): Int
- Definition Classes
- TupleTypeInfoBase → TypeInformation
-
def
getTypeAt[X](fieldExpression: String): TypeInformation[X]
- Definition Classes
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
- Annotations
- @PublicEvolving()
-
def
getTypeAt[X](arg0: Int): TypeInformation[X]
- Definition Classes
- TupleTypeInfoBase → CompositeType
-
def
getTypeClass(): Class[T]
- Definition Classes
- CompositeType → TypeInformation
-
def
hasDeterministicFieldOrder(): Boolean
- Definition Classes
- TupleTypeInfoBase → CompositeType
-
def
hasField(arg0: String): Boolean
- Definition Classes
- CompositeType
-
def
hashCode(): Int
- Definition Classes
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
-
def
isBasicType(): Boolean
- Definition Classes
- TupleTypeInfoBase → TypeInformation
-
def
isCaseClass(): Boolean
- Definition Classes
- CaseClassTypeInfo → TupleTypeInfoBase
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isKeyType(): Boolean
- Definition Classes
- CompositeType → TypeInformation
-
def
isSortKeyType(): Boolean
- Definition Classes
- CompositeType → TypeInformation
-
def
isTupleType(): Boolean
- Definition Classes
- TupleTypeInfoBase → TypeInformation
-
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
- CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
-
val
typeParamTypeInfos: Array[TypeInformation[_]]
- Definition Classes
- CaseClassTypeInfo
-
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