Searched refs:indexType_ (Results 1 – 2 of 2) sorted by relevance
29 indexType_ = INDEX_TYPE_OUTER_INDEX; in CovertToIndexMap()33 if (indexType_ == INDEX_TYPE_ID && HasData()) { in CovertToIndexMap()40 indexType_ = INDEX_TYPE_OUTER_INDEX; in CovertToIndexMap()63 if (indexType_ == INDEX_TYPE_OUTER_INDEX) { in Intersect()170 if (indexType_ != INDEX_TYPE_ID && other->indexType_ != INDEX_TYPE_ID) { in MergeIndexTypeId()258 if (indexType_ == INDEX_TYPE_ID) { in CurrentRow()
65 indexType_ = INDEX_TYPE_OUTER_INDEX; in ProcessData()123 if (indexType_ == INDEX_TYPE_OUTER_INDEX) { in FixSize()134 if (indexType_ == INDEX_TYPE_ID) { in Set()209 indexType_ = INDEX_TYPE_OUTER_INDEX; in RemoveNullElements()228 FindIndexType indexType_ = INDEX_TYPE_ID; variable