| Package | Description | 
|---|---|
| io.druid.indexer | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
InputRowSerde.DoubleIndexSerdeTypeHelper  | 
static class  | 
InputRowSerde.FloatIndexSerdeTypeHelper  | 
static class  | 
InputRowSerde.LongIndexSerdeTypeHelper  | 
static class  | 
InputRowSerde.StringIndexSerdeTypeHelper  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<String,InputRowSerde.IndexSerdeTypeHelper> | 
InputRowSerde.getTypeHelperMap(DimensionsSpec dimensionsSpec)  | 
| Modifier and Type | Method and Description | 
|---|---|
static InputRow | 
InputRowSerde.fromBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap,
         byte[] data,
         AggregatorFactory[] aggs)  | 
static byte[] | 
InputRowSerde.toBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap,
       InputRow row,
       AggregatorFactory[] aggs,
       boolean reportParseExceptions)  | 
Copyright © 2011–2018. All rights reserved.