Class/Object

com.mnubo.flink.streaming.connectors

DataRowTypeInfo

Related Docs: object DataRowTypeInfo | package connectors

Permalink

case class DataRowTypeInfo(fieldNames: Seq[String], elementTypes: Seq[TypeInformation[_]]) extends TupleTypeInfoBase[DataRow] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, TupleTypeInfoBase[DataRow], CompositeType[DataRow], TypeInformation[DataRow], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataRowTypeInfo
  2. Serializable
  3. Product
  4. Equals
  5. TupleTypeInfoBase
  6. CompositeType
  7. TypeInformation
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataRowTypeInfo(fieldNames: Seq[String], elementTypes: Seq[TypeInformation[_]])

    Permalink

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(arg0: Any): Boolean

    Permalink
    Definition Classes
    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[DataRow]

    Permalink
    Definition Classes
    CompositeType
  8. def createSerializer(config: ExecutionConfig): TypeSerializer[DataRow]

    Permalink
    Definition Classes
    DataRowTypeInfo → TypeInformation
  9. def createTypeComparatorBuilder(): TypeComparatorBuilder[DataRow]

    Permalink
    Attributes
    protected
    Definition Classes
    DataRowTypeInfo → CompositeType
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  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
    DataRowTypeInfo → CompositeType
  16. val getFieldNames: Array[String]

    Permalink
    Definition Classes
    DataRowTypeInfo → CompositeType
  17. def getFlatFields(fieldExpression: String, offset: Int, result: List[FlatFieldDescriptor]): Unit

    Permalink
    Definition Classes
    DataRowTypeInfo → TupleTypeInfoBase → CompositeType
  18. def getFlatFields(arg0: String): List[FlatFieldDescriptor]

    Permalink
    Definition Classes
    CompositeType
  19. def getGenericParameters(): List[TypeInformation[_]]

    Permalink
    Definition Classes
    TypeInformation
  20. def getTotalFields(): Int

    Permalink
    Definition Classes
    TupleTypeInfoBase → TypeInformation
  21. def getTypeAt[X](arg0: Int): TypeInformation[X]

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

    Permalink
    Definition Classes
    TupleTypeInfoBase → CompositeType
  23. def getTypeClass(): Class[DataRow]

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

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

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

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

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

    Permalink
    Definition Classes
    TupleTypeInfoBase
  29. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TupleTypeInfoBase → CompositeType → TypeInformation → AnyRef → Any
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TupleTypeInfoBase[DataRow]

Inherited from CompositeType[DataRow]

Inherited from TypeInformation[DataRow]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped