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