| 98 | { |
| 99 | public: |
| 100 | DimHandler(arrow::MemoryPool *pool, Dimension::Id id, const std::string& name) : |
| 101 | m_builder(pool), m_id(id), m_name(name) |
| 102 | {} |
| 103 | |
| 104 | FieldPtr field() override |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected