currency per column in table definition

This commit is contained in:
Priec
2026-08-03 15:48:21 +02:00
parent 023f8c9dcb
commit 050f93e1fd
16 changed files with 87 additions and 105 deletions

View File

@@ -22,8 +22,6 @@ pub struct AnalyticsTable {
pub columns: ::prost::alloc::vec::Vec<AnalyticsCatalogColumn>,
#[prost(message, repeated, tag = "4")]
pub links: ::prost::alloc::vec::Vec<AnalyticsTableLink>,
#[prost(string, tag = "5")]
pub base_currency: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct AnalyticsCatalogColumn {
@@ -36,6 +34,9 @@ pub struct AnalyticsCatalogColumn {
pub is_system: bool,
#[prost(string, tag = "4")]
pub rounding: ::prost::alloc::string::String,
/// Canonical ISO-4217 code for MONEY; empty for every other type.
#[prost(string, tag = "5")]
pub currency: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct AnalyticsTableLink {