Object/Class

de.l3s.archivespark.enrich.functions

Json

Related Docs: class Json | package functions

Permalink

object Json extends Json

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

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
    EnrichFunc
  5. def apply(path: String = "", fieldName: String = null): Json

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    SingleFieldDefaultFieldAccess
  9. def dependency: DependentEnrichFunc[TypedEnrichRoot[String], _]

    Permalink
    Definition Classes
    BoundEnrichFuncDependentEnrichFunc
  10. def dependencyField: String

    Permalink
    Definition Classes
    BoundEnrichFuncDependentEnrichFunc
  11. def derive(source: TypedEnrichable[String], derivatives: Derivatives): Unit

    Permalink
    Definition Classes
    JsonEnrichFunc
  12. def enrich(root: TypedEnrichRoot[String], excludeFromOutput: Boolean): TypedEnrichRoot[String]

    Permalink
    Attributes
    protected[de.l3s.archivespark.enrich]
    Definition Classes
    DependentEnrichFuncEnrichFunc
  13. def enrich(root: TypedEnrichRoot[String]): TypedEnrichRoot[String]

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

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

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

    Permalink
    Definition Classes
    EnrichFunc
  17. def fields: Seq[String]

    Permalink
    Definition Classes
    SingleField
  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: TypedEnrichRoot[String]): 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[TypedEnrichRoot[String], SourceField] with SingleField[Target]

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

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

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

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

    Permalink
    Definition Classes
    EnrichFunc
  29. def mapEach[SourceField, Target](target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[TypedEnrichRoot[String], 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[TypedEnrichRoot[String], SourceField] with SingleField[Seq[Target]]

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

    Permalink
    Definition Classes
    EnrichFunc
  32. def mapMulti[SourceField, Target](target: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[TypedEnrichRoot[String], 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, String] with DefaultFieldAccess[Any, Any]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    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[TypedEnrichRoot[String]]): RDD[Any]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  90. def prepareLocal(record: Any): TypedEnrichRoot[String]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  91. def resultField: String

    Permalink
    Definition Classes
    JsonSingleField
  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[TypedEnrichRoot[String], Seq[String]] with SingleField[Seq[Any]]

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

    Permalink
    Definition Classes
    EnrichFuncWithDefaultField
  96. def toMulti[Field](field: String, target: String): EnrichFunc[TypedEnrichRoot[String], Seq[String]] 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 Json

Inherited from SingleField[Any]

Inherited from DependentEnrichFuncWithDefaultField[TypedEnrichRoot[String], String, Any, Any]

Inherited from EnrichFuncWithDefaultField[TypedEnrichRoot[String], String, Any, Any]

Inherited from DefaultFieldAccess[Any, Any]

Inherited from BoundEnrichFunc[TypedEnrichRoot[String], String]

Inherited from DependentEnrichFunc[TypedEnrichRoot[String], String]

Inherited from EnrichFunc[TypedEnrichRoot[String], String]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped