|
iceberg-cpp
|
Public Member Functions | |
| ThriftHiveMetastore_get_partition_names_ps_args (const ThriftHiveMetastore_get_partition_names_ps_args &) | |
| ThriftHiveMetastore_get_partition_names_ps_args & | operator= (const ThriftHiveMetastore_get_partition_names_ps_args &) |
| void | __set_db_name (const std::string &val) |
| void | __set_tbl_name (const std::string &val) |
| void | __set_part_vals (const std::vector< std::string > &val) |
| void | __set_max_parts (const int16_t val) |
| bool | operator== (const ThriftHiveMetastore_get_partition_names_ps_args &rhs) const |
| bool | operator!= (const ThriftHiveMetastore_get_partition_names_ps_args &rhs) const |
| bool | operator< (const ThriftHiveMetastore_get_partition_names_ps_args &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const |
Public Attributes | |
| std::string | db_name |
| std::string | tbl_name |
| std::vector< std::string > | part_vals |
| int16_t | max_parts |
| _ThriftHiveMetastore_get_partition_names_ps_args__isset | __isset |