Interface | Description |
---|---|
Strategy |
Class | Description |
---|---|
FrequentItemsSketchingStrategy | |
GroupAllStrategy | |
QuantileSketchingStrategy |
This
Strategy uses QuantileSketch to find distributions of a numeric field. |
RawStrategy |
Implements the LIMIT operation on multiple raw
BulletRecord . |
SketchingStrategy<S extends Sketch> |
The parent class for all
Strategy that use Sketches. |
ThetaSketchingStrategy | |
TupleSketchingStrategy |
This
Strategy implements a Tuple Sketch based approach to doing a group by. |
Copyright © 2021. All rights reserved.