diff --git a/cql3/column_identifier.hh b/cql3/column_identifier.hh index 3437ca2b6e..632043033a 100644 --- a/cql3/column_identifier.hh +++ b/cql3/column_identifier.hh @@ -94,6 +94,10 @@ public: return _text; } + const bytes& name() const { + return bytes_; + } + sstring to_string() const { return _text; }