public class InputRowSerde extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InputRowSerde.DoubleIndexSerdeTypeHelper |
static class |
InputRowSerde.FloatIndexSerdeTypeHelper |
static interface |
InputRowSerde.IndexSerdeTypeHelper<T> |
static class |
InputRowSerde.LongIndexSerdeTypeHelper |
static class |
InputRowSerde.StringIndexSerdeTypeHelper |
| Constructor and Description |
|---|
InputRowSerde() |
| Modifier and Type | Method and Description |
|---|---|
static io.druid.data.input.InputRow |
fromBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap,
byte[] data,
io.druid.query.aggregation.AggregatorFactory[] aggs) |
static Map<String,InputRowSerde.IndexSerdeTypeHelper> |
getTypeHelperMap(io.druid.data.input.impl.DimensionsSpec dimensionsSpec) |
static byte[] |
toBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap,
io.druid.data.input.InputRow row,
io.druid.query.aggregation.AggregatorFactory[] aggs,
boolean reportParseExceptions) |
public static Map<String,InputRowSerde.IndexSerdeTypeHelper> getTypeHelperMap(io.druid.data.input.impl.DimensionsSpec dimensionsSpec)
public static final byte[] toBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap, io.druid.data.input.InputRow row, io.druid.query.aggregation.AggregatorFactory[] aggs, boolean reportParseExceptions)
public static final io.druid.data.input.InputRow fromBytes(Map<String,InputRowSerde.IndexSerdeTypeHelper> typeHelperMap, byte[] data, io.druid.query.aggregation.AggregatorFactory[] aggs)
Copyright © 2011–2018. All rights reserved.