cql3: Introduce column_identifier::name()

This commit is contained in:
Tomasz Grabiec
2015-03-10 11:19:09 +01:00
parent fe12ad6ae1
commit f7c425fdd9

View File

@@ -94,6 +94,10 @@ public:
return _text;
}
const bytes& name() const {
return bytes_;
}
sstring to_string() const {
return _text;
}