org.apache.flink.api.scala.typeutils

CaseClassTypeInfo

abstract class CaseClassTypeInfo[T <: Product] extends TupleTypeInfoBase[T]

TypeInformation for Case Classes. Creation and access is different from our Java Tuples so we have to treat them differently.

Annotations
@Public()
Linear Supertypes
TupleTypeInfoBase[T], CompositeType[T], TypeInformation[T], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CaseClassTypeInfo
  2. TupleTypeInfoBase
  3. CompositeType
  4. TypeInformation
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaseClassTypeInfo(clazz: Class[T], typeParamTypeInfos: Array[TypeInformation[_]], fieldTypes: Seq[TypeInformation[_]], fieldNames: Seq[String])

Abstract Value Members

  1. abstract def createSerializer(arg0: ExecutionConfig): TypeSerializer[T]

    Definition Classes
    TypeInformation

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def canEqual(obj: Any): Boolean

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createComparator(arg0: Array[Int], arg1: Array[Boolean], arg2: Int, arg3: ExecutionConfig): TypeComparator[T]

    Definition Classes
    CompositeType
  10. def createTypeComparatorBuilder(): TypeComparatorBuilder[T]

    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  13. val fieldNames: Seq[String]

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getArity(): Int

    Definition Classes
    TupleTypeInfoBase → TypeInformation
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFieldIndex(fieldName: String): Int

    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  18. def getFieldIndices(fields: Array[String]): Array[Int]

    Annotations
    @PublicEvolving()
  19. def getFieldNames(): Array[String]

    Definition Classes
    CaseClassTypeInfo → CompositeType
    Annotations
    @PublicEvolving()
  20. def getFlatFields(fieldExpression: String, offset: Int, result: List[FlatFieldDescriptor]): Unit

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  21. def getFlatFields(arg0: String): List[FlatFieldDescriptor]

    Definition Classes
    CompositeType
  22. def getGenericParameters(): Map[String, TypeInformation[_]]

    Definition Classes
    CaseClassTypeInfo → TypeInformation
    Annotations
    @PublicEvolving()
  23. def getTotalFields(): Int

    Definition Classes
    TupleTypeInfoBase → TypeInformation
  24. def getTypeAt[X](fieldExpression: String): TypeInformation[X]

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType
    Annotations
    @PublicEvolving()
  25. def getTypeAt[X](arg0: Int): TypeInformation[X]

    Definition Classes
    TupleTypeInfoBase → CompositeType
  26. def getTypeClass(): Class[T]

    Definition Classes
    CompositeType → TypeInformation
  27. def hasDeterministicFieldOrder(): Boolean

    Definition Classes
    TupleTypeInfoBase → CompositeType
  28. def hasField(arg0: String): Boolean

    Definition Classes
    CompositeType
  29. def hashCode(): Int

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  30. def isBasicType(): Boolean

    Definition Classes
    TupleTypeInfoBase → TypeInformation
  31. def isCaseClass(): Boolean

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def isKeyType(): Boolean

    Definition Classes
    CompositeType → TypeInformation
  34. def isSortKeyType(): Boolean

    Definition Classes
    CompositeType → TypeInformation
  35. def isTupleType(): Boolean

    Definition Classes
    TupleTypeInfoBase → TypeInformation
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    CaseClassTypeInfo → TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  41. val typeParamTypeInfos: Array[TypeInformation[_]]

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TupleTypeInfoBase[T]

Inherited from CompositeType[T]

Inherited from TypeInformation[T]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped