exchange broker options

This commit is contained in:
Filipriec
2026-08-24 07:03:57 +02:00
parent 7109be803b
commit 2e95201a71
25 changed files with 246 additions and 39 deletions

View File

@@ -443,6 +443,11 @@ message TableDetail {
// requested profile when a global table is being listed. See
// ProfileTreeResponse.Table.profile_name.
string profile_name = 11;
// True when the physical table contains at least one row, including a
// soft-deleted row. Populated tables are append-only: PutTableDefinition is
// no longer available, while AddTableColumns remains available.
bool has_data = 12;
}
// Server-owned behavior for one logical column returned in table details.