diff --git a/schema.hh b/schema.hh index ba480b7c31..16c072b1c9 100644 --- a/schema.hh +++ b/schema.hh @@ -114,6 +114,9 @@ public: shared_ptr regular_column_name_type, sstring comment = {}); schema(const schema&); + void set_comment(const sstring& comment) { + _comment = comment; + } bool is_dense() const { return false; }