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], 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. DefaultFieldAccess
  5. DependentEnrichFunc
  6. EnrichFunc
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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
  37. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
  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
  39. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

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

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

    Permalink
  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
  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
  44. def of(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  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
  65. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

    Permalink
  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
  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
  68. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, T]

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

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

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

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

    Permalink
  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
  75. def onEach(source: String): EnrichFunc[EnrichRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

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

    Permalink
  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
  80. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, T] with DefaultFieldAccess[T, Seq[T]] with MultiVal

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

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

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

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

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

    Permalink
  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 toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. 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 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