Lines Matching refs:RowMap
89 void Column::FilterIntoSlow(FilterOp op, SqlValue value, RowMap* rm) const { in FilterIntoSlow()
137 RowMap* rm) const { in FilterIntoNumericSlow()
149 rm->Intersect(RowMap()); in FilterIntoNumericSlow()
202 rm->Intersect(RowMap()); in FilterIntoNumericSlow()
208 RowMap* rm, in FilterIntoNumericWithComparatorSlow()
273 RowMap* rm) const { in FilterIntoStringSlow()
291 rm->Intersect(RowMap()); in FilterIntoStringSlow()
341 void Column::FilterIntoIdSlow(FilterOp op, SqlValue value, RowMap* rm) const { in FilterIntoIdSlow()
346 rm->Intersect(RowMap()); in FilterIntoIdSlow()
354 rm->Intersect(RowMap()); in FilterIntoIdSlow()
471 const RowMap& Column::row_map() const { in row_map()