| 124 | } |
| 125 | |
| 126 | [[nodiscard]] MemoryPool* pool() const { return pool_; } |
| 127 | [[nodiscard]] const ParseOptions& parse_options() const { return parse_options_; } |
| 128 | [[nodiscard]] const PromotionGraph* promotion_graph() const { return promotion_graph_; } |
| 129 | [[nodiscard]] const std::shared_ptr<DataType>& conversion_type() const { |
no outgoing calls
no test coverage detected