Describe the enhancement requested
It's used by:
|
#include <boost/algorithm/string.hpp> |
|
#include <boost/algorithm/string.hpp> |
We need alternative of boost::istarts_with().
We can use arrow::internal::AsciiEqualsCaseInsensitive() for boost::iequals().
Component(s)
C++, FlightRPC
Describe the enhancement requested
It's used by:
arrow/cpp/src/arrow/flight/sql/example/sqlite_server.cc
Line 21 in d97e7ab
arrow/cpp/src/arrow/flight/sql/test_app_cli.cc
Line 22 in d97e7ab
We need alternative of
boost::istarts_with().We can use
arrow::internal::AsciiEqualsCaseInsensitive()forboost::iequals().Component(s)
C++, FlightRPC