File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ struct TTableConstInfo : public TAtomicRefCount<TTableConstInfo> {
3131 TMap<TString, NSharding::IShardingBase::TColumn> Columns;
3232 TVector<TString> KeyColumns;
3333 TVector<NScheme::TTypeInfo> KeyColumnTypes;
34- // TVector<NScheme::TTypeInfo> ColumnTypes;
3534 ETableKind TableKind = ETableKind::Unknown;
3635 THashMap<TString, std::pair<TString, NYql::TKikimrPathId>> Sequences;
3736 THashMap<TString, Ydb::TypedValue> DefaultFromLiteral;
@@ -135,15 +134,6 @@ struct TTableConstInfo : public TAtomicRefCount<TTableConstInfo> {
135134 KeyColumns.push_back (keyColumnId.GetName ());
136135 KeyColumnTypes.push_back (column->Type );
137136 }
138-
139- /* ColumnTypes.reserve(phyTable.ColumnsSize());
140- for (const auto& [columnId, phyСolumn] : phyTable.GetColumns()) {
141- const auto& column = Columns.FindPtr(phyСolumn.GetId().GetName(());
142- YQL_ENSURE(column);
143-
144- //KeyColumns.push_back(keyColumnId.GetName());
145- ColumnTypes.push_back(column.Type);
146- }*/
147137 }
148138};
149139
You can’t perform that action at this time.
0 commit comments