25 #ifndef QUERYENGINE_AGGREGATEDCOLRANGECACHE_H 26 #define QUERYENGINE_AGGREGATEDCOLRANGECACHE_H 31 #include <unordered_map> 39 const std::unordered_map<PhysicalInput, ExpressionRange>&
asMap()
const;
44 std::unordered_map<PhysicalInput, ExpressionRange>
cache_;
47 #endif // QUERYENGINE_AGGREGATEDCOLRANGECACHE_H
const std::unordered_map< PhysicalInput, ExpressionRange > & asMap() const
void setColRange(const PhysicalInput &, const ExpressionRange &)
ExpressionRange getColRange(const PhysicalInput &) const
std::unordered_map< PhysicalInput, ExpressionRange > cache_