Modifier and Type | Method and Description |
---|---|
Clip |
Monoidal.getResult()
Get the data so far as a
Clip . |
Modifier and Type | Method and Description |
---|---|
Clip |
Querier.finish()
Terminate the query and return the final result.
|
Clip |
Querier.getResult()
Gets the resulting
Clip of the results so far. |
Modifier and Type | Method and Description |
---|---|
Clip |
FrequentItemsSketchingStrategy.getResult() |
Clip |
ThetaSketchingStrategy.getResult() |
Clip |
GroupAllStrategy.getResult() |
Clip |
RawStrategy.getResult()
Gets the aggregated records so far since the last call to
RawStrategy.reset() . |
Clip |
SketchingStrategy.getResult() |
Modifier and Type | Method and Description |
---|---|
Clip |
QuantileSketch.getResult(String metaKey,
Map<String,String> conceptKeys) |
Clip |
ThetaSketch.getResult(String metaKey,
Map<String,String> conceptKeys) |
Clip |
FrequentItemsSketch.getResult(String metaKey,
Map<String,String> conceptKeys) |
Clip |
Sketch.getResult(String metaKey,
Map<String,String> conceptKeys)
Gets the result from the data presented to the sketch as a
Clip . |
Clip |
TupleSketch.getResult(String metaKey,
Map<String,String> conceptKeys) |
Modifier and Type | Method and Description |
---|---|
Clip |
HavingStrategy.execute(Clip clip) |
Clip |
OrderByStrategy.execute(Clip clip) |
Clip |
PostStrategy.execute(Clip clip)
Executes the post aggregation.
|
Clip |
CullingStrategy.execute(Clip clip) |
Clip |
ComputationStrategy.execute(Clip clip) |
Modifier and Type | Method and Description |
---|---|
Clip |
HavingStrategy.execute(Clip clip) |
Clip |
OrderByStrategy.execute(Clip clip) |
Clip |
PostStrategy.execute(Clip clip)
Executes the post aggregation.
|
Clip |
CullingStrategy.execute(Clip clip) |
Clip |
ComputationStrategy.execute(Clip clip) |
Modifier and Type | Method and Description |
---|---|
Clip |
Clip.add(com.yahoo.bullet.record.BulletRecord record)
Adds a
BulletRecord to the records in the Clip. |
Clip |
Clip.add(Clip clip)
|
Clip |
Clip.add(List<com.yahoo.bullet.record.BulletRecord> records)
Adds all the
BulletRecord to the records in the Clip. |
Clip |
Clip.add(Meta meta)
Tags additional metadata.
|
static Clip |
Clip.of(com.yahoo.bullet.record.BulletRecord record)
Construct a Clip with the given
BulletRecord . |
static Clip |
Clip.of(List<com.yahoo.bullet.record.BulletRecord> records)
Construct a Clip with the given List of
BulletRecord . |
static Clip |
Clip.of(Meta meta)
Construct a Clip with the given metadata.
|
Modifier and Type | Method and Description |
---|---|
Clip |
Clip.add(Clip clip)
|
Modifier and Type | Method and Description |
---|---|
Clip |
Basic.getResult() |
Copyright © 2021. All rights reserved.