Class ParquetIO.ReadFiles.BeamParquetInputFile

java.lang.Object
org.apache.beam.sdk.io.parquet.ParquetIO.ReadFiles.BeamParquetInputFile
All Implemented Interfaces:
org.apache.parquet.io.InputFile
Enclosing class:
ParquetIO.ReadFiles

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

  • Method Details

    • getLength

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

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