Package org.apache.druid.java.util.common.parsers
package org.apache.druid.java.util.common.parsers
-
ClassDescriptionLike
CloseableIterator, but has a currentMetadata() method, which returns "metadata", which is effectively a Mapinvalid input: '<'String, Object> about the source of last value returned by next() The returned metadata is read-only and cannot be modified.JSON parser class that uses the JsonPath library to access fields via path expressions.Deprecated.ParseException can be thrown on both ingestion side and query side.Parser<K,V> Class that can parse Strings into Maps.This 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.