c

org.apache.flinkx.api.typeinfo

ProductTypeInformation

class ProductTypeInformation[T <: Product] extends CaseClassTypeInfo[T]

Linear Supertypes
CaseClassTypeInfo[T], TupleTypeInfoBase[T], CompositeType[T], TypeInformation[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductTypeInformation
  2. CaseClassTypeInfo
  3. TupleTypeInfoBase
  4. CompositeType
  5. TypeInformation
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProductTypeInformation(c: Class[T], fieldTypes: Seq[TypeInformation[_]], fieldNames: Seq[String], ser: TypeSerializer[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(obj: Any): Boolean
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createComparator(arg0: Array[Int], arg1: Array[Boolean], arg2: Int, arg3: ExecutionConfig): TypeComparator[T]
    Definition Classes
    CompositeType
  8. def createSerializer(config: ExecutionConfig): TypeSerializer[T]
    Definition Classes
    ProductTypeInformation → TypeInformation
  9. def createTypeComparatorBuilder(): TypeComparatorBuilder[T]
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  12. val fieldNames: Seq[String]
    Definition Classes
    CaseClassTypeInfo
  13. def getArity(): Int
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getFieldIndex(fieldName: String): Int
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  16. def getFieldIndices(fields: Array[String]): Array[Int]
    Definition Classes
    CaseClassTypeInfo
    Annotations
    @PublicEvolving()
  17. def getFieldNames(): Array[String]
    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  18. def getFieldTypes(): Array[TypeInformation[_]]
    Definition Classes
    TupleTypeInfoBase
  19. def getFlatFields(fieldExpression: String, offset: Int, result: List[FlatFieldDescriptor]): Unit
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  20. def getFlatFields(arg0: String): List[FlatFieldDescriptor]
    Definition Classes
    CompositeType
  21. def getGenericParameters(): Map[String, TypeInformation[_]]
    Definition Classes
    CaseClassTypeInfo → TypeInformation
    Annotations
    @PublicEvolving() @nowarn()
  22. def getTotalFields(): Int
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  23. def getTypeAt[X](fieldExpression: String): TypeInformation[X]
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  24. def getTypeAt[X](arg0: Int): TypeInformation[X]
    Definition Classes
    TupleTypeInfoBase → CompositeType
  25. def getTypeClass(): Class[T]
    Definition Classes
    CompositeType → TypeInformation
  26. def hasDeterministicFieldOrder(): Boolean
    Definition Classes
    TupleTypeInfoBase → CompositeType
  27. def hasField(arg0: String): Boolean
    Definition Classes
    CompositeType
  28. def hashCode(): Int
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  29. def isBasicType(): Boolean
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  30. def isCaseClass(): Boolean
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isKeyType(): Boolean
    Definition Classes
    CompositeType → TypeInformation
  33. def isSortKeyType(): Boolean
    Definition Classes
    CompositeType → TypeInformation
  34. def isTupleType(): Boolean
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  40. val typeParamTypeInfos: Array[TypeInformation[_]]
    Definition Classes
    CaseClassTypeInfo
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from CaseClassTypeInfo[T]

Inherited from TupleTypeInfoBase[T]

Inherited from CompositeType[T]

Inherited from TypeInformation[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped