| 2030 | } |
| 2031 | |
| 2032 | void ExprSet::clear() { |
| 2033 | clearSharedSubexprs(); |
| 2034 | for (auto* memo : memoizingExprs_) { |
| 2035 | memo->clearMemo(); |
| 2036 | } |
| 2037 | distinctFields_.clear(); |
| 2038 | multiplyReferencedFields_.clear(); |
| 2039 | dictionaryCacheTotalSize_ = 0; |
| 2040 | } |
| 2041 | |
| 2042 | void ExprSetSimplified::eval( |
| 2043 | int32_t begin, |