class ApproxHistogram[T] extends SimpleAggregator[T, ApproxHistogramIr[T], Map[String, Long]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApproxHistogram
- SimpleAggregator
- BaseAggregator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ApproxHistogram(mapSize: Int, errorType: ErrorType = ErrorType.NO_FALSE_POSITIVES)(implicit arg0: FrequentItemsFriendly[T])
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
bulkMerge(irs: Iterator[ApproxHistogramIr[T]]): ApproxHistogramIr[T]
- Definition Classes
- BaseAggregator
-
def
clone(ir: ApproxHistogramIr[T]): ApproxHistogramIr[T]
- Definition Classes
- ApproxHistogram → BaseAggregator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
delete(ir: ApproxHistogramIr[T], input: T): ApproxHistogramIr[T]
- Definition Classes
- SimpleAggregator
-
def
denormalize(ir: Any): ApproxHistogramIr[T]
- Definition Classes
- ApproxHistogram → BaseAggregator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(ir: ApproxHistogramIr[T]): Map[String, Long]
- Definition Classes
- ApproxHistogram → BaseAggregator
-
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()
-
def
inversePrepare(input: T): ApproxHistogramIr[T]
- Definition Classes
- SimpleAggregator
-
def
irType: DataType
- Definition Classes
- ApproxHistogram → BaseAggregator
-
def
isDeletable: Boolean
- Definition Classes
- BaseAggregator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(ir1: ApproxHistogramIr[T], ir2: ApproxHistogramIr[T]): ApproxHistogramIr[T]
- Definition Classes
- ApproxHistogram → BaseAggregator
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(ir: ApproxHistogramIr[T]): Any
- Definition Classes
- ApproxHistogram → BaseAggregator
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
outputType: DataType
- Definition Classes
- ApproxHistogram → BaseAggregator
-
def
prepare(input: T): ApproxHistogramIr[T]
- Definition Classes
- ApproxHistogram → SimpleAggregator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
update(ir: ApproxHistogramIr[T], input: T): ApproxHistogramIr[T]
- Definition Classes
- ApproxHistogram → SimpleAggregator
-
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()