Struct parquet::record::Map[][src]

pub struct Map { /* fields omitted */ }

Map represents a map which contains an list of key->value pairs.

Methods

impl Map
[src]

Get the number of fields in this row

Trait Implementations

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Map
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Map
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl MapAccessor for Map
[src]

Auto Trait Implementations

impl !Send for Map

impl !Sync for Map