| 591 | std::string ToString(bool show_metadata = false) const override; |
| 592 | |
| 593 | DataTypeLayout layout() const override { |
| 594 | return DataTypeLayout({DataTypeLayout::AlwaysNull()}); |
| 595 | } |
| 596 | |
| 597 | std::string name() const override { return "null"; } |
| 598 |
nothing calls this directly
no test coverage detected