object Transformations
Set of implicit transformations added to com.here.platform.data.processing.driver.deltasets.DeltaSets.
To enable them, you have to add an implicit com.here.platform.data.processing.driver.deltasets.DeltaContext in your scope.
- Alphabetic
- By Inheritance
- Transformations
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- implicit class BaseAggregateTransformation[K <: Name] extends AnyRef
- implicit class GenericAggregateTransformation extends AnyRef
-
final
case class
GenericAggregatorMapper(partitionsPerAggregatedPart: Seq[Int]) extends PublishedPartMapper with Product with Serializable
com.here.platform.data.processing.driver.deltasets.PublishedPartMapper to recursively aggregate generic partitions based on key hash codes.
com.here.platform.data.processing.driver.deltasets.PublishedPartMapper to recursively aggregate generic partitions based on key hash codes.
- partitionsPerAggregatedPart
Number of maximum partitions per publish part. It should be strictly monotonic decreasing and last part should contain one partition only.
- implicit final class HereTileAggregateTransformation extends AnyVal
- implicit final class MetricsAssessment extends AnyVal
- implicit final class MetricsSequenceAssessment extends AnyVal
- implicit class MultiPartBaseAggregateTransformation[K <: Name] extends AnyRef
- implicit final class MultiPartHereTileAggregateTransformation extends AnyVal
- implicit class SplitByLevel[K <: KeyOrName, V] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()