File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/table Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2212,14 +2212,15 @@ class TReadRowsResult : public TStatus {
2212
2212
};
2213
2213
2214
2214
class TExternalDataSourceDescription {
2215
+ public:
2216
+ TExternalDataSourceDescription (Ydb::Table::DescribeExternalDataSourceResult&& description);
2217
+
2218
+ private:
2215
2219
class TImpl ;
2216
2220
std::shared_ptr<TImpl> Impl_;
2217
2221
2218
2222
friend class NYdb ::V3::TProtoAccessor;
2219
2223
const Ydb::Table::DescribeExternalDataSourceResult& GetProto () const ;
2220
-
2221
- public:
2222
- TExternalDataSourceDescription (Ydb::Table::DescribeExternalDataSourceResult&& description);
2223
2224
};
2224
2225
2225
2226
// ! Represents the result of a DescribeExternalDataSource call.
@@ -2237,14 +2238,15 @@ class TDescribeExternalDataSourceResult : public NScheme::TDescribePathResult {
2237
2238
};
2238
2239
2239
2240
class TExternalTableDescription {
2241
+ public:
2242
+ TExternalTableDescription (Ydb::Table::DescribeExternalTableResult&& description);
2243
+
2244
+ private:
2240
2245
class TImpl ;
2241
2246
std::shared_ptr<TImpl> Impl_;
2242
2247
2243
2248
friend class NYdb ::V3::TProtoAccessor;
2244
2249
const Ydb::Table::DescribeExternalTableResult& GetProto () const ;
2245
-
2246
- public:
2247
- TExternalTableDescription (Ydb::Table::DescribeExternalTableResult&& description);
2248
2250
};
2249
2251
2250
2252
// ! Represents the result of a DescribeExternalTable call.
You can’t perform that action at this time.
0 commit comments