aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorpechatnov <pechatnov@yandex-team.com>2024-06-06 16:01:48 +0300
committerpechatnov <pechatnov@yandex-team.com>2024-06-06 16:22:36 +0300
commit2123e799dc1993fb65554a96fbf38f94aa588978 (patch)
tree494aa17c9cc4faa28f08dbe8dd08fba36bcad4e4 /yt
parentd87cb8da08545c64c124f382cbb7e41a862a3f3d (diff)
downloadydb-2123e799dc1993fb65554a96fbf38f94aa588978.tar.gz
ROREN: Allow const& bound arguments in BindParDo
6a644b7070c06297c83339cca675a903213b6230
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/client/table_client/unversioned_row.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/unversioned_row.h b/yt/yt/client/table_client/unversioned_row.h
index 148b49799c..f5ab878d3f 100644
--- a/yt/yt/client/table_client/unversioned_row.h
+++ b/yt/yt/client/table_client/unversioned_row.h
@@ -813,7 +813,6 @@ public:
return End();
}
-
void Save(TStreamSaveContext& context) const;
void Load(TStreamLoadContext& context);