Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h1191 typedef struct Index Index; typedef
2607 struct Index { struct
2613 Index *pNext; /* The next index associated with the same table */ argument
2627 unsigned isResized:1; /* True if resizeIndexObject() has been called */ argument
2633 unsigned bHasVCol:1; /* Index references one or more VIRTUAL columns */ argument
2634 unsigned bHasExpr:1; /* Index contains an expression, either a literal argument
2638 int nSampleCol; /* Size of IndexSample.anEq[] and so on */ argument
2640 IndexSample *aSample; /* Samples of the left-most key */ argument
2648 ** Allowed values for Index.idxType argument