Struct arrow::datatypes::Field [] [src]

pub struct Field { /* fields omitted */ }

Arrow struct/schema field

Methods

impl Field
[src]

[src]

[src]

[src]

[src]

[src]

Parse a field definition from a JSON representation

[src]

Generate a JSON representation of the field

[src]

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Field
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Field
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Field
[src]

impl Display for Field
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Field

impl Sync for Field