iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
hive_catalog_properties.h File Reference

Configuration for connecting to a Hive Metastore (HMS) over Thrift. More...

#include <string>
#include <unordered_map>
#include "iceberg/catalog/hive/iceberg_hive_export.h"
#include "iceberg/result.h"
#include "iceberg/util/config.h"

Go to the source code of this file.

Classes

class  iceberg::hive::HiveCatalogProperties
 Configuration for the iceberg_hive HiveCatalog. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 
namespace  iceberg::hive
 Hive catalog APIs.
 

Enumerations

enum class  iceberg::hive::HiveThriftTransport : uint8_t { kBuffered , kFramed }
 Thrift framing mode used to connect to the Hive Metastore. More...
 

Detailed Description

Configuration for connecting to a Hive Metastore (HMS) over Thrift.