public class InputRowSerde extends Object
| Constructor and Description |
|---|
InputRowSerde() |
| Modifier and Type | Method and Description |
|---|---|
static io.druid.data.input.InputRow |
fromBytes(byte[] data,
io.druid.query.aggregation.AggregatorFactory[] aggs) |
static byte[] |
toBytes(io.druid.data.input.InputRow row,
io.druid.query.aggregation.AggregatorFactory[] aggs) |
Copyright © 2011–2016. All rights reserved.