Versions in this module Expand all Collapse all v1 v1.0.0 Feb 15, 2019 Changes in this version + const BUCKET_COUNT + const BUCKET_FIELD_NAME + const DDL_TIME + const FIELD_TO_DIMENSION + const FILE_INPUT_FORMAT + const FILE_OUTPUT_FORMAT + const IS_ARCHIVED + const META_TABLE_COLUMNS + const META_TABLE_COLUMN_TYPES + const META_TABLE_DB + const META_TABLE_LOCATION + const META_TABLE_NAME + const META_TABLE_PARTITION_COLUMNS + const META_TABLE_SERDE + const META_TABLE_STORAGE + const ORIGINAL_LOCATION + var GoUnusedProtection__ int + var ThriftHiveMetastoreCreateRoleResult_Success_DEFAULT bool + var ThriftHiveMetastoreCreateTypeResult_Success_DEFAULT bool + var ThriftHiveMetastoreDropIndexByNameResult_Success_DEFAULT bool + var ThriftHiveMetastoreDropPartitionByNameResult_Success_DEFAULT bool + var ThriftHiveMetastoreDropPartitionResult_Success_DEFAULT bool + var ThriftHiveMetastoreDropRoleResult_Success_DEFAULT bool + var ThriftHiveMetastoreDropTypeResult_Success_DEFAULT bool + var ThriftHiveMetastoreGetAllDatabasesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetAllTablesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetConfigValueResult_Success_DEFAULT string + var ThriftHiveMetastoreGetDatabasesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetDelegationTokenResult_Success_DEFAULT string + var ThriftHiveMetastoreGetDelegationTokenWithSignatureResult_Success_DEFAULT string + var ThriftHiveMetastoreGetFieldsResult_Success_DEFAULT []*FieldSchema + var ThriftHiveMetastoreGetIndexNamesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetIndexesResult_Success_DEFAULT []*Index + var ThriftHiveMetastoreGetPartitionNamesPsResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetPartitionNamesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetPartitionsByFilterResult_Success_DEFAULT []*Partition + var ThriftHiveMetastoreGetPartitionsPsResult_Success_DEFAULT []*Partition + var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_Success_DEFAULT []*Partition + var ThriftHiveMetastoreGetPartitionsResult_Success_DEFAULT []*Partition + var ThriftHiveMetastoreGetPartitionsWithAuthResult_Success_DEFAULT []*Partition + var ThriftHiveMetastoreGetRoleNamesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetSchemaResult_Success_DEFAULT []*FieldSchema + var ThriftHiveMetastoreGetTablesResult_Success_DEFAULT []string + var ThriftHiveMetastoreGetTypeAllResult_Success_DEFAULT map[string]*Type + var ThriftHiveMetastoreGrantPrivilegesResult_Success_DEFAULT bool + var ThriftHiveMetastoreGrantRoleResult_Success_DEFAULT bool + var ThriftHiveMetastoreListPrivilegesResult_Success_DEFAULT []*HiveObjectPrivilege + var ThriftHiveMetastoreListRolesResult_Success_DEFAULT []*Role + var ThriftHiveMetastorePartitionNameToSpecResult_Success_DEFAULT map[string]string + var ThriftHiveMetastorePartitionNameToValsResult_Success_DEFAULT []string + var ThriftHiveMetastoreRenewDelegationTokenResult_Success_DEFAULT int64 + var ThriftHiveMetastoreRevokePrivilegesResult_Success_DEFAULT bool + var ThriftHiveMetastoreRevokeRoleResult_Success_DEFAULT bool + var Type_Fields_DEFAULT []*FieldSchema + var Type_Type1_DEFAULT string + var Type_Type2_DEFAULT string + type AlreadyExistsException struct + Message string + var ThriftHiveMetastoreAddIndexResult_O2_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreAddPartitionResult_O2_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreAppendPartitionByNameResult_O2_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreAppendPartitionResult_O2_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreCreateDatabaseResult_O1_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreCreateTableResult_O1_DEFAULT *AlreadyExistsException + var ThriftHiveMetastoreCreateTypeResult_O1_DEFAULT *AlreadyExistsException + func NewAlreadyExistsException() *AlreadyExistsException + func (p *AlreadyExistsException) Error() string + func (p *AlreadyExistsException) GetMessage() string + func (p *AlreadyExistsException) Read(iprot thrift.TProtocol) error + func (p *AlreadyExistsException) ReadField1(iprot thrift.TProtocol) error + func (p *AlreadyExistsException) String() string + func (p *AlreadyExistsException) Write(oprot thrift.TProtocol) error + type ConfigValSecurityException struct + Message string + var ThriftHiveMetastoreGetConfigValueResult_O1_DEFAULT *ConfigValSecurityException + func NewConfigValSecurityException() *ConfigValSecurityException + func (p *ConfigValSecurityException) Error() string + func (p *ConfigValSecurityException) GetMessage() string + func (p *ConfigValSecurityException) Read(iprot thrift.TProtocol) error + func (p *ConfigValSecurityException) ReadField1(iprot thrift.TProtocol) error + func (p *ConfigValSecurityException) String() string + func (p *ConfigValSecurityException) Write(oprot thrift.TProtocol) error + type Database struct + Description string + LocationUri string + Name string + Parameters map[string]string + Privileges *PrincipalPrivilegeSet + var ThriftHiveMetastoreAlterDatabaseArgs_Db_DEFAULT *Database + var ThriftHiveMetastoreCreateDatabaseArgs_Database_DEFAULT *Database + var ThriftHiveMetastoreGetDatabaseResult_Success_DEFAULT *Database + func NewDatabase() *Database + func (p *Database) GetDescription() string + func (p *Database) GetLocationUri() string + func (p *Database) GetName() string + func (p *Database) GetParameters() map[string]string + func (p *Database) GetPrivileges() *PrincipalPrivilegeSet + func (p *Database) IsSetPrivileges() bool + func (p *Database) Read(iprot thrift.TProtocol) error + func (p *Database) ReadField1(iprot thrift.TProtocol) error + func (p *Database) ReadField2(iprot thrift.TProtocol) error + func (p *Database) ReadField3(iprot thrift.TProtocol) error + func (p *Database) ReadField4(iprot thrift.TProtocol) error + func (p *Database) ReadField5(iprot thrift.TProtocol) error + func (p *Database) String() string + func (p *Database) Write(oprot thrift.TProtocol) error + type FieldSchema struct + Comment string + Name string + Type string + func NewFieldSchema() *FieldSchema + func (p *FieldSchema) GetComment() string + func (p *FieldSchema) GetName() string + func (p *FieldSchema) GetType() string + func (p *FieldSchema) Read(iprot thrift.TProtocol) error + func (p *FieldSchema) ReadField1(iprot thrift.TProtocol) error + func (p *FieldSchema) ReadField2(iprot thrift.TProtocol) error + func (p *FieldSchema) ReadField3(iprot thrift.TProtocol) error + func (p *FieldSchema) String() string + func (p *FieldSchema) Write(oprot thrift.TProtocol) error + type HiveObjectPrivilege struct + GrantInfo *PrivilegeGrantInfo + HiveObject *HiveObjectRef + PrincipalName string + PrincipalType PrincipalType + func NewHiveObjectPrivilege() *HiveObjectPrivilege + func (p *HiveObjectPrivilege) GetGrantInfo() *PrivilegeGrantInfo + func (p *HiveObjectPrivilege) GetHiveObject() *HiveObjectRef + func (p *HiveObjectPrivilege) GetPrincipalName() string + func (p *HiveObjectPrivilege) GetPrincipalType() PrincipalType + func (p *HiveObjectPrivilege) IsSetGrantInfo() bool + func (p *HiveObjectPrivilege) IsSetHiveObject() bool + func (p *HiveObjectPrivilege) Read(iprot thrift.TProtocol) error + func (p *HiveObjectPrivilege) ReadField1(iprot thrift.TProtocol) error + func (p *HiveObjectPrivilege) ReadField2(iprot thrift.TProtocol) error + func (p *HiveObjectPrivilege) ReadField3(iprot thrift.TProtocol) error + func (p *HiveObjectPrivilege) ReadField4(iprot thrift.TProtocol) error + func (p *HiveObjectPrivilege) String() string + func (p *HiveObjectPrivilege) Write(oprot thrift.TProtocol) error + type HiveObjectRef struct + ColumnName string + DbName string + ObjectName string + ObjectType HiveObjectType + PartValues []string + var HiveObjectPrivilege_HiveObject_DEFAULT *HiveObjectRef + var ThriftHiveMetastoreGetPrivilegeSetArgs_HiveObject_DEFAULT *HiveObjectRef + var ThriftHiveMetastoreListPrivilegesArgs_HiveObject_DEFAULT *HiveObjectRef + func NewHiveObjectRef() *HiveObjectRef + func (p *HiveObjectRef) GetColumnName() string + func (p *HiveObjectRef) GetDbName() string + func (p *HiveObjectRef) GetObjectName() string + func (p *HiveObjectRef) GetObjectType() HiveObjectType + func (p *HiveObjectRef) GetPartValues() []string + func (p *HiveObjectRef) Read(iprot thrift.TProtocol) error + func (p *HiveObjectRef) ReadField1(iprot thrift.TProtocol) error + func (p *HiveObjectRef) ReadField2(iprot thrift.TProtocol) error + func (p *HiveObjectRef) ReadField3(iprot thrift.TProtocol) error + func (p *HiveObjectRef) ReadField4(iprot thrift.TProtocol) error + func (p *HiveObjectRef) ReadField5(iprot thrift.TProtocol) error + func (p *HiveObjectRef) String() string + func (p *HiveObjectRef) Write(oprot thrift.TProtocol) error + type HiveObjectType int64 + const HiveObjectType_COLUMN + const HiveObjectType_DATABASE + const HiveObjectType_GLOBAL + const HiveObjectType_PARTITION + const HiveObjectType_TABLE + func HiveObjectTypeFromString(s string) (HiveObjectType, error) + func HiveObjectTypePtr(v HiveObjectType) *HiveObjectType + func (p *HiveObjectType) Scan(value interface{}) error + func (p *HiveObjectType) UnmarshalText(text []byte) error + func (p *HiveObjectType) Value() (driver.Value, error) + func (p HiveObjectType) MarshalText() ([]byte, error) + func (p HiveObjectType) String() string + type Index struct + CreateTime int32 + DbName string + DeferredRebuild bool + IndexHandlerClass string + IndexName string + IndexTableName string + LastAccessTime int32 + OrigTableName string + Parameters map[string]string + Sd *StorageDescriptor + var ThriftHiveMetastoreAddIndexArgs_NewIndex__DEFAULT *Index + var ThriftHiveMetastoreAddIndexResult_Success_DEFAULT *Index + var ThriftHiveMetastoreAlterIndexArgs_NewIdx__DEFAULT *Index + var ThriftHiveMetastoreGetIndexByNameResult_Success_DEFAULT *Index + func NewIndex() *Index + func (p *Index) GetCreateTime() int32 + func (p *Index) GetDbName() string + func (p *Index) GetDeferredRebuild() bool + func (p *Index) GetIndexHandlerClass() string + func (p *Index) GetIndexName() string + func (p *Index) GetIndexTableName() string + func (p *Index) GetLastAccessTime() int32 + func (p *Index) GetOrigTableName() string + func (p *Index) GetParameters() map[string]string + func (p *Index) GetSd() *StorageDescriptor + func (p *Index) IsSetSd() bool + func (p *Index) Read(iprot thrift.TProtocol) error + func (p *Index) ReadField1(iprot thrift.TProtocol) error + func (p *Index) ReadField10(iprot thrift.TProtocol) error + func (p *Index) ReadField2(iprot thrift.TProtocol) error + func (p *Index) ReadField3(iprot thrift.TProtocol) error + func (p *Index) ReadField4(iprot thrift.TProtocol) error + func (p *Index) ReadField5(iprot thrift.TProtocol) error + func (p *Index) ReadField6(iprot thrift.TProtocol) error + func (p *Index) ReadField7(iprot thrift.TProtocol) error + func (p *Index) ReadField8(iprot thrift.TProtocol) error + func (p *Index) ReadField9(iprot thrift.TProtocol) error + func (p *Index) String() string + func (p *Index) Write(oprot thrift.TProtocol) error + type IndexAlreadyExistsException struct + Message string + func NewIndexAlreadyExistsException() *IndexAlreadyExistsException + func (p *IndexAlreadyExistsException) Error() string + func (p *IndexAlreadyExistsException) GetMessage() string + func (p *IndexAlreadyExistsException) Read(iprot thrift.TProtocol) error + func (p *IndexAlreadyExistsException) ReadField1(iprot thrift.TProtocol) error + func (p *IndexAlreadyExistsException) String() string + func (p *IndexAlreadyExistsException) Write(oprot thrift.TProtocol) error + type InvalidObjectException struct + Message string + var ThriftHiveMetastoreAddIndexResult_O1_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreAddPartitionResult_O1_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreAppendPartitionByNameResult_O1_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreAppendPartitionResult_O1_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreCreateDatabaseResult_O2_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreCreateTableResult_O2_DEFAULT *InvalidObjectException + var ThriftHiveMetastoreCreateTypeResult_O2_DEFAULT *InvalidObjectException + func NewInvalidObjectException() *InvalidObjectException + func (p *InvalidObjectException) Error() string + func (p *InvalidObjectException) GetMessage() string + func (p *InvalidObjectException) Read(iprot thrift.TProtocol) error + func (p *InvalidObjectException) ReadField1(iprot thrift.TProtocol) error + func (p *InvalidObjectException) String() string + func (p *InvalidObjectException) Write(oprot thrift.TProtocol) error + type InvalidOperationException struct + Message string + var ThriftHiveMetastoreAlterIndexResult_O1_DEFAULT *InvalidOperationException + var ThriftHiveMetastoreAlterPartitionResult_O1_DEFAULT *InvalidOperationException + var ThriftHiveMetastoreAlterTableResult_O1_DEFAULT *InvalidOperationException + var ThriftHiveMetastoreDropDatabaseResult_O2_DEFAULT *InvalidOperationException + func NewInvalidOperationException() *InvalidOperationException + func (p *InvalidOperationException) Error() string + func (p *InvalidOperationException) GetMessage() string + func (p *InvalidOperationException) Read(iprot thrift.TProtocol) error + func (p *InvalidOperationException) ReadField1(iprot thrift.TProtocol) error + func (p *InvalidOperationException) String() string + func (p *InvalidOperationException) Write(oprot thrift.TProtocol) error + type MetaException struct + Message string + var ThriftHiveMetastoreAddIndexResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreAddPartitionResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreAlterDatabaseResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreAlterIndexResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreAlterPartitionResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreAlterTableResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreAppendPartitionByNameResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreAppendPartitionResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreCancelDelegationTokenResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreCreateDatabaseResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreCreateRoleResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreCreateTableResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreCreateTypeResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreDropDatabaseResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreDropIndexByNameResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreDropPartitionByNameResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreDropPartitionResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreDropRoleResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreDropTableResult_O3_DEFAULT *MetaException + var ThriftHiveMetastoreDropTypeResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetAllDatabasesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetAllTablesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetDatabaseResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetDatabasesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetDelegationTokenResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetDelegationTokenWithSignatureResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetFieldsResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetIndexByNameResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetIndexNamesResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetIndexesResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionByNameResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionNamesPsResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionNamesResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionWithAuthResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionsByFilterResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionsPsResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionsResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetPartitionsWithAuthResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetPrivilegeSetResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetRoleNamesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetSchemaResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetTableResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetTablesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGetTypeAllResult_O2_DEFAULT *MetaException + var ThriftHiveMetastoreGetTypeResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGrantPrivilegesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreGrantRoleResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreListPrivilegesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreListRolesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastorePartitionNameToSpecResult_O1_DEFAULT *MetaException + var ThriftHiveMetastorePartitionNameToValsResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreRenewDelegationTokenResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreRevokePrivilegesResult_O1_DEFAULT *MetaException + var ThriftHiveMetastoreRevokeRoleResult_O1_DEFAULT *MetaException + func NewMetaException() *MetaException + func (p *MetaException) Error() string + func (p *MetaException) GetMessage() string + func (p *MetaException) Read(iprot thrift.TProtocol) error + func (p *MetaException) ReadField1(iprot thrift.TProtocol) error + func (p *MetaException) String() string + func (p *MetaException) Write(oprot thrift.TProtocol) error + type NoSuchObjectException struct + Message string + var ThriftHiveMetastoreAlterDatabaseResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreCreateTableResult_O4_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropDatabaseResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropIndexByNameResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropPartitionByNameResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropPartitionResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropTableResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreDropTypeResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetDatabaseResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetIndexByNameResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetIndexesResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionByNameResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionWithAuthResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionsResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetPartitionsWithAuthResult_O1_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetTableResult_O2_DEFAULT *NoSuchObjectException + var ThriftHiveMetastoreGetTypeResult_O2_DEFAULT *NoSuchObjectException + func NewNoSuchObjectException() *NoSuchObjectException + func (p *NoSuchObjectException) Error() string + func (p *NoSuchObjectException) GetMessage() string + func (p *NoSuchObjectException) Read(iprot thrift.TProtocol) error + func (p *NoSuchObjectException) ReadField1(iprot thrift.TProtocol) error + func (p *NoSuchObjectException) String() string + func (p *NoSuchObjectException) Write(oprot thrift.TProtocol) error + type Order struct + Col string + Order int32 + func NewOrder() *Order + func (p *Order) GetCol() string + func (p *Order) GetOrder() int32 + func (p *Order) Read(iprot thrift.TProtocol) error + func (p *Order) ReadField1(iprot thrift.TProtocol) error + func (p *Order) ReadField2(iprot thrift.TProtocol) error + func (p *Order) String() string + func (p *Order) Write(oprot thrift.TProtocol) error + type Partition struct + CreateTime int32 + DbName string + LastAccessTime int32 + Parameters map[string]string + Privileges *PrincipalPrivilegeSet + Sd *StorageDescriptor + TableName string + Values []string + var ThriftHiveMetastoreAddPartitionArgs_NewPart__DEFAULT *Partition + var ThriftHiveMetastoreAddPartitionResult_Success_DEFAULT *Partition + var ThriftHiveMetastoreAlterPartitionArgs_NewPart__DEFAULT *Partition + var ThriftHiveMetastoreAppendPartitionByNameResult_Success_DEFAULT *Partition + var ThriftHiveMetastoreAppendPartitionResult_Success_DEFAULT *Partition + var ThriftHiveMetastoreGetPartitionByNameResult_Success_DEFAULT *Partition + var ThriftHiveMetastoreGetPartitionResult_Success_DEFAULT *Partition + var ThriftHiveMetastoreGetPartitionWithAuthResult_Success_DEFAULT *Partition + func NewPartition() *Partition + func (p *Partition) GetCreateTime() int32 + func (p *Partition) GetDbName() string + func (p *Partition) GetLastAccessTime() int32 + func (p *Partition) GetParameters() map[string]string + func (p *Partition) GetPrivileges() *PrincipalPrivilegeSet + func (p *Partition) GetSd() *StorageDescriptor + func (p *Partition) GetTableName() string + func (p *Partition) GetValues() []string + func (p *Partition) IsSetPrivileges() bool + func (p *Partition) IsSetSd() bool + func (p *Partition) Read(iprot thrift.TProtocol) error + func (p *Partition) ReadField1(iprot thrift.TProtocol) error + func (p *Partition) ReadField2(iprot thrift.TProtocol) error + func (p *Partition) ReadField3(iprot thrift.TProtocol) error + func (p *Partition) ReadField4(iprot thrift.TProtocol) error + func (p *Partition) ReadField5(iprot thrift.TProtocol) error + func (p *Partition) ReadField6(iprot thrift.TProtocol) error + func (p *Partition) ReadField7(iprot thrift.TProtocol) error + func (p *Partition) ReadField8(iprot thrift.TProtocol) error + func (p *Partition) String() string + func (p *Partition) Write(oprot thrift.TProtocol) error + type PrincipalPrivilegeSet struct + GroupPrivileges map[string][]*PrivilegeGrantInfo + RolePrivileges map[string][]*PrivilegeGrantInfo + UserPrivileges map[string][]*PrivilegeGrantInfo + var Database_Privileges_DEFAULT *PrincipalPrivilegeSet + var Partition_Privileges_DEFAULT *PrincipalPrivilegeSet + var Table_Privileges_DEFAULT *PrincipalPrivilegeSet + var ThriftHiveMetastoreGetPrivilegeSetResult_Success_DEFAULT *PrincipalPrivilegeSet + func NewPrincipalPrivilegeSet() *PrincipalPrivilegeSet + func (p *PrincipalPrivilegeSet) GetGroupPrivileges() map[string][]*PrivilegeGrantInfo + func (p *PrincipalPrivilegeSet) GetRolePrivileges() map[string][]*PrivilegeGrantInfo + func (p *PrincipalPrivilegeSet) GetUserPrivileges() map[string][]*PrivilegeGrantInfo + func (p *PrincipalPrivilegeSet) Read(iprot thrift.TProtocol) error + func (p *PrincipalPrivilegeSet) ReadField1(iprot thrift.TProtocol) error + func (p *PrincipalPrivilegeSet) ReadField2(iprot thrift.TProtocol) error + func (p *PrincipalPrivilegeSet) ReadField3(iprot thrift.TProtocol) error + func (p *PrincipalPrivilegeSet) String() string + func (p *PrincipalPrivilegeSet) Write(oprot thrift.TProtocol) error + type PrincipalType int64 + const PrincipalType_GROUP + const PrincipalType_ROLE + const PrincipalType_USER + func PrincipalTypeFromString(s string) (PrincipalType, error) + func PrincipalTypePtr(v PrincipalType) *PrincipalType + func (p *PrincipalType) Scan(value interface{}) error + func (p *PrincipalType) UnmarshalText(text []byte) error + func (p *PrincipalType) Value() (driver.Value, error) + func (p PrincipalType) MarshalText() ([]byte, error) + func (p PrincipalType) String() string + type PrivilegeBag struct + Privileges []*HiveObjectPrivilege + var ThriftHiveMetastoreGrantPrivilegesArgs_Privileges_DEFAULT *PrivilegeBag + var ThriftHiveMetastoreRevokePrivilegesArgs_Privileges_DEFAULT *PrivilegeBag + func NewPrivilegeBag() *PrivilegeBag + func (p *PrivilegeBag) GetPrivileges() []*HiveObjectPrivilege + func (p *PrivilegeBag) Read(iprot thrift.TProtocol) error + func (p *PrivilegeBag) ReadField1(iprot thrift.TProtocol) error + func (p *PrivilegeBag) String() string + func (p *PrivilegeBag) Write(oprot thrift.TProtocol) error + type PrivilegeGrantInfo struct + CreateTime int32 + GrantOption bool + Grantor string + GrantorType PrincipalType + Privilege string + var HiveObjectPrivilege_GrantInfo_DEFAULT *PrivilegeGrantInfo + func NewPrivilegeGrantInfo() *PrivilegeGrantInfo + func (p *PrivilegeGrantInfo) GetCreateTime() int32 + func (p *PrivilegeGrantInfo) GetGrantOption() bool + func (p *PrivilegeGrantInfo) GetGrantor() string + func (p *PrivilegeGrantInfo) GetGrantorType() PrincipalType + func (p *PrivilegeGrantInfo) GetPrivilege() string + func (p *PrivilegeGrantInfo) Read(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) ReadField1(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) ReadField2(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) ReadField3(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) ReadField4(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) ReadField5(iprot thrift.TProtocol) error + func (p *PrivilegeGrantInfo) String() string + func (p *PrivilegeGrantInfo) Write(oprot thrift.TProtocol) error + type Role struct + CreateTime int32 + OwnerName string + RoleName string + var ThriftHiveMetastoreCreateRoleArgs_Role_DEFAULT *Role + func NewRole() *Role + func (p *Role) GetCreateTime() int32 + func (p *Role) GetOwnerName() string + func (p *Role) GetRoleName() string + func (p *Role) Read(iprot thrift.TProtocol) error + func (p *Role) ReadField1(iprot thrift.TProtocol) error + func (p *Role) ReadField2(iprot thrift.TProtocol) error + func (p *Role) ReadField3(iprot thrift.TProtocol) error + func (p *Role) String() string + func (p *Role) Write(oprot thrift.TProtocol) error + type Schema struct + FieldSchemas []*FieldSchema + Properties map[string]string + func NewSchema() *Schema + func (p *Schema) GetFieldSchemas() []*FieldSchema + func (p *Schema) GetProperties() map[string]string + func (p *Schema) Read(iprot thrift.TProtocol) error + func (p *Schema) ReadField1(iprot thrift.TProtocol) error + func (p *Schema) ReadField2(iprot thrift.TProtocol) error + func (p *Schema) String() string + func (p *Schema) Write(oprot thrift.TProtocol) error + type SerDeInfo struct + Name string + Parameters map[string]string + SerializationLib string + var StorageDescriptor_SerdeInfo_DEFAULT *SerDeInfo + func NewSerDeInfo() *SerDeInfo + func (p *SerDeInfo) GetName() string + func (p *SerDeInfo) GetParameters() map[string]string + func (p *SerDeInfo) GetSerializationLib() string + func (p *SerDeInfo) Read(iprot thrift.TProtocol) error + func (p *SerDeInfo) ReadField1(iprot thrift.TProtocol) error + func (p *SerDeInfo) ReadField2(iprot thrift.TProtocol) error + func (p *SerDeInfo) ReadField3(iprot thrift.TProtocol) error + func (p *SerDeInfo) String() string + func (p *SerDeInfo) Write(oprot thrift.TProtocol) error + type StorageDescriptor struct + BucketCols []string + Cols []*FieldSchema + Compressed bool + InputFormat string + Location string + NumBuckets int32 + OutputFormat string + Parameters map[string]string + SerdeInfo *SerDeInfo + SortCols []*Order + var Index_Sd_DEFAULT *StorageDescriptor + var Partition_Sd_DEFAULT *StorageDescriptor + var Table_Sd_DEFAULT *StorageDescriptor + func NewStorageDescriptor() *StorageDescriptor + func (p *StorageDescriptor) GetBucketCols() []string + func (p *StorageDescriptor) GetCols() []*FieldSchema + func (p *StorageDescriptor) GetCompressed() bool + func (p *StorageDescriptor) GetInputFormat() string + func (p *StorageDescriptor) GetLocation() string + func (p *StorageDescriptor) GetNumBuckets() int32 + func (p *StorageDescriptor) GetOutputFormat() string + func (p *StorageDescriptor) GetParameters() map[string]string + func (p *StorageDescriptor) GetSerdeInfo() *SerDeInfo + func (p *StorageDescriptor) GetSortCols() []*Order + func (p *StorageDescriptor) IsSetSerdeInfo() bool + func (p *StorageDescriptor) Read(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField1(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField10(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField2(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField3(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField4(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField5(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField6(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField7(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField8(iprot thrift.TProtocol) error + func (p *StorageDescriptor) ReadField9(iprot thrift.TProtocol) error + func (p *StorageDescriptor) String() string + func (p *StorageDescriptor) Write(oprot thrift.TProtocol) error + type Table struct + CreateTime int32 + DbName string + LastAccessTime int32 + Owner string + Parameters map[string]string + PartitionKeys []*FieldSchema + Privileges *PrincipalPrivilegeSet + Retention int32 + Sd *StorageDescriptor + TableName string + TableType string + ViewExpandedText string + ViewOriginalText string + var ThriftHiveMetastoreAddIndexArgs_IndexTable_DEFAULT *Table + var ThriftHiveMetastoreAlterTableArgs_NewTbl__DEFAULT *Table + var ThriftHiveMetastoreCreateTableArgs_Tbl_DEFAULT *Table + var ThriftHiveMetastoreGetTableResult_Success_DEFAULT *Table + func NewTable() *Table + func (p *Table) GetCreateTime() int32 + func (p *Table) GetDbName() string + func (p *Table) GetLastAccessTime() int32 + func (p *Table) GetOwner() string + func (p *Table) GetParameters() map[string]string + func (p *Table) GetPartitionKeys() []*FieldSchema + func (p *Table) GetPrivileges() *PrincipalPrivilegeSet + func (p *Table) GetRetention() int32 + func (p *Table) GetSd() *StorageDescriptor + func (p *Table) GetTableName() string + func (p *Table) GetTableType() string + func (p *Table) GetViewExpandedText() string + func (p *Table) GetViewOriginalText() string + func (p *Table) IsSetPrivileges() bool + func (p *Table) IsSetSd() bool + func (p *Table) Read(iprot thrift.TProtocol) error + func (p *Table) ReadField1(iprot thrift.TProtocol) error + func (p *Table) ReadField10(iprot thrift.TProtocol) error + func (p *Table) ReadField11(iprot thrift.TProtocol) error + func (p *Table) ReadField12(iprot thrift.TProtocol) error + func (p *Table) ReadField13(iprot thrift.TProtocol) error + func (p *Table) ReadField2(iprot thrift.TProtocol) error + func (p *Table) ReadField3(iprot thrift.TProtocol) error + func (p *Table) ReadField4(iprot thrift.TProtocol) error + func (p *Table) ReadField5(iprot thrift.TProtocol) error + func (p *Table) ReadField6(iprot thrift.TProtocol) error + func (p *Table) ReadField7(iprot thrift.TProtocol) error + func (p *Table) ReadField8(iprot thrift.TProtocol) error + func (p *Table) ReadField9(iprot thrift.TProtocol) error + func (p *Table) String() string + func (p *Table) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastore interface + AddIndex func(ctx context.Context, new_index *Index, index_table *Table) (r *Index, err error) + AddPartition func(ctx context.Context, new_part *Partition) (r *Partition, err error) + AlterDatabase func(ctx context.Context, dbname string, db *Database) (err error) + AlterIndex func(ctx context.Context, dbname string, base_tbl_name string, idx_name string, ...) (err error) + AlterPartition func(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (err error) + AlterTable func(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (err error) + AppendPartition func(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error) + AppendPartitionByName func(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error) + CancelDelegationToken func(ctx context.Context, token_str_form string) (err error) + CreateDatabase func(ctx context.Context, database *Database) (err error) + CreateRole func(ctx context.Context, role *Role) (r bool, err error) + CreateTable func(ctx context.Context, tbl *Table) (err error) + CreateType func(ctx context.Context, type_a1 *Type) (r bool, err error) + DropDatabase func(ctx context.Context, name string, deleteData bool) (err error) + DropIndexByName func(ctx context.Context, db_name string, tbl_name string, index_name string, ...) (r bool, err error) + DropPartition func(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r bool, err error) + DropPartitionByName func(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (r bool, err error) + DropRole func(ctx context.Context, role_name string) (r bool, err error) + DropTable func(ctx context.Context, dbname string, name string, deleteData bool) (err error) + DropType func(ctx context.Context, type_a1 string) (r bool, err error) + GetAllDatabases func(ctx context.Context) (r []string, err error) + GetAllTables func(ctx context.Context, db_name string) (r []string, err error) + GetConfigValue func(ctx context.Context, name string, defaultValue string) (r string, err error) + GetDatabase func(ctx context.Context, name string) (r *Database, err error) + GetDatabases func(ctx context.Context, pattern string) (r []string, err error) + GetDelegationToken func(ctx context.Context, renewer_kerberos_principal_name string) (r string, err error) + GetDelegationTokenWithSignature func(ctx context.Context, renewer_kerberos_principal_name string, ...) (r string, err error) + GetFields func(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error) + GetIndexByName func(ctx context.Context, db_name string, tbl_name string, index_name string) (r *Index, err error) + GetIndexNames func(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (r []string, err error) + GetIndexes func(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (r []*Index, err error) + GetPartition func(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error) + GetPartitionByName func(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error) + GetPartitionNames func(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []string, err error) + GetPartitionNamesPs func(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []string, err error) + GetPartitionWithAuth func(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r *Partition, err error) + GetPartitions func(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []*Partition, err error) + GetPartitionsByFilter func(ctx context.Context, db_name string, tbl_name string, filter string, ...) (r []*Partition, err error) + GetPartitionsPs func(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []*Partition, err error) + GetPartitionsPsWithAuth func(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []*Partition, err error) + GetPartitionsWithAuth func(ctx context.Context, db_name string, tbl_name string, max_parts int16, ...) (r []*Partition, err error) + GetPrivilegeSet func(ctx context.Context, hiveObject *HiveObjectRef, user_name string, ...) (r *PrincipalPrivilegeSet, err error) + GetRoleNames func(ctx context.Context) (r []string, err error) + GetSchema func(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error) + GetTable func(ctx context.Context, dbname string, tbl_name string) (r *Table, err error) + GetTables func(ctx context.Context, db_name string, pattern string) (r []string, err error) + GetType func(ctx context.Context, name string) (r *Type, err error) + GetTypeAll func(ctx context.Context, name string) (r map[string]*Type, err error) + GrantPrivileges func(ctx context.Context, privileges *PrivilegeBag) (r bool, err error) + GrantRole func(ctx context.Context, role_name string, principal_name string, ...) (r bool, err error) + ListPrivileges func(ctx context.Context, principal_name string, principal_type PrincipalType, ...) (r []*HiveObjectPrivilege, err error) + ListRoles func(ctx context.Context, principal_name string, principal_type PrincipalType) (r []*Role, err error) + PartitionNameToSpec func(ctx context.Context, part_name string) (r map[string]string, err error) + PartitionNameToVals func(ctx context.Context, part_name string) (r []string, err error) + RenewDelegationToken func(ctx context.Context, token_str_form string) (r int64, err error) + RevokePrivileges func(ctx context.Context, privileges *PrivilegeBag) (r bool, err error) + RevokeRole func(ctx context.Context, role_name string, principal_name string, ...) (r bool, err error) + type ThriftHiveMetastoreAddIndexArgs struct + IndexTable *Table + NewIndex_ *Index + func NewThriftHiveMetastoreAddIndexArgs() *ThriftHiveMetastoreAddIndexArgs + func (p *ThriftHiveMetastoreAddIndexArgs) GetIndexTable() *Table + func (p *ThriftHiveMetastoreAddIndexArgs) GetNewIndex_() *Index + func (p *ThriftHiveMetastoreAddIndexArgs) IsSetIndexTable() bool + func (p *ThriftHiveMetastoreAddIndexArgs) IsSetNewIndex_() bool + func (p *ThriftHiveMetastoreAddIndexArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexArgs) String() string + func (p *ThriftHiveMetastoreAddIndexArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAddIndexResult struct + O1 *InvalidObjectException + O2 *AlreadyExistsException + O3 *MetaException + Success *Index + func NewThriftHiveMetastoreAddIndexResult() *ThriftHiveMetastoreAddIndexResult + func (p *ThriftHiveMetastoreAddIndexResult) GetO1() *InvalidObjectException + func (p *ThriftHiveMetastoreAddIndexResult) GetO2() *AlreadyExistsException + func (p *ThriftHiveMetastoreAddIndexResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreAddIndexResult) GetSuccess() *Index + func (p *ThriftHiveMetastoreAddIndexResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAddIndexResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAddIndexResult) IsSetO3() bool + func (p *ThriftHiveMetastoreAddIndexResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreAddIndexResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddIndexResult) String() string + func (p *ThriftHiveMetastoreAddIndexResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAddPartitionArgs struct + NewPart_ *Partition + func NewThriftHiveMetastoreAddPartitionArgs() *ThriftHiveMetastoreAddPartitionArgs + func (p *ThriftHiveMetastoreAddPartitionArgs) GetNewPart_() *Partition + func (p *ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_() bool + func (p *ThriftHiveMetastoreAddPartitionArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionArgs) String() string + func (p *ThriftHiveMetastoreAddPartitionArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAddPartitionResult struct + O1 *InvalidObjectException + O2 *AlreadyExistsException + O3 *MetaException + Success *Partition + func NewThriftHiveMetastoreAddPartitionResult() *ThriftHiveMetastoreAddPartitionResult + func (p *ThriftHiveMetastoreAddPartitionResult) GetO1() *InvalidObjectException + func (p *ThriftHiveMetastoreAddPartitionResult) GetO2() *AlreadyExistsException + func (p *ThriftHiveMetastoreAddPartitionResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreAddPartitionResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO3() bool + func (p *ThriftHiveMetastoreAddPartitionResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreAddPartitionResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAddPartitionResult) String() string + func (p *ThriftHiveMetastoreAddPartitionResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterDatabaseArgs struct + Db *Database + Dbname string + func NewThriftHiveMetastoreAlterDatabaseArgs() *ThriftHiveMetastoreAlterDatabaseArgs + func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDb() *Database + func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDbname() string + func (p *ThriftHiveMetastoreAlterDatabaseArgs) IsSetDb() bool + func (p *ThriftHiveMetastoreAlterDatabaseArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseArgs) String() string + func (p *ThriftHiveMetastoreAlterDatabaseArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterDatabaseResult struct + O1 *MetaException + O2 *NoSuchObjectException + func NewThriftHiveMetastoreAlterDatabaseResult() *ThriftHiveMetastoreAlterDatabaseResult + func (p *ThriftHiveMetastoreAlterDatabaseResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreAlterDatabaseResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreAlterDatabaseResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAlterDatabaseResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAlterDatabaseResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterDatabaseResult) String() string + func (p *ThriftHiveMetastoreAlterDatabaseResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterIndexArgs struct + BaseTblName string + Dbname string + IdxName string + NewIdx_ *Index + func NewThriftHiveMetastoreAlterIndexArgs() *ThriftHiveMetastoreAlterIndexArgs + func (p *ThriftHiveMetastoreAlterIndexArgs) GetBaseTblName() string + func (p *ThriftHiveMetastoreAlterIndexArgs) GetDbname() string + func (p *ThriftHiveMetastoreAlterIndexArgs) GetIdxName() string + func (p *ThriftHiveMetastoreAlterIndexArgs) GetNewIdx_() *Index + func (p *ThriftHiveMetastoreAlterIndexArgs) IsSetNewIdx_() bool + func (p *ThriftHiveMetastoreAlterIndexArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexArgs) String() string + func (p *ThriftHiveMetastoreAlterIndexArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterIndexResult struct + O1 *InvalidOperationException + O2 *MetaException + func NewThriftHiveMetastoreAlterIndexResult() *ThriftHiveMetastoreAlterIndexResult + func (p *ThriftHiveMetastoreAlterIndexResult) GetO1() *InvalidOperationException + func (p *ThriftHiveMetastoreAlterIndexResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreAlterIndexResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAlterIndexResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAlterIndexResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterIndexResult) String() string + func (p *ThriftHiveMetastoreAlterIndexResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterPartitionArgs struct + DbName string + NewPart_ *Partition + TblName string + func NewThriftHiveMetastoreAlterPartitionArgs() *ThriftHiveMetastoreAlterPartitionArgs + func (p *ThriftHiveMetastoreAlterPartitionArgs) GetDbName() string + func (p *ThriftHiveMetastoreAlterPartitionArgs) GetNewPart_() *Partition + func (p *ThriftHiveMetastoreAlterPartitionArgs) GetTblName() string + func (p *ThriftHiveMetastoreAlterPartitionArgs) IsSetNewPart_() bool + func (p *ThriftHiveMetastoreAlterPartitionArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionArgs) String() string + func (p *ThriftHiveMetastoreAlterPartitionArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterPartitionResult struct + O1 *InvalidOperationException + O2 *MetaException + func NewThriftHiveMetastoreAlterPartitionResult() *ThriftHiveMetastoreAlterPartitionResult + func (p *ThriftHiveMetastoreAlterPartitionResult) GetO1() *InvalidOperationException + func (p *ThriftHiveMetastoreAlterPartitionResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreAlterPartitionResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAlterPartitionResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAlterPartitionResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterPartitionResult) String() string + func (p *ThriftHiveMetastoreAlterPartitionResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterTableArgs struct + Dbname string + NewTbl_ *Table + TblName string + func NewThriftHiveMetastoreAlterTableArgs() *ThriftHiveMetastoreAlterTableArgs + func (p *ThriftHiveMetastoreAlterTableArgs) GetDbname() string + func (p *ThriftHiveMetastoreAlterTableArgs) GetNewTbl_() *Table + func (p *ThriftHiveMetastoreAlterTableArgs) GetTblName() string + func (p *ThriftHiveMetastoreAlterTableArgs) IsSetNewTbl_() bool + func (p *ThriftHiveMetastoreAlterTableArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableArgs) String() string + func (p *ThriftHiveMetastoreAlterTableArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAlterTableResult struct + O1 *InvalidOperationException + O2 *MetaException + func NewThriftHiveMetastoreAlterTableResult() *ThriftHiveMetastoreAlterTableResult + func (p *ThriftHiveMetastoreAlterTableResult) GetO1() *InvalidOperationException + func (p *ThriftHiveMetastoreAlterTableResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreAlterTableResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAlterTableResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAlterTableResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAlterTableResult) String() string + func (p *ThriftHiveMetastoreAlterTableResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAppendPartitionArgs struct + DbName string + PartVals []string + TblName string + func NewThriftHiveMetastoreAppendPartitionArgs() *ThriftHiveMetastoreAppendPartitionArgs + func (p *ThriftHiveMetastoreAppendPartitionArgs) GetDbName() string + func (p *ThriftHiveMetastoreAppendPartitionArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreAppendPartitionArgs) GetTblName() string + func (p *ThriftHiveMetastoreAppendPartitionArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionArgs) String() string + func (p *ThriftHiveMetastoreAppendPartitionArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAppendPartitionByNameArgs struct + DbName string + PartName string + TblName string + func NewThriftHiveMetastoreAppendPartitionByNameArgs() *ThriftHiveMetastoreAppendPartitionByNameArgs + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetDbName() string + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetPartName() string + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetTblName() string + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) String() string + func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAppendPartitionByNameResult struct + O1 *InvalidObjectException + O2 *AlreadyExistsException + O3 *MetaException + Success *Partition + func NewThriftHiveMetastoreAppendPartitionByNameResult() *ThriftHiveMetastoreAppendPartitionByNameResult + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO1() *InvalidObjectException + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO2() *AlreadyExistsException + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO3() bool + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) String() string + func (p *ThriftHiveMetastoreAppendPartitionByNameResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreAppendPartitionResult struct + O1 *InvalidObjectException + O2 *AlreadyExistsException + O3 *MetaException + Success *Partition + func NewThriftHiveMetastoreAppendPartitionResult() *ThriftHiveMetastoreAppendPartitionResult + func (p *ThriftHiveMetastoreAppendPartitionResult) GetO1() *InvalidObjectException + func (p *ThriftHiveMetastoreAppendPartitionResult) GetO2() *AlreadyExistsException + func (p *ThriftHiveMetastoreAppendPartitionResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreAppendPartitionResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO1() bool + func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO2() bool + func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO3() bool + func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreAppendPartitionResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreAppendPartitionResult) String() string + func (p *ThriftHiveMetastoreAppendPartitionResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCancelDelegationTokenArgs struct + TokenStrForm string + func NewThriftHiveMetastoreCancelDelegationTokenArgs() *ThriftHiveMetastoreCancelDelegationTokenArgs + func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) GetTokenStrForm() string + func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) String() string + func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCancelDelegationTokenResult struct + O1 *MetaException + func NewThriftHiveMetastoreCancelDelegationTokenResult() *ThriftHiveMetastoreCancelDelegationTokenResult + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) IsSetO1() bool + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) String() string + func (p *ThriftHiveMetastoreCancelDelegationTokenResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreClient struct + func NewThriftHiveMetastoreClient(c thrift.TClient) *ThriftHiveMetastoreClient + func NewThriftHiveMetastoreClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ThriftHiveMetastoreClient + func NewThriftHiveMetastoreClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ThriftHiveMetastoreClient + func (p *ThriftHiveMetastoreClient) AddIndex(ctx context.Context, new_index *Index, index_table *Table) (r *Index, err error) + func (p *ThriftHiveMetastoreClient) AddPartition(ctx context.Context, new_part *Partition) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) AlterDatabase(ctx context.Context, dbname string, db *Database) (err error) + func (p *ThriftHiveMetastoreClient) AlterIndex(ctx context.Context, dbname string, base_tbl_name string, idx_name string, ...) (err error) + func (p *ThriftHiveMetastoreClient) AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (err error) + func (p *ThriftHiveMetastoreClient) AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (err error) + func (p *ThriftHiveMetastoreClient) AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) AppendPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) CancelDelegationToken(ctx context.Context, token_str_form string) (err error) + func (p *ThriftHiveMetastoreClient) CreateDatabase(ctx context.Context, database *Database) (err error) + func (p *ThriftHiveMetastoreClient) CreateRole(ctx context.Context, role *Role) (r bool, err error) + func (p *ThriftHiveMetastoreClient) CreateTable(ctx context.Context, tbl *Table) (err error) + func (p *ThriftHiveMetastoreClient) CreateType(ctx context.Context, type_a1 *Type) (r bool, err error) + func (p *ThriftHiveMetastoreClient) DropDatabase(ctx context.Context, name string, deleteData bool) (err error) + func (p *ThriftHiveMetastoreClient) DropIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string, ...) (r bool, err error) + func (p *ThriftHiveMetastoreClient) DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r bool, err error) + func (p *ThriftHiveMetastoreClient) DropPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (r bool, err error) + func (p *ThriftHiveMetastoreClient) DropRole(ctx context.Context, role_name string) (r bool, err error) + func (p *ThriftHiveMetastoreClient) DropTable(ctx context.Context, dbname string, name string, deleteData bool) (err error) + func (p *ThriftHiveMetastoreClient) DropType(ctx context.Context, type_a1 string) (r bool, err error) + func (p *ThriftHiveMetastoreClient) GetAllDatabases(ctx context.Context) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetAllTables(ctx context.Context, db_name string) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetConfigValue(ctx context.Context, name string, defaultValue string) (r string, err error) + func (p *ThriftHiveMetastoreClient) GetDatabase(ctx context.Context, name string) (r *Database, err error) + func (p *ThriftHiveMetastoreClient) GetDatabases(ctx context.Context, pattern string) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetDelegationToken(ctx context.Context, renewer_kerberos_principal_name string) (r string, err error) + func (p *ThriftHiveMetastoreClient) GetDelegationTokenWithSignature(ctx context.Context, renewer_kerberos_principal_name string, ...) (r string, err error) + func (p *ThriftHiveMetastoreClient) GetFields(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error) + func (p *ThriftHiveMetastoreClient) GetIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string) (r *Index, err error) + func (p *ThriftHiveMetastoreClient) GetIndexNames(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetIndexes(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (r []*Index, err error) + func (p *ThriftHiveMetastoreClient) GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionNamesPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r *Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitions(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []*Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, ...) (r []*Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionsPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []*Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionsPsWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (r []*Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPartitionsWithAuth(ctx context.Context, db_name string, tbl_name string, max_parts int16, ...) (r []*Partition, err error) + func (p *ThriftHiveMetastoreClient) GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, ...) (r *PrincipalPrivilegeSet, err error) + func (p *ThriftHiveMetastoreClient) GetRoleNames(ctx context.Context) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetSchema(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error) + func (p *ThriftHiveMetastoreClient) GetTable(ctx context.Context, dbname string, tbl_name string) (r *Table, err error) + func (p *ThriftHiveMetastoreClient) GetTables(ctx context.Context, db_name string, pattern string) (r []string, err error) + func (p *ThriftHiveMetastoreClient) GetType(ctx context.Context, name string) (r *Type, err error) + func (p *ThriftHiveMetastoreClient) GetTypeAll(ctx context.Context, name string) (r map[string]*Type, err error) + func (p *ThriftHiveMetastoreClient) GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (r bool, err error) + func (p *ThriftHiveMetastoreClient) GrantRole(ctx context.Context, role_name string, principal_name string, ...) (r bool, err error) + func (p *ThriftHiveMetastoreClient) ListPrivileges(ctx context.Context, principal_name string, principal_type PrincipalType, ...) (r []*HiveObjectPrivilege, err error) + func (p *ThriftHiveMetastoreClient) ListRoles(ctx context.Context, principal_name string, principal_type PrincipalType) (r []*Role, err error) + func (p *ThriftHiveMetastoreClient) PartitionNameToSpec(ctx context.Context, part_name string) (r map[string]string, err error) + func (p *ThriftHiveMetastoreClient) PartitionNameToVals(ctx context.Context, part_name string) (r []string, err error) + func (p *ThriftHiveMetastoreClient) RenewDelegationToken(ctx context.Context, token_str_form string) (r int64, err error) + func (p *ThriftHiveMetastoreClient) RevokePrivileges(ctx context.Context, privileges *PrivilegeBag) (r bool, err error) + func (p *ThriftHiveMetastoreClient) RevokeRole(ctx context.Context, role_name string, principal_name string, ...) (r bool, err error) + type ThriftHiveMetastoreCreateDatabaseArgs struct + Database *Database + func NewThriftHiveMetastoreCreateDatabaseArgs() *ThriftHiveMetastoreCreateDatabaseArgs + func (p *ThriftHiveMetastoreCreateDatabaseArgs) GetDatabase() *Database + func (p *ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase() bool + func (p *ThriftHiveMetastoreCreateDatabaseArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseArgs) String() string + func (p *ThriftHiveMetastoreCreateDatabaseArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateDatabaseResult struct + O1 *AlreadyExistsException + O2 *InvalidObjectException + O3 *MetaException + func NewThriftHiveMetastoreCreateDatabaseResult() *ThriftHiveMetastoreCreateDatabaseResult + func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO1() *AlreadyExistsException + func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO2() *InvalidObjectException + func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO1() bool + func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO2() bool + func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO3() bool + func (p *ThriftHiveMetastoreCreateDatabaseResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateDatabaseResult) String() string + func (p *ThriftHiveMetastoreCreateDatabaseResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateRoleArgs struct + Role *Role + func NewThriftHiveMetastoreCreateRoleArgs() *ThriftHiveMetastoreCreateRoleArgs + func (p *ThriftHiveMetastoreCreateRoleArgs) GetRole() *Role + func (p *ThriftHiveMetastoreCreateRoleArgs) IsSetRole() bool + func (p *ThriftHiveMetastoreCreateRoleArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateRoleArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateRoleArgs) String() string + func (p *ThriftHiveMetastoreCreateRoleArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateRoleResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreCreateRoleResult() *ThriftHiveMetastoreCreateRoleResult + func (p *ThriftHiveMetastoreCreateRoleResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreCreateRoleResult) GetSuccess() bool + func (p *ThriftHiveMetastoreCreateRoleResult) IsSetO1() bool + func (p *ThriftHiveMetastoreCreateRoleResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreCreateRoleResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateRoleResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateRoleResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateRoleResult) String() string + func (p *ThriftHiveMetastoreCreateRoleResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateTableArgs struct + Tbl *Table + func NewThriftHiveMetastoreCreateTableArgs() *ThriftHiveMetastoreCreateTableArgs + func (p *ThriftHiveMetastoreCreateTableArgs) GetTbl() *Table + func (p *ThriftHiveMetastoreCreateTableArgs) IsSetTbl() bool + func (p *ThriftHiveMetastoreCreateTableArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableArgs) String() string + func (p *ThriftHiveMetastoreCreateTableArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateTableResult struct + O1 *AlreadyExistsException + O2 *InvalidObjectException + O3 *MetaException + O4 *NoSuchObjectException + func NewThriftHiveMetastoreCreateTableResult() *ThriftHiveMetastoreCreateTableResult + func (p *ThriftHiveMetastoreCreateTableResult) GetO1() *AlreadyExistsException + func (p *ThriftHiveMetastoreCreateTableResult) GetO2() *InvalidObjectException + func (p *ThriftHiveMetastoreCreateTableResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreCreateTableResult) GetO4() *NoSuchObjectException + func (p *ThriftHiveMetastoreCreateTableResult) IsSetO1() bool + func (p *ThriftHiveMetastoreCreateTableResult) IsSetO2() bool + func (p *ThriftHiveMetastoreCreateTableResult) IsSetO3() bool + func (p *ThriftHiveMetastoreCreateTableResult) IsSetO4() bool + func (p *ThriftHiveMetastoreCreateTableResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableResult) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTableResult) String() string + func (p *ThriftHiveMetastoreCreateTableResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateTypeArgs struct + Type *Type + func NewThriftHiveMetastoreCreateTypeArgs() *ThriftHiveMetastoreCreateTypeArgs + func (p *ThriftHiveMetastoreCreateTypeArgs) GetType() *Type + func (p *ThriftHiveMetastoreCreateTypeArgs) IsSetType() bool + func (p *ThriftHiveMetastoreCreateTypeArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeArgs) String() string + func (p *ThriftHiveMetastoreCreateTypeArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreCreateTypeResult struct + O1 *AlreadyExistsException + O2 *InvalidObjectException + O3 *MetaException + Success *bool + func NewThriftHiveMetastoreCreateTypeResult() *ThriftHiveMetastoreCreateTypeResult + func (p *ThriftHiveMetastoreCreateTypeResult) GetO1() *AlreadyExistsException + func (p *ThriftHiveMetastoreCreateTypeResult) GetO2() *InvalidObjectException + func (p *ThriftHiveMetastoreCreateTypeResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreCreateTypeResult) GetSuccess() bool + func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO1() bool + func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO2() bool + func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO3() bool + func (p *ThriftHiveMetastoreCreateTypeResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreCreateTypeResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreCreateTypeResult) String() string + func (p *ThriftHiveMetastoreCreateTypeResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropDatabaseArgs struct + DeleteData bool + Name string + func NewThriftHiveMetastoreDropDatabaseArgs() *ThriftHiveMetastoreDropDatabaseArgs + func (p *ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData() bool + func (p *ThriftHiveMetastoreDropDatabaseArgs) GetName() string + func (p *ThriftHiveMetastoreDropDatabaseArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseArgs) String() string + func (p *ThriftHiveMetastoreDropDatabaseArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropDatabaseResult struct + O1 *NoSuchObjectException + O2 *InvalidOperationException + O3 *MetaException + func NewThriftHiveMetastoreDropDatabaseResult() *ThriftHiveMetastoreDropDatabaseResult + func (p *ThriftHiveMetastoreDropDatabaseResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropDatabaseResult) GetO2() *InvalidOperationException + func (p *ThriftHiveMetastoreDropDatabaseResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO2() bool + func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO3() bool + func (p *ThriftHiveMetastoreDropDatabaseResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropDatabaseResult) String() string + func (p *ThriftHiveMetastoreDropDatabaseResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropIndexByNameArgs struct + DbName string + DeleteData bool + IndexName string + TblName string + func NewThriftHiveMetastoreDropIndexByNameArgs() *ThriftHiveMetastoreDropIndexByNameArgs + func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetDbName() string + func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetDeleteData() bool + func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetIndexName() string + func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetTblName() string + func (p *ThriftHiveMetastoreDropIndexByNameArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameArgs) String() string + func (p *ThriftHiveMetastoreDropIndexByNameArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropIndexByNameResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success *bool + func NewThriftHiveMetastoreDropIndexByNameResult() *ThriftHiveMetastoreDropIndexByNameResult + func (p *ThriftHiveMetastoreDropIndexByNameResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropIndexByNameResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreDropIndexByNameResult) GetSuccess() bool + func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetO2() bool + func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreDropIndexByNameResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropIndexByNameResult) String() string + func (p *ThriftHiveMetastoreDropIndexByNameResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropPartitionArgs struct + DbName string + DeleteData bool + PartVals []string + TblName string + func NewThriftHiveMetastoreDropPartitionArgs() *ThriftHiveMetastoreDropPartitionArgs + func (p *ThriftHiveMetastoreDropPartitionArgs) GetDbName() string + func (p *ThriftHiveMetastoreDropPartitionArgs) GetDeleteData() bool + func (p *ThriftHiveMetastoreDropPartitionArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreDropPartitionArgs) GetTblName() string + func (p *ThriftHiveMetastoreDropPartitionArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionArgs) String() string + func (p *ThriftHiveMetastoreDropPartitionArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropPartitionByNameArgs struct + DbName string + DeleteData bool + PartName string + TblName string + func NewThriftHiveMetastoreDropPartitionByNameArgs() *ThriftHiveMetastoreDropPartitionByNameArgs + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetDbName() string + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetDeleteData() bool + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetPartName() string + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetTblName() string + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) String() string + func (p *ThriftHiveMetastoreDropPartitionByNameArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropPartitionByNameResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success *bool + func NewThriftHiveMetastoreDropPartitionByNameResult() *ThriftHiveMetastoreDropPartitionByNameResult + func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetSuccess() bool + func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetO2() bool + func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreDropPartitionByNameResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionByNameResult) String() string + func (p *ThriftHiveMetastoreDropPartitionByNameResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropPartitionResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success *bool + func NewThriftHiveMetastoreDropPartitionResult() *ThriftHiveMetastoreDropPartitionResult + func (p *ThriftHiveMetastoreDropPartitionResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropPartitionResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreDropPartitionResult) GetSuccess() bool + func (p *ThriftHiveMetastoreDropPartitionResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropPartitionResult) IsSetO2() bool + func (p *ThriftHiveMetastoreDropPartitionResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreDropPartitionResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropPartitionResult) String() string + func (p *ThriftHiveMetastoreDropPartitionResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropRoleArgs struct + RoleName string + func NewThriftHiveMetastoreDropRoleArgs() *ThriftHiveMetastoreDropRoleArgs + func (p *ThriftHiveMetastoreDropRoleArgs) GetRoleName() string + func (p *ThriftHiveMetastoreDropRoleArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropRoleArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropRoleArgs) String() string + func (p *ThriftHiveMetastoreDropRoleArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropRoleResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreDropRoleResult() *ThriftHiveMetastoreDropRoleResult + func (p *ThriftHiveMetastoreDropRoleResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreDropRoleResult) GetSuccess() bool + func (p *ThriftHiveMetastoreDropRoleResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropRoleResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreDropRoleResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropRoleResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropRoleResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropRoleResult) String() string + func (p *ThriftHiveMetastoreDropRoleResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropTableArgs struct + Dbname string + DeleteData bool + Name string + func NewThriftHiveMetastoreDropTableArgs() *ThriftHiveMetastoreDropTableArgs + func (p *ThriftHiveMetastoreDropTableArgs) GetDbname() string + func (p *ThriftHiveMetastoreDropTableArgs) GetDeleteData() bool + func (p *ThriftHiveMetastoreDropTableArgs) GetName() string + func (p *ThriftHiveMetastoreDropTableArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableArgs) String() string + func (p *ThriftHiveMetastoreDropTableArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropTableResult struct + O1 *NoSuchObjectException + O3 *MetaException + func NewThriftHiveMetastoreDropTableResult() *ThriftHiveMetastoreDropTableResult + func (p *ThriftHiveMetastoreDropTableResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropTableResult) GetO3() *MetaException + func (p *ThriftHiveMetastoreDropTableResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropTableResult) IsSetO3() bool + func (p *ThriftHiveMetastoreDropTableResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTableResult) String() string + func (p *ThriftHiveMetastoreDropTableResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropTypeArgs struct + Type string + func NewThriftHiveMetastoreDropTypeArgs() *ThriftHiveMetastoreDropTypeArgs + func (p *ThriftHiveMetastoreDropTypeArgs) GetType() string + func (p *ThriftHiveMetastoreDropTypeArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeArgs) String() string + func (p *ThriftHiveMetastoreDropTypeArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreDropTypeResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *bool + func NewThriftHiveMetastoreDropTypeResult() *ThriftHiveMetastoreDropTypeResult + func (p *ThriftHiveMetastoreDropTypeResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreDropTypeResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreDropTypeResult) GetSuccess() bool + func (p *ThriftHiveMetastoreDropTypeResult) IsSetO1() bool + func (p *ThriftHiveMetastoreDropTypeResult) IsSetO2() bool + func (p *ThriftHiveMetastoreDropTypeResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreDropTypeResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreDropTypeResult) String() string + func (p *ThriftHiveMetastoreDropTypeResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetAllDatabasesArgs struct + func NewThriftHiveMetastoreGetAllDatabasesArgs() *ThriftHiveMetastoreGetAllDatabasesArgs + func (p *ThriftHiveMetastoreGetAllDatabasesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllDatabasesArgs) String() string + func (p *ThriftHiveMetastoreGetAllDatabasesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetAllDatabasesResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetAllDatabasesResult() *ThriftHiveMetastoreGetAllDatabasesResult + func (p *ThriftHiveMetastoreGetAllDatabasesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetAllDatabasesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetAllDatabasesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetAllDatabasesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetAllDatabasesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllDatabasesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllDatabasesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllDatabasesResult) String() string + func (p *ThriftHiveMetastoreGetAllDatabasesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetAllTablesArgs struct + DbName string + func NewThriftHiveMetastoreGetAllTablesArgs() *ThriftHiveMetastoreGetAllTablesArgs + func (p *ThriftHiveMetastoreGetAllTablesArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetAllTablesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllTablesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllTablesArgs) String() string + func (p *ThriftHiveMetastoreGetAllTablesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetAllTablesResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetAllTablesResult() *ThriftHiveMetastoreGetAllTablesResult + func (p *ThriftHiveMetastoreGetAllTablesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetAllTablesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetAllTablesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetAllTablesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetAllTablesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllTablesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllTablesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetAllTablesResult) String() string + func (p *ThriftHiveMetastoreGetAllTablesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetConfigValueArgs struct + DefaultValue string + Name string + func NewThriftHiveMetastoreGetConfigValueArgs() *ThriftHiveMetastoreGetConfigValueArgs + func (p *ThriftHiveMetastoreGetConfigValueArgs) GetDefaultValue() string + func (p *ThriftHiveMetastoreGetConfigValueArgs) GetName() string + func (p *ThriftHiveMetastoreGetConfigValueArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueArgs) String() string + func (p *ThriftHiveMetastoreGetConfigValueArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetConfigValueResult struct + O1 *ConfigValSecurityException + Success *string + func NewThriftHiveMetastoreGetConfigValueResult() *ThriftHiveMetastoreGetConfigValueResult + func (p *ThriftHiveMetastoreGetConfigValueResult) GetO1() *ConfigValSecurityException + func (p *ThriftHiveMetastoreGetConfigValueResult) GetSuccess() string + func (p *ThriftHiveMetastoreGetConfigValueResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetConfigValueResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetConfigValueResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetConfigValueResult) String() string + func (p *ThriftHiveMetastoreGetConfigValueResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDatabaseArgs struct + Name string + func NewThriftHiveMetastoreGetDatabaseArgs() *ThriftHiveMetastoreGetDatabaseArgs + func (p *ThriftHiveMetastoreGetDatabaseArgs) GetName() string + func (p *ThriftHiveMetastoreGetDatabaseArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseArgs) String() string + func (p *ThriftHiveMetastoreGetDatabaseArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDatabaseResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success *Database + func NewThriftHiveMetastoreGetDatabaseResult() *ThriftHiveMetastoreGetDatabaseResult + func (p *ThriftHiveMetastoreGetDatabaseResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetDatabaseResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetDatabaseResult) GetSuccess() *Database + func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetDatabaseResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabaseResult) String() string + func (p *ThriftHiveMetastoreGetDatabaseResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDatabasesArgs struct + Pattern string + func NewThriftHiveMetastoreGetDatabasesArgs() *ThriftHiveMetastoreGetDatabasesArgs + func (p *ThriftHiveMetastoreGetDatabasesArgs) GetPattern() string + func (p *ThriftHiveMetastoreGetDatabasesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabasesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabasesArgs) String() string + func (p *ThriftHiveMetastoreGetDatabasesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDatabasesResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetDatabasesResult() *ThriftHiveMetastoreGetDatabasesResult + func (p *ThriftHiveMetastoreGetDatabasesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetDatabasesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetDatabasesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetDatabasesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetDatabasesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabasesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabasesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDatabasesResult) String() string + func (p *ThriftHiveMetastoreGetDatabasesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDelegationTokenArgs struct + RenewerKerberosPrincipalName string + func NewThriftHiveMetastoreGetDelegationTokenArgs() *ThriftHiveMetastoreGetDelegationTokenArgs + func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName() string + func (p *ThriftHiveMetastoreGetDelegationTokenArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenArgs) String() string + func (p *ThriftHiveMetastoreGetDelegationTokenArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDelegationTokenResult struct + O1 *MetaException + Success *string + func NewThriftHiveMetastoreGetDelegationTokenResult() *ThriftHiveMetastoreGetDelegationTokenResult + func (p *ThriftHiveMetastoreGetDelegationTokenResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetDelegationTokenResult) GetSuccess() string + func (p *ThriftHiveMetastoreGetDelegationTokenResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetDelegationTokenResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetDelegationTokenResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenResult) String() string + func (p *ThriftHiveMetastoreGetDelegationTokenResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs struct + RenewerKerberosPrincipalName string + TokenSignature string + func NewThriftHiveMetastoreGetDelegationTokenWithSignatureArgs() *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) GetRenewerKerberosPrincipalName() string + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) GetTokenSignature() string + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) String() string + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetDelegationTokenWithSignatureResult struct + O1 *MetaException + Success *string + func NewThriftHiveMetastoreGetDelegationTokenWithSignatureResult() *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) GetSuccess() string + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) String() string + func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetFieldsArgs struct + DbName string + TableName string + func NewThriftHiveMetastoreGetFieldsArgs() *ThriftHiveMetastoreGetFieldsArgs + func (p *ThriftHiveMetastoreGetFieldsArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetFieldsArgs) GetTableName() string + func (p *ThriftHiveMetastoreGetFieldsArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsArgs) String() string + func (p *ThriftHiveMetastoreGetFieldsArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetFieldsResult struct + O1 *MetaException + O2 *UnknownTableException + O3 *UnknownDBException + Success []*FieldSchema + func NewThriftHiveMetastoreGetFieldsResult() *ThriftHiveMetastoreGetFieldsResult + func (p *ThriftHiveMetastoreGetFieldsResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetFieldsResult) GetO2() *UnknownTableException + func (p *ThriftHiveMetastoreGetFieldsResult) GetO3() *UnknownDBException + func (p *ThriftHiveMetastoreGetFieldsResult) GetSuccess() []*FieldSchema + func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO3() bool + func (p *ThriftHiveMetastoreGetFieldsResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetFieldsResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetFieldsResult) String() string + func (p *ThriftHiveMetastoreGetFieldsResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexByNameArgs struct + DbName string + IndexName string + TblName string + func NewThriftHiveMetastoreGetIndexByNameArgs() *ThriftHiveMetastoreGetIndexByNameArgs + func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetIndexName() string + func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetIndexByNameArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameArgs) String() string + func (p *ThriftHiveMetastoreGetIndexByNameArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexByNameResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Index + func NewThriftHiveMetastoreGetIndexByNameResult() *ThriftHiveMetastoreGetIndexByNameResult + func (p *ThriftHiveMetastoreGetIndexByNameResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetIndexByNameResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetIndexByNameResult) GetSuccess() *Index + func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetIndexByNameResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexByNameResult) String() string + func (p *ThriftHiveMetastoreGetIndexByNameResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexNamesArgs struct + DbName string + MaxIndexes int16 + TblName string + func NewThriftHiveMetastoreGetIndexNamesArgs() *ThriftHiveMetastoreGetIndexNamesArgs + func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes() int16 + func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetIndexNamesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesArgs) String() string + func (p *ThriftHiveMetastoreGetIndexNamesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexNamesResult struct + O2 *MetaException + Success []string + func NewThriftHiveMetastoreGetIndexNamesResult() *ThriftHiveMetastoreGetIndexNamesResult + func (p *ThriftHiveMetastoreGetIndexNamesResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetIndexNamesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetIndexNamesResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetIndexNamesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetIndexNamesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexNamesResult) String() string + func (p *ThriftHiveMetastoreGetIndexNamesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexesArgs struct + DbName string + MaxIndexes int16 + TblName string + func NewThriftHiveMetastoreGetIndexesArgs() *ThriftHiveMetastoreGetIndexesArgs + func (p *ThriftHiveMetastoreGetIndexesArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes() int16 + func (p *ThriftHiveMetastoreGetIndexesArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetIndexesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesArgs) String() string + func (p *ThriftHiveMetastoreGetIndexesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetIndexesResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success []*Index + func NewThriftHiveMetastoreGetIndexesResult() *ThriftHiveMetastoreGetIndexesResult + func (p *ThriftHiveMetastoreGetIndexesResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetIndexesResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetIndexesResult) GetSuccess() []*Index + func (p *ThriftHiveMetastoreGetIndexesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetIndexesResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetIndexesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetIndexesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetIndexesResult) String() string + func (p *ThriftHiveMetastoreGetIndexesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionArgs struct + DbName string + PartVals []string + TblName string + func NewThriftHiveMetastoreGetPartitionArgs() *ThriftHiveMetastoreGetPartitionArgs + func (p *ThriftHiveMetastoreGetPartitionArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreGetPartitionArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionByNameArgs struct + DbName string + PartName string + TblName string + func NewThriftHiveMetastoreGetPartitionByNameArgs() *ThriftHiveMetastoreGetPartitionByNameArgs + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetPartName() string + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionByNameArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionByNameResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Partition + func NewThriftHiveMetastoreGetPartitionByNameResult() *ThriftHiveMetastoreGetPartitionByNameResult + func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionByNameResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionByNameResult) String() string + func (p *ThriftHiveMetastoreGetPartitionByNameResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionNamesArgs struct + DbName string + MaxParts int16 + TblName string + func NewThriftHiveMetastoreGetPartitionNamesArgs() *ThriftHiveMetastoreGetPartitionNamesArgs + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionNamesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionNamesPsArgs struct + DbName string + MaxParts int16 + PartVals []string + TblName string + func NewThriftHiveMetastoreGetPartitionNamesPsArgs() *ThriftHiveMetastoreGetPartitionNamesPsArgs + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionNamesPsResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetPartitionNamesPsResult() *ThriftHiveMetastoreGetPartitionNamesPsResult + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) String() string + func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionNamesResult struct + O2 *MetaException + Success []string + func NewThriftHiveMetastoreGetPartitionNamesResult() *ThriftHiveMetastoreGetPartitionNamesResult + func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionNamesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionNamesResult) String() string + func (p *ThriftHiveMetastoreGetPartitionNamesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Partition + func NewThriftHiveMetastoreGetPartitionResult() *ThriftHiveMetastoreGetPartitionResult + func (p *ThriftHiveMetastoreGetPartitionResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreGetPartitionResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionResult) String() string + func (p *ThriftHiveMetastoreGetPartitionResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionWithAuthArgs struct + DbName string + GroupNames []string + PartVals []string + TblName string + UserName string + func NewThriftHiveMetastoreGetPartitionWithAuthArgs() *ThriftHiveMetastoreGetPartitionWithAuthArgs + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetGroupNames() []string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetUserName() string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField5(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionWithAuthResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Partition + func NewThriftHiveMetastoreGetPartitionWithAuthResult() *ThriftHiveMetastoreGetPartitionWithAuthResult + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetSuccess() *Partition + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) String() string + func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsArgs struct + DbName string + MaxParts int16 + TblName string + func NewThriftHiveMetastoreGetPartitionsArgs() *ThriftHiveMetastoreGetPartitionsArgs + func (p *ThriftHiveMetastoreGetPartitionsArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionsArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionsArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionsArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionsArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsByFilterArgs struct + DbName string + Filter string + MaxParts int16 + TblName string + func NewThriftHiveMetastoreGetPartitionsByFilterArgs() *ThriftHiveMetastoreGetPartitionsByFilterArgs + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetFilter() string + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsByFilterResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success []*Partition + func NewThriftHiveMetastoreGetPartitionsByFilterResult() *ThriftHiveMetastoreGetPartitionsByFilterResult + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetSuccess() []*Partition + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) String() string + func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsPsArgs struct + DbName string + MaxParts int16 + PartVals []string + TblName string + func NewThriftHiveMetastoreGetPartitionsPsArgs() *ThriftHiveMetastoreGetPartitionsPsArgs + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionsPsArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsPsResult struct + O1 *MetaException + Success []*Partition + func NewThriftHiveMetastoreGetPartitionsPsResult() *ThriftHiveMetastoreGetPartitionsPsResult + func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess() []*Partition + func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionsPsResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsResult) String() string + func (p *ThriftHiveMetastoreGetPartitionsPsResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsPsWithAuthArgs struct + DbName string + GroupNames []string + MaxParts int16 + PartVals []string + TblName string + UserName string + func NewThriftHiveMetastoreGetPartitionsPsWithAuthArgs() *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetGroupNames() []string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetPartVals() []string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetUserName() string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField5(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField6(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsPsWithAuthResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success []*Partition + func NewThriftHiveMetastoreGetPartitionsPsWithAuthResult() *ThriftHiveMetastoreGetPartitionsPsWithAuthResult + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetSuccess() []*Partition + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) String() string + func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success []*Partition + func NewThriftHiveMetastoreGetPartitionsResult() *ThriftHiveMetastoreGetPartitionsResult + func (p *ThriftHiveMetastoreGetPartitionsResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionsResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetPartitionsResult) GetSuccess() []*Partition + func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionsResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsResult) String() string + func (p *ThriftHiveMetastoreGetPartitionsResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsWithAuthArgs struct + DbName string + GroupNames []string + MaxParts int16 + TblName string + UserName string + func NewThriftHiveMetastoreGetPartitionsWithAuthArgs() *ThriftHiveMetastoreGetPartitionsWithAuthArgs + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetGroupNames() []string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetMaxParts() int16 + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetUserName() string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField5(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) String() string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPartitionsWithAuthResult struct + O1 *NoSuchObjectException + O2 *MetaException + Success []*Partition + func NewThriftHiveMetastoreGetPartitionsWithAuthResult() *ThriftHiveMetastoreGetPartitionsWithAuthResult + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO1() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetSuccess() []*Partition + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) String() string + func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPrivilegeSetArgs struct + GroupNames []string + HiveObject *HiveObjectRef + UserName string + func NewThriftHiveMetastoreGetPrivilegeSetArgs() *ThriftHiveMetastoreGetPrivilegeSetArgs + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetGroupNames() []string + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetHiveObject() *HiveObjectRef + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetUserName() string + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) IsSetHiveObject() bool + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) String() string + func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetPrivilegeSetResult struct + O1 *MetaException + Success *PrincipalPrivilegeSet + func NewThriftHiveMetastoreGetPrivilegeSetResult() *ThriftHiveMetastoreGetPrivilegeSetResult + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) GetSuccess() *PrincipalPrivilegeSet + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) String() string + func (p *ThriftHiveMetastoreGetPrivilegeSetResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetRoleNamesArgs struct + func NewThriftHiveMetastoreGetRoleNamesArgs() *ThriftHiveMetastoreGetRoleNamesArgs + func (p *ThriftHiveMetastoreGetRoleNamesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetRoleNamesArgs) String() string + func (p *ThriftHiveMetastoreGetRoleNamesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetRoleNamesResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetRoleNamesResult() *ThriftHiveMetastoreGetRoleNamesResult + func (p *ThriftHiveMetastoreGetRoleNamesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetRoleNamesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetRoleNamesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetRoleNamesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetRoleNamesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetRoleNamesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetRoleNamesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetRoleNamesResult) String() string + func (p *ThriftHiveMetastoreGetRoleNamesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetSchemaArgs struct + DbName string + TableName string + func NewThriftHiveMetastoreGetSchemaArgs() *ThriftHiveMetastoreGetSchemaArgs + func (p *ThriftHiveMetastoreGetSchemaArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetSchemaArgs) GetTableName() string + func (p *ThriftHiveMetastoreGetSchemaArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaArgs) String() string + func (p *ThriftHiveMetastoreGetSchemaArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetSchemaResult struct + O1 *MetaException + O2 *UnknownTableException + O3 *UnknownDBException + Success []*FieldSchema + func NewThriftHiveMetastoreGetSchemaResult() *ThriftHiveMetastoreGetSchemaResult + func (p *ThriftHiveMetastoreGetSchemaResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetSchemaResult) GetO2() *UnknownTableException + func (p *ThriftHiveMetastoreGetSchemaResult) GetO3() *UnknownDBException + func (p *ThriftHiveMetastoreGetSchemaResult) GetSuccess() []*FieldSchema + func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO3() bool + func (p *ThriftHiveMetastoreGetSchemaResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetSchemaResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaResult) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetSchemaResult) String() string + func (p *ThriftHiveMetastoreGetSchemaResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTableArgs struct + Dbname string + TblName string + func NewThriftHiveMetastoreGetTableArgs() *ThriftHiveMetastoreGetTableArgs + func (p *ThriftHiveMetastoreGetTableArgs) GetDbname() string + func (p *ThriftHiveMetastoreGetTableArgs) GetTblName() string + func (p *ThriftHiveMetastoreGetTableArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableArgs) String() string + func (p *ThriftHiveMetastoreGetTableArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTableResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Table + func NewThriftHiveMetastoreGetTableResult() *ThriftHiveMetastoreGetTableResult + func (p *ThriftHiveMetastoreGetTableResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetTableResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetTableResult) GetSuccess() *Table + func (p *ThriftHiveMetastoreGetTableResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetTableResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetTableResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetTableResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTableResult) String() string + func (p *ThriftHiveMetastoreGetTableResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTablesArgs struct + DbName string + Pattern string + func NewThriftHiveMetastoreGetTablesArgs() *ThriftHiveMetastoreGetTablesArgs + func (p *ThriftHiveMetastoreGetTablesArgs) GetDbName() string + func (p *ThriftHiveMetastoreGetTablesArgs) GetPattern() string + func (p *ThriftHiveMetastoreGetTablesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesArgs) String() string + func (p *ThriftHiveMetastoreGetTablesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTablesResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastoreGetTablesResult() *ThriftHiveMetastoreGetTablesResult + func (p *ThriftHiveMetastoreGetTablesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetTablesResult) GetSuccess() []string + func (p *ThriftHiveMetastoreGetTablesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetTablesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetTablesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTablesResult) String() string + func (p *ThriftHiveMetastoreGetTablesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTypeAllArgs struct + Name string + func NewThriftHiveMetastoreGetTypeAllArgs() *ThriftHiveMetastoreGetTypeAllArgs + func (p *ThriftHiveMetastoreGetTypeAllArgs) GetName() string + func (p *ThriftHiveMetastoreGetTypeAllArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeAllArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeAllArgs) String() string + func (p *ThriftHiveMetastoreGetTypeAllArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTypeAllResult struct + O2 *MetaException + Success map[string]*Type + func NewThriftHiveMetastoreGetTypeAllResult() *ThriftHiveMetastoreGetTypeAllResult + func (p *ThriftHiveMetastoreGetTypeAllResult) GetO2() *MetaException + func (p *ThriftHiveMetastoreGetTypeAllResult) GetSuccess() map[string]*Type + func (p *ThriftHiveMetastoreGetTypeAllResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetTypeAllResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetTypeAllResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeAllResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeAllResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeAllResult) String() string + func (p *ThriftHiveMetastoreGetTypeAllResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTypeArgs struct + Name string + func NewThriftHiveMetastoreGetTypeArgs() *ThriftHiveMetastoreGetTypeArgs + func (p *ThriftHiveMetastoreGetTypeArgs) GetName() string + func (p *ThriftHiveMetastoreGetTypeArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeArgs) String() string + func (p *ThriftHiveMetastoreGetTypeArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGetTypeResult struct + O1 *MetaException + O2 *NoSuchObjectException + Success *Type + func NewThriftHiveMetastoreGetTypeResult() *ThriftHiveMetastoreGetTypeResult + func (p *ThriftHiveMetastoreGetTypeResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGetTypeResult) GetO2() *NoSuchObjectException + func (p *ThriftHiveMetastoreGetTypeResult) GetSuccess() *Type + func (p *ThriftHiveMetastoreGetTypeResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGetTypeResult) IsSetO2() bool + func (p *ThriftHiveMetastoreGetTypeResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGetTypeResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeResult) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGetTypeResult) String() string + func (p *ThriftHiveMetastoreGetTypeResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGrantPrivilegesArgs struct + Privileges *PrivilegeBag + func NewThriftHiveMetastoreGrantPrivilegesArgs() *ThriftHiveMetastoreGrantPrivilegesArgs + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) GetPrivileges() *PrivilegeBag + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges() bool + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) String() string + func (p *ThriftHiveMetastoreGrantPrivilegesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGrantPrivilegesResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreGrantPrivilegesResult() *ThriftHiveMetastoreGrantPrivilegesResult + func (p *ThriftHiveMetastoreGrantPrivilegesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGrantPrivilegesResult) GetSuccess() bool + func (p *ThriftHiveMetastoreGrantPrivilegesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGrantPrivilegesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGrantPrivilegesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantPrivilegesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantPrivilegesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantPrivilegesResult) String() string + func (p *ThriftHiveMetastoreGrantPrivilegesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGrantRoleArgs struct + GrantOption bool + Grantor string + GrantorType PrincipalType + PrincipalName string + PrincipalType PrincipalType + RoleName string + func NewThriftHiveMetastoreGrantRoleArgs() *ThriftHiveMetastoreGrantRoleArgs + func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantOption() bool + func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantor() string + func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantorType() PrincipalType + func (p *ThriftHiveMetastoreGrantRoleArgs) GetPrincipalName() string + func (p *ThriftHiveMetastoreGrantRoleArgs) GetPrincipalType() PrincipalType + func (p *ThriftHiveMetastoreGrantRoleArgs) GetRoleName() string + func (p *ThriftHiveMetastoreGrantRoleArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField4(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField5(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField6(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleArgs) String() string + func (p *ThriftHiveMetastoreGrantRoleArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreGrantRoleResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreGrantRoleResult() *ThriftHiveMetastoreGrantRoleResult + func (p *ThriftHiveMetastoreGrantRoleResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreGrantRoleResult) GetSuccess() bool + func (p *ThriftHiveMetastoreGrantRoleResult) IsSetO1() bool + func (p *ThriftHiveMetastoreGrantRoleResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreGrantRoleResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreGrantRoleResult) String() string + func (p *ThriftHiveMetastoreGrantRoleResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreListPrivilegesArgs struct + HiveObject *HiveObjectRef + PrincipalName string + PrincipalType PrincipalType + func NewThriftHiveMetastoreListPrivilegesArgs() *ThriftHiveMetastoreListPrivilegesArgs + func (p *ThriftHiveMetastoreListPrivilegesArgs) GetHiveObject() *HiveObjectRef + func (p *ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalName() string + func (p *ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalType() PrincipalType + func (p *ThriftHiveMetastoreListPrivilegesArgs) IsSetHiveObject() bool + func (p *ThriftHiveMetastoreListPrivilegesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesArgs) String() string + func (p *ThriftHiveMetastoreListPrivilegesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreListPrivilegesResult struct + O1 *MetaException + Success []*HiveObjectPrivilege + func NewThriftHiveMetastoreListPrivilegesResult() *ThriftHiveMetastoreListPrivilegesResult + func (p *ThriftHiveMetastoreListPrivilegesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreListPrivilegesResult) GetSuccess() []*HiveObjectPrivilege + func (p *ThriftHiveMetastoreListPrivilegesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreListPrivilegesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreListPrivilegesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListPrivilegesResult) String() string + func (p *ThriftHiveMetastoreListPrivilegesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreListRolesArgs struct + PrincipalName string + PrincipalType PrincipalType + func NewThriftHiveMetastoreListRolesArgs() *ThriftHiveMetastoreListRolesArgs + func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalName() string + func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalType() PrincipalType + func (p *ThriftHiveMetastoreListRolesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesArgs) String() string + func (p *ThriftHiveMetastoreListRolesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreListRolesResult struct + O1 *MetaException + Success []*Role + func NewThriftHiveMetastoreListRolesResult() *ThriftHiveMetastoreListRolesResult + func (p *ThriftHiveMetastoreListRolesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreListRolesResult) GetSuccess() []*Role + func (p *ThriftHiveMetastoreListRolesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreListRolesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreListRolesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreListRolesResult) String() string + func (p *ThriftHiveMetastoreListRolesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastorePartitionNameToSpecArgs struct + PartName string + func NewThriftHiveMetastorePartitionNameToSpecArgs() *ThriftHiveMetastorePartitionNameToSpecArgs + func (p *ThriftHiveMetastorePartitionNameToSpecArgs) GetPartName() string + func (p *ThriftHiveMetastorePartitionNameToSpecArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToSpecArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToSpecArgs) String() string + func (p *ThriftHiveMetastorePartitionNameToSpecArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastorePartitionNameToSpecResult struct + O1 *MetaException + Success map[string]string + func NewThriftHiveMetastorePartitionNameToSpecResult() *ThriftHiveMetastorePartitionNameToSpecResult + func (p *ThriftHiveMetastorePartitionNameToSpecResult) GetO1() *MetaException + func (p *ThriftHiveMetastorePartitionNameToSpecResult) GetSuccess() map[string]string + func (p *ThriftHiveMetastorePartitionNameToSpecResult) IsSetO1() bool + func (p *ThriftHiveMetastorePartitionNameToSpecResult) IsSetSuccess() bool + func (p *ThriftHiveMetastorePartitionNameToSpecResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToSpecResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToSpecResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToSpecResult) String() string + func (p *ThriftHiveMetastorePartitionNameToSpecResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastorePartitionNameToValsArgs struct + PartName string + func NewThriftHiveMetastorePartitionNameToValsArgs() *ThriftHiveMetastorePartitionNameToValsArgs + func (p *ThriftHiveMetastorePartitionNameToValsArgs) GetPartName() string + func (p *ThriftHiveMetastorePartitionNameToValsArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToValsArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToValsArgs) String() string + func (p *ThriftHiveMetastorePartitionNameToValsArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastorePartitionNameToValsResult struct + O1 *MetaException + Success []string + func NewThriftHiveMetastorePartitionNameToValsResult() *ThriftHiveMetastorePartitionNameToValsResult + func (p *ThriftHiveMetastorePartitionNameToValsResult) GetO1() *MetaException + func (p *ThriftHiveMetastorePartitionNameToValsResult) GetSuccess() []string + func (p *ThriftHiveMetastorePartitionNameToValsResult) IsSetO1() bool + func (p *ThriftHiveMetastorePartitionNameToValsResult) IsSetSuccess() bool + func (p *ThriftHiveMetastorePartitionNameToValsResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToValsResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToValsResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastorePartitionNameToValsResult) String() string + func (p *ThriftHiveMetastorePartitionNameToValsResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreProcessor struct + func NewThriftHiveMetastoreProcessor(handler ThriftHiveMetastore) *ThriftHiveMetastoreProcessor + type ThriftHiveMetastoreRenewDelegationTokenArgs struct + TokenStrForm string + func NewThriftHiveMetastoreRenewDelegationTokenArgs() *ThriftHiveMetastoreRenewDelegationTokenArgs + func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) GetTokenStrForm() string + func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) String() string + func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreRenewDelegationTokenResult struct + O1 *MetaException + Success *int64 + func NewThriftHiveMetastoreRenewDelegationTokenResult() *ThriftHiveMetastoreRenewDelegationTokenResult + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) GetSuccess() int64 + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) IsSetO1() bool + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) String() string + func (p *ThriftHiveMetastoreRenewDelegationTokenResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreRevokePrivilegesArgs struct + Privileges *PrivilegeBag + func NewThriftHiveMetastoreRevokePrivilegesArgs() *ThriftHiveMetastoreRevokePrivilegesArgs + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) GetPrivileges() *PrivilegeBag + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges() bool + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) String() string + func (p *ThriftHiveMetastoreRevokePrivilegesArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreRevokePrivilegesResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreRevokePrivilegesResult() *ThriftHiveMetastoreRevokePrivilegesResult + func (p *ThriftHiveMetastoreRevokePrivilegesResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreRevokePrivilegesResult) GetSuccess() bool + func (p *ThriftHiveMetastoreRevokePrivilegesResult) IsSetO1() bool + func (p *ThriftHiveMetastoreRevokePrivilegesResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreRevokePrivilegesResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokePrivilegesResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokePrivilegesResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokePrivilegesResult) String() string + func (p *ThriftHiveMetastoreRevokePrivilegesResult) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreRevokeRoleArgs struct + PrincipalName string + PrincipalType PrincipalType + RoleName string + func NewThriftHiveMetastoreRevokeRoleArgs() *ThriftHiveMetastoreRevokeRoleArgs + func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalName() string + func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalType() PrincipalType + func (p *ThriftHiveMetastoreRevokeRoleArgs) GetRoleName() string + func (p *ThriftHiveMetastoreRevokeRoleArgs) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField2(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField3(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleArgs) String() string + func (p *ThriftHiveMetastoreRevokeRoleArgs) Write(oprot thrift.TProtocol) error + type ThriftHiveMetastoreRevokeRoleResult struct + O1 *MetaException + Success *bool + func NewThriftHiveMetastoreRevokeRoleResult() *ThriftHiveMetastoreRevokeRoleResult + func (p *ThriftHiveMetastoreRevokeRoleResult) GetO1() *MetaException + func (p *ThriftHiveMetastoreRevokeRoleResult) GetSuccess() bool + func (p *ThriftHiveMetastoreRevokeRoleResult) IsSetO1() bool + func (p *ThriftHiveMetastoreRevokeRoleResult) IsSetSuccess() bool + func (p *ThriftHiveMetastoreRevokeRoleResult) Read(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleResult) ReadField0(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleResult) ReadField1(iprot thrift.TProtocol) error + func (p *ThriftHiveMetastoreRevokeRoleResult) String() string + func (p *ThriftHiveMetastoreRevokeRoleResult) Write(oprot thrift.TProtocol) error + type Type struct + Fields []*FieldSchema + Name string + Type1 *string + Type2 *string + var ThriftHiveMetastoreCreateTypeArgs_Type_DEFAULT *Type + var ThriftHiveMetastoreGetTypeResult_Success_DEFAULT *Type + func NewType() *Type + func (p *Type) GetFields() []*FieldSchema + func (p *Type) GetName() string + func (p *Type) GetType1() string + func (p *Type) GetType2() string + func (p *Type) IsSetFields() bool + func (p *Type) IsSetType1() bool + func (p *Type) IsSetType2() bool + func (p *Type) Read(iprot thrift.TProtocol) error + func (p *Type) ReadField1(iprot thrift.TProtocol) error + func (p *Type) ReadField2(iprot thrift.TProtocol) error + func (p *Type) ReadField3(iprot thrift.TProtocol) error + func (p *Type) ReadField4(iprot thrift.TProtocol) error + func (p *Type) String() string + func (p *Type) Write(oprot thrift.TProtocol) error + type UnknownDBException struct + Message string + var ThriftHiveMetastoreGetFieldsResult_O3_DEFAULT *UnknownDBException + var ThriftHiveMetastoreGetSchemaResult_O3_DEFAULT *UnknownDBException + func NewUnknownDBException() *UnknownDBException + func (p *UnknownDBException) Error() string + func (p *UnknownDBException) GetMessage() string + func (p *UnknownDBException) Read(iprot thrift.TProtocol) error + func (p *UnknownDBException) ReadField1(iprot thrift.TProtocol) error + func (p *UnknownDBException) String() string + func (p *UnknownDBException) Write(oprot thrift.TProtocol) error + type UnknownTableException struct + Message string + var ThriftHiveMetastoreGetFieldsResult_O2_DEFAULT *UnknownTableException + var ThriftHiveMetastoreGetSchemaResult_O2_DEFAULT *UnknownTableException + func NewUnknownTableException() *UnknownTableException + func (p *UnknownTableException) Error() string + func (p *UnknownTableException) GetMessage() string + func (p *UnknownTableException) Read(iprot thrift.TProtocol) error + func (p *UnknownTableException) ReadField1(iprot thrift.TProtocol) error + func (p *UnknownTableException) String() string + func (p *UnknownTableException) Write(oprot thrift.TProtocol) error + type Version struct + Comments string + Version string + func NewVersion() *Version + func (p *Version) GetComments() string + func (p *Version) GetVersion() string + func (p *Version) Read(iprot thrift.TProtocol) error + func (p *Version) ReadField1(iprot thrift.TProtocol) error + func (p *Version) ReadField2(iprot thrift.TProtocol) error + func (p *Version) String() string + func (p *Version) Write(oprot thrift.TProtocol) error Incompatible versions in this module v2.1.0+incompatible Jan 13, 2021 v2.0.0+incompatible May 26, 2019