Class FileMetaData

    • Constructor Detail

      • FileMetaData

        public FileMetaData​(org.apache.parquet.schema.MessageType schema,
                            Map<String,​String> keyValueMetaData,
                            String createdBy)
        FileMetaData for writers.
        Parameters:
        schema - the schema for the file
        keyValueMetaData - the app specific metadata
        createdBy - the description of the library that created the file
        Throws:
        NullPointerException - if schema or keyValueMetaData is null
    • Method Detail

      • getSchema

        public org.apache.parquet.schema.MessageType getSchema()
        Returns:
        the schema for the file
      • getKeyValueMetaData

        public Map<String,​String> getKeyValueMetaData()
        Returns:
        meta data for extensions
      • getCreatedBy

        public String getCreatedBy()
        Returns:
        the description of the library that created the file