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

feat: Add opaque type support to PrestoSerializer #11256

Closed
wants to merge 1 commit into from

Commits on Nov 19, 2024

  1. feat: Add opaque type support to PrestoSerializer (facebookincubator#…

    …11256)
    
    Summary:
    
    The idea of opaque types in Presto serializer is that we'll serialize the 
    underlying opaque type to StringView. This requires a serde callbacks 
    to be registered via
    
      OpaqueType::registerSerialization();
    
    then inside `PrestoSerializer.cpp` we use these to write and read values
    of type opaque.
    
    Reviewed By: bikramSingh91
    
    Differential Revision: D64362525
    Guilherme Kunigami authored and facebook-github-bot committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a857cfb View commit details
    Browse the repository at this point in the history