public class HadoopyStringInputRowParser extends Object implements InputRowParser<Object>
| Constructor and Description |
|---|
HadoopyStringInputRowParser(ParseSpec parseSpec) |
| Modifier and Type | Method and Description |
|---|---|
ParseSpec |
getParseSpec() |
List<InputRow> |
parseBatch(Object input) |
InputRowParser |
withParseSpec(ParseSpec parseSpec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic HadoopyStringInputRowParser(ParseSpec parseSpec)
public List<InputRow> parseBatch(Object input)
parseBatch in interface InputRowParser<Object>public ParseSpec getParseSpec()
getParseSpec in interface InputRowParser<Object>public InputRowParser withParseSpec(ParseSpec parseSpec)
withParseSpec in interface InputRowParser<Object>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.