Class HadoopInputFile

  • All Implemented Interfaces:
    org.apache.parquet.io.InputFile

    public class HadoopInputFile
    extends Object
    implements org.apache.parquet.io.InputFile
    • Method Detail

      • getConfiguration

        public org.apache.hadoop.conf.Configuration getConfiguration()
      • getPath

        public org.apache.hadoop.fs.Path getPath()
      • getLength

        public long getLength()
        Specified by:
        getLength in interface org.apache.parquet.io.InputFile
      • newStream

        public org.apache.parquet.io.SeekableInputStream newStream()
                                                            throws IOException
        Specified by:
        newStream in interface org.apache.parquet.io.InputFile
        Throws:
        IOException