Skip to content

[C++][FlightRPC] ODBC: Replace boost::variant with std::variant #49243

@alinaliBQ

Description

@alinaliBQ

Describe the enhancement requested

AC:

Replace boost::variant with std::variant in ODBC.

Example of boost usage to be removed:

typedef boost::variant<std::string, void*, uint64_t, uint32_t> Attribute;
typedef boost::variant<std::string, uint32_t, uint16_t> Info;

Component(s)

FlightRPC, C++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions