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