Class 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.