Lines Matching refs:RowMap
277 void FilterInto(FilterOp op, SqlValue value, RowMap* rm) const { in FilterInto()
283 rm->Intersect(RowMap::SingleRow(*opt_idx)); in FilterInto()
285 rm->Intersect(RowMap()); in FilterInto()
345 const RowMap& row_map() const;
485 bool FilterIntoSorted(FilterOp op, SqlValue value, RowMap* rm) const { in FilterIntoSorted()
497 rm->Intersect(RowMap(beg, end)); in FilterIntoSorted()
503 rm->Intersect(RowMap(0, end)); in FilterIntoSorted()
509 rm->Intersect(RowMap(0, end)); in FilterIntoSorted()
515 rm->Intersect(RowMap(beg, row_map().size())); in FilterIntoSorted()
521 rm->Intersect(RowMap(beg, row_map().size())); in FilterIntoSorted()
533 void FilterIntoSlow(FilterOp op, SqlValue value, RowMap* rm) const;
537 void FilterIntoNumericSlow(FilterOp op, SqlValue value, RowMap* rm) const;
543 RowMap* rm,
547 void FilterIntoStringSlow(FilterOp op, SqlValue value, RowMap* rm) const;
550 void FilterIntoIdSlow(FilterOp op, SqlValue value, RowMap* rm) const;