Struct kudu::Column [] [src]

pub struct Column { /* fields omitted */ }

Column instances hold metadata information about columns in a Kudu table.

Column also serves as a builder object for specifying new columns during create and alter table operations.

Methods

impl Column
[src]

Returns a new column builder.

Trait Implementations

impl Clone for Column
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Column
[src]

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

This method tests for !=.

impl Eq for Column
[src]

impl Debug for Column
[src]

Formats the value using the given formatter.