public class OrcHadoopInputRowParser extends Object implements InputRowParser<org.apache.hadoop.hive.ql.io.orc.OrcStruct>
| Constructor and Description | 
|---|
OrcHadoopInputRowParser(ParseSpec parseSpec,
                       String typeString)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
ParseSpec | 
getParseSpec()  | 
String | 
getTypeString()  | 
int | 
hashCode()  | 
List<InputRow> | 
parseBatch(org.apache.hadoop.hive.ql.io.orc.OrcStruct input)
Parse an input into list of  
InputRow. | 
String | 
toString()  | 
InputRowParser | 
withParseSpec(ParseSpec parseSpec)  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitparsepublic List<InputRow> parseBatch(org.apache.hadoop.hive.ql.io.orc.OrcStruct input)
InputRowParserInputRow. List can contains null for rows that should be thrown away,
 or throws ParseException if the input is unparseable. This method should never return null otherwise
 lots of things will break.parseBatch in interface InputRowParser<org.apache.hadoop.hive.ql.io.orc.OrcStruct>public ParseSpec getParseSpec()
getParseSpec in interface InputRowParser<org.apache.hadoop.hive.ql.io.orc.OrcStruct>public String getTypeString()
public InputRowParser withParseSpec(ParseSpec parseSpec)
withParseSpec in interface InputRowParser<org.apache.hadoop.hive.ql.io.orc.OrcStruct>Copyright © 2011–2018. All rights reserved.