Struct clickhouse_srv::types::Row[][src]

pub struct Row<'a, K: ColumnType> { /* fields omitted */ }
Expand description

A row from Clickhouse

Implementations

Get the value of a particular cell of the row.

Return the number of cells in the current row.

Returns true if the row contains no cells.

Get the name of a particular cell of the row.

Get the type of a particular cell of the row.

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 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.