pub struct Column { /* private fields */ }
Expand description

Helper struct used to access the streams associated to an ORC column. Its main use Column::get_stream, to get a stream.

Implementations

Returns the stream kind associated to this column as a Decompressor. scratch becomes owned by Decompressor, which you can recover via into_inner.

Returns the encoding of the column

Returns the number of items in the dictionary, if any

The number of rows on this column

Returns the underlying footer and the pre-allocated memory region containing all (compressed) streams of this column.

Trait Implementations

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.