Struct parquet::record::List[][src]

pub struct List { /* fields omitted */ }

List represents a list which contains an array of elements.

Methods

impl List
[src]

Get the number of fields in this row

Trait Implementations

impl Clone for List
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for List
[src]

Formats the value using the given formatter. Read more

impl PartialEq for List
[src]

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

This method tests for !=.

impl ListAccessor for List
[src]

Auto Trait Implementations

impl !Send for List

impl !Sync for List