Struct parquet::record::Row[][src]

pub struct Row { /* fields omitted */ }

Row represents a nested Parquet record.

Methods

impl Row
[src]

Get the number of fields in this row.

Trait Implementations

impl Clone for Row
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Row
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Row
[src]

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

This method tests for !=.

impl RowAccessor for Row
[src]

impl Display for Row
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Row

impl !Sync for Row