pub struct IndexInfo(_);
This is supported on crate feature vtab only.
Expand description

Pass information into and receive the reply from the VTab::best_index method.

(See SQLite doc)

Implementations

Iterate on index constraint and its associated usage.

Record WHERE clause constraints.

Information about the ORDER BY clause.

Number of terms in the ORDER BY clause

Information about what parameters to pass to VTabCursor::filter.

Number used to identify the index

True if output is already ordered

Estimated cost of using this index

This is supported on crate feature modern_sqlite only.

Estimated number of rows returned.

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.