Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to decode Array(Tuple()) column #227

Open
yatindra opened this issue Dec 21, 2022 · 0 comments
Open

[Question] How to decode Array(Tuple()) column #227

yatindra opened this issue Dec 21, 2022 · 0 comments

Comments

@yatindra
Copy link

Hi, I have the following column in my schema

map_arr Map(Int32, Array(Tuple(String, Array(Int32))))

But I couldn't find a way to create a ColArr of type ColTuple. I am new to go-lang, so it might very well be my ignorance.

I am not using the connection/query, but rather using the proto.* with DecodeRawBlock as described in native dump reading section to build an executable UDF.

Also, the Dump section in main README.md do not pass version for DecodeRawBlock and EncodeRawBlock as the current latest version requires, and it wasn't obvious which version to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant