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
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.
The text was updated successfully, but these errors were encountered:
Hi, I have the following column in my schema
But I couldn't find a way to create a
ColArr
of typeColTuple
. 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 mainREADME.md
do not passversion
forDecodeRawBlock
andEncodeRawBlock
as the current latest version requires, and it wasn't obvious which version to use.The text was updated successfully, but these errors were encountered: