Class InputRowListPlusRawValues


  • public class InputRowListPlusRawValues
    extends Object
    A triple of a list of InputRows, a Map of raw values, and a ParseException. The rawValues map contains the raw values before being parsed into InputRows. Note that a single map can be parsed into multiple InputRows, for example, with explodeSpec. The ParseException is the exception thrown when parsing bytes into either the rawValues map or the list of InputRows. In any case, one of triple must not be null.