Package | Description |
---|---|
io.druid.query.aggregation.datasketches.theta |
Modifier and Type | Field and Description |
---|---|
static SketchHolder |
SketchHolder.EMPTY |
Modifier and Type | Method and Description |
---|---|
static SketchHolder |
SketchHolder.deserialize(Object serializedSketch) |
static SketchHolder |
SketchHolder.of(Object obj) |
static SketchHolder |
SketchHolder.sketchSetOperation(SketchHolder.Func func,
int sketchSize,
Object... holders) |
Modifier and Type | Method and Description |
---|---|
void |
SketchHolderJsonSerializer.serialize(SketchHolder sketchHolder,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2011–2017. All rights reserved.