pub(crate) fn decode_page( page_header: PageHeader, buffer: Bytes, physical_type: Type, decompressor: Option<&mut Box<dyn Codec>>, ) -> Result<Page>
Decodes a Page from the provided buffer
Page
buffer