alamb commented on issue #3125:
URL: 
https://github.com/apache/arrow-datafusion/issues/3125#issuecomment-1232933297

   > @alamb I think implementing encode and decode functions like postgresql 
would be the best. I can work on it if you give me a general direction
   
   Thanks @ozgrakkurt  -- sounds good
   
   I would find a similar function -- perhaps find one that looks similar in 
https://docs.rs/datafusion-expr/11.0.0/datafusion_expr/enum.BuiltinScalarFunction.html
   
   The data type is `DataType::Binary` and `DataType::LargeBinary` -- and the 
corresponding Array type is 
https://docs.rs/arrow/21.0.0/arrow/array/type.BinaryArray.html
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to