Package | Description |
---|---|
com.yahoo.bullet.common | |
com.yahoo.bullet.querying | |
com.yahoo.bullet.querying.aggregations | |
com.yahoo.bullet.windowing |
Modifier and Type | Method and Description |
---|---|
default void |
Monoidal.merge(Monoidal other)
Combine the data from another instance of the same type of object into this Monoid.
|
Modifier and Type | Class and Description |
---|---|
class |
Querier
This manages a
RunningQuery that is currently being executed. |
Modifier and Type | Interface and Description |
---|---|
interface |
Strategy |
Modifier and Type | Class and Description |
---|---|
class |
FrequentItemsSketchingStrategy |
class |
GroupAllStrategy |
class |
QuantileSketchingStrategy
This
Strategy uses QuantileSketch to find distributions of a numeric field. |
class |
RawStrategy
Implements the LIMIT operation on multiple raw
BulletRecord . |
class |
SketchingStrategy<S extends Sketch>
The parent class for all
Strategy that use Sketches. |
class |
ThetaSketchingStrategy |
class |
TupleSketchingStrategy
This
Strategy implements a Tuple Sketch based approach to doing a group by. |
Modifier and Type | Class and Description |
---|---|
class |
AdditiveTumbling |
class |
Basic
This is a scheme that does not do any windowing.
|
class |
Scheme
This represents the common parent for all windowing schemes.
|
class |
SlidingRecord |
class |
Tumbling |
Copyright © 2021. All rights reserved.