Class

org.apache.flink.api.scala.typeutils

CaseClassTypeInfo

Related Doc: package typeutils

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Abstract Value Members

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

    Permalink
    Definition Classes
    TypeInformation

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canEqual(obj: Any): Boolean

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

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

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

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

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

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

    Permalink
  12. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CompositeType
  27. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Any
  31. def isKeyType(): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

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

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    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