Package org.apache.druid.indexer
Class InputRowSerde.SerializeResult
- java.lang.Object
-
- org.apache.druid.indexer.InputRowSerde.SerializeResult
-
- Enclosing class:
- InputRowSerde
public static class InputRowSerde.SerializeResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SerializeResult(byte[] serializedRow, List<String> parseExceptionMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getParseExceptionMessages()byte[]getSerializedRow()
-