Class NestedInputFormat

java.lang.Object
org.apache.druid.data.input.impl.NestedInputFormat
All Implemented Interfaces:
InputFormat
Direct Known Subclasses:
JsonInputFormat

public abstract class NestedInputFormat extends Object implements InputFormat
Abstract class for nested file formats such as JSON, ORC, etc. It has JSONPathSpec, which is internall called flattenSpec, to flatten the nested data structure.
  • Constructor Details

    • NestedInputFormat

      protected NestedInputFormat(@Nullable JSONPathSpec flattenSpec)
  • Method Details