Package | Description |
---|---|
com.yahoo.bard.webservice.druid.model.having | |
com.yahoo.bard.webservice.druid.model.postaggregation | |
com.yahoo.bard.webservice.druid.serializers |
Modifier and Type | Interface and Description |
---|---|
interface |
HavingType
Allowed values for Having expressions in druid.
|
Modifier and Type | Class and Description |
---|---|
static class |
Having.DefaultHavingType
Allowed values for Having expressions in druid.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArithmeticPostAggregation.ArithmeticPostAggregationFunction
The defined arithmetic functions for post aggregation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HasDruidNameSerializer.isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
HasDruidName value) |
void |
HasDruidNameSerializer.serialize(HasDruidName value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
HasDruidNameSerializer.serializeWithType(HasDruidName value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
Default implementation will write type prefix, call regular serialization method (since assumption is that value
itself does not need JSON Array or Object start/end markers), and then write type suffix.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.