Struct arrow::ipc::gen::Schema::Field[][src]

pub struct Field<'a> {
    pub _tab: Table<'a>,
}
Expand description

A field represents a named column in a record / row batch or child of a nested type.

Fields

_tab: Table<'a>

Implementations

Name is not required, in i.e. a List

Whether or not this field can contain nulls. Should be true in general.

This is the type of the decoded value if the field is dictionary encoded.

Present only if the field is dictionary encoded.

children apply only to nested data types like Struct, List and Union. For primitive types children will have length 0.

User-defined metadata

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Convert an IPC Field to Arrow Field

Performs the conversion.

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

This method tests for !=.

Runs the verifier for this type, assuming its at position pos in the verifier’s buffer. Should not need to be called directly. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.