Class RowParquetReader


  • public class RowParquetReader
    extends Object
    A reader that creates Row from Parquet file records.
    • Method Detail

      • getSchema

        public static org.apache.parquet.schema.MessageType getSchema​(org.apache.parquet.io.InputFile file)
                                                               throws IOException
        Returns a Parquet file schema.
        Parameters:
        file - an input file
        Returns:
        Parquet file schema
        Throws:
        IOException - if it cannot open the file for reading