Struct tantivy::fastfield::MultiValueIntFastFieldReader[][src]

pub struct MultiValueIntFastFieldReader<Item: FastValue> { /* fields omitted */ }

Reader for a multivalued u64 fast field.

The reader is implemented as two u64 fast field.

The vals_reader will access the concatenated list of all values for all reader. The idx_reader associated, for each document, the index of its first value.

Methods

impl<Item: FastValue> MultiValueIntFastFieldReader<Item>
[src]

Returns the array of values associated to the given doc.

Trait Implementations

impl<Item: Clone + FastValue> Clone for MultiValueIntFastFieldReader<Item>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<Item> Send for MultiValueIntFastFieldReader<Item> where
    Item: Send

impl<Item> Sync for MultiValueIntFastFieldReader<Item> where
    Item: Sync