[C++][Arrow Flight SQL ODBC] Get literal prefix and suffix from `ColumnMetadata`
Open
Component: C++
Component: FlightRPC
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
Currently, [Flight SQL column metadata (Java doc)](https://arrow.apache.org/docs/18.1/java/reference/org.apache.arrow.flight.sql/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.html) doesn't have support for `Literal Prefix` or `Literal Suffix`, so the ODBC driver returns empty string by default. Once `ColumnMetadata` adds support for `Literal Prefix` and `Literal Suffix`, ODBC should retrieve the literal prefix and suffix from the server through `ColumnMetadata` protocol.
Parent issue: https://github.com/apache/arrow/issues/30622
### Component(s)
FlightRPC, C++
Contributor guide
Assessment
This issue has not been assessed yet.