|
|
| StorageDescriptor (const StorageDescriptor &) |
| |
|
StorageDescriptor & | operator= (const StorageDescriptor &) |
| |
|
void | __set_cols (const std::vector< FieldSchema > &val) |
| |
|
void | __set_location (const std::string &val) |
| |
|
void | __set_inputFormat (const std::string &val) |
| |
|
void | __set_outputFormat (const std::string &val) |
| |
|
void | __set_compressed (const bool val) |
| |
|
void | __set_numBuckets (const int32_t val) |
| |
|
void | __set_serdeInfo (const SerDeInfo &val) |
| |
|
void | __set_bucketCols (const std::vector< std::string > &val) |
| |
|
void | __set_sortCols (const std::vector< Order > &val) |
| |
|
void | __set_parameters (const std::map< std::string, std::string > &val) |
| |
|
void | __set_skewedInfo (const SkewedInfo &val) |
| |
|
void | __set_storedAsSubDirectories (const bool val) |
| |
|
bool | operator== (const StorageDescriptor &rhs) const |
| |
|
bool | operator!= (const StorageDescriptor &rhs) const |
| |
|
bool | operator< (const StorageDescriptor &) const |
| |
|
uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) override |
| |
|
uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const override |
| |
|
virtual void | printTo (std::ostream &out) const |
| |
|
|
std::vector< FieldSchema > | cols |
| |
|
std::string | location |
| |
|
std::string | inputFormat |
| |
|
std::string | outputFormat |
| |
|
bool | compressed |
| |
|
int32_t | numBuckets |
| |
|
SerDeInfo | serdeInfo |
| |
|
std::vector< std::string > | bucketCols |
| |
|
std::vector< Order > | sortCols |
| |
|
std::map< std::string, std::string > | parameters |
| |
|
SkewedInfo | skewedInfo |
| |
|
bool | storedAsSubDirectories |
| |
|
_StorageDescriptor__isset | __isset |
| |
The documentation for this class was generated from the following files: