We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b6651 commit 14857a0Copy full SHA for 14857a0
clickhouse/query.h
@@ -94,7 +94,6 @@ class Query : public QueryEvents {
94
return query_id_;
95
}
96
97
-
98
/// Set handler for receiving result data.
99
inline Query& OnData(SelectCallback cb) {
100
select_cb_ = std::move(cb);
0 commit comments