Function get_file_magic

Source
pub(crate) fn get_file_magic(
    file_encryption_properties: Option<&FileEncryptionProperties>,
) -> &'static [u8; 4]
Expand description

Get the magic bytes at the start and end of the file that identify this as a Parquet file.