class GroupBy extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupBy
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GroupBy(aggregations: Seq[Aggregation], keyColumns: Seq[String], inputDf: DataFrame, mutationDf: DataFrame = null, skewFilter: Option[String] = None, finalize: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val aggPartWithSchema: Seq[(AggregationPart, DataType)]
  5. lazy val aggregationParts: Seq[AggregationPart]
  6. val aggregations: Seq[Aggregation]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. lazy val columnAggregators: Array[ColumnAggregator]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hopsAggregate(minQueryTs: Long, resolution: Resolution): RDD[(KeyWithHash, OutputArrayType)]
  16. val inputDf: DataFrame
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val keyColumns: Seq[String]
  19. val keySchema: StructType
  20. val mutationDf: DataFrame
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. lazy val outputSchema: StructType
  25. lazy val postAggSchema: StructType
  26. val preAggSchema: StructType
  27. val selectedSchema: Array[(String, DataType)]
    Attributes
    protected
  28. def snapshotEntities: DataFrame
  29. def snapshotEntitiesBase: RDD[(Array[Any], Array[Any])]
  30. def snapshotEvents(partitionRange: PartitionRange): DataFrame
  31. def snapshotEventsBase(partitionRange: PartitionRange, resolution: Resolution = DailyResolution): RDD[(Array[Any], Array[Any])]
  32. implicit val sparkSession: SparkSession
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def temporalEntities(queriesUnfilteredDf: DataFrame, resolution: Resolution = FiveMinuteResolution): DataFrame

    Support for entities with mutations.

    Support for entities with mutations. Three way join between: Queries: grouped by key and dsOf[ts] Snapshot[InputDf]: Grouped by key and ds providing a FinalBatchIR to be extended. Mutations[MutationDf]: Grouped by key and dsOf[MutationTs] providing an array of updates/deletes to be done With this process the components (end of day batchIr + day's mutations + day's queries -> output)

  35. def temporalEvents(queriesUnfilteredDf: DataFrame, queryTimeRange: Option[TimeRange] = None, resolution: Resolution = FiveMinuteResolution): DataFrame
  36. def toDf(aggregateRdd: RDD[(Array[Any], Array[Any])], additionalFields: Seq[(String, DataType)]): DataFrame
    Attributes
    protected[spark]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val tsIndex: Int
    Attributes
    protected[spark]
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. lazy val windowAggregator: RowAggregator
    Attributes
    protected[spark]
    Annotations
    @transient()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped