40 static std::string_view
ParseScheme(std::string_view location);
42 static std::string_view StripTrailingSlash(std::string_view path) {
47 while (path.ends_with(
"/") && !path.ends_with(
"://")) {
48 path.remove_suffix(1);
Definition location_util.h:31
static std::string_view ParseScheme(std::string_view location)
Extract the URI scheme from a location.
Define symbol visibility macros for core Iceberg APIs.
Core Apache Iceberg C++ APIs.
Definition arrow_io_util.h:33