|
iceberg-cpp
|
A single host:port pair parsed from an HMS URI. More...
#include <hms_client.h>
Public Attributes | |
| std::string | host |
| int | port = kDefaultHmsPort |
A single host:port pair parsed from an HMS URI.
HMS URIs commonly take one of the forms:
thrift://host:port (Java HiveCatalog convention)host:port (iceberg-rust HmsCatalog convention)port defaults to 9083 (Hive's well-known metastore port) when the caller omits an explicit port.