Home
last modified time | relevance | path

Searched refs:SERIES_COLUMN_STOP (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/vtab/
Dseries.rs27 const SERIES_COLUMN_STOP: c_int = 2; constant
92 SERIES_COLUMN_STOP => { in best_index()
260 SERIES_COLUMN_STOP => self.max_value, in column()