Package | Description |
---|---|
com.yahoo.bullet.query | |
com.yahoo.bullet.query.aggregations | |
com.yahoo.bullet.querying.aggregations |
Constructor and Description |
---|
Query(Projection projection,
Expression filter,
Aggregation aggregation,
List<PostAggregation> postAggregations,
Window window,
Long duration)
Constructor that creates the Bullet query.
|
Modifier and Type | Class and Description |
---|---|
class |
CountDistinct |
class |
Distribution |
class |
GroupAll |
class |
GroupBy |
class |
LinearDistribution |
class |
ManualDistribution |
class |
Raw |
class |
RegionDistribution |
class |
TopK |
Constructor and Description |
---|
RawStrategy(Aggregation aggregation,
BulletConfig config)
Constructor that takes in an
Aggregation and a BulletConfig . |
SketchingStrategy(Aggregation aggregation,
BulletConfig config)
The constructor for creating a Sketch based strategy.
|
Copyright © 2021. All rights reserved.