pub struct VecColumn<'a, T = u64> { /* private fields */ }
Expand description

VecColumn provides Column over a slice.

Trait Implementations

Return the value associated with the given idx. Read more
Returns a iterator over the data
Returns the minimum value for this fast field. Read more
Returns the maximum value for this fast field. Read more
The number of values in the column.
Fills an output buffer with the fast field values associated with the DocId going from start to start + output.len(). Read more
Get the positions of values which are in the provided value range. Read more
Converts to this type from the input type.

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.