Class

de.l3s.archivespark.enrich

IdentityEnrichFunction

Related Doc: package enrich

Permalink

class IdentityEnrichFunction[T, Root <: EnrichRoot] extends DependentEnrichFuncWithDefaultField[Root, T, T, T] with SingleField[T]

Linear Supertypes
SingleField[T], DependentEnrichFuncWithDefaultField[Root, T, T, T], EnrichFuncWithDefaultField[Root, T, T, T], DefaultFieldAccess[T, T], DependentEnrichFunc[Root, T], EnrichFunc[Root, T], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IdentityEnrichFunction
  2. SingleField
  3. DependentEnrichFuncWithDefaultField
  4. EnrichFuncWithDefaultField
  5. DefaultFieldAccess
  6. DependentEnrichFunc
  7. EnrichFunc
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IdentityEnrichFunction(dependency: EnrichFunc[Root, _] with DefaultFieldAccess[T, _], fieldName: String)

    Permalink
  2. new IdentityEnrichFunction(dependency: EnrichFunc[Root, _], dependencyField: String, fieldName: String)

    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. def aliases: Map[String, String]

    Permalink
    Definition Classes
    IdentityEnrichFunctionEnrichFunc
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def defaultField: String

    Permalink
    Definition Classes
    SingleFieldDefaultFieldAccess
  8. val dependency: EnrichFunc[Root, _]

    Permalink
  9. val dependencyField: String

    Permalink
  10. def derive(source: TypedEnrichable[T], derivatives: Derivatives): Unit

    Permalink
    Definition Classes
    IdentityEnrichFunctionEnrichFunc
  11. def enrich(root: Root, excludeFromOutput: Boolean): Root

    Permalink
    Attributes
    protected[de.l3s.archivespark.enrich]
    Definition Classes
    DependentEnrichFuncEnrichFunc
  12. def enrich(root: Root): Root

    Permalink
    Definition Classes
    EnrichFunc
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def exists(source: Enrichable): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  16. val fieldName: String

    Permalink
  17. def fields: Seq[String]

    Permalink
    Definition Classes
    IdentityEnrichFunctionSingleFieldEnrichFunc
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hasField(name: String): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isEnriched(root: Root): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def map[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  25. def map[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  26. def map[SourceField, Target](target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  27. def mapEach[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  28. def mapEach[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  29. def mapEach[SourceField, Target](target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  30. def mapMulti[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  31. def mapMulti[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  32. def mapMulti[SourceField, Target](target: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  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. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  37. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  38. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  39. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  40. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  41. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  42. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  43. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  44. def of(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  45. def of(source: String, index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  46. def of(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  47. def of(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  48. def ofEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  49. def ofEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  50. def ofEach(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  51. def ofEach(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  52. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  53. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  54. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  55. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  56. def ofMulti(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  57. def ofMulti(source: String, index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  58. def ofMulti(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  59. def ofMulti(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  60. def ofRoot: EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  61. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
  62. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
  63. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
  64. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  65. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  66. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  67. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  68. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  69. def on(source: String, index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  70. def on(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  71. def on(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  72. def on(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  73. def onEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
  74. def onEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  75. def onEach(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  76. def onEach(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  77. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
  78. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
  79. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  80. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  81. def onMulti(source: String, index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  82. def onMulti(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  83. def onMulti(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  84. def onMulti(source: Seq[String]): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  85. def onRoot: EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultFieldEnrichFunc
  86. def pathTo(field: String): Seq[String]

    Permalink
    Definition Classes
    EnrichFunc
  87. def pathToDefaultField: Seq[String]

    Permalink
    Definition Classes
    DefaultFieldAccess
  88. def pathToResultField: Seq[String]

    Permalink
    Definition Classes
    SingleField
  89. def prepareGlobal(rdd: RDD[Root]): RDD[Any]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  90. def prepareLocal(record: Any): Root

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  91. def resultField: String

    Permalink
    Definition Classes
    SingleField
  92. def source: Seq[String]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  93. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  94. def toMulti: EnrichFunc[Root, Seq[T]] with SingleField[Seq[T]]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  95. def toMulti(target: String): EnrichFunc[Root, Seq[T]] with SingleField[Seq[T]]

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  96. def toMulti[Field](field: String, target: String): EnrichFunc[Root, Seq[T]] with SingleField[Seq[Field]]

    Permalink
    Definition Classes
    EnrichFunc
  97. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  98. final def wait(): Unit

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

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

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

Inherited from SingleField[T]

Inherited from DependentEnrichFuncWithDefaultField[Root, T, T, T]

Inherited from EnrichFuncWithDefaultField[Root, T, T, T]

Inherited from DefaultFieldAccess[T, T]

Inherited from DependentEnrichFunc[Root, T]

Inherited from EnrichFunc[Root, T]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped