parquet::file::metadata

Type Alias KeyValue

source
pub type KeyValue = KeyValue;
Expand description

A key-value pair for FileMetaData.

Aliased Type§

struct KeyValue {
    pub key: String,
    pub value: Option<String>,
}

Fields§

§key: String§value: Option<String>

Trait Implementations§

source§

impl HeapSize for KeyValue

source§

fn heap_size(&self) -> usize

Return the size of any bytes allocated on the heap by this object, including heap memory in those structures Read more