streaming: Add stream_session::description

This commit is contained in:
Asias He
2015-06-30 17:12:37 +08:00
parent 1e5cfa89d1
commit dec8bee44d
2 changed files with 4 additions and 6 deletions

View File

@@ -344,5 +344,8 @@ utils::UUID stream_session::plan_id() {
return _stream_result ? _stream_result->plan_id : UUID();
}
sstring stream_session::description() {
return _stream_result ? _stream_result->description : "";
}
} // namespace streaming

View File

@@ -197,13 +197,8 @@ public:
return _index;
}
#if 0
sstring description();
public String description()
{
return streamResult == null ? null : streamResult.description;
}
#endif
public:
bool keep_ss_table_level() {
return _keep_ss_table_level;