Uses of Class
org.apache.druid.java.util.common.parsers.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return ParseExceptionMethods in org.apache.druid.data.input with parameters of type ParseExceptionModifier and TypeMethodDescriptionstatic InputRowListPlusRawValuesInputRowListPlusRawValues.of(Map<String, Object> rawColumns, ParseException parseException) static InputRowListPlusRawValuesInputRowListPlusRawValues.ofList(List<Map<String, Object>> rawColumnsList, List<InputRow> inputRows, ParseException parseException) Create an instance ofInputRowListPlusRawValuesMake sure the size of given rawColumnsList and inputRows are the same if both of them are not nullstatic InputRowListPlusRawValuesInputRowListPlusRawValues.ofList(List<Map<String, Object>> rawColumnsList, ParseException parseException) Methods in org.apache.druid.data.input that throw ParseExceptionModifier and TypeMethodDescriptionIntermediateRowParsingReader.parseInputRows(T intermediateRow) Parses the given intermediate row into a list ofInputRows.TextReader.parseInputRows(T intermediateRow) Parses the given line into a list ofInputRows. -
Uses of ParseException in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that throw ParseExceptionModifier and TypeMethodDescriptionstatic InputRowMapInputRowParser.parse(TimestampSpec timestampSpec, List<String> dimensions, Map<String, Object> theMap) static InputRowMapInputRowParser.parse(InputRowSchema inputRowSchema, Map<String, Object> theMap) DelimitedValueReader.parseInputRows(byte[] line) JsonLineReader.parseInputRows(byte[] line) JsonNodeReader.parseInputRows(com.fasterxml.jackson.databind.JsonNode intermediateRow) JsonReader.parseInputRows(InputEntity entity) LinesReader.parseInputRows(String intermediateRow) RegexReader.parseInputRows(String intermediateRow) -
Uses of ParseException in org.apache.druid.java.util.common.parsers
Subclasses of ParseException in org.apache.druid.java.util.common.parsersModifier and TypeClassDescriptionclassThis type of ParseException is meant to be used within ingestion to hold parse exception information for rows that were partially parseable but had one or more unparseable columns, such as when passing a non-numeric value to a numeric column. -
Uses of ParseException in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return ParseExceptionModifier and TypeMethodDescriptionstatic ParseExceptionIncrementalIndex.getCombinedParseException(InputRow row, List<String> dimParseExceptionMessages, List<String> aggParseExceptionMessages) IncrementalIndexAddResult.getParseException()Methods in org.apache.druid.segment.incremental with parameters of type ParseExceptionConstructors in org.apache.druid.segment.incremental with parameters of type ParseExceptionModifierConstructorDescriptionIncrementalIndexAddResult(int rowCount, long bytesInMemory, ParseException parseException)