com
.
twitter
.
algebird
SparseHLL
case class
SparseHLL
(
bits:
Int
,
maxRhow:
Map
[
Int
,
Max
[
Byte
]]
)
extends
HLL
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Product
,
Equals
,
HLL
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
SparseHLL
Serializable
Product
Equals
HLL
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
SparseHLL
(
bits:
Int
,
maxRhow:
Map
[
Int
,
Max
[
Byte
]]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
HLL
)
:
HLL
Definition Classes
SparseHLL
→
HLL
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
approximateSize
:
Approximate
[
Long
]
Definition Classes
HLL
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
bits
:
Int
Definition Classes
SparseHLL
→
HLL
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
estimatedSize
:
Double
Definition Classes
HLL
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
maxRhow
:
Map
[
Int
,
Max
[
Byte
]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
size
:
Int
Definition Classes
SparseHLL
→
HLL
def
sparseMapToSequence
(
values:
Map
[
Int
,
Max
[
Byte
]]
)
:
IndexedSeq
[
Byte
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
lazy val
toDenseHLL
:
DenseHLL
Definition Classes
SparseHLL
→
HLL
def
updateInto
(
buffer:
Array
[
Byte
]
)
:
Unit
Set each item in the given buffer to the max of this and the buffer
Set each item in the given buffer to the max of this and the buffer
Definition Classes
SparseHLL
→
HLL
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
(
...
)
lazy val
z
:
Double
Definition Classes
SparseHLL
→
HLL
lazy val
zeroCnt
:
Int
Definition Classes
SparseHLL
→
HLL
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
HLL
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped