summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface/common.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/common.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/common.cpp b/yt/cpp/mapreduce/interface/common.cpp
index cea5a6a83fc..fdb3e66b191 100644
--- a/yt/cpp/mapreduce/interface/common.cpp
+++ b/yt/cpp/mapreduce/interface/common.cpp
@@ -449,6 +449,13 @@ bool operator==(const TColumnSchema& lhs, const TColumnSchema& rhs)
////////////////////////////////////////////////////////////////////////////////
+bool operator==(const TDeletedColumnSchema& lhs, const TDeletedColumnSchema& rhs)
+{
+ return lhs.StableName() == rhs.StableName();
+}
+
+////////////////////////////////////////////////////////////////////////////////
+
bool TTableSchema::Empty() const
{
return Columns_.empty();