Package org.apache.druid.data.input.impl
Class NoopInputRowParser
java.lang.Object
org.apache.druid.data.input.impl.NoopInputRowParser
- All Implemented Interfaces:
InputRowParser<InputRow>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()parseBatch(InputRow input) Parse an input into list ofInputRow.withParseSpec(ParseSpec parseSpec) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.data.input.impl.InputRowParser
parse
-
Constructor Details
-
NoopInputRowParser
-
-
Method Details
-
parseBatch
Description copied from interface:InputRowParserParse an input into list ofInputRow. List can contains null for rows that should be thrown away, or throwsParseExceptionif the input is unparseable. This method should never return null otherwise lots of things will break.- Specified by:
parseBatchin interfaceInputRowParser<InputRow>
-
getParseSpec
- Specified by:
getParseSpecin interfaceInputRowParser<InputRow>
-
withParseSpec
- Specified by:
withParseSpecin interfaceInputRowParser<InputRow>
-
equals
-
hashCode
public int hashCode()
-