Uses of Class
org.apache.druid.java.util.common.parsers.JSONPathSpec
-
Packages that use JSONPathSpec Package Description org.apache.druid.data.input.impl org.apache.druid.java.util.common.parsers -
-
Uses of JSONPathSpec in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return JSONPathSpec Modifier and Type Method Description JSONPathSpecNestedInputFormat. getFlattenSpec()Constructors in org.apache.druid.data.input.impl with parameters of type JSONPathSpec Constructor Description JsonInputFormat(JSONPathSpec flattenSpec, Map<String,Boolean> featureSpec, Boolean keepNullColumns, boolean lineSplittable, Boolean assumeNewlineDelimited, Boolean useJsonNodeReader)JsonInputFormat(JSONPathSpec flattenSpec, Map<String,Boolean> featureSpec, Boolean keepNullColumns, Boolean assumeNewlineDelimited, Boolean useJsonNodeReader)JSONParseSpec(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, JSONPathSpec flattenSpec, Map<String,Boolean> featureSpec, Boolean keepNullColumns)NestedInputFormat(JSONPathSpec flattenSpec) -
Uses of JSONPathSpec in org.apache.druid.java.util.common.parsers
Fields in org.apache.druid.java.util.common.parsers declared as JSONPathSpec Modifier and Type Field Description static JSONPathSpecJSONPathSpec. DEFAULTMethods in org.apache.druid.java.util.common.parsers with parameters of type JSONPathSpec Modifier and Type Method Description static <T> ObjectFlattener<T>ObjectFlatteners. create(JSONPathSpec flattenSpecInput, ObjectFlatteners.FlattenerMaker<T> flattenerMaker)Constructors in org.apache.druid.java.util.common.parsers with parameters of type JSONPathSpec Constructor Description JSONPathParser(JSONPathSpec flattenSpec, com.fasterxml.jackson.databind.ObjectMapper mapper, boolean keepNullColumns)Constructor
-