Class

ai.chronon.aggregator.base

FrequentItems

Related Doc: package base

Permalink

class FrequentItems[T] extends SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Linear Supertypes
SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]], BaseAggregator[T, ItemsSketchIR[T], Map[String, Long]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrequentItems
  2. SimpleAggregator
  3. BaseAggregator
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FrequentItems(mapSize: Int, errorType: ErrorType = ErrorType.NO_FALSE_POSITIVES)(implicit arg0: FrequentItemsFriendly[T])

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bulkMerge(irs: Iterator[ItemsSketchIR[T]]): ItemsSketchIR[T]

    Permalink
    Definition Classes
    BaseAggregator
  6. def clone(ir: Sketch): Sketch

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(ir: ItemsSketchIR[T], input: T): ItemsSketchIR[T]

    Permalink
    Definition Classes
    SimpleAggregator
  9. def denormalize(normalized: Any): Sketch

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val errorType: ErrorType

    Permalink
  13. def finalize(ir: Sketch): Map[String, Long]

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def inversePrepare(input: T): ItemsSketchIR[T]

    Permalink
    Definition Classes
    SimpleAggregator
  18. def irType: DataType

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  19. def isDeletable: Boolean

    Permalink
    Definition Classes
    BaseAggregator
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val mapSize: Int

    Permalink
  22. def merge(ir1: Sketch, ir2: Sketch): Sketch

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def normalize(ir: Sketch): Array[Byte]

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def outputType: DataType

    Permalink
    Definition Classes
    FrequentItemsBaseAggregator
  28. def prepare(input: T): ItemsSketchIR[T]

    Permalink
    Definition Classes
    FrequentItemsSimpleAggregator
  29. val sketchSize: Int

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toSketch(values: Map[T, Long]): Sketch

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def update(ir: Sketch, input: T): Sketch

    Permalink
    Definition Classes
    FrequentItemsSimpleAggregator
  34. final def wait(): Unit

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

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

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

Inherited from SimpleAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Inherited from BaseAggregator[T, ItemsSketchIR[T], Map[String, Long]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped