From 4448ad84c420a59445718941541c65ff2d427404 Mon Sep 17 00:00:00 2001 From: Nathaniel Bauernfeind Date: Thu, 14 Nov 2024 19:48:53 -0700 Subject: [PATCH] Add a table_size to barrage update metadata --- format/Barrage.fbs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/format/Barrage.fbs b/format/Barrage.fbs index baea57e..3a61eb5 100644 --- a/format/Barrage.fbs +++ b/format/Barrage.fbs @@ -226,4 +226,7 @@ table BarrageUpdateMetadata { /// The list of modified column data are in the same order as the field nodes on the schema. mod_column_nodes: [BarrageModColumnMetadata]; + + /// The current size of the table. + table_size: long; }