Skip to content

Commit

Permalink
Merge pull request #44 from deephaven/table_size
Browse files Browse the repository at this point in the history
Add a table_size to barrage update metadata
  • Loading branch information
nbauernfeind authored Nov 15, 2024
2 parents d395887 + 4448ad8 commit 4f610af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions format/Barrage.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4f610af

Please sign in to comment.