Class ParquetIO.ReadFiles.BeamParquetInputFile

  • All Implemented Interfaces:
    org.apache.parquet.io.InputFile
    Enclosing class:
    ParquetIO.ReadFiles

    public static class ParquetIO.ReadFiles.BeamParquetInputFile
    extends java.lang.Object
    implements org.apache.parquet.io.InputFile
    • Constructor Summary

      Constructors 
      Constructor Description
      BeamParquetInputFile​(java.nio.channels.SeekableByteChannel seekableByteChannel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getLength()  
      org.apache.parquet.io.SeekableInputStream newStream()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeamParquetInputFile

        public BeamParquetInputFile​(java.nio.channels.SeekableByteChannel seekableByteChannel)
    • Method Detail

      • getLength

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

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