You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please help me? I want to call the method AppendKV for ColMap that is wrapped inside a ColArr. My goal is to set a specific order of keys in each of these maps.
Hello!
Thank you for the wonderful library.
Could you please help me? I want to call the method
AppendKV
forColMap
that is wrapped inside aColArr
. My goal is to set a specific order of keys in each of these maps.Here is an example of what I'm trying to achieve:
Could you provide an example of how this can be done?
Thank you in advance for your assistance!
P.S.
Is it maybe possible to achieve this using
*proto.ColArr[[]proto.KV]
? Will it serialize correctly toArray(Map(LowCardinality(String), String))
?The text was updated successfully, but these errors were encountered: