Replies: 2 comments 3 replies
-
Now you can see TestArrLowCardinalityStr: str := &proto.ColStr{}
idx := &proto.ColLowCardinality{Index: str}
col := &proto.ColArr{Data: idx} Use Ergonomics will improve soon with go1.18 and generics. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ernado so there are code changes? I need to download the latest code? looks like I am using the correct the syntax..Also another question is general. I see Result and onResult..do I need to put the same code for Result and OnResult if I were to read to all the blocks that are available as a result of my query? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to read from array of low cardinality string column?
Below is the parts of the code I used to Read LowCardinality Column
I get the following error
any example?
Beta Was this translation helpful? Give feedback.
All reactions