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

pub struct Field { /* fields omitted */ }

Contains the meta-data for a single relative type.

The Schema object is an ordered collection of Field objects.

Methods

impl Field
[src]

Creates a new field

Returns an immutable reference to the Field's name

Returns an immutable reference to the Field's data-type

Indicates whether this Field supports null values

Parse a Field definition from a JSON representation

Generate a JSON representation of the Field

Converts to a String representation of the the Field

Trait Implementations

impl PartialEq<Field> for Field
[src]

impl Clone for Field
[src]

Performs copy-assignment from source. Read more

impl Eq for Field
[src]

impl Debug for Field
[src]

impl Display for Field
[src]

impl<'de> Deserialize<'de> for Field
[src]

impl Serialize for Field
[src]

Auto Trait Implementations

impl Send for Field

impl Sync for Field

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]