Documentation ¶
Index ¶
- Constants
- Variables
- type AbortTxnRequest
- func (p *AbortTxnRequest) Equals(other *AbortTxnRequest) bool
- func (p *AbortTxnRequest) GetTxnid() int64
- func (p *AbortTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AbortTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AbortTxnRequest) String() string
- func (p *AbortTxnRequest) Validate() error
- func (p *AbortTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AbortTxnsRequest
- func (p *AbortTxnsRequest) Equals(other *AbortTxnsRequest) bool
- func (p *AbortTxnsRequest) GetTxnIds() []int64
- func (p *AbortTxnsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AbortTxnsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AbortTxnsRequest) String() string
- func (p *AbortTxnsRequest) Validate() error
- func (p *AbortTxnsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddDynamicPartitions
- func (p *AddDynamicPartitions) Equals(other *AddDynamicPartitions) bool
- func (p *AddDynamicPartitions) GetDbname() string
- func (p *AddDynamicPartitions) GetOperationType() DataOperationType
- func (p *AddDynamicPartitions) GetPartitionnames() []string
- func (p *AddDynamicPartitions) GetTablename() string
- func (p *AddDynamicPartitions) GetTxnid() int64
- func (p *AddDynamicPartitions) IsSetOperationType() bool
- func (p *AddDynamicPartitions) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddDynamicPartitions) String() string
- func (p *AddDynamicPartitions) Validate() error
- func (p *AddDynamicPartitions) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddForeignKeyRequest
- func (p *AddForeignKeyRequest) Equals(other *AddForeignKeyRequest) bool
- func (p *AddForeignKeyRequest) GetForeignKeyCols() []*SQLForeignKey
- func (p *AddForeignKeyRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddForeignKeyRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddForeignKeyRequest) String() string
- func (p *AddForeignKeyRequest) Validate() error
- func (p *AddForeignKeyRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddNotNullConstraintRequest
- func (p *AddNotNullConstraintRequest) Equals(other *AddNotNullConstraintRequest) bool
- func (p *AddNotNullConstraintRequest) GetNotNullConstraintCols() []*SQLNotNullConstraint
- func (p *AddNotNullConstraintRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddNotNullConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddNotNullConstraintRequest) String() string
- func (p *AddNotNullConstraintRequest) Validate() error
- func (p *AddNotNullConstraintRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddPartitionsRequest
- func (p *AddPartitionsRequest) Equals(other *AddPartitionsRequest) bool
- func (p *AddPartitionsRequest) GetDbName() string
- func (p *AddPartitionsRequest) GetIfNotExists() bool
- func (p *AddPartitionsRequest) GetNeedResult_() bool
- func (p *AddPartitionsRequest) GetParts() []*Partition
- func (p *AddPartitionsRequest) GetTblName() string
- func (p *AddPartitionsRequest) IsSetNeedResult_() bool
- func (p *AddPartitionsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsRequest) String() string
- func (p *AddPartitionsRequest) Validate() error
- func (p *AddPartitionsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddPartitionsResult_
- func (p *AddPartitionsResult_) Equals(other *AddPartitionsResult_) bool
- func (p *AddPartitionsResult_) GetPartitions() []*Partition
- func (p *AddPartitionsResult_) IsSetPartitions() bool
- func (p *AddPartitionsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPartitionsResult_) String() string
- func (p *AddPartitionsResult_) Validate() error
- func (p *AddPartitionsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddPrimaryKeyRequest
- func (p *AddPrimaryKeyRequest) Equals(other *AddPrimaryKeyRequest) bool
- func (p *AddPrimaryKeyRequest) GetPrimaryKeyCols() []*SQLPrimaryKey
- func (p *AddPrimaryKeyRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPrimaryKeyRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddPrimaryKeyRequest) String() string
- func (p *AddPrimaryKeyRequest) Validate() error
- func (p *AddPrimaryKeyRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AddUniqueConstraintRequest
- func (p *AddUniqueConstraintRequest) Equals(other *AddUniqueConstraintRequest) bool
- func (p *AddUniqueConstraintRequest) GetUniqueConstraintCols() []*SQLUniqueConstraint
- func (p *AddUniqueConstraintRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddUniqueConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AddUniqueConstraintRequest) String() string
- func (p *AddUniqueConstraintRequest) Validate() error
- func (p *AddUniqueConstraintRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AggrStats
- func (p *AggrStats) Equals(other *AggrStats) bool
- func (p *AggrStats) GetColStats() []*ColumnStatisticsObj
- func (p *AggrStats) GetPartsFound() int64
- func (p *AggrStats) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AggrStats) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AggrStats) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AggrStats) String() string
- func (p *AggrStats) Validate() error
- func (p *AggrStats) Write(ctx context.Context, oprot thrift.TProtocol) error
- type AlreadyExistsException
- func (p *AlreadyExistsException) Equals(other *AlreadyExistsException) bool
- func (p *AlreadyExistsException) Error() string
- func (p *AlreadyExistsException) GetMessage() string
- func (p *AlreadyExistsException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlreadyExistsException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *AlreadyExistsException) String() string
- func (AlreadyExistsException) TExceptionType() thrift.TExceptionType
- func (p *AlreadyExistsException) Validate() error
- func (p *AlreadyExistsException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BinaryColumnStatsData
- func (p *BinaryColumnStatsData) Equals(other *BinaryColumnStatsData) bool
- func (p *BinaryColumnStatsData) GetAvgColLen() float64
- func (p *BinaryColumnStatsData) GetBitVectors() []byte
- func (p *BinaryColumnStatsData) GetMaxColLen() int64
- func (p *BinaryColumnStatsData) GetNumNulls() int64
- func (p *BinaryColumnStatsData) IsSetBitVectors() bool
- func (p *BinaryColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BinaryColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BinaryColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BinaryColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BinaryColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BinaryColumnStatsData) String() string
- func (p *BinaryColumnStatsData) Validate() error
- func (p *BinaryColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type BooleanColumnStatsData
- func (p *BooleanColumnStatsData) Equals(other *BooleanColumnStatsData) bool
- func (p *BooleanColumnStatsData) GetBitVectors() []byte
- func (p *BooleanColumnStatsData) GetNumFalses() int64
- func (p *BooleanColumnStatsData) GetNumNulls() int64
- func (p *BooleanColumnStatsData) GetNumTrues() int64
- func (p *BooleanColumnStatsData) IsSetBitVectors() bool
- func (p *BooleanColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BooleanColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BooleanColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BooleanColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BooleanColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BooleanColumnStatsData) String() string
- func (p *BooleanColumnStatsData) Validate() error
- func (p *BooleanColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CacheFileMetadataRequest
- func (p *CacheFileMetadataRequest) Equals(other *CacheFileMetadataRequest) bool
- func (p *CacheFileMetadataRequest) GetDbName() string
- func (p *CacheFileMetadataRequest) GetIsAllParts() bool
- func (p *CacheFileMetadataRequest) GetPartName() string
- func (p *CacheFileMetadataRequest) GetTblName() string
- func (p *CacheFileMetadataRequest) IsSetIsAllParts() bool
- func (p *CacheFileMetadataRequest) IsSetPartName() bool
- func (p *CacheFileMetadataRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataRequest) String() string
- func (p *CacheFileMetadataRequest) Validate() error
- func (p *CacheFileMetadataRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CacheFileMetadataResult_
- func (p *CacheFileMetadataResult_) Equals(other *CacheFileMetadataResult_) bool
- func (p *CacheFileMetadataResult_) GetIsSupported() bool
- func (p *CacheFileMetadataResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CacheFileMetadataResult_) String() string
- func (p *CacheFileMetadataResult_) Validate() error
- func (p *CacheFileMetadataResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CheckLockRequest
- func (p *CheckLockRequest) Equals(other *CheckLockRequest) bool
- func (p *CheckLockRequest) GetElapsedMs() int64
- func (p *CheckLockRequest) GetLockid() int64
- func (p *CheckLockRequest) GetTxnid() int64
- func (p *CheckLockRequest) IsSetElapsedMs() bool
- func (p *CheckLockRequest) IsSetTxnid() bool
- func (p *CheckLockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CheckLockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CheckLockRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CheckLockRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CheckLockRequest) String() string
- func (p *CheckLockRequest) Validate() error
- func (p *CheckLockRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClearFileMetadataRequest
- func (p *ClearFileMetadataRequest) Equals(other *ClearFileMetadataRequest) bool
- func (p *ClearFileMetadataRequest) GetFileIds() []int64
- func (p *ClearFileMetadataRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearFileMetadataRequest) String() string
- func (p *ClearFileMetadataRequest) Validate() error
- func (p *ClearFileMetadataRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClearFileMetadataResult_
- func (p *ClearFileMetadataResult_) Equals(other *ClearFileMetadataResult_) bool
- func (p *ClearFileMetadataResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClearFileMetadataResult_) String() string
- func (p *ClearFileMetadataResult_) Validate() error
- func (p *ClearFileMetadataResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClientCapabilities
- func (p *ClientCapabilities) Equals(other *ClientCapabilities) bool
- func (p *ClientCapabilities) GetValues() []ClientCapability
- func (p *ClientCapabilities) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClientCapabilities) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ClientCapabilities) String() string
- func (p *ClientCapabilities) Validate() error
- func (p *ClientCapabilities) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ClientCapability
- type CmRecycleRequest
- func (p *CmRecycleRequest) Equals(other *CmRecycleRequest) bool
- func (p *CmRecycleRequest) GetDataPath() string
- func (p *CmRecycleRequest) GetPurge() bool
- func (p *CmRecycleRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CmRecycleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CmRecycleRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CmRecycleRequest) String() string
- func (p *CmRecycleRequest) Validate() error
- func (p *CmRecycleRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CmRecycleResponse
- func (p *CmRecycleResponse) Equals(other *CmRecycleResponse) bool
- func (p *CmRecycleResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CmRecycleResponse) String() string
- func (p *CmRecycleResponse) Validate() error
- func (p *CmRecycleResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ColumnStatistics
- func (p *ColumnStatistics) Equals(other *ColumnStatistics) bool
- func (p *ColumnStatistics) GetStatsDesc() *ColumnStatisticsDesc
- func (p *ColumnStatistics) GetStatsObj() []*ColumnStatisticsObj
- func (p *ColumnStatistics) IsSetStatsDesc() bool
- func (p *ColumnStatistics) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatistics) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatistics) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatistics) String() string
- func (p *ColumnStatistics) Validate() error
- func (p *ColumnStatistics) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ColumnStatisticsData
- func (p *ColumnStatisticsData) CountSetFieldsColumnStatisticsData() int
- func (p *ColumnStatisticsData) Equals(other *ColumnStatisticsData) bool
- func (p *ColumnStatisticsData) GetBinaryStats() *BinaryColumnStatsData
- func (p *ColumnStatisticsData) GetBooleanStats() *BooleanColumnStatsData
- func (p *ColumnStatisticsData) GetDateStats() *DateColumnStatsData
- func (p *ColumnStatisticsData) GetDecimalStats() *DecimalColumnStatsData
- func (p *ColumnStatisticsData) GetDoubleStats() *DoubleColumnStatsData
- func (p *ColumnStatisticsData) GetLongStats() *LongColumnStatsData
- func (p *ColumnStatisticsData) GetStringStats() *StringColumnStatsData
- func (p *ColumnStatisticsData) IsSetBinaryStats() bool
- func (p *ColumnStatisticsData) IsSetBooleanStats() bool
- func (p *ColumnStatisticsData) IsSetDateStats() bool
- func (p *ColumnStatisticsData) IsSetDecimalStats() bool
- func (p *ColumnStatisticsData) IsSetDoubleStats() bool
- func (p *ColumnStatisticsData) IsSetLongStats() bool
- func (p *ColumnStatisticsData) IsSetStringStats() bool
- func (p *ColumnStatisticsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsData) String() string
- func (p *ColumnStatisticsData) Validate() error
- func (p *ColumnStatisticsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ColumnStatisticsDesc
- func (p *ColumnStatisticsDesc) Equals(other *ColumnStatisticsDesc) bool
- func (p *ColumnStatisticsDesc) GetDbName() string
- func (p *ColumnStatisticsDesc) GetIsTblLevel() bool
- func (p *ColumnStatisticsDesc) GetLastAnalyzed() int64
- func (p *ColumnStatisticsDesc) GetPartName() string
- func (p *ColumnStatisticsDesc) GetTableName() string
- func (p *ColumnStatisticsDesc) IsSetLastAnalyzed() bool
- func (p *ColumnStatisticsDesc) IsSetPartName() bool
- func (p *ColumnStatisticsDesc) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsDesc) String() string
- func (p *ColumnStatisticsDesc) Validate() error
- func (p *ColumnStatisticsDesc) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ColumnStatisticsObj
- func (p *ColumnStatisticsObj) Equals(other *ColumnStatisticsObj) bool
- func (p *ColumnStatisticsObj) GetColName() string
- func (p *ColumnStatisticsObj) GetColType() string
- func (p *ColumnStatisticsObj) GetStatsData() *ColumnStatisticsData
- func (p *ColumnStatisticsObj) IsSetStatsData() bool
- func (p *ColumnStatisticsObj) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsObj) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsObj) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsObj) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ColumnStatisticsObj) String() string
- func (p *ColumnStatisticsObj) Validate() error
- func (p *ColumnStatisticsObj) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CommitTxnRequest
- func (p *CommitTxnRequest) Equals(other *CommitTxnRequest) bool
- func (p *CommitTxnRequest) GetTxnid() int64
- func (p *CommitTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CommitTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CommitTxnRequest) String() string
- func (p *CommitTxnRequest) Validate() error
- func (p *CommitTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CompactionRequest
- func (p *CompactionRequest) Equals(other *CompactionRequest) bool
- func (p *CompactionRequest) GetDbname() string
- func (p *CompactionRequest) GetPartitionname() string
- func (p *CompactionRequest) GetProperties() map[string]string
- func (p *CompactionRequest) GetRunas() string
- func (p *CompactionRequest) GetTablename() string
- func (p *CompactionRequest) GetType() CompactionType
- func (p *CompactionRequest) IsSetPartitionname() bool
- func (p *CompactionRequest) IsSetProperties() bool
- func (p *CompactionRequest) IsSetRunas() bool
- func (p *CompactionRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionRequest) String() string
- func (p *CompactionRequest) Validate() error
- func (p *CompactionRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CompactionResponse
- func (p *CompactionResponse) Equals(other *CompactionResponse) bool
- func (p *CompactionResponse) GetAccepted() bool
- func (p *CompactionResponse) GetID() int64
- func (p *CompactionResponse) GetState() string
- func (p *CompactionResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CompactionResponse) String() string
- func (p *CompactionResponse) Validate() error
- func (p *CompactionResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CompactionType
- type ConfigValSecurityException
- func (p *ConfigValSecurityException) Equals(other *ConfigValSecurityException) bool
- func (p *ConfigValSecurityException) Error() string
- func (p *ConfigValSecurityException) GetMessage() string
- func (p *ConfigValSecurityException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigValSecurityException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ConfigValSecurityException) String() string
- func (ConfigValSecurityException) TExceptionType() thrift.TExceptionType
- func (p *ConfigValSecurityException) Validate() error
- func (p *ConfigValSecurityException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CurrentNotificationEventId
- func (p *CurrentNotificationEventId) Equals(other *CurrentNotificationEventId) bool
- func (p *CurrentNotificationEventId) GetEventId() int64
- func (p *CurrentNotificationEventId) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CurrentNotificationEventId) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CurrentNotificationEventId) String() string
- func (p *CurrentNotificationEventId) Validate() error
- func (p *CurrentNotificationEventId) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DataOperationType
- type Database
- func (p *Database) Equals(other *Database) bool
- func (p *Database) GetDescription() string
- func (p *Database) GetLocationUri() string
- func (p *Database) GetName() string
- func (p *Database) GetOwnerName() string
- func (p *Database) GetOwnerType() PrincipalType
- func (p *Database) GetParameters() map[string]string
- func (p *Database) GetPrivileges() *PrincipalPrivilegeSet
- func (p *Database) IsSetOwnerName() bool
- func (p *Database) IsSetOwnerType() bool
- func (p *Database) IsSetPrivileges() bool
- func (p *Database) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Database) String() string
- func (p *Database) Validate() error
- func (p *Database) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Date
- func (p *Date) Equals(other *Date) bool
- func (p *Date) GetDaysSinceEpoch() int64
- func (p *Date) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Date) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Date) String() string
- func (p *Date) Validate() error
- func (p *Date) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DateColumnStatsData
- func (p *DateColumnStatsData) Equals(other *DateColumnStatsData) bool
- func (p *DateColumnStatsData) GetBitVectors() []byte
- func (p *DateColumnStatsData) GetHighValue() *Date
- func (p *DateColumnStatsData) GetLowValue() *Date
- func (p *DateColumnStatsData) GetNumDVs() int64
- func (p *DateColumnStatsData) GetNumNulls() int64
- func (p *DateColumnStatsData) IsSetBitVectors() bool
- func (p *DateColumnStatsData) IsSetHighValue() bool
- func (p *DateColumnStatsData) IsSetLowValue() bool
- func (p *DateColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DateColumnStatsData) String() string
- func (p *DateColumnStatsData) Validate() error
- func (p *DateColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Decimal
- func (p *Decimal) Equals(other *Decimal) bool
- func (p *Decimal) GetScale() int16
- func (p *Decimal) GetUnscaled() []byte
- func (p *Decimal) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Decimal) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Decimal) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Decimal) String() string
- func (p *Decimal) Validate() error
- func (p *Decimal) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DecimalColumnStatsData
- func (p *DecimalColumnStatsData) Equals(other *DecimalColumnStatsData) bool
- func (p *DecimalColumnStatsData) GetBitVectors() []byte
- func (p *DecimalColumnStatsData) GetHighValue() *Decimal
- func (p *DecimalColumnStatsData) GetLowValue() *Decimal
- func (p *DecimalColumnStatsData) GetNumDVs() int64
- func (p *DecimalColumnStatsData) GetNumNulls() int64
- func (p *DecimalColumnStatsData) IsSetBitVectors() bool
- func (p *DecimalColumnStatsData) IsSetHighValue() bool
- func (p *DecimalColumnStatsData) IsSetLowValue() bool
- func (p *DecimalColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DecimalColumnStatsData) String() string
- func (p *DecimalColumnStatsData) Validate() error
- func (p *DecimalColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DoubleColumnStatsData
- func (p *DoubleColumnStatsData) Equals(other *DoubleColumnStatsData) bool
- func (p *DoubleColumnStatsData) GetBitVectors() []byte
- func (p *DoubleColumnStatsData) GetHighValue() float64
- func (p *DoubleColumnStatsData) GetLowValue() float64
- func (p *DoubleColumnStatsData) GetNumDVs() int64
- func (p *DoubleColumnStatsData) GetNumNulls() int64
- func (p *DoubleColumnStatsData) IsSetBitVectors() bool
- func (p *DoubleColumnStatsData) IsSetHighValue() bool
- func (p *DoubleColumnStatsData) IsSetLowValue() bool
- func (p *DoubleColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DoubleColumnStatsData) String() string
- func (p *DoubleColumnStatsData) Validate() error
- func (p *DoubleColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropConstraintRequest
- func (p *DropConstraintRequest) Equals(other *DropConstraintRequest) bool
- func (p *DropConstraintRequest) GetConstraintname() string
- func (p *DropConstraintRequest) GetDbname() string
- func (p *DropConstraintRequest) GetTablename() string
- func (p *DropConstraintRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropConstraintRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropConstraintRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropConstraintRequest) String() string
- func (p *DropConstraintRequest) Validate() error
- func (p *DropConstraintRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropPartitionsExpr
- func (p *DropPartitionsExpr) Equals(other *DropPartitionsExpr) bool
- func (p *DropPartitionsExpr) GetExpr() []byte
- func (p *DropPartitionsExpr) GetPartArchiveLevel() int32
- func (p *DropPartitionsExpr) IsSetPartArchiveLevel() bool
- func (p *DropPartitionsExpr) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsExpr) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsExpr) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsExpr) String() string
- func (p *DropPartitionsExpr) Validate() error
- func (p *DropPartitionsExpr) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropPartitionsRequest
- func (p *DropPartitionsRequest) Equals(other *DropPartitionsRequest) bool
- func (p *DropPartitionsRequest) GetDbName() string
- func (p *DropPartitionsRequest) GetDeleteData() bool
- func (p *DropPartitionsRequest) GetEnvironmentContext() *EnvironmentContext
- func (p *DropPartitionsRequest) GetIfExists() bool
- func (p *DropPartitionsRequest) GetIgnoreProtection() bool
- func (p *DropPartitionsRequest) GetNeedResult_() bool
- func (p *DropPartitionsRequest) GetParts() *RequestPartsSpec
- func (p *DropPartitionsRequest) GetTblName() string
- func (p *DropPartitionsRequest) IsSetDeleteData() bool
- func (p *DropPartitionsRequest) IsSetEnvironmentContext() bool
- func (p *DropPartitionsRequest) IsSetIfExists() bool
- func (p *DropPartitionsRequest) IsSetIgnoreProtection() bool
- func (p *DropPartitionsRequest) IsSetNeedResult_() bool
- func (p *DropPartitionsRequest) IsSetParts() bool
- func (p *DropPartitionsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsRequest) String() string
- func (p *DropPartitionsRequest) Validate() error
- func (p *DropPartitionsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type DropPartitionsResult_
- func (p *DropPartitionsResult_) Equals(other *DropPartitionsResult_) bool
- func (p *DropPartitionsResult_) GetPartitions() []*Partition
- func (p *DropPartitionsResult_) IsSetPartitions() bool
- func (p *DropPartitionsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *DropPartitionsResult_) String() string
- func (p *DropPartitionsResult_) Validate() error
- func (p *DropPartitionsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EnvironmentContext
- func (p *EnvironmentContext) Equals(other *EnvironmentContext) bool
- func (p *EnvironmentContext) GetProperties() map[string]string
- func (p *EnvironmentContext) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EnvironmentContext) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *EnvironmentContext) String() string
- func (p *EnvironmentContext) Validate() error
- func (p *EnvironmentContext) Write(ctx context.Context, oprot thrift.TProtocol) error
- type EventRequestType
- type FieldSchema
- func (p *FieldSchema) Equals(other *FieldSchema) bool
- func (p *FieldSchema) GetComment() string
- func (p *FieldSchema) GetName() string
- func (p *FieldSchema) GetType() string
- func (p *FieldSchema) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FieldSchema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FieldSchema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FieldSchema) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FieldSchema) String() string
- func (p *FieldSchema) Validate() error
- func (p *FieldSchema) Write(ctx context.Context, oprot thrift.TProtocol) error
- type FileMetadataExprType
- type FireEventRequest
- func (p *FireEventRequest) Equals(other *FireEventRequest) bool
- func (p *FireEventRequest) GetData() *FireEventRequestData
- func (p *FireEventRequest) GetDbName() string
- func (p *FireEventRequest) GetPartitionVals() []string
- func (p *FireEventRequest) GetSuccessful() bool
- func (p *FireEventRequest) GetTableName() string
- func (p *FireEventRequest) IsSetData() bool
- func (p *FireEventRequest) IsSetDbName() bool
- func (p *FireEventRequest) IsSetPartitionVals() bool
- func (p *FireEventRequest) IsSetTableName() bool
- func (p *FireEventRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequest) String() string
- func (p *FireEventRequest) Validate() error
- func (p *FireEventRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type FireEventRequestData
- func (p *FireEventRequestData) CountSetFieldsFireEventRequestData() int
- func (p *FireEventRequestData) Equals(other *FireEventRequestData) bool
- func (p *FireEventRequestData) GetInsertData() *InsertEventRequestData
- func (p *FireEventRequestData) IsSetInsertData() bool
- func (p *FireEventRequestData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequestData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventRequestData) String() string
- func (p *FireEventRequestData) Validate() error
- func (p *FireEventRequestData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type FireEventResponse
- func (p *FireEventResponse) Equals(other *FireEventResponse) bool
- func (p *FireEventResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *FireEventResponse) String() string
- func (p *FireEventResponse) Validate() error
- func (p *FireEventResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ForeignKeysRequest
- func (p *ForeignKeysRequest) Equals(other *ForeignKeysRequest) bool
- func (p *ForeignKeysRequest) GetForeignDbName() string
- func (p *ForeignKeysRequest) GetForeignTblName() string
- func (p *ForeignKeysRequest) GetParentDbName() string
- func (p *ForeignKeysRequest) GetParentTblName() string
- func (p *ForeignKeysRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysRequest) String() string
- func (p *ForeignKeysRequest) Validate() error
- func (p *ForeignKeysRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ForeignKeysResponse
- func (p *ForeignKeysResponse) Equals(other *ForeignKeysResponse) bool
- func (p *ForeignKeysResponse) GetForeignKeys() []*SQLForeignKey
- func (p *ForeignKeysResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ForeignKeysResponse) String() string
- func (p *ForeignKeysResponse) Validate() error
- func (p *ForeignKeysResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Function
- func (p *Function) Equals(other *Function) bool
- func (p *Function) GetClassName() string
- func (p *Function) GetCreateTime() int32
- func (p *Function) GetDbName() string
- func (p *Function) GetFunctionName() string
- func (p *Function) GetFunctionType() FunctionType
- func (p *Function) GetOwnerName() string
- func (p *Function) GetOwnerType() PrincipalType
- func (p *Function) GetResourceUris() []*ResourceUri
- func (p *Function) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Function) String() string
- func (p *Function) Validate() error
- func (p *Function) Write(ctx context.Context, oprot thrift.TProtocol) error
- type FunctionType
- type GetAllFunctionsResponse
- func (p *GetAllFunctionsResponse) Equals(other *GetAllFunctionsResponse) bool
- func (p *GetAllFunctionsResponse) GetFunctions() []*Function
- func (p *GetAllFunctionsResponse) IsSetFunctions() bool
- func (p *GetAllFunctionsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllFunctionsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetAllFunctionsResponse) String() string
- func (p *GetAllFunctionsResponse) Validate() error
- func (p *GetAllFunctionsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetFileMetadataByExprRequest
- func (p *GetFileMetadataByExprRequest) Equals(other *GetFileMetadataByExprRequest) bool
- func (p *GetFileMetadataByExprRequest) GetDoGetFooters() bool
- func (p *GetFileMetadataByExprRequest) GetExpr() []byte
- func (p *GetFileMetadataByExprRequest) GetFileIds() []int64
- func (p *GetFileMetadataByExprRequest) GetType() FileMetadataExprType
- func (p *GetFileMetadataByExprRequest) IsSetDoGetFooters() bool
- func (p *GetFileMetadataByExprRequest) IsSetType() bool
- func (p *GetFileMetadataByExprRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprRequest) String() string
- func (p *GetFileMetadataByExprRequest) Validate() error
- func (p *GetFileMetadataByExprRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetFileMetadataByExprResult_
- func (p *GetFileMetadataByExprResult_) Equals(other *GetFileMetadataByExprResult_) bool
- func (p *GetFileMetadataByExprResult_) GetIsSupported() bool
- func (p *GetFileMetadataByExprResult_) GetMetadata() map[int64]*MetadataPpdResult_
- func (p *GetFileMetadataByExprResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataByExprResult_) String() string
- func (p *GetFileMetadataByExprResult_) Validate() error
- func (p *GetFileMetadataByExprResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetFileMetadataRequest
- func (p *GetFileMetadataRequest) Equals(other *GetFileMetadataRequest) bool
- func (p *GetFileMetadataRequest) GetFileIds() []int64
- func (p *GetFileMetadataRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataRequest) String() string
- func (p *GetFileMetadataRequest) Validate() error
- func (p *GetFileMetadataRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetFileMetadataResult_
- func (p *GetFileMetadataResult_) Equals(other *GetFileMetadataResult_) bool
- func (p *GetFileMetadataResult_) GetIsSupported() bool
- func (p *GetFileMetadataResult_) GetMetadata() map[int64][]byte
- func (p *GetFileMetadataResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetFileMetadataResult_) String() string
- func (p *GetFileMetadataResult_) Validate() error
- func (p *GetFileMetadataResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetOpenTxnsInfoResponse
- func (p *GetOpenTxnsInfoResponse) Equals(other *GetOpenTxnsInfoResponse) bool
- func (p *GetOpenTxnsInfoResponse) GetOpenTxns() []*TxnInfo
- func (p *GetOpenTxnsInfoResponse) GetTxnHighWaterMark() int64
- func (p *GetOpenTxnsInfoResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsInfoResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsInfoResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsInfoResponse) String() string
- func (p *GetOpenTxnsInfoResponse) Validate() error
- func (p *GetOpenTxnsInfoResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetOpenTxnsResponse
- func (p *GetOpenTxnsResponse) Equals(other *GetOpenTxnsResponse) bool
- func (p *GetOpenTxnsResponse) GetAbortedBits() []byte
- func (p *GetOpenTxnsResponse) GetMinOpenTxn() int64
- func (p *GetOpenTxnsResponse) GetOpenTxns() []int64
- func (p *GetOpenTxnsResponse) GetTxnHighWaterMark() int64
- func (p *GetOpenTxnsResponse) IsSetMinOpenTxn() bool
- func (p *GetOpenTxnsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetOpenTxnsResponse) String() string
- func (p *GetOpenTxnsResponse) Validate() error
- func (p *GetOpenTxnsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetPrincipalsInRoleRequest
- func (p *GetPrincipalsInRoleRequest) Equals(other *GetPrincipalsInRoleRequest) bool
- func (p *GetPrincipalsInRoleRequest) GetRoleName() string
- func (p *GetPrincipalsInRoleRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPrincipalsInRoleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPrincipalsInRoleRequest) String() string
- func (p *GetPrincipalsInRoleRequest) Validate() error
- func (p *GetPrincipalsInRoleRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetPrincipalsInRoleResponse
- func (p *GetPrincipalsInRoleResponse) Equals(other *GetPrincipalsInRoleResponse) bool
- func (p *GetPrincipalsInRoleResponse) GetPrincipalGrants() []*RolePrincipalGrant
- func (p *GetPrincipalsInRoleResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPrincipalsInRoleResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetPrincipalsInRoleResponse) String() string
- func (p *GetPrincipalsInRoleResponse) Validate() error
- func (p *GetPrincipalsInRoleResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetRoleGrantsForPrincipalRequest
- func (p *GetRoleGrantsForPrincipalRequest) Equals(other *GetRoleGrantsForPrincipalRequest) bool
- func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalName() string
- func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalType() PrincipalType
- func (p *GetRoleGrantsForPrincipalRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetRoleGrantsForPrincipalRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetRoleGrantsForPrincipalRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetRoleGrantsForPrincipalRequest) String() string
- func (p *GetRoleGrantsForPrincipalRequest) Validate() error
- func (p *GetRoleGrantsForPrincipalRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetRoleGrantsForPrincipalResponse
- func (p *GetRoleGrantsForPrincipalResponse) Equals(other *GetRoleGrantsForPrincipalResponse) bool
- func (p *GetRoleGrantsForPrincipalResponse) GetPrincipalGrants() []*RolePrincipalGrant
- func (p *GetRoleGrantsForPrincipalResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetRoleGrantsForPrincipalResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetRoleGrantsForPrincipalResponse) String() string
- func (p *GetRoleGrantsForPrincipalResponse) Validate() error
- func (p *GetRoleGrantsForPrincipalResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTableRequest
- func (p *GetTableRequest) Equals(other *GetTableRequest) bool
- func (p *GetTableRequest) GetCapabilities() *ClientCapabilities
- func (p *GetTableRequest) GetDbName() string
- func (p *GetTableRequest) GetTblName() string
- func (p *GetTableRequest) IsSetCapabilities() bool
- func (p *GetTableRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableRequest) String() string
- func (p *GetTableRequest) Validate() error
- func (p *GetTableRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTableResult_
- func (p *GetTableResult_) Equals(other *GetTableResult_) bool
- func (p *GetTableResult_) GetTable() *Table
- func (p *GetTableResult_) IsSetTable() bool
- func (p *GetTableResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTableResult_) String() string
- func (p *GetTableResult_) Validate() error
- func (p *GetTableResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTablesRequest
- func (p *GetTablesRequest) Equals(other *GetTablesRequest) bool
- func (p *GetTablesRequest) GetCapabilities() *ClientCapabilities
- func (p *GetTablesRequest) GetDbName() string
- func (p *GetTablesRequest) GetTblNames() []string
- func (p *GetTablesRequest) IsSetCapabilities() bool
- func (p *GetTablesRequest) IsSetTblNames() bool
- func (p *GetTablesRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesRequest) String() string
- func (p *GetTablesRequest) Validate() error
- func (p *GetTablesRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GetTablesResult_
- func (p *GetTablesResult_) Equals(other *GetTablesResult_) bool
- func (p *GetTablesResult_) GetTables() []*Table
- func (p *GetTablesResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GetTablesResult_) String() string
- func (p *GetTablesResult_) Validate() error
- func (p *GetTablesResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRevokePrivilegeRequest
- func (p *GrantRevokePrivilegeRequest) Equals(other *GrantRevokePrivilegeRequest) bool
- func (p *GrantRevokePrivilegeRequest) GetPrivileges() *PrivilegeBag
- func (p *GrantRevokePrivilegeRequest) GetRequestType() GrantRevokeType
- func (p *GrantRevokePrivilegeRequest) GetRevokeGrantOption() bool
- func (p *GrantRevokePrivilegeRequest) IsSetPrivileges() bool
- func (p *GrantRevokePrivilegeRequest) IsSetRevokeGrantOption() bool
- func (p *GrantRevokePrivilegeRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeRequest) String() string
- func (p *GrantRevokePrivilegeRequest) Validate() error
- func (p *GrantRevokePrivilegeRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRevokePrivilegeResponse
- func (p *GrantRevokePrivilegeResponse) Equals(other *GrantRevokePrivilegeResponse) bool
- func (p *GrantRevokePrivilegeResponse) GetSuccess() bool
- func (p *GrantRevokePrivilegeResponse) IsSetSuccess() bool
- func (p *GrantRevokePrivilegeResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokePrivilegeResponse) String() string
- func (p *GrantRevokePrivilegeResponse) Validate() error
- func (p *GrantRevokePrivilegeResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRevokeRoleRequest
- func (p *GrantRevokeRoleRequest) Equals(other *GrantRevokeRoleRequest) bool
- func (p *GrantRevokeRoleRequest) GetGrantOption() bool
- func (p *GrantRevokeRoleRequest) GetGrantor() string
- func (p *GrantRevokeRoleRequest) GetGrantorType() PrincipalType
- func (p *GrantRevokeRoleRequest) GetPrincipalName() string
- func (p *GrantRevokeRoleRequest) GetPrincipalType() PrincipalType
- func (p *GrantRevokeRoleRequest) GetRequestType() GrantRevokeType
- func (p *GrantRevokeRoleRequest) GetRoleName() string
- func (p *GrantRevokeRoleRequest) IsSetGrantOption() bool
- func (p *GrantRevokeRoleRequest) IsSetGrantor() bool
- func (p *GrantRevokeRoleRequest) IsSetGrantorType() bool
- func (p *GrantRevokeRoleRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleRequest) String() string
- func (p *GrantRevokeRoleRequest) Validate() error
- func (p *GrantRevokeRoleRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRevokeRoleResponse
- func (p *GrantRevokeRoleResponse) Equals(other *GrantRevokeRoleResponse) bool
- func (p *GrantRevokeRoleResponse) GetSuccess() bool
- func (p *GrantRevokeRoleResponse) IsSetSuccess() bool
- func (p *GrantRevokeRoleResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *GrantRevokeRoleResponse) String() string
- func (p *GrantRevokeRoleResponse) Validate() error
- func (p *GrantRevokeRoleResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type GrantRevokeType
- type HeartbeatRequest
- func (p *HeartbeatRequest) Equals(other *HeartbeatRequest) bool
- func (p *HeartbeatRequest) GetLockid() int64
- func (p *HeartbeatRequest) GetTxnid() int64
- func (p *HeartbeatRequest) IsSetLockid() bool
- func (p *HeartbeatRequest) IsSetTxnid() bool
- func (p *HeartbeatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatRequest) String() string
- func (p *HeartbeatRequest) Validate() error
- func (p *HeartbeatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HeartbeatTxnRangeRequest
- func (p *HeartbeatTxnRangeRequest) Equals(other *HeartbeatTxnRangeRequest) bool
- func (p *HeartbeatTxnRangeRequest) GetMax() int64
- func (p *HeartbeatTxnRangeRequest) GetMin() int64
- func (p *HeartbeatTxnRangeRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeRequest) String() string
- func (p *HeartbeatTxnRangeRequest) Validate() error
- func (p *HeartbeatTxnRangeRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HeartbeatTxnRangeResponse
- func (p *HeartbeatTxnRangeResponse) Equals(other *HeartbeatTxnRangeResponse) bool
- func (p *HeartbeatTxnRangeResponse) GetAborted() []int64
- func (p *HeartbeatTxnRangeResponse) GetNosuch() []int64
- func (p *HeartbeatTxnRangeResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HeartbeatTxnRangeResponse) String() string
- func (p *HeartbeatTxnRangeResponse) Validate() error
- func (p *HeartbeatTxnRangeResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HiveObjectPrivilege
- func (p *HiveObjectPrivilege) Equals(other *HiveObjectPrivilege) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectPrivilege) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectPrivilege) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectPrivilege) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectPrivilege) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectPrivilege) String() string
- func (p *HiveObjectPrivilege) Validate() error
- func (p *HiveObjectPrivilege) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HiveObjectRef
- func (p *HiveObjectRef) Equals(other *HiveObjectRef) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *HiveObjectRef) String() string
- func (p *HiveObjectRef) Validate() error
- func (p *HiveObjectRef) Write(ctx context.Context, oprot thrift.TProtocol) error
- type HiveObjectType
- type Index
- func (p *Index) Equals(other *Index) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Index) String() string
- func (p *Index) Validate() error
- func (p *Index) Write(ctx context.Context, oprot thrift.TProtocol) error
- type IndexAlreadyExistsException
- func (p *IndexAlreadyExistsException) Equals(other *IndexAlreadyExistsException) bool
- func (p *IndexAlreadyExistsException) Error() string
- func (p *IndexAlreadyExistsException) GetMessage() string
- func (p *IndexAlreadyExistsException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexAlreadyExistsException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *IndexAlreadyExistsException) String() string
- func (IndexAlreadyExistsException) TExceptionType() thrift.TExceptionType
- func (p *IndexAlreadyExistsException) Validate() error
- func (p *IndexAlreadyExistsException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InsertEventRequestData
- func (p *InsertEventRequestData) Equals(other *InsertEventRequestData) bool
- func (p *InsertEventRequestData) GetFilesAdded() []string
- func (p *InsertEventRequestData) GetFilesAddedChecksum() []string
- func (p *InsertEventRequestData) GetReplace() bool
- func (p *InsertEventRequestData) IsSetFilesAddedChecksum() bool
- func (p *InsertEventRequestData) IsSetReplace() bool
- func (p *InsertEventRequestData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InsertEventRequestData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InsertEventRequestData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InsertEventRequestData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InsertEventRequestData) String() string
- func (p *InsertEventRequestData) Validate() error
- func (p *InsertEventRequestData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InvalidInputException
- func (p *InvalidInputException) Equals(other *InvalidInputException) bool
- func (p *InvalidInputException) Error() string
- func (p *InvalidInputException) GetMessage() string
- func (p *InvalidInputException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidInputException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidInputException) String() string
- func (InvalidInputException) TExceptionType() thrift.TExceptionType
- func (p *InvalidInputException) Validate() error
- func (p *InvalidInputException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InvalidObjectException
- func (p *InvalidObjectException) Equals(other *InvalidObjectException) bool
- func (p *InvalidObjectException) Error() string
- func (p *InvalidObjectException) GetMessage() string
- func (p *InvalidObjectException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidObjectException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidObjectException) String() string
- func (InvalidObjectException) TExceptionType() thrift.TExceptionType
- func (p *InvalidObjectException) Validate() error
- func (p *InvalidObjectException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InvalidOperationException
- func (p *InvalidOperationException) Equals(other *InvalidOperationException) bool
- func (p *InvalidOperationException) Error() string
- func (p *InvalidOperationException) GetMessage() string
- func (p *InvalidOperationException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidOperationException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidOperationException) String() string
- func (InvalidOperationException) TExceptionType() thrift.TExceptionType
- func (p *InvalidOperationException) Validate() error
- func (p *InvalidOperationException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type InvalidPartitionException
- func (p *InvalidPartitionException) Equals(other *InvalidPartitionException) bool
- func (p *InvalidPartitionException) Error() string
- func (p *InvalidPartitionException) GetMessage() string
- func (p *InvalidPartitionException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidPartitionException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *InvalidPartitionException) String() string
- func (InvalidPartitionException) TExceptionType() thrift.TExceptionType
- func (p *InvalidPartitionException) Validate() error
- func (p *InvalidPartitionException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LockComponent
- func (p *LockComponent) Equals(other *LockComponent) bool
- func (p *LockComponent) GetDbname() string
- func (p *LockComponent) GetIsAcid() bool
- func (p *LockComponent) GetIsDynamicPartitionWrite() bool
- func (p *LockComponent) GetLevel() LockLevel
- func (p *LockComponent) GetOperationType() DataOperationType
- func (p *LockComponent) GetPartitionname() string
- func (p *LockComponent) GetTablename() string
- func (p *LockComponent) GetType() LockType
- func (p *LockComponent) IsSetIsAcid() bool
- func (p *LockComponent) IsSetIsDynamicPartitionWrite() bool
- func (p *LockComponent) IsSetOperationType() bool
- func (p *LockComponent) IsSetPartitionname() bool
- func (p *LockComponent) IsSetTablename() bool
- func (p *LockComponent) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockComponent) String() string
- func (p *LockComponent) Validate() error
- func (p *LockComponent) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LockLevel
- type LockRequest
- func (p *LockRequest) Equals(other *LockRequest) bool
- func (p *LockRequest) GetAgentInfo() string
- func (p *LockRequest) GetComponent() []*LockComponent
- func (p *LockRequest) GetHostname() string
- func (p *LockRequest) GetTxnid() int64
- func (p *LockRequest) GetUser() string
- func (p *LockRequest) IsSetAgentInfo() bool
- func (p *LockRequest) IsSetTxnid() bool
- func (p *LockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockRequest) String() string
- func (p *LockRequest) Validate() error
- func (p *LockRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LockResponse
- func (p *LockResponse) Equals(other *LockResponse) bool
- func (p *LockResponse) GetLockid() int64
- func (p *LockResponse) GetState() LockState
- func (p *LockResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LockResponse) String() string
- func (p *LockResponse) Validate() error
- func (p *LockResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type LockState
- type LockType
- type LongColumnStatsData
- func (p *LongColumnStatsData) Equals(other *LongColumnStatsData) bool
- func (p *LongColumnStatsData) GetBitVectors() []byte
- func (p *LongColumnStatsData) GetHighValue() int64
- func (p *LongColumnStatsData) GetLowValue() int64
- func (p *LongColumnStatsData) GetNumDVs() int64
- func (p *LongColumnStatsData) GetNumNulls() int64
- func (p *LongColumnStatsData) IsSetBitVectors() bool
- func (p *LongColumnStatsData) IsSetHighValue() bool
- func (p *LongColumnStatsData) IsSetLowValue() bool
- func (p *LongColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *LongColumnStatsData) String() string
- func (p *LongColumnStatsData) Validate() error
- func (p *LongColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetaException
- func (p *MetaException) Equals(other *MetaException) bool
- func (p *MetaException) Error() string
- func (p *MetaException) GetMessage() string
- func (p *MetaException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetaException) String() string
- func (MetaException) TExceptionType() thrift.TExceptionType
- func (p *MetaException) Validate() error
- func (p *MetaException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type MetadataPpdResult_
- func (p *MetadataPpdResult_) Equals(other *MetadataPpdResult_) bool
- func (p *MetadataPpdResult_) GetIncludeBitset() []byte
- func (p *MetadataPpdResult_) GetMetadata() []byte
- func (p *MetadataPpdResult_) IsSetIncludeBitset() bool
- func (p *MetadataPpdResult_) IsSetMetadata() bool
- func (p *MetadataPpdResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetadataPpdResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetadataPpdResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *MetadataPpdResult_) String() string
- func (p *MetadataPpdResult_) Validate() error
- func (p *MetadataPpdResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NoSuchLockException
- func (p *NoSuchLockException) Equals(other *NoSuchLockException) bool
- func (p *NoSuchLockException) Error() string
- func (p *NoSuchLockException) GetMessage() string
- func (p *NoSuchLockException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchLockException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchLockException) String() string
- func (NoSuchLockException) TExceptionType() thrift.TExceptionType
- func (p *NoSuchLockException) Validate() error
- func (p *NoSuchLockException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NoSuchObjectException
- func (p *NoSuchObjectException) Equals(other *NoSuchObjectException) bool
- func (p *NoSuchObjectException) Error() string
- func (p *NoSuchObjectException) GetMessage() string
- func (p *NoSuchObjectException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchObjectException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchObjectException) String() string
- func (NoSuchObjectException) TExceptionType() thrift.TExceptionType
- func (p *NoSuchObjectException) Validate() error
- func (p *NoSuchObjectException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NoSuchTxnException
- func (p *NoSuchTxnException) Equals(other *NoSuchTxnException) bool
- func (p *NoSuchTxnException) Error() string
- func (p *NoSuchTxnException) GetMessage() string
- func (p *NoSuchTxnException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchTxnException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NoSuchTxnException) String() string
- func (NoSuchTxnException) TExceptionType() thrift.TExceptionType
- func (p *NoSuchTxnException) Validate() error
- func (p *NoSuchTxnException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotNullConstraintsRequest
- func (p *NotNullConstraintsRequest) Equals(other *NotNullConstraintsRequest) bool
- func (p *NotNullConstraintsRequest) GetDbName() string
- func (p *NotNullConstraintsRequest) GetTblName() string
- func (p *NotNullConstraintsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotNullConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotNullConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotNullConstraintsRequest) String() string
- func (p *NotNullConstraintsRequest) Validate() error
- func (p *NotNullConstraintsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotNullConstraintsResponse
- func (p *NotNullConstraintsResponse) Equals(other *NotNullConstraintsResponse) bool
- func (p *NotNullConstraintsResponse) GetNotNullConstraints() []*SQLNotNullConstraint
- func (p *NotNullConstraintsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotNullConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotNullConstraintsResponse) String() string
- func (p *NotNullConstraintsResponse) Validate() error
- func (p *NotNullConstraintsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotificationEvent
- func (p *NotificationEvent) Equals(other *NotificationEvent) bool
- func (p *NotificationEvent) GetDbName() string
- func (p *NotificationEvent) GetEventId() int64
- func (p *NotificationEvent) GetEventTime() int32
- func (p *NotificationEvent) GetEventType() string
- func (p *NotificationEvent) GetMessage() string
- func (p *NotificationEvent) GetMessageFormat() string
- func (p *NotificationEvent) GetTableName() string
- func (p *NotificationEvent) IsSetDbName() bool
- func (p *NotificationEvent) IsSetMessageFormat() bool
- func (p *NotificationEvent) IsSetTableName() bool
- func (p *NotificationEvent) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEvent) String() string
- func (p *NotificationEvent) Validate() error
- func (p *NotificationEvent) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotificationEventRequest
- func (p *NotificationEventRequest) Equals(other *NotificationEventRequest) bool
- func (p *NotificationEventRequest) GetLastEvent() int64
- func (p *NotificationEventRequest) GetMaxEvents() int32
- func (p *NotificationEventRequest) IsSetMaxEvents() bool
- func (p *NotificationEventRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventRequest) String() string
- func (p *NotificationEventRequest) Validate() error
- func (p *NotificationEventRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotificationEventResponse
- func (p *NotificationEventResponse) Equals(other *NotificationEventResponse) bool
- func (p *NotificationEventResponse) GetEvents() []*NotificationEvent
- func (p *NotificationEventResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventResponse) String() string
- func (p *NotificationEventResponse) Validate() error
- func (p *NotificationEventResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotificationEventsCountRequest
- func (p *NotificationEventsCountRequest) Equals(other *NotificationEventsCountRequest) bool
- func (p *NotificationEventsCountRequest) GetDbName() string
- func (p *NotificationEventsCountRequest) GetFromEventId() int64
- func (p *NotificationEventsCountRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventsCountRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventsCountRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventsCountRequest) String() string
- func (p *NotificationEventsCountRequest) Validate() error
- func (p *NotificationEventsCountRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type NotificationEventsCountResponse
- func (p *NotificationEventsCountResponse) Equals(other *NotificationEventsCountResponse) bool
- func (p *NotificationEventsCountResponse) GetEventsCount() int64
- func (p *NotificationEventsCountResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventsCountResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *NotificationEventsCountResponse) String() string
- func (p *NotificationEventsCountResponse) Validate() error
- func (p *NotificationEventsCountResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type OpenTxnRequest
- func (p *OpenTxnRequest) Equals(other *OpenTxnRequest) bool
- func (p *OpenTxnRequest) GetAgentInfo() string
- func (p *OpenTxnRequest) GetHostname() string
- func (p *OpenTxnRequest) GetNumTxns() int32
- func (p *OpenTxnRequest) GetUser() string
- func (p *OpenTxnRequest) IsSetAgentInfo() bool
- func (p *OpenTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnRequest) String() string
- func (p *OpenTxnRequest) Validate() error
- func (p *OpenTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type OpenTxnsResponse
- func (p *OpenTxnsResponse) Equals(other *OpenTxnsResponse) bool
- func (p *OpenTxnsResponse) GetTxnIds() []int64
- func (p *OpenTxnsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *OpenTxnsResponse) String() string
- func (p *OpenTxnsResponse) Validate() error
- func (p *OpenTxnsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Order
- func (p *Order) Equals(other *Order) bool
- func (p *Order) GetCol() string
- func (p *Order) GetOrder() int32
- func (p *Order) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Order) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Order) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Order) String() string
- func (p *Order) Validate() error
- func (p *Order) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Partition
- func (p *Partition) Equals(other *Partition) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Partition) String() string
- func (p *Partition) Validate() error
- func (p *Partition) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionEventType
- type PartitionListComposingSpec
- func (p *PartitionListComposingSpec) Equals(other *PartitionListComposingSpec) bool
- func (p *PartitionListComposingSpec) GetPartitions() []*Partition
- func (p *PartitionListComposingSpec) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionListComposingSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionListComposingSpec) String() string
- func (p *PartitionListComposingSpec) Validate() error
- func (p *PartitionListComposingSpec) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionSpec
- func (p *PartitionSpec) Equals(other *PartitionSpec) bool
- func (p *PartitionSpec) GetDbName() string
- func (p *PartitionSpec) GetPartitionList() *PartitionListComposingSpec
- func (p *PartitionSpec) GetRootPath() string
- func (p *PartitionSpec) GetSharedSDPartitionSpec() *PartitionSpecWithSharedSD
- func (p *PartitionSpec) GetTableName() string
- func (p *PartitionSpec) IsSetPartitionList() bool
- func (p *PartitionSpec) IsSetSharedSDPartitionSpec() bool
- func (p *PartitionSpec) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpec) String() string
- func (p *PartitionSpec) Validate() error
- func (p *PartitionSpec) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionSpecWithSharedSD
- func (p *PartitionSpecWithSharedSD) Equals(other *PartitionSpecWithSharedSD) bool
- func (p *PartitionSpecWithSharedSD) GetPartitions() []*PartitionWithoutSD
- func (p *PartitionSpecWithSharedSD) GetSd() *StorageDescriptor
- func (p *PartitionSpecWithSharedSD) IsSetSd() bool
- func (p *PartitionSpecWithSharedSD) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpecWithSharedSD) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpecWithSharedSD) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionSpecWithSharedSD) String() string
- func (p *PartitionSpecWithSharedSD) Validate() error
- func (p *PartitionSpecWithSharedSD) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionValuesRequest
- func (p *PartitionValuesRequest) Equals(other *PartitionValuesRequest) bool
- func (p *PartitionValuesRequest) GetApplyDistinct() bool
- func (p *PartitionValuesRequest) GetAscending() bool
- func (p *PartitionValuesRequest) GetDbName() string
- func (p *PartitionValuesRequest) GetFilter() string
- func (p *PartitionValuesRequest) GetMaxParts() int64
- func (p *PartitionValuesRequest) GetPartitionKeys() []*FieldSchema
- func (p *PartitionValuesRequest) GetPartitionOrder() []*FieldSchema
- func (p *PartitionValuesRequest) GetTblName() string
- func (p *PartitionValuesRequest) IsSetApplyDistinct() bool
- func (p *PartitionValuesRequest) IsSetAscending() bool
- func (p *PartitionValuesRequest) IsSetFilter() bool
- func (p *PartitionValuesRequest) IsSetMaxParts() bool
- func (p *PartitionValuesRequest) IsSetPartitionOrder() bool
- func (p *PartitionValuesRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRequest) String() string
- func (p *PartitionValuesRequest) Validate() error
- func (p *PartitionValuesRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionValuesResponse
- func (p *PartitionValuesResponse) Equals(other *PartitionValuesResponse) bool
- func (p *PartitionValuesResponse) GetPartitionValues() []*PartitionValuesRow
- func (p *PartitionValuesResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesResponse) String() string
- func (p *PartitionValuesResponse) Validate() error
- func (p *PartitionValuesResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionValuesRow
- func (p *PartitionValuesRow) Equals(other *PartitionValuesRow) bool
- func (p *PartitionValuesRow) GetRow() []string
- func (p *PartitionValuesRow) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRow) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionValuesRow) String() string
- func (p *PartitionValuesRow) Validate() error
- func (p *PartitionValuesRow) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionWithoutSD
- func (p *PartitionWithoutSD) Equals(other *PartitionWithoutSD) bool
- func (p *PartitionWithoutSD) GetCreateTime() int32
- func (p *PartitionWithoutSD) GetLastAccessTime() int32
- func (p *PartitionWithoutSD) GetParameters() map[string]string
- func (p *PartitionWithoutSD) GetPrivileges() *PrincipalPrivilegeSet
- func (p *PartitionWithoutSD) GetRelativePath() string
- func (p *PartitionWithoutSD) GetValues() []string
- func (p *PartitionWithoutSD) IsSetPrivileges() bool
- func (p *PartitionWithoutSD) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionWithoutSD) String() string
- func (p *PartitionWithoutSD) Validate() error
- func (p *PartitionWithoutSD) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionsByExprRequest
- func (p *PartitionsByExprRequest) Equals(other *PartitionsByExprRequest) bool
- func (p *PartitionsByExprRequest) GetDbName() string
- func (p *PartitionsByExprRequest) GetDefaultPartitionName() string
- func (p *PartitionsByExprRequest) GetExpr() []byte
- func (p *PartitionsByExprRequest) GetMaxParts() int16
- func (p *PartitionsByExprRequest) GetTblName() string
- func (p *PartitionsByExprRequest) IsSetDefaultPartitionName() bool
- func (p *PartitionsByExprRequest) IsSetMaxParts() bool
- func (p *PartitionsByExprRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprRequest) String() string
- func (p *PartitionsByExprRequest) Validate() error
- func (p *PartitionsByExprRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionsByExprResult_
- func (p *PartitionsByExprResult_) Equals(other *PartitionsByExprResult_) bool
- func (p *PartitionsByExprResult_) GetHasUnknownPartitions() bool
- func (p *PartitionsByExprResult_) GetPartitions() []*Partition
- func (p *PartitionsByExprResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsByExprResult_) String() string
- func (p *PartitionsByExprResult_) Validate() error
- func (p *PartitionsByExprResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionsStatsRequest
- func (p *PartitionsStatsRequest) Equals(other *PartitionsStatsRequest) bool
- func (p *PartitionsStatsRequest) GetColNames() []string
- func (p *PartitionsStatsRequest) GetDbName() string
- func (p *PartitionsStatsRequest) GetPartNames() []string
- func (p *PartitionsStatsRequest) GetTblName() string
- func (p *PartitionsStatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsRequest) String() string
- func (p *PartitionsStatsRequest) Validate() error
- func (p *PartitionsStatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PartitionsStatsResult_
- func (p *PartitionsStatsResult_) Equals(other *PartitionsStatsResult_) bool
- func (p *PartitionsStatsResult_) GetPartStats() map[string][]*ColumnStatisticsObj
- func (p *PartitionsStatsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PartitionsStatsResult_) String() string
- func (p *PartitionsStatsResult_) Validate() error
- func (p *PartitionsStatsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryKeysRequest
- func (p *PrimaryKeysRequest) Equals(other *PrimaryKeysRequest) bool
- func (p *PrimaryKeysRequest) GetDbName() string
- func (p *PrimaryKeysRequest) GetTblName() string
- func (p *PrimaryKeysRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryKeysRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryKeysRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryKeysRequest) String() string
- func (p *PrimaryKeysRequest) Validate() error
- func (p *PrimaryKeysRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrimaryKeysResponse
- func (p *PrimaryKeysResponse) Equals(other *PrimaryKeysResponse) bool
- func (p *PrimaryKeysResponse) GetPrimaryKeys() []*SQLPrimaryKey
- func (p *PrimaryKeysResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryKeysResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrimaryKeysResponse) String() string
- func (p *PrimaryKeysResponse) Validate() error
- func (p *PrimaryKeysResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrincipalPrivilegeSet
- func (p *PrincipalPrivilegeSet) Equals(other *PrincipalPrivilegeSet) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrincipalPrivilegeSet) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrincipalPrivilegeSet) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrincipalPrivilegeSet) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrincipalPrivilegeSet) String() string
- func (p *PrincipalPrivilegeSet) Validate() error
- func (p *PrincipalPrivilegeSet) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrincipalType
- type PrivilegeBag
- func (p *PrivilegeBag) Equals(other *PrivilegeBag) bool
- func (p *PrivilegeBag) GetPrivileges() []*HiveObjectPrivilege
- func (p *PrivilegeBag) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeBag) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeBag) String() string
- func (p *PrivilegeBag) Validate() error
- func (p *PrivilegeBag) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PrivilegeGrantInfo
- func (p *PrivilegeGrantInfo) Equals(other *PrivilegeGrantInfo) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PrivilegeGrantInfo) String() string
- func (p *PrivilegeGrantInfo) Validate() error
- func (p *PrivilegeGrantInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PutFileMetadataRequest
- func (p *PutFileMetadataRequest) Equals(other *PutFileMetadataRequest) bool
- func (p *PutFileMetadataRequest) GetFileIds() []int64
- func (p *PutFileMetadataRequest) GetMetadata() [][]byte
- func (p *PutFileMetadataRequest) GetType() FileMetadataExprType
- func (p *PutFileMetadataRequest) IsSetType() bool
- func (p *PutFileMetadataRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PutFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PutFileMetadataRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PutFileMetadataRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PutFileMetadataRequest) String() string
- func (p *PutFileMetadataRequest) Validate() error
- func (p *PutFileMetadataRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type PutFileMetadataResult_
- func (p *PutFileMetadataResult_) Equals(other *PutFileMetadataResult_) bool
- func (p *PutFileMetadataResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *PutFileMetadataResult_) String() string
- func (p *PutFileMetadataResult_) Validate() error
- func (p *PutFileMetadataResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RequestPartsSpec
- func (p *RequestPartsSpec) CountSetFieldsRequestPartsSpec() int
- func (p *RequestPartsSpec) Equals(other *RequestPartsSpec) bool
- func (p *RequestPartsSpec) GetExprs() []*DropPartitionsExpr
- func (p *RequestPartsSpec) GetNames() []string
- func (p *RequestPartsSpec) IsSetExprs() bool
- func (p *RequestPartsSpec) IsSetNames() bool
- func (p *RequestPartsSpec) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RequestPartsSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RequestPartsSpec) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RequestPartsSpec) String() string
- func (p *RequestPartsSpec) Validate() error
- func (p *RequestPartsSpec) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ResourceType
- type ResourceUri
- func (p *ResourceUri) Equals(other *ResourceUri) bool
- func (p *ResourceUri) GetResourceType() ResourceType
- func (p *ResourceUri) GetURI() string
- func (p *ResourceUri) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ResourceUri) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ResourceUri) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ResourceUri) String() string
- func (p *ResourceUri) Validate() error
- func (p *ResourceUri) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Role
- func (p *Role) Equals(other *Role) bool
- func (p *Role) GetCreateTime() int32
- func (p *Role) GetOwnerName() string
- func (p *Role) GetRoleName() string
- func (p *Role) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Role) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Role) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Role) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Role) String() string
- func (p *Role) Validate() error
- func (p *Role) Write(ctx context.Context, oprot thrift.TProtocol) error
- type RolePrincipalGrant
- func (p *RolePrincipalGrant) Equals(other *RolePrincipalGrant) bool
- func (p *RolePrincipalGrant) GetGrantOption() bool
- func (p *RolePrincipalGrant) GetGrantTime() int32
- func (p *RolePrincipalGrant) GetGrantorName() string
- func (p *RolePrincipalGrant) GetGrantorPrincipalType() PrincipalType
- func (p *RolePrincipalGrant) GetPrincipalName() string
- func (p *RolePrincipalGrant) GetPrincipalType() PrincipalType
- func (p *RolePrincipalGrant) GetRoleName() string
- func (p *RolePrincipalGrant) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *RolePrincipalGrant) String() string
- func (p *RolePrincipalGrant) Validate() error
- func (p *RolePrincipalGrant) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SQLForeignKey
- func (p *SQLForeignKey) Equals(other *SQLForeignKey) bool
- func (p *SQLForeignKey) GetDeleteRule() int32
- func (p *SQLForeignKey) GetEnableCstr() bool
- func (p *SQLForeignKey) GetFkName() string
- func (p *SQLForeignKey) GetFkcolumnName() string
- func (p *SQLForeignKey) GetFktableDb() string
- func (p *SQLForeignKey) GetFktableName() string
- func (p *SQLForeignKey) GetKeySeq() int32
- func (p *SQLForeignKey) GetPkName() string
- func (p *SQLForeignKey) GetPkcolumnName() string
- func (p *SQLForeignKey) GetPktableDb() string
- func (p *SQLForeignKey) GetPktableName() string
- func (p *SQLForeignKey) GetRelyCstr() bool
- func (p *SQLForeignKey) GetUpdateRule() int32
- func (p *SQLForeignKey) GetValidateCstr() bool
- func (p *SQLForeignKey) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLForeignKey) String() string
- func (p *SQLForeignKey) Validate() error
- func (p *SQLForeignKey) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SQLNotNullConstraint
- func (p *SQLNotNullConstraint) Equals(other *SQLNotNullConstraint) bool
- func (p *SQLNotNullConstraint) GetColumnName() string
- func (p *SQLNotNullConstraint) GetEnableCstr() bool
- func (p *SQLNotNullConstraint) GetNnName() string
- func (p *SQLNotNullConstraint) GetRelyCstr() bool
- func (p *SQLNotNullConstraint) GetTableDb() string
- func (p *SQLNotNullConstraint) GetTableName() string
- func (p *SQLNotNullConstraint) GetValidateCstr() bool
- func (p *SQLNotNullConstraint) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLNotNullConstraint) String() string
- func (p *SQLNotNullConstraint) Validate() error
- func (p *SQLNotNullConstraint) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SQLPrimaryKey
- func (p *SQLPrimaryKey) Equals(other *SQLPrimaryKey) bool
- func (p *SQLPrimaryKey) GetColumnName() string
- func (p *SQLPrimaryKey) GetEnableCstr() bool
- func (p *SQLPrimaryKey) GetKeySeq() int32
- func (p *SQLPrimaryKey) GetPkName() string
- func (p *SQLPrimaryKey) GetRelyCstr() bool
- func (p *SQLPrimaryKey) GetTableDb() string
- func (p *SQLPrimaryKey) GetTableName() string
- func (p *SQLPrimaryKey) GetValidateCstr() bool
- func (p *SQLPrimaryKey) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLPrimaryKey) String() string
- func (p *SQLPrimaryKey) Validate() error
- func (p *SQLPrimaryKey) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SQLUniqueConstraint
- func (p *SQLUniqueConstraint) Equals(other *SQLUniqueConstraint) bool
- func (p *SQLUniqueConstraint) GetColumnName() string
- func (p *SQLUniqueConstraint) GetEnableCstr() bool
- func (p *SQLUniqueConstraint) GetKeySeq() int32
- func (p *SQLUniqueConstraint) GetRelyCstr() bool
- func (p *SQLUniqueConstraint) GetTableDb() string
- func (p *SQLUniqueConstraint) GetTableName() string
- func (p *SQLUniqueConstraint) GetUkName() string
- func (p *SQLUniqueConstraint) GetValidateCstr() bool
- func (p *SQLUniqueConstraint) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SQLUniqueConstraint) String() string
- func (p *SQLUniqueConstraint) Validate() error
- func (p *SQLUniqueConstraint) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Schema
- func (p *Schema) Equals(other *Schema) bool
- func (p *Schema) GetFieldSchemas() []*FieldSchema
- func (p *Schema) GetProperties() map[string]string
- func (p *Schema) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Schema) String() string
- func (p *Schema) Validate() error
- func (p *Schema) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SerDeInfo
- func (p *SerDeInfo) Equals(other *SerDeInfo) bool
- func (p *SerDeInfo) GetName() string
- func (p *SerDeInfo) GetParameters() map[string]string
- func (p *SerDeInfo) GetSerializationLib() string
- func (p *SerDeInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SerDeInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SerDeInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SerDeInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SerDeInfo) String() string
- func (p *SerDeInfo) Validate() error
- func (p *SerDeInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SetPartitionsStatsRequest
- func (p *SetPartitionsStatsRequest) Equals(other *SetPartitionsStatsRequest) bool
- func (p *SetPartitionsStatsRequest) GetColStats() []*ColumnStatistics
- func (p *SetPartitionsStatsRequest) GetNeedMerge() bool
- func (p *SetPartitionsStatsRequest) IsSetNeedMerge() bool
- func (p *SetPartitionsStatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SetPartitionsStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SetPartitionsStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SetPartitionsStatsRequest) String() string
- func (p *SetPartitionsStatsRequest) Validate() error
- func (p *SetPartitionsStatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowCompactRequest
- func (p *ShowCompactRequest) Equals(other *ShowCompactRequest) bool
- func (p *ShowCompactRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactRequest) String() string
- func (p *ShowCompactRequest) Validate() error
- func (p *ShowCompactRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowCompactResponse
- func (p *ShowCompactResponse) Equals(other *ShowCompactResponse) bool
- func (p *ShowCompactResponse) GetCompacts() []*ShowCompactResponseElement
- func (p *ShowCompactResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponse) String() string
- func (p *ShowCompactResponse) Validate() error
- func (p *ShowCompactResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowCompactResponseElement
- func (p *ShowCompactResponseElement) Equals(other *ShowCompactResponseElement) bool
- func (p *ShowCompactResponseElement) GetDbname() string
- func (p *ShowCompactResponseElement) GetEndTime() int64
- func (p *ShowCompactResponseElement) GetHadoopJobId() string
- func (p *ShowCompactResponseElement) GetHightestTxnId() int64
- func (p *ShowCompactResponseElement) GetID() int64
- func (p *ShowCompactResponseElement) GetMetaInfo() string
- func (p *ShowCompactResponseElement) GetPartitionname() string
- func (p *ShowCompactResponseElement) GetRunAs() string
- func (p *ShowCompactResponseElement) GetStart() int64
- func (p *ShowCompactResponseElement) GetState() string
- func (p *ShowCompactResponseElement) GetTablename() string
- func (p *ShowCompactResponseElement) GetType() CompactionType
- func (p *ShowCompactResponseElement) GetWorkerid() string
- func (p *ShowCompactResponseElement) IsSetEndTime() bool
- func (p *ShowCompactResponseElement) IsSetHadoopJobId() bool
- func (p *ShowCompactResponseElement) IsSetHightestTxnId() bool
- func (p *ShowCompactResponseElement) IsSetID() bool
- func (p *ShowCompactResponseElement) IsSetMetaInfo() bool
- func (p *ShowCompactResponseElement) IsSetPartitionname() bool
- func (p *ShowCompactResponseElement) IsSetRunAs() bool
- func (p *ShowCompactResponseElement) IsSetStart() bool
- func (p *ShowCompactResponseElement) IsSetWorkerid() bool
- func (p *ShowCompactResponseElement) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowCompactResponseElement) String() string
- func (p *ShowCompactResponseElement) Validate() error
- func (p *ShowCompactResponseElement) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowLocksRequest
- func (p *ShowLocksRequest) Equals(other *ShowLocksRequest) bool
- func (p *ShowLocksRequest) GetDbname() string
- func (p *ShowLocksRequest) GetIsExtended() bool
- func (p *ShowLocksRequest) GetPartname() string
- func (p *ShowLocksRequest) GetTablename() string
- func (p *ShowLocksRequest) IsSetDbname() bool
- func (p *ShowLocksRequest) IsSetIsExtended() bool
- func (p *ShowLocksRequest) IsSetPartname() bool
- func (p *ShowLocksRequest) IsSetTablename() bool
- func (p *ShowLocksRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksRequest) String() string
- func (p *ShowLocksRequest) Validate() error
- func (p *ShowLocksRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowLocksResponse
- func (p *ShowLocksResponse) Equals(other *ShowLocksResponse) bool
- func (p *ShowLocksResponse) GetLocks() []*ShowLocksResponseElement
- func (p *ShowLocksResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponse) String() string
- func (p *ShowLocksResponse) Validate() error
- func (p *ShowLocksResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ShowLocksResponseElement
- func (p *ShowLocksResponseElement) Equals(other *ShowLocksResponseElement) bool
- func (p *ShowLocksResponseElement) GetAcquiredat() int64
- func (p *ShowLocksResponseElement) GetAgentInfo() string
- func (p *ShowLocksResponseElement) GetBlockedByExtId() int64
- func (p *ShowLocksResponseElement) GetBlockedByIntId() int64
- func (p *ShowLocksResponseElement) GetDbname() string
- func (p *ShowLocksResponseElement) GetHeartbeatCount() int32
- func (p *ShowLocksResponseElement) GetHostname() string
- func (p *ShowLocksResponseElement) GetLastheartbeat() int64
- func (p *ShowLocksResponseElement) GetLockIdInternal() int64
- func (p *ShowLocksResponseElement) GetLockid() int64
- func (p *ShowLocksResponseElement) GetPartname() string
- func (p *ShowLocksResponseElement) GetState() LockState
- func (p *ShowLocksResponseElement) GetTablename() string
- func (p *ShowLocksResponseElement) GetTxnid() int64
- func (p *ShowLocksResponseElement) GetType() LockType
- func (p *ShowLocksResponseElement) GetUser() string
- func (p *ShowLocksResponseElement) IsSetAcquiredat() bool
- func (p *ShowLocksResponseElement) IsSetAgentInfo() bool
- func (p *ShowLocksResponseElement) IsSetBlockedByExtId() bool
- func (p *ShowLocksResponseElement) IsSetBlockedByIntId() bool
- func (p *ShowLocksResponseElement) IsSetHeartbeatCount() bool
- func (p *ShowLocksResponseElement) IsSetLockIdInternal() bool
- func (p *ShowLocksResponseElement) IsSetPartname() bool
- func (p *ShowLocksResponseElement) IsSetTablename() bool
- func (p *ShowLocksResponseElement) IsSetTxnid() bool
- func (p *ShowLocksResponseElement) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField16(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ShowLocksResponseElement) String() string
- func (p *ShowLocksResponseElement) Validate() error
- func (p *ShowLocksResponseElement) Write(ctx context.Context, oprot thrift.TProtocol) error
- type SkewedInfo
- func (p *SkewedInfo) Equals(other *SkewedInfo) bool
- func (p *SkewedInfo) GetSkewedColNames() []string
- func (p *SkewedInfo) GetSkewedColValueLocationMaps() map[string]string
- func (p *SkewedInfo) GetSkewedColValues() [][]string
- func (p *SkewedInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SkewedInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SkewedInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SkewedInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *SkewedInfo) String() string
- func (p *SkewedInfo) Validate() error
- func (p *SkewedInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type StorageDescriptor
- func (p *StorageDescriptor) Equals(other *StorageDescriptor) bool
- 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) GetSkewedInfo() *SkewedInfo
- func (p *StorageDescriptor) GetSortCols() []*Order
- func (p *StorageDescriptor) GetStoredAsSubDirectories() bool
- func (p *StorageDescriptor) IsSetSerdeInfo() bool
- func (p *StorageDescriptor) IsSetSkewedInfo() bool
- func (p *StorageDescriptor) IsSetStoredAsSubDirectories() bool
- func (p *StorageDescriptor) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StorageDescriptor) String() string
- func (p *StorageDescriptor) Validate() error
- func (p *StorageDescriptor) Write(ctx context.Context, oprot thrift.TProtocol) error
- type StringColumnStatsData
- func (p *StringColumnStatsData) Equals(other *StringColumnStatsData) bool
- func (p *StringColumnStatsData) GetAvgColLen() float64
- func (p *StringColumnStatsData) GetBitVectors() []byte
- func (p *StringColumnStatsData) GetMaxColLen() int64
- func (p *StringColumnStatsData) GetNumDVs() int64
- func (p *StringColumnStatsData) GetNumNulls() int64
- func (p *StringColumnStatsData) IsSetBitVectors() bool
- func (p *StringColumnStatsData) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *StringColumnStatsData) String() string
- func (p *StringColumnStatsData) Validate() error
- func (p *StringColumnStatsData) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Table
- func (p *Table) Equals(other *Table) bool
- 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) GetRewriteEnabled() bool
- func (p *Table) GetSd() *StorageDescriptor
- func (p *Table) GetTableName() string
- func (p *Table) GetTableType() string
- func (p *Table) GetTemporary() bool
- func (p *Table) GetViewExpandedText() string
- func (p *Table) GetViewOriginalText() string
- func (p *Table) IsSetPrivileges() bool
- func (p *Table) IsSetRewriteEnabled() bool
- func (p *Table) IsSetSd() bool
- func (p *Table) IsSetTemporary() bool
- func (p *Table) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField10(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField11(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField12(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField13(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField14(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField15(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Table) String() string
- func (p *Table) Validate() error
- func (p *Table) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TableMeta
- func (p *TableMeta) Equals(other *TableMeta) bool
- func (p *TableMeta) GetComments() string
- func (p *TableMeta) GetDbName() string
- func (p *TableMeta) GetTableName() string
- func (p *TableMeta) GetTableType() string
- func (p *TableMeta) IsSetComments() bool
- func (p *TableMeta) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableMeta) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableMeta) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableMeta) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableMeta) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableMeta) String() string
- func (p *TableMeta) Validate() error
- func (p *TableMeta) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TableStatsRequest
- func (p *TableStatsRequest) Equals(other *TableStatsRequest) bool
- func (p *TableStatsRequest) GetColNames() []string
- func (p *TableStatsRequest) GetDbName() string
- func (p *TableStatsRequest) GetTblName() string
- func (p *TableStatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsRequest) String() string
- func (p *TableStatsRequest) Validate() error
- func (p *TableStatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TableStatsResult_
- func (p *TableStatsResult_) Equals(other *TableStatsResult_) bool
- func (p *TableStatsResult_) GetTableStats() []*ColumnStatisticsObj
- func (p *TableStatsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TableStatsResult_) String() string
- func (p *TableStatsResult_) Validate() error
- func (p *TableStatsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastore
- type ThriftHiveMetastoreAbortTxnArgs
- func (p *ThriftHiveMetastoreAbortTxnArgs) GetRqst() *AbortTxnRequest
- func (p *ThriftHiveMetastoreAbortTxnArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreAbortTxnArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnArgs) String() string
- func (p *ThriftHiveMetastoreAbortTxnArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAbortTxnResult
- func (p *ThriftHiveMetastoreAbortTxnResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreAbortTxnResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAbortTxnResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnResult) String() string
- func (p *ThriftHiveMetastoreAbortTxnResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAbortTxnsArgs
- func (p *ThriftHiveMetastoreAbortTxnsArgs) GetRqst() *AbortTxnsRequest
- func (p *ThriftHiveMetastoreAbortTxnsArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreAbortTxnsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnsArgs) String() string
- func (p *ThriftHiveMetastoreAbortTxnsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAbortTxnsResult
- func (p *ThriftHiveMetastoreAbortTxnsResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreAbortTxnsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAbortTxnsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAbortTxnsResult) String() string
- func (p *ThriftHiveMetastoreAbortTxnsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddDynamicPartitionsArgs
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) GetRqst() *AddDynamicPartitions
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) String() string
- func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddDynamicPartitionsResult
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) GetO2() *TxnAbortedException
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) String() string
- func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddForeignKeyArgs
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) GetReq() *AddForeignKeyRequest
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) String() string
- func (p *ThriftHiveMetastoreAddForeignKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddForeignKeyResult
- func (p *ThriftHiveMetastoreAddForeignKeyResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAddForeignKeyResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAddForeignKeyResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddForeignKeyResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddForeignKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddForeignKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddForeignKeyResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddForeignKeyResult) String() string
- func (p *ThriftHiveMetastoreAddForeignKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexArgs) String() string
- func (p *ThriftHiveMetastoreAddIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddIndexResult) String() string
- func (p *ThriftHiveMetastoreAddIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddMasterKeyArgs
- func (p *ThriftHiveMetastoreAddMasterKeyArgs) GetKey() string
- func (p *ThriftHiveMetastoreAddMasterKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddMasterKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddMasterKeyArgs) String() string
- func (p *ThriftHiveMetastoreAddMasterKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddMasterKeyResult
- func (p *ThriftHiveMetastoreAddMasterKeyResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreAddMasterKeyResult) GetSuccess() int32
- func (p *ThriftHiveMetastoreAddMasterKeyResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddMasterKeyResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddMasterKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddMasterKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddMasterKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddMasterKeyResult) String() string
- func (p *ThriftHiveMetastoreAddMasterKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddNotNullConstraintArgs
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) GetReq() *AddNotNullConstraintRequest
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) String() string
- func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddNotNullConstraintResult
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) String() string
- func (p *ThriftHiveMetastoreAddNotNullConstraintResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionArgs
- func (p *ThriftHiveMetastoreAddPartitionArgs) GetNewPart_() *Partition
- func (p *ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_() bool
- func (p *ThriftHiveMetastoreAddPartitionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionArgs) String() string
- func (p *ThriftHiveMetastoreAddPartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionResult) String() string
- func (p *ThriftHiveMetastoreAddPartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetNewPart_() *Partition
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetNewPart_() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetSuccess() *Partition
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsArgs
- func (p *ThriftHiveMetastoreAddPartitionsArgs) GetNewParts_() []*Partition
- func (p *ThriftHiveMetastoreAddPartitionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsArgs) String() string
- func (p *ThriftHiveMetastoreAddPartitionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsPspecArgs
- func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) GetNewParts_() []*PartitionSpec
- func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) String() string
- func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsPspecResult
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetSuccess() int32
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) String() string
- func (p *ThriftHiveMetastoreAddPartitionsPspecResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsReqArgs
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) GetRequest() *AddPartitionsRequest
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) String() string
- func (p *ThriftHiveMetastoreAddPartitionsReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsReqResult
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetSuccess() *AddPartitionsResult_
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) String() string
- func (p *ThriftHiveMetastoreAddPartitionsReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPartitionsResult
- func (p *ThriftHiveMetastoreAddPartitionsResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAddPartitionsResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAddPartitionsResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAddPartitionsResult) GetSuccess() int32
- func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddPartitionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPartitionsResult) String() string
- func (p *ThriftHiveMetastoreAddPartitionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPrimaryKeyArgs
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) GetReq() *AddPrimaryKeyRequest
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) String() string
- func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddPrimaryKeyResult
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) String() string
- func (p *ThriftHiveMetastoreAddPrimaryKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddTokenArgs
- func (p *ThriftHiveMetastoreAddTokenArgs) GetDelegationToken() string
- func (p *ThriftHiveMetastoreAddTokenArgs) GetTokenIdentifier() string
- func (p *ThriftHiveMetastoreAddTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddTokenArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddTokenArgs) String() string
- func (p *ThriftHiveMetastoreAddTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddTokenResult
- func (p *ThriftHiveMetastoreAddTokenResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreAddTokenResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAddTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddTokenResult) String() string
- func (p *ThriftHiveMetastoreAddTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddUniqueConstraintArgs
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) GetReq() *AddUniqueConstraintRequest
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) String() string
- func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAddUniqueConstraintResult
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) String() string
- func (p *ThriftHiveMetastoreAddUniqueConstraintResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterDatabaseArgs
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDb() *Database
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDbname() string
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) IsSetDb() bool
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) String() string
- func (p *ThriftHiveMetastoreAlterDatabaseArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterDatabaseResult) String() string
- func (p *ThriftHiveMetastoreAlterDatabaseResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterFunctionArgs
- func (p *ThriftHiveMetastoreAlterFunctionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAlterFunctionArgs) GetFuncName() string
- func (p *ThriftHiveMetastoreAlterFunctionArgs) GetNewFunc_() *Function
- func (p *ThriftHiveMetastoreAlterFunctionArgs) IsSetNewFunc_() bool
- func (p *ThriftHiveMetastoreAlterFunctionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionArgs) String() string
- func (p *ThriftHiveMetastoreAlterFunctionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterFunctionResult
- func (p *ThriftHiveMetastoreAlterFunctionResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterFunctionResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterFunctionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterFunctionResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterFunctionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterFunctionResult) String() string
- func (p *ThriftHiveMetastoreAlterFunctionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexArgs) String() string
- func (p *ThriftHiveMetastoreAlterIndexArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterIndexResult) String() string
- func (p *ThriftHiveMetastoreAlterIndexResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionArgs) String() string
- func (p *ThriftHiveMetastoreAlterPartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionResult) String() string
- func (p *ThriftHiveMetastoreAlterPartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetNewPart_() *Partition
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetNewPart_() bool
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionsArgs
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetNewParts_() []*Partition
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) String() string
- func (p *ThriftHiveMetastoreAlterPartitionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionsResult
- func (p *ThriftHiveMetastoreAlterPartitionsResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterPartitionsResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterPartitionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterPartitionsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterPartitionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsResult) String() string
- func (p *ThriftHiveMetastoreAlterPartitionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetNewParts_() []*Partition
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterResourcePlanArgs
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) GetRequest() *WMAlterResourcePlanRequest
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreAlterResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterResourcePlanResult
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO2() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetSuccess() *WMAlterResourcePlanResponse
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreAlterResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableArgs) String() string
- func (p *ThriftHiveMetastoreAlterTableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableResult) String() string
- func (p *ThriftHiveMetastoreAlterTableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterTableWithCascadeArgs
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetCascade() bool
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetDbname() string
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetNewTbl_() *Table
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) IsSetNewTbl_() bool
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) String() string
- func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterTableWithCascadeResult
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) String() string
- func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetDbname() string
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetNewTbl_() *Table
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetNewTbl_() bool
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterTableWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterWmTriggerArgs
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) GetRequest() *WMAlterTriggerRequest
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) String() string
- func (p *ThriftHiveMetastoreAlterWmTriggerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAlterWmTriggerResult
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetSuccess() *WMAlterTriggerResponse
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) String() string
- func (p *ThriftHiveMetastoreAlterWmTriggerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionArgs
- func (p *ThriftHiveMetastoreAppendPartitionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAppendPartitionArgs) GetPartVals() []string
- func (p *ThriftHiveMetastoreAppendPartitionArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAppendPartitionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionArgs) String() string
- func (p *ThriftHiveMetastoreAppendPartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionByNameArgs
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetPartName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) String() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) String() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetPartName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetSuccess() *Partition
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionResult) String() string
- func (p *ThriftHiveMetastoreAppendPartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetPartVals() []string
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO1() *InvalidObjectException
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO2() *AlreadyExistsException
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetSuccess() *Partition
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCacheFileMetadataArgs
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) GetReq() *CacheFileMetadataRequest
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) String() string
- func (p *ThriftHiveMetastoreCacheFileMetadataArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCacheFileMetadataResult
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) GetSuccess() *CacheFileMetadataResult_
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) String() string
- func (p *ThriftHiveMetastoreCacheFileMetadataResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCancelDelegationTokenArgs
- func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) GetTokenStrForm() string
- func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) String() string
- func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCancelDelegationTokenResult
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) String() string
- func (p *ThriftHiveMetastoreCancelDelegationTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCheckLockArgs
- func (p *ThriftHiveMetastoreCheckLockArgs) GetRqst() *CheckLockRequest
- func (p *ThriftHiveMetastoreCheckLockArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreCheckLockArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockArgs) String() string
- func (p *ThriftHiveMetastoreCheckLockArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCheckLockResult
- func (p *ThriftHiveMetastoreCheckLockResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreCheckLockResult) GetO2() *TxnAbortedException
- func (p *ThriftHiveMetastoreCheckLockResult) GetO3() *NoSuchLockException
- func (p *ThriftHiveMetastoreCheckLockResult) GetSuccess() *LockResponse
- func (p *ThriftHiveMetastoreCheckLockResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCheckLockResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCheckLockResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCheckLockResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCheckLockResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCheckLockResult) String() string
- func (p *ThriftHiveMetastoreCheckLockResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreClearFileMetadataArgs
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) GetReq() *ClearFileMetadataRequest
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) String() string
- func (p *ThriftHiveMetastoreClearFileMetadataArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreClearFileMetadataResult
- func (p *ThriftHiveMetastoreClearFileMetadataResult) GetSuccess() *ClearFileMetadataResult_
- func (p *ThriftHiveMetastoreClearFileMetadataResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreClearFileMetadataResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreClearFileMetadataResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreClearFileMetadataResult) String() string
- func (p *ThriftHiveMetastoreClearFileMetadataResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreClient
- 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) AbortTxn(ctx context.Context, rqst *AbortTxnRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AbortTxns(ctx context.Context, rqst *AbortTxnsRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AddDynamicPartitions(ctx context.Context, rqst *AddDynamicPartitions) (_err error)
- func (p *ThriftHiveMetastoreClient) AddForeignKey(ctx context.Context, req *AddForeignKeyRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AddIndex(ctx context.Context, new_index *Index, index_table *Table) (_r *Index, _err error)
- func (p *ThriftHiveMetastoreClient) AddMasterKey(ctx context.Context, key string) (_r int32, _err error)
- func (p *ThriftHiveMetastoreClient) AddNotNullConstraint(ctx context.Context, req *AddNotNullConstraintRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AddPartition(ctx context.Context, new_part *Partition) (_r *Partition, _err error)
- func (p *ThriftHiveMetastoreClient) AddPartitionWithEnvironmentContext(ctx context.Context, new_part *Partition, ...) (_r *Partition, _err error)
- func (p *ThriftHiveMetastoreClient) AddPartitions(ctx context.Context, new_parts []*Partition) (_r int32, _err error)
- func (p *ThriftHiveMetastoreClient) AddPartitionsPspec(ctx context.Context, new_parts []*PartitionSpec) (_r int32, _err error)
- func (p *ThriftHiveMetastoreClient) AddPartitionsReq(ctx context.Context, request *AddPartitionsRequest) (_r *AddPartitionsResult_, _err error)
- func (p *ThriftHiveMetastoreClient) AddPrimaryKey(ctx context.Context, req *AddPrimaryKeyRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AddToken(ctx context.Context, token_identifier string, delegation_token string) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) AddUniqueConstraint(ctx context.Context, req *AddUniqueConstraintRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterDatabase(ctx context.Context, dbname string, db *Database) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterFunction(ctx context.Context, dbName string, funcName string, newFunc *Function) (_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) AlterPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_part *Partition, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterPartitions(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterPartitionsWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterResourcePlan(ctx context.Context, request *WMAlterResourcePlanRequest) (_r *WMAlterResourcePlanResponse, _err error)
- func (p *ThriftHiveMetastoreClient) AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterTableWithCascade(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterTableWithEnvironmentContext(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) AlterWmTrigger(ctx context.Context, request *WMAlterTriggerRequest) (_r *WMAlterTriggerResponse, _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) AppendPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (_r *Partition, _err error)
- func (p *ThriftHiveMetastoreClient) AppendPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (_r *Partition, _err error)
- func (p *ThriftHiveMetastoreClient) CacheFileMetadata(ctx context.Context, req *CacheFileMetadataRequest) (_r *CacheFileMetadataResult_, _err error)
- func (p *ThriftHiveMetastoreClient) CancelDelegationToken(ctx context.Context, token_str_form string) (_err error)
- func (p *ThriftHiveMetastoreClient) CheckLock(ctx context.Context, rqst *CheckLockRequest) (_r *LockResponse, _err error)
- func (p *ThriftHiveMetastoreClient) ClearFileMetadata(ctx context.Context, req *ClearFileMetadataRequest) (_r *ClearFileMetadataResult_, _err error)
- func (p *ThriftHiveMetastoreClient) Client_() thrift.TClient
- func (p *ThriftHiveMetastoreClient) CmRecycle(ctx context.Context, request *CmRecycleRequest) (_r *CmRecycleResponse, _err error)
- func (p *ThriftHiveMetastoreClient) CommitTxn(ctx context.Context, rqst *CommitTxnRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) Compact(ctx context.Context, rqst *CompactionRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) Compact2(ctx context.Context, rqst *CompactionRequest) (_r *CompactionResponse, _err error)
- func (p *ThriftHiveMetastoreClient) CreateDatabase(ctx context.Context, database *Database) (_err error)
- func (p *ThriftHiveMetastoreClient) CreateFunction(ctx context.Context, func_a1 *Function) (_err error)
- func (p *ThriftHiveMetastoreClient) CreateResourcePlan(ctx context.Context, request *WMCreateResourcePlanRequest) (_r *WMCreateResourcePlanResponse, _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) CreateTableWithConstraints(ctx context.Context, tbl *Table, primaryKeys []*SQLPrimaryKey, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) CreateTableWithEnvironmentContext(ctx context.Context, tbl *Table, environment_context *EnvironmentContext) (_err error)
- func (p *ThriftHiveMetastoreClient) CreateType(ctx context.Context, type_a1 *Type) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) CreateWmTrigger(ctx context.Context, request *WMCreateTriggerRequest) (_r *WMCreateTriggerResponse, _err error)
- func (p *ThriftHiveMetastoreClient) DeletePartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) DeleteTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) DropConstraint(ctx context.Context, req *DropConstraintRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) DropDatabase(ctx context.Context, name string, deleteData bool, cascade bool) (_err error)
- func (p *ThriftHiveMetastoreClient) DropFunction(ctx context.Context, dbName string, funcName string) (_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) DropPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) DropPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, ...) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) DropPartitionsReq(ctx context.Context, req *DropPartitionsRequest) (_r *DropPartitionsResult_, _err error)
- func (p *ThriftHiveMetastoreClient) DropResourcePlan(ctx context.Context, request *WMDropResourcePlanRequest) (_r *WMDropResourcePlanResponse, _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) DropTableWithEnvironmentContext(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) DropWmTrigger(ctx context.Context, request *WMDropTriggerRequest) (_r *WMDropTriggerResponse, _err error)
- func (p *ThriftHiveMetastoreClient) ExchangePartition(ctx context.Context, partitionSpecs map[string]string, source_db string, ...) (_r *Partition, _err error)
- func (p *ThriftHiveMetastoreClient) ExchangePartitions(ctx context.Context, partitionSpecs map[string]string, source_db string, ...) (_r []*Partition, _err error)
- func (p *ThriftHiveMetastoreClient) FireListenerEvent(ctx context.Context, rqst *FireEventRequest) (_r *FireEventResponse, _err error)
- func (p *ThriftHiveMetastoreClient) FlushCache(ctx context.Context) (_err error)
- func (p *ThriftHiveMetastoreClient) GetActiveResourcePlan(ctx context.Context, request *WMGetActiveResourcePlanRequest) (_r *WMGetActiveResourcePlanResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetAggrStatsFor(ctx context.Context, request *PartitionsStatsRequest) (_r *AggrStats, _err error)
- func (p *ThriftHiveMetastoreClient) GetAllDatabases(ctx context.Context) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetAllFunctions(ctx context.Context) (_r *GetAllFunctionsResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetAllResourcePlans(ctx context.Context, request *WMGetAllResourcePlanRequest) (_r *WMGetAllResourcePlanResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetAllTables(ctx context.Context, db_name string) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetAllTokenIdentifiers(ctx context.Context) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetConfigValue(ctx context.Context, name string, defaultValue string) (_r string, _err error)
- func (p *ThriftHiveMetastoreClient) GetCurrentNotificationEventId(ctx context.Context) (_r *CurrentNotificationEventId, _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, token_owner 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) GetFieldsWithEnvironmentContext(ctx context.Context, db_name string, table_name string, ...) (_r []*FieldSchema, _err error)
- func (p *ThriftHiveMetastoreClient) GetFileMetadata(ctx context.Context, req *GetFileMetadataRequest) (_r *GetFileMetadataResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetFileMetadataByExpr(ctx context.Context, req *GetFileMetadataByExprRequest) (_r *GetFileMetadataByExprResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetForeignKeys(ctx context.Context, request *ForeignKeysRequest) (_r *ForeignKeysResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetFunction(ctx context.Context, dbName string, funcName string) (_r *Function, _err error)
- func (p *ThriftHiveMetastoreClient) GetFunctions(ctx context.Context, dbName string, pattern string) (_r []string, _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) GetMasterKeys(ctx context.Context) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetMetaConf(ctx context.Context, key string) (_r string, _err error)
- func (p *ThriftHiveMetastoreClient) GetMetastoreDbUUID(ctx context.Context) (_r string, _err error)
- func (p *ThriftHiveMetastoreClient) GetNextNotification(ctx context.Context, rqst *NotificationEventRequest) (_r *NotificationEventResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetNotNullConstraints(ctx context.Context, request *NotNullConstraintsRequest) (_r *NotNullConstraintsResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetNotificationEventsCount(ctx context.Context, rqst *NotificationEventsCountRequest) (_r *NotificationEventsCountResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetNumPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string) (_r int32, _err error)
- func (p *ThriftHiveMetastoreClient) GetOpenTxns(ctx context.Context) (_r *GetOpenTxnsResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetOpenTxnsInfo(ctx context.Context) (_r *GetOpenTxnsInfoResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetPartSpecsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, ...) (_r []*PartitionSpec, _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) GetPartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, ...) (_r *ColumnStatistics, _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) GetPartitionValues(ctx context.Context, request *PartitionValuesRequest) (_r *PartitionValuesResponse, _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) GetPartitionsByExpr(ctx context.Context, req *PartitionsByExprRequest) (_r *PartitionsByExprResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, ...) (_r []*Partition, _err error)
- func (p *ThriftHiveMetastoreClient) GetPartitionsByNames(ctx context.Context, db_name string, tbl_name string, names []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) GetPartitionsPspec(ctx context.Context, db_name string, tbl_name string, max_parts int32) (_r []*PartitionSpec, _err error)
- func (p *ThriftHiveMetastoreClient) GetPartitionsStatisticsReq(ctx context.Context, request *PartitionsStatsRequest) (_r *PartitionsStatsResult_, _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) GetPrimaryKeys(ctx context.Context, request *PrimaryKeysRequest) (_r *PrimaryKeysResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetPrincipalsInRole(ctx context.Context, request *GetPrincipalsInRoleRequest) (_r *GetPrincipalsInRoleResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, ...) (_r *PrincipalPrivilegeSet, _err error)
- func (p *ThriftHiveMetastoreClient) GetResourcePlan(ctx context.Context, request *WMGetResourcePlanRequest) (_r *WMGetResourcePlanResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GetRoleGrantsForPrincipal(ctx context.Context, request *GetRoleGrantsForPrincipalRequest) (_r *GetRoleGrantsForPrincipalResponse, _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) GetSchemaWithEnvironmentContext(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) GetTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r *ColumnStatistics, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableMeta(ctx context.Context, db_patterns string, tbl_patterns string, ...) (_r []*TableMeta, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableNamesByFilter(ctx context.Context, dbname string, filter string, max_tables int16) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableObjectsByName(ctx context.Context, dbname string, tbl_names []string) (_r []*Table, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableObjectsByNameReq(ctx context.Context, req *GetTablesRequest) (_r *GetTablesResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableReq(ctx context.Context, req *GetTableRequest) (_r *GetTableResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetTableStatisticsReq(ctx context.Context, request *TableStatsRequest) (_r *TableStatsResult_, _err error)
- func (p *ThriftHiveMetastoreClient) GetTables(ctx context.Context, db_name string, pattern string) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetTablesByType(ctx context.Context, db_name string, pattern string, tableType string) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) GetToken(ctx context.Context, token_identifier string) (_r string, _err error)
- func (p *ThriftHiveMetastoreClient) GetTriggersForResourceplan(ctx context.Context, request *WMGetTriggersForResourePlanRequest) (_r *WMGetTriggersForResourePlanResponse, _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) GetUniqueConstraints(ctx context.Context, request *UniqueConstraintsRequest) (_r *UniqueConstraintsResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) GrantRevokePrivileges(ctx context.Context, request *GrantRevokePrivilegeRequest) (_r *GrantRevokePrivilegeResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GrantRevokeRole(ctx context.Context, request *GrantRevokeRoleRequest) (_r *GrantRevokeRoleResponse, _err error)
- func (p *ThriftHiveMetastoreClient) GrantRole(ctx context.Context, role_name string, principal_name string, ...) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) Heartbeat(ctx context.Context, ids *HeartbeatRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) HeartbeatTxnRange(ctx context.Context, txns *HeartbeatTxnRangeRequest) (_r *HeartbeatTxnRangeResponse, _err error)
- func (p *ThriftHiveMetastoreClient) IsPartitionMarkedForEvent(ctx context.Context, db_name string, tbl_name string, ...) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) LastResponseMeta_() thrift.ResponseMeta
- 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) Lock(ctx context.Context, rqst *LockRequest) (_r *LockResponse, _err error)
- func (p *ThriftHiveMetastoreClient) MarkPartitionForEvent(ctx context.Context, db_name string, tbl_name string, ...) (_err error)
- func (p *ThriftHiveMetastoreClient) OpenTxns(ctx context.Context, rqst *OpenTxnRequest) (_r *OpenTxnsResponse, _err error)
- func (p *ThriftHiveMetastoreClient) PartitionNameHasValidCharacters(ctx context.Context, part_vals []string, throw_exception bool) (_r bool, _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) PutFileMetadata(ctx context.Context, req *PutFileMetadataRequest) (_r *PutFileMetadataResult_, _err error)
- func (p *ThriftHiveMetastoreClient) RemoveMasterKey(ctx context.Context, key_seq int32) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) RemoveToken(ctx context.Context, token_identifier string) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) RenamePartition(ctx context.Context, db_name string, tbl_name string, part_vals []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)
- func (p *ThriftHiveMetastoreClient) SetAggrStatsFor(ctx context.Context, request *SetPartitionsStatsRequest) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
- func (p *ThriftHiveMetastoreClient) SetMetaConf(ctx context.Context, key string, value string) (_err error)
- func (p *ThriftHiveMetastoreClient) SetUgi(ctx context.Context, user_name string, group_names []string) (_r []string, _err error)
- func (p *ThriftHiveMetastoreClient) ShowCompact(ctx context.Context, rqst *ShowCompactRequest) (_r *ShowCompactResponse, _err error)
- func (p *ThriftHiveMetastoreClient) ShowLocks(ctx context.Context, rqst *ShowLocksRequest) (_r *ShowLocksResponse, _err error)
- func (p *ThriftHiveMetastoreClient) TruncateTable(ctx context.Context, dbName string, tableName string, partNames []string) (_err error)
- func (p *ThriftHiveMetastoreClient) Unlock(ctx context.Context, rqst *UnlockRequest) (_err error)
- func (p *ThriftHiveMetastoreClient) UpdateMasterKey(ctx context.Context, seq_number int32, key string) (_err error)
- func (p *ThriftHiveMetastoreClient) UpdatePartitionColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) UpdateTableColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error)
- func (p *ThriftHiveMetastoreClient) ValidateResourcePlan(ctx context.Context, request *WMValidateResourcePlanRequest) (_r *WMValidateResourcePlanResponse, _err error)
- type ThriftHiveMetastoreCmRecycleArgs
- func (p *ThriftHiveMetastoreCmRecycleArgs) GetRequest() *CmRecycleRequest
- func (p *ThriftHiveMetastoreCmRecycleArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreCmRecycleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCmRecycleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCmRecycleArgs) String() string
- func (p *ThriftHiveMetastoreCmRecycleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCmRecycleResult
- func (p *ThriftHiveMetastoreCmRecycleResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreCmRecycleResult) GetSuccess() *CmRecycleResponse
- func (p *ThriftHiveMetastoreCmRecycleResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCmRecycleResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCmRecycleResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCmRecycleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCmRecycleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCmRecycleResult) String() string
- func (p *ThriftHiveMetastoreCmRecycleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCommitTxnArgs
- func (p *ThriftHiveMetastoreCommitTxnArgs) GetRqst() *CommitTxnRequest
- func (p *ThriftHiveMetastoreCommitTxnArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreCommitTxnArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCommitTxnArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCommitTxnArgs) String() string
- func (p *ThriftHiveMetastoreCommitTxnArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCommitTxnResult
- func (p *ThriftHiveMetastoreCommitTxnResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreCommitTxnResult) GetO2() *TxnAbortedException
- func (p *ThriftHiveMetastoreCommitTxnResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCommitTxnResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCommitTxnResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCommitTxnResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCommitTxnResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCommitTxnResult) String() string
- func (p *ThriftHiveMetastoreCommitTxnResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCompact2Args
- func (p *ThriftHiveMetastoreCompact2Args) GetRqst() *CompactionRequest
- func (p *ThriftHiveMetastoreCompact2Args) IsSetRqst() bool
- func (p *ThriftHiveMetastoreCompact2Args) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompact2Args) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompact2Args) String() string
- func (p *ThriftHiveMetastoreCompact2Args) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCompact2Result
- func (p *ThriftHiveMetastoreCompact2Result) GetSuccess() *CompactionResponse
- func (p *ThriftHiveMetastoreCompact2Result) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCompact2Result) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompact2Result) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompact2Result) String() string
- func (p *ThriftHiveMetastoreCompact2Result) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCompactArgs
- func (p *ThriftHiveMetastoreCompactArgs) GetRqst() *CompactionRequest
- func (p *ThriftHiveMetastoreCompactArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreCompactArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompactArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCompactArgs) String() string
- func (p *ThriftHiveMetastoreCompactArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCompactResult
- type ThriftHiveMetastoreCreateDatabaseArgs
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) GetDatabase() *Database
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase() bool
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) String() string
- func (p *ThriftHiveMetastoreCreateDatabaseArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateDatabaseResult) String() string
- func (p *ThriftHiveMetastoreCreateDatabaseResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateFunctionArgs
- func (p *ThriftHiveMetastoreCreateFunctionArgs) GetFunc() *Function
- func (p *ThriftHiveMetastoreCreateFunctionArgs) IsSetFunc() bool
- func (p *ThriftHiveMetastoreCreateFunctionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionArgs) String() string
- func (p *ThriftHiveMetastoreCreateFunctionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateFunctionResult
- func (p *ThriftHiveMetastoreCreateFunctionResult) GetO1() *AlreadyExistsException
- func (p *ThriftHiveMetastoreCreateFunctionResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreCreateFunctionResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreCreateFunctionResult) GetO4() *NoSuchObjectException
- func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreCreateFunctionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateFunctionResult) String() string
- func (p *ThriftHiveMetastoreCreateFunctionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateResourcePlanArgs
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) GetRequest() *WMCreateResourcePlanRequest
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreCreateResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateResourcePlanResult
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO1() *AlreadyExistsException
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetSuccess() *WMCreateResourcePlanResponse
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreCreateResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateRoleArgs
- func (p *ThriftHiveMetastoreCreateRoleArgs) GetRole() *Role
- func (p *ThriftHiveMetastoreCreateRoleArgs) IsSetRole() bool
- func (p *ThriftHiveMetastoreCreateRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateRoleArgs) String() string
- func (p *ThriftHiveMetastoreCreateRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateRoleResult) String() string
- func (p *ThriftHiveMetastoreCreateRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTableArgs
- func (p *ThriftHiveMetastoreCreateTableArgs) GetTbl() *Table
- func (p *ThriftHiveMetastoreCreateTableArgs) IsSetTbl() bool
- func (p *ThriftHiveMetastoreCreateTableArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableArgs) String() string
- func (p *ThriftHiveMetastoreCreateTableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableResult) String() string
- func (p *ThriftHiveMetastoreCreateTableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTableWithConstraintsArgs
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetForeignKeys() []*SQLForeignKey
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetNotNullConstraints() []*SQLNotNullConstraint
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetPrimaryKeys() []*SQLPrimaryKey
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetTbl() *Table
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetUniqueConstraints() []*SQLUniqueConstraint
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) IsSetTbl() bool
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) String() string
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTableWithConstraintsResult
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO1() *AlreadyExistsException
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO4() *NoSuchObjectException
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) String() string
- func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetTbl() *Table
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetTbl() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTableWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO1() *AlreadyExistsException
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO4() *NoSuchObjectException
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateTypeArgs
- func (p *ThriftHiveMetastoreCreateTypeArgs) GetType() *Type
- func (p *ThriftHiveMetastoreCreateTypeArgs) IsSetType() bool
- func (p *ThriftHiveMetastoreCreateTypeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeArgs) String() string
- func (p *ThriftHiveMetastoreCreateTypeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateTypeResult) String() string
- func (p *ThriftHiveMetastoreCreateTypeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateWmTriggerArgs
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) GetRequest() *WMCreateTriggerRequest
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) String() string
- func (p *ThriftHiveMetastoreCreateWmTriggerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreCreateWmTriggerResult
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO1() *AlreadyExistsException
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO3() *InvalidObjectException
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO4() *MetaException
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetSuccess() *WMCreateTriggerResponse
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) String() string
- func (p *ThriftHiveMetastoreCreateWmTriggerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetColName() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetPartName() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDeletePartitionColumnStatisticsResult
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO3() *InvalidObjectException
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDeleteTableColumnStatisticsArgs
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetColName() string
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDeleteTableColumnStatisticsResult
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO3() *InvalidObjectException
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropConstraintArgs
- func (p *ThriftHiveMetastoreDropConstraintArgs) GetReq() *DropConstraintRequest
- func (p *ThriftHiveMetastoreDropConstraintArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreDropConstraintArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropConstraintArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropConstraintArgs) String() string
- func (p *ThriftHiveMetastoreDropConstraintArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropConstraintResult
- func (p *ThriftHiveMetastoreDropConstraintResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropConstraintResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreDropConstraintResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropConstraintResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDropConstraintResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropConstraintResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropConstraintResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropConstraintResult) String() string
- func (p *ThriftHiveMetastoreDropConstraintResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropDatabaseArgs
- func (p *ThriftHiveMetastoreDropDatabaseArgs) GetCascade() bool
- func (p *ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData() bool
- func (p *ThriftHiveMetastoreDropDatabaseArgs) GetName() string
- func (p *ThriftHiveMetastoreDropDatabaseArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseArgs) String() string
- func (p *ThriftHiveMetastoreDropDatabaseArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropDatabaseResult) String() string
- func (p *ThriftHiveMetastoreDropDatabaseResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropFunctionArgs
- func (p *ThriftHiveMetastoreDropFunctionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreDropFunctionArgs) GetFuncName() string
- func (p *ThriftHiveMetastoreDropFunctionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionArgs) String() string
- func (p *ThriftHiveMetastoreDropFunctionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropFunctionResult
- func (p *ThriftHiveMetastoreDropFunctionResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropFunctionResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreDropFunctionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropFunctionResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDropFunctionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropFunctionResult) String() string
- func (p *ThriftHiveMetastoreDropFunctionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) String() string
- func (p *ThriftHiveMetastoreDropIndexByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropIndexByNameResult) String() string
- func (p *ThriftHiveMetastoreDropIndexByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionArgs) String() string
- func (p *ThriftHiveMetastoreDropPartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) String() string
- func (p *ThriftHiveMetastoreDropPartitionByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameResult) String() string
- func (p *ThriftHiveMetastoreDropPartitionByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDeleteData() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetPartName() string
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionResult) String() string
- func (p *ThriftHiveMetastoreDropPartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDeleteData() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetPartVals() []string
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetTblName() string
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionsReqArgs
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) GetReq() *DropPartitionsRequest
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) String() string
- func (p *ThriftHiveMetastoreDropPartitionsReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropPartitionsReqResult
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetSuccess() *DropPartitionsResult_
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) String() string
- func (p *ThriftHiveMetastoreDropPartitionsReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropResourcePlanArgs
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) GetRequest() *WMDropResourcePlanRequest
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreDropResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropResourcePlanResult
- func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO2() *InvalidOperationException
- func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreDropResourcePlanResult) GetSuccess() *WMDropResourcePlanResponse
- func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDropResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreDropResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropRoleArgs
- func (p *ThriftHiveMetastoreDropRoleArgs) GetRoleName() string
- func (p *ThriftHiveMetastoreDropRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropRoleArgs) String() string
- func (p *ThriftHiveMetastoreDropRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropRoleResult) String() string
- func (p *ThriftHiveMetastoreDropRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropTableArgs
- func (p *ThriftHiveMetastoreDropTableArgs) GetDbname() string
- func (p *ThriftHiveMetastoreDropTableArgs) GetDeleteData() bool
- func (p *ThriftHiveMetastoreDropTableArgs) GetName() string
- func (p *ThriftHiveMetastoreDropTableArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableArgs) String() string
- func (p *ThriftHiveMetastoreDropTableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableResult) String() string
- func (p *ThriftHiveMetastoreDropTableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropTableWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDbname() string
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDeleteData() bool
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetName() string
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropTableWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropTypeArgs
- func (p *ThriftHiveMetastoreDropTypeArgs) GetType() string
- func (p *ThriftHiveMetastoreDropTypeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeArgs) String() string
- func (p *ThriftHiveMetastoreDropTypeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropTypeResult) String() string
- func (p *ThriftHiveMetastoreDropTypeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropWmTriggerArgs
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) GetRequest() *WMDropTriggerRequest
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) String() string
- func (p *ThriftHiveMetastoreDropWmTriggerArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreDropWmTriggerResult
- func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO2() *InvalidOperationException
- func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreDropWmTriggerResult) GetSuccess() *WMDropTriggerResponse
- func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreDropWmTriggerResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreDropWmTriggerResult) String() string
- func (p *ThriftHiveMetastoreDropWmTriggerResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreExchangePartitionArgs
- func (p *ThriftHiveMetastoreExchangePartitionArgs) GetDestDb() string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) GetDestTableName() string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) GetPartitionSpecs() map[string]string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) GetSourceDb() string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) GetSourceTableName() string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionArgs) String() string
- func (p *ThriftHiveMetastoreExchangePartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreExchangePartitionResult
- func (p *ThriftHiveMetastoreExchangePartitionResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreExchangePartitionResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreExchangePartitionResult) GetO3() *InvalidObjectException
- func (p *ThriftHiveMetastoreExchangePartitionResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreExchangePartitionResult) GetSuccess() *Partition
- func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreExchangePartitionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionResult) String() string
- func (p *ThriftHiveMetastoreExchangePartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreExchangePartitionsArgs
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetDestDb() string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetDestTableName() string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetPartitionSpecs() map[string]string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetSourceDb() string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetSourceTableName() string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) String() string
- func (p *ThriftHiveMetastoreExchangePartitionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreExchangePartitionsResult
- func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO3() *InvalidObjectException
- func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreExchangePartitionsResult) GetSuccess() []*Partition
- func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreExchangePartitionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreExchangePartitionsResult) String() string
- func (p *ThriftHiveMetastoreExchangePartitionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreFireListenerEventArgs
- func (p *ThriftHiveMetastoreFireListenerEventArgs) GetRqst() *FireEventRequest
- func (p *ThriftHiveMetastoreFireListenerEventArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreFireListenerEventArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreFireListenerEventArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreFireListenerEventArgs) String() string
- func (p *ThriftHiveMetastoreFireListenerEventArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreFireListenerEventResult
- func (p *ThriftHiveMetastoreFireListenerEventResult) GetSuccess() *FireEventResponse
- func (p *ThriftHiveMetastoreFireListenerEventResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreFireListenerEventResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreFireListenerEventResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreFireListenerEventResult) String() string
- func (p *ThriftHiveMetastoreFireListenerEventResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreFlushCacheArgs
- type ThriftHiveMetastoreFlushCacheResult
- type ThriftHiveMetastoreGetActiveResourcePlanArgs
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) GetRequest() *WMGetActiveResourcePlanRequest
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetActiveResourcePlanResult
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) GetSuccess() *WMGetActiveResourcePlanResponse
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAggrStatsForArgs
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) GetRequest() *PartitionsStatsRequest
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) String() string
- func (p *ThriftHiveMetastoreGetAggrStatsForArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAggrStatsForResult
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetSuccess() *AggrStats
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) String() string
- func (p *ThriftHiveMetastoreGetAggrStatsForResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllDatabasesArgs
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllDatabasesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllDatabasesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllDatabasesResult) String() string
- func (p *ThriftHiveMetastoreGetAllDatabasesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllFunctionsArgs
- type ThriftHiveMetastoreGetAllFunctionsResult
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) GetSuccess() *GetAllFunctionsResponse
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) String() string
- func (p *ThriftHiveMetastoreGetAllFunctionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllResourcePlansArgs
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) GetRequest() *WMGetAllResourcePlanRequest
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) String() string
- func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllResourcePlansResult
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) GetSuccess() *WMGetAllResourcePlanResponse
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) String() string
- func (p *ThriftHiveMetastoreGetAllResourcePlansResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllTablesArgs
- func (p *ThriftHiveMetastoreGetAllTablesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetAllTablesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTablesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTablesArgs) String() string
- func (p *ThriftHiveMetastoreGetAllTablesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTablesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTablesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTablesResult) String() string
- func (p *ThriftHiveMetastoreGetAllTablesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetAllTokenIdentifiersArgs
- type ThriftHiveMetastoreGetAllTokenIdentifiersResult
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) String() string
- func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetConfigValueArgs
- func (p *ThriftHiveMetastoreGetConfigValueArgs) GetDefaultValue() string
- func (p *ThriftHiveMetastoreGetConfigValueArgs) GetName() string
- func (p *ThriftHiveMetastoreGetConfigValueArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueArgs) String() string
- func (p *ThriftHiveMetastoreGetConfigValueArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetConfigValueResult) String() string
- func (p *ThriftHiveMetastoreGetConfigValueResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetCurrentNotificationEventIdArgs
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) String() string
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetCurrentNotificationEventIdResult
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) GetSuccess() *CurrentNotificationEventId
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) String() string
- func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetDatabaseArgs
- func (p *ThriftHiveMetastoreGetDatabaseArgs) GetName() string
- func (p *ThriftHiveMetastoreGetDatabaseArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseArgs) String() string
- func (p *ThriftHiveMetastoreGetDatabaseArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabaseResult) String() string
- func (p *ThriftHiveMetastoreGetDatabaseResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetDatabasesArgs
- func (p *ThriftHiveMetastoreGetDatabasesArgs) GetPattern() string
- func (p *ThriftHiveMetastoreGetDatabasesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabasesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabasesArgs) String() string
- func (p *ThriftHiveMetastoreGetDatabasesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabasesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabasesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDatabasesResult) String() string
- func (p *ThriftHiveMetastoreGetDatabasesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetDelegationTokenArgs
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName() string
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetTokenOwner() string
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) String() string
- func (p *ThriftHiveMetastoreGetDelegationTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetDelegationTokenResult) String() string
- func (p *ThriftHiveMetastoreGetDelegationTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFieldsArgs
- func (p *ThriftHiveMetastoreGetFieldsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetFieldsArgs) GetTableName() string
- func (p *ThriftHiveMetastoreGetFieldsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsArgs) String() string
- func (p *ThriftHiveMetastoreGetFieldsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsResult) String() string
- func (p *ThriftHiveMetastoreGetFieldsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetTableName() string
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO2() *UnknownTableException
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetSuccess() []*FieldSchema
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFileMetadataArgs
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) GetReq() *GetFileMetadataRequest
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) String() string
- func (p *ThriftHiveMetastoreGetFileMetadataArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFileMetadataByExprArgs
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) GetReq() *GetFileMetadataByExprRequest
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) String() string
- func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFileMetadataByExprResult
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) GetSuccess() *GetFileMetadataByExprResult_
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) String() string
- func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFileMetadataResult
- func (p *ThriftHiveMetastoreGetFileMetadataResult) GetSuccess() *GetFileMetadataResult_
- func (p *ThriftHiveMetastoreGetFileMetadataResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetFileMetadataResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFileMetadataResult) String() string
- func (p *ThriftHiveMetastoreGetFileMetadataResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetForeignKeysArgs
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) GetRequest() *ForeignKeysRequest
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) String() string
- func (p *ThriftHiveMetastoreGetForeignKeysArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetForeignKeysResult
- func (p *ThriftHiveMetastoreGetForeignKeysResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetForeignKeysResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetForeignKeysResult) GetSuccess() *ForeignKeysResponse
- func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetForeignKeysResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetForeignKeysResult) String() string
- func (p *ThriftHiveMetastoreGetForeignKeysResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFunctionArgs
- func (p *ThriftHiveMetastoreGetFunctionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetFunctionArgs) GetFuncName() string
- func (p *ThriftHiveMetastoreGetFunctionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionArgs) String() string
- func (p *ThriftHiveMetastoreGetFunctionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFunctionResult
- func (p *ThriftHiveMetastoreGetFunctionResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetFunctionResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetFunctionResult) GetSuccess() *Function
- func (p *ThriftHiveMetastoreGetFunctionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetFunctionResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetFunctionResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetFunctionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionResult) String() string
- func (p *ThriftHiveMetastoreGetFunctionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFunctionsArgs
- func (p *ThriftHiveMetastoreGetFunctionsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetFunctionsArgs) GetPattern() string
- func (p *ThriftHiveMetastoreGetFunctionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsArgs) String() string
- func (p *ThriftHiveMetastoreGetFunctionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetFunctionsResult
- func (p *ThriftHiveMetastoreGetFunctionsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetFunctionsResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetFunctionsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetFunctionsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetFunctionsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetFunctionsResult) String() string
- func (p *ThriftHiveMetastoreGetFunctionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetIndexByNameArgs
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetIndexName() string
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) String() string
- func (p *ThriftHiveMetastoreGetIndexByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexByNameResult) String() string
- func (p *ThriftHiveMetastoreGetIndexByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetIndexNamesArgs
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes() int16
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) String() string
- func (p *ThriftHiveMetastoreGetIndexNamesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexNamesResult) String() string
- func (p *ThriftHiveMetastoreGetIndexNamesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetIndexesArgs
- func (p *ThriftHiveMetastoreGetIndexesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes() int16
- func (p *ThriftHiveMetastoreGetIndexesArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetIndexesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesArgs) String() string
- func (p *ThriftHiveMetastoreGetIndexesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetIndexesResult) String() string
- func (p *ThriftHiveMetastoreGetIndexesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetMasterKeysArgs
- type ThriftHiveMetastoreGetMasterKeysResult
- func (p *ThriftHiveMetastoreGetMasterKeysResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetMasterKeysResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetMasterKeysResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMasterKeysResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMasterKeysResult) String() string
- func (p *ThriftHiveMetastoreGetMasterKeysResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetMetaConfArgs
- func (p *ThriftHiveMetastoreGetMetaConfArgs) GetKey() string
- func (p *ThriftHiveMetastoreGetMetaConfArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetaConfArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetaConfArgs) String() string
- func (p *ThriftHiveMetastoreGetMetaConfArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetMetaConfResult
- func (p *ThriftHiveMetastoreGetMetaConfResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetMetaConfResult) GetSuccess() string
- func (p *ThriftHiveMetastoreGetMetaConfResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetMetaConfResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetMetaConfResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetaConfResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetaConfResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetaConfResult) String() string
- func (p *ThriftHiveMetastoreGetMetaConfResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetMetastoreDbUUIDArgs
- type ThriftHiveMetastoreGetMetastoreDbUUIDResult
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetSuccess() string
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) String() string
- func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNextNotificationArgs
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) GetRqst() *NotificationEventRequest
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) String() string
- func (p *ThriftHiveMetastoreGetNextNotificationArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNextNotificationResult
- func (p *ThriftHiveMetastoreGetNextNotificationResult) GetSuccess() *NotificationEventResponse
- func (p *ThriftHiveMetastoreGetNextNotificationResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetNextNotificationResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNextNotificationResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNextNotificationResult) String() string
- func (p *ThriftHiveMetastoreGetNextNotificationResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNotNullConstraintsArgs
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) GetRequest() *NotNullConstraintsRequest
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) String() string
- func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNotNullConstraintsResult
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetSuccess() *NotNullConstraintsResponse
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) String() string
- func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNotificationEventsCountArgs
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) GetRqst() *NotificationEventsCountRequest
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) String() string
- func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNotificationEventsCountResult
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) GetSuccess() *NotificationEventsCountResponse
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) String() string
- func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNumPartitionsByFilterArgs
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetFilter() string
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) String() string
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetNumPartitionsByFilterResult
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetSuccess() int32
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) String() string
- func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetOpenTxnsArgs
- type ThriftHiveMetastoreGetOpenTxnsInfoArgs
- type ThriftHiveMetastoreGetOpenTxnsInfoResult
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) GetSuccess() *GetOpenTxnsInfoResponse
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) String() string
- func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetOpenTxnsResult
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) GetSuccess() *GetOpenTxnsResponse
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) String() string
- func (p *ThriftHiveMetastoreGetOpenTxnsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartSpecsByFilterArgs
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetFilter() string
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetMaxParts() int32
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) String() string
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartSpecsByFilterResult
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetSuccess() []*PartitionSpec
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) String() string
- func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionArgs
- func (p *ThriftHiveMetastoreGetPartitionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionArgs) GetPartVals() []string
- func (p *ThriftHiveMetastoreGetPartitionArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionByNameArgs
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetPartName() string
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionByNameResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionColumnStatisticsArgs
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetColName() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetPartName() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionColumnStatisticsResult
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO3() *InvalidInputException
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO4() *InvalidObjectException
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetSuccess() *ColumnStatistics
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionNamesArgs
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetMaxParts() int16
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionNamesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionNamesPsResult
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionNamesResult
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionNamesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionValuesArgs
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) GetRequest() *PartitionValuesRequest
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionValuesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionValuesResult
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetSuccess() *PartitionValuesResponse
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionValuesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsArgs
- func (p *ThriftHiveMetastoreGetPartitionsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionsArgs) GetMaxParts() int16
- func (p *ThriftHiveMetastoreGetPartitionsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsByExprArgs
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) GetReq() *PartitionsByExprRequest
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsByExprResult
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetSuccess() *PartitionsByExprResult_
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByExprResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsByNamesArgs
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetNames() []string
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsByNamesResult
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetSuccess() []*Partition
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsPsResult
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess() []*Partition
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsPspecArgs
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetMaxParts() int32
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsPspecResult
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetSuccess() []*PartitionSpec
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsPspecResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsStatisticsReqArgs
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) GetRequest() *PartitionsStatsRequest
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPartitionsStatisticsReqResult
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetSuccess() *PartitionsStatsResult_
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) String() string
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) String() string
- func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPrimaryKeysArgs
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) GetRequest() *PrimaryKeysRequest
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) String() string
- func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPrimaryKeysResult
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetSuccess() *PrimaryKeysResponse
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) String() string
- func (p *ThriftHiveMetastoreGetPrimaryKeysResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPrincipalsInRoleArgs
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) GetRequest() *GetPrincipalsInRoleRequest
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) String() string
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetPrincipalsInRoleResult
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) GetSuccess() *GetPrincipalsInRoleResponse
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) String() string
- func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) String() string
- func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetPrivilegeSetResult) String() string
- func (p *ThriftHiveMetastoreGetPrivilegeSetResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetResourcePlanArgs
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) GetRequest() *WMGetResourcePlanRequest
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreGetResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetResourcePlanResult
- func (p *ThriftHiveMetastoreGetResourcePlanResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetResourcePlanResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetResourcePlanResult) GetSuccess() *WMGetResourcePlanResponse
- func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreGetResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) GetRequest() *GetRoleGrantsForPrincipalRequest
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) String() string
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetRoleGrantsForPrincipalResult
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetSuccess() *GetRoleGrantsForPrincipalResponse
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) String() string
- func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetRoleNamesArgs
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleNamesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleNamesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetRoleNamesResult) String() string
- func (p *ThriftHiveMetastoreGetRoleNamesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetSchemaArgs
- func (p *ThriftHiveMetastoreGetSchemaArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetSchemaArgs) GetTableName() string
- func (p *ThriftHiveMetastoreGetSchemaArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaArgs) String() string
- func (p *ThriftHiveMetastoreGetSchemaArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaResult) String() string
- func (p *ThriftHiveMetastoreGetSchemaResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetTableName() string
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) String() string
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO2() *UnknownTableException
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetSuccess() []*FieldSchema
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) String() string
- func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableArgs
- func (p *ThriftHiveMetastoreGetTableArgs) GetDbname() string
- func (p *ThriftHiveMetastoreGetTableArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetTableArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableArgs) String() string
- func (p *ThriftHiveMetastoreGetTableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableColumnStatisticsArgs
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetColName() string
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetTblName() string
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableColumnStatisticsResult
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO3() *InvalidInputException
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO4() *InvalidObjectException
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetSuccess() *ColumnStatistics
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableMetaArgs
- func (p *ThriftHiveMetastoreGetTableMetaArgs) GetDbPatterns() string
- func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblPatterns() string
- func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblTypes() []string
- func (p *ThriftHiveMetastoreGetTableMetaArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaArgs) String() string
- func (p *ThriftHiveMetastoreGetTableMetaArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableMetaResult
- func (p *ThriftHiveMetastoreGetTableMetaResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetTableMetaResult) GetSuccess() []*TableMeta
- func (p *ThriftHiveMetastoreGetTableMetaResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableMetaResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableMetaResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableMetaResult) String() string
- func (p *ThriftHiveMetastoreGetTableMetaResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableNamesByFilterArgs
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetDbname() string
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetFilter() string
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetMaxTables() int16
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) String() string
- func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableNamesByFilterResult
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO2() *InvalidOperationException
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) String() string
- func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableObjectsByNameArgs
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) GetDbname() string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) GetTblNames() []string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) String() string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableObjectsByNameReqArgs
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) GetReq() *GetTablesRequest
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) String() string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableObjectsByNameReqResult
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO2() *InvalidOperationException
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetSuccess() *GetTablesResult_
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) String() string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableObjectsByNameResult
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) GetSuccess() []*Table
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) String() string
- func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableReqArgs
- func (p *ThriftHiveMetastoreGetTableReqArgs) GetReq() *GetTableRequest
- func (p *ThriftHiveMetastoreGetTableReqArgs) IsSetReq() bool
- func (p *ThriftHiveMetastoreGetTableReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqArgs) String() string
- func (p *ThriftHiveMetastoreGetTableReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableReqResult
- func (p *ThriftHiveMetastoreGetTableReqResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetTableReqResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetTableReqResult) GetSuccess() *GetTableResult_
- func (p *ThriftHiveMetastoreGetTableReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTableReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableReqResult) String() string
- func (p *ThriftHiveMetastoreGetTableReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableResult) String() string
- func (p *ThriftHiveMetastoreGetTableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableStatisticsReqArgs
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) GetRequest() *TableStatsRequest
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) String() string
- func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTableStatisticsReqResult
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetSuccess() *TableStatsResult_
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) String() string
- func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTablesArgs
- func (p *ThriftHiveMetastoreGetTablesArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetTablesArgs) GetPattern() string
- func (p *ThriftHiveMetastoreGetTablesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesArgs) String() string
- func (p *ThriftHiveMetastoreGetTablesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTablesByTypeArgs
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetDbName() string
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetPattern() string
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetTableType() string
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) String() string
- func (p *ThriftHiveMetastoreGetTablesByTypeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTablesByTypeResult
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) String() string
- func (p *ThriftHiveMetastoreGetTablesByTypeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTablesResult) String() string
- func (p *ThriftHiveMetastoreGetTablesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTokenArgs
- func (p *ThriftHiveMetastoreGetTokenArgs) GetTokenIdentifier() string
- func (p *ThriftHiveMetastoreGetTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTokenArgs) String() string
- func (p *ThriftHiveMetastoreGetTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTokenResult
- func (p *ThriftHiveMetastoreGetTokenResult) GetSuccess() string
- func (p *ThriftHiveMetastoreGetTokenResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTokenResult) String() string
- func (p *ThriftHiveMetastoreGetTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTriggersForResourceplanArgs
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) GetRequest() *WMGetTriggersForResourePlanRequest
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) String() string
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTriggersForResourceplanResult
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetSuccess() *WMGetTriggersForResourePlanResponse
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) String() string
- func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTypeAllArgs
- func (p *ThriftHiveMetastoreGetTypeAllArgs) GetName() string
- func (p *ThriftHiveMetastoreGetTypeAllArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeAllArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeAllArgs) String() string
- func (p *ThriftHiveMetastoreGetTypeAllArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeAllResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeAllResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeAllResult) String() string
- func (p *ThriftHiveMetastoreGetTypeAllResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetTypeArgs
- func (p *ThriftHiveMetastoreGetTypeArgs) GetName() string
- func (p *ThriftHiveMetastoreGetTypeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeArgs) String() string
- func (p *ThriftHiveMetastoreGetTypeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetTypeResult) String() string
- func (p *ThriftHiveMetastoreGetTypeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetUniqueConstraintsArgs
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) GetRequest() *UniqueConstraintsRequest
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) String() string
- func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGetUniqueConstraintsResult
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetSuccess() *UniqueConstraintsResponse
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) String() string
- func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGrantPrivilegesArgs
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) GetPrivileges() *PrivilegeBag
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges() bool
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) String() string
- func (p *ThriftHiveMetastoreGrantPrivilegesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantPrivilegesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantPrivilegesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantPrivilegesResult) String() string
- func (p *ThriftHiveMetastoreGrantPrivilegesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGrantRevokePrivilegesArgs
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) GetRequest() *GrantRevokePrivilegeRequest
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) String() string
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGrantRevokePrivilegesResult
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) GetSuccess() *GrantRevokePrivilegeResponse
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) String() string
- func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGrantRevokeRoleArgs
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) GetRequest() *GrantRevokeRoleRequest
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) String() string
- func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreGrantRevokeRoleResult
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) GetSuccess() *GrantRevokeRoleResponse
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) String() string
- func (p *ThriftHiveMetastoreGrantRevokeRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleArgs) String() string
- func (p *ThriftHiveMetastoreGrantRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreGrantRoleResult) String() string
- func (p *ThriftHiveMetastoreGrantRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreHeartbeatArgs
- func (p *ThriftHiveMetastoreHeartbeatArgs) GetIds() *HeartbeatRequest
- func (p *ThriftHiveMetastoreHeartbeatArgs) IsSetIds() bool
- func (p *ThriftHiveMetastoreHeartbeatArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatArgs) String() string
- func (p *ThriftHiveMetastoreHeartbeatArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreHeartbeatResult
- func (p *ThriftHiveMetastoreHeartbeatResult) GetO1() *NoSuchLockException
- func (p *ThriftHiveMetastoreHeartbeatResult) GetO2() *NoSuchTxnException
- func (p *ThriftHiveMetastoreHeartbeatResult) GetO3() *TxnAbortedException
- func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreHeartbeatResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatResult) String() string
- func (p *ThriftHiveMetastoreHeartbeatResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreHeartbeatTxnRangeArgs
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) GetTxns() *HeartbeatTxnRangeRequest
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) IsSetTxns() bool
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) String() string
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreHeartbeatTxnRangeResult
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) GetSuccess() *HeartbeatTxnRangeResponse
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) String() string
- func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreIsPartitionMarkedForEventArgs
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetDbName() string
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetEventType() PartitionEventType
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetPartVals() map[string]string
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetTblName() string
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) String() string
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreIsPartitionMarkedForEventResult
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO4() *UnknownTableException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO5() *UnknownPartitionException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO6() *InvalidPartitionException
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO5() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO6() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) String() string
- func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesArgs) String() string
- func (p *ThriftHiveMetastoreListPrivilegesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListPrivilegesResult) String() string
- func (p *ThriftHiveMetastoreListPrivilegesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreListRolesArgs
- func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalName() string
- func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalType() PrincipalType
- func (p *ThriftHiveMetastoreListRolesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesArgs) String() string
- func (p *ThriftHiveMetastoreListRolesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreListRolesResult) String() string
- func (p *ThriftHiveMetastoreListRolesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreLockArgs
- func (p *ThriftHiveMetastoreLockArgs) GetRqst() *LockRequest
- func (p *ThriftHiveMetastoreLockArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreLockArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockArgs) String() string
- func (p *ThriftHiveMetastoreLockArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreLockResult
- func (p *ThriftHiveMetastoreLockResult) GetO1() *NoSuchTxnException
- func (p *ThriftHiveMetastoreLockResult) GetO2() *TxnAbortedException
- func (p *ThriftHiveMetastoreLockResult) GetSuccess() *LockResponse
- func (p *ThriftHiveMetastoreLockResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreLockResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreLockResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreLockResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreLockResult) String() string
- func (p *ThriftHiveMetastoreLockResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreMarkPartitionForEventArgs
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetDbName() string
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetEventType() PartitionEventType
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetPartVals() map[string]string
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetTblName() string
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) String() string
- func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreMarkPartitionForEventResult
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO2() *NoSuchObjectException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO3() *UnknownDBException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO4() *UnknownTableException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO5() *UnknownPartitionException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO6() *InvalidPartitionException
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO5() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO6() bool
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) String() string
- func (p *ThriftHiveMetastoreMarkPartitionForEventResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreOpenTxnsArgs
- func (p *ThriftHiveMetastoreOpenTxnsArgs) GetRqst() *OpenTxnRequest
- func (p *ThriftHiveMetastoreOpenTxnsArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreOpenTxnsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreOpenTxnsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreOpenTxnsArgs) String() string
- func (p *ThriftHiveMetastoreOpenTxnsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreOpenTxnsResult
- func (p *ThriftHiveMetastoreOpenTxnsResult) GetSuccess() *OpenTxnsResponse
- func (p *ThriftHiveMetastoreOpenTxnsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreOpenTxnsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreOpenTxnsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreOpenTxnsResult) String() string
- func (p *ThriftHiveMetastoreOpenTxnsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastorePartitionNameHasValidCharactersArgs
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetPartVals() []string
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetThrowException() bool
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) String() string
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastorePartitionNameHasValidCharactersResult
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetO1() *MetaException
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetSuccess() bool
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetO1() bool
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) String() string
- func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastorePartitionNameToSpecArgs
- func (p *ThriftHiveMetastorePartitionNameToSpecArgs) GetPartName() string
- func (p *ThriftHiveMetastorePartitionNameToSpecArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToSpecArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToSpecArgs) String() string
- func (p *ThriftHiveMetastorePartitionNameToSpecArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToSpecResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToSpecResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToSpecResult) String() string
- func (p *ThriftHiveMetastorePartitionNameToSpecResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastorePartitionNameToValsArgs
- func (p *ThriftHiveMetastorePartitionNameToValsArgs) GetPartName() string
- func (p *ThriftHiveMetastorePartitionNameToValsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToValsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToValsArgs) String() string
- func (p *ThriftHiveMetastorePartitionNameToValsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToValsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToValsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePartitionNameToValsResult) String() string
- func (p *ThriftHiveMetastorePartitionNameToValsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreProcessor
- func (p *ThriftHiveMetastoreProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *ThriftHiveMetastoreProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *ThriftHiveMetastoreProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *ThriftHiveMetastoreProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type ThriftHiveMetastorePutFileMetadataArgs
- func (p *ThriftHiveMetastorePutFileMetadataArgs) GetReq() *PutFileMetadataRequest
- func (p *ThriftHiveMetastorePutFileMetadataArgs) IsSetReq() bool
- func (p *ThriftHiveMetastorePutFileMetadataArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePutFileMetadataArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePutFileMetadataArgs) String() string
- func (p *ThriftHiveMetastorePutFileMetadataArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastorePutFileMetadataResult
- func (p *ThriftHiveMetastorePutFileMetadataResult) GetSuccess() *PutFileMetadataResult_
- func (p *ThriftHiveMetastorePutFileMetadataResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastorePutFileMetadataResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePutFileMetadataResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastorePutFileMetadataResult) String() string
- func (p *ThriftHiveMetastorePutFileMetadataResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRemoveMasterKeyArgs
- func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) GetKeySeq() int32
- func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) String() string
- func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRemoveMasterKeyResult
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) String() string
- func (p *ThriftHiveMetastoreRemoveMasterKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRemoveTokenArgs
- func (p *ThriftHiveMetastoreRemoveTokenArgs) GetTokenIdentifier() string
- func (p *ThriftHiveMetastoreRemoveTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveTokenArgs) String() string
- func (p *ThriftHiveMetastoreRemoveTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRemoveTokenResult
- func (p *ThriftHiveMetastoreRemoveTokenResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreRemoveTokenResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreRemoveTokenResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRemoveTokenResult) String() string
- func (p *ThriftHiveMetastoreRemoveTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRenamePartitionArgs
- func (p *ThriftHiveMetastoreRenamePartitionArgs) GetDbName() string
- func (p *ThriftHiveMetastoreRenamePartitionArgs) GetNewPart_() *Partition
- func (p *ThriftHiveMetastoreRenamePartitionArgs) GetPartVals() []string
- func (p *ThriftHiveMetastoreRenamePartitionArgs) GetTblName() string
- func (p *ThriftHiveMetastoreRenamePartitionArgs) IsSetNewPart_() bool
- func (p *ThriftHiveMetastoreRenamePartitionArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionArgs) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionArgs) String() string
- func (p *ThriftHiveMetastoreRenamePartitionArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRenamePartitionResult
- func (p *ThriftHiveMetastoreRenamePartitionResult) GetO1() *InvalidOperationException
- func (p *ThriftHiveMetastoreRenamePartitionResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreRenamePartitionResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreRenamePartitionResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreRenamePartitionResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenamePartitionResult) String() string
- func (p *ThriftHiveMetastoreRenamePartitionResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRenewDelegationTokenArgs
- func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) GetTokenStrForm() string
- func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) String() string
- func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenewDelegationTokenResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenewDelegationTokenResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRenewDelegationTokenResult) String() string
- func (p *ThriftHiveMetastoreRenewDelegationTokenResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRevokePrivilegesArgs
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) GetPrivileges() *PrivilegeBag
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges() bool
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) String() string
- func (p *ThriftHiveMetastoreRevokePrivilegesArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokePrivilegesResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokePrivilegesResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokePrivilegesResult) String() string
- func (p *ThriftHiveMetastoreRevokePrivilegesResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreRevokeRoleArgs
- func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalName() string
- func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalType() PrincipalType
- func (p *ThriftHiveMetastoreRevokeRoleArgs) GetRoleName() string
- func (p *ThriftHiveMetastoreRevokeRoleArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleArgs) String() string
- func (p *ThriftHiveMetastoreRevokeRoleArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreRevokeRoleResult) String() string
- func (p *ThriftHiveMetastoreRevokeRoleResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetAggrStatsForArgs
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) GetRequest() *SetPartitionsStatsRequest
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) String() string
- func (p *ThriftHiveMetastoreSetAggrStatsForArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetAggrStatsForResult
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) String() string
- func (p *ThriftHiveMetastoreSetAggrStatsForResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetMetaConfArgs
- func (p *ThriftHiveMetastoreSetMetaConfArgs) GetKey() string
- func (p *ThriftHiveMetastoreSetMetaConfArgs) GetValue() string
- func (p *ThriftHiveMetastoreSetMetaConfArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetMetaConfArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetMetaConfArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetMetaConfArgs) String() string
- func (p *ThriftHiveMetastoreSetMetaConfArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetMetaConfResult
- func (p *ThriftHiveMetastoreSetMetaConfResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreSetMetaConfResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreSetMetaConfResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetMetaConfResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetMetaConfResult) String() string
- func (p *ThriftHiveMetastoreSetMetaConfResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetUgiArgs
- func (p *ThriftHiveMetastoreSetUgiArgs) GetGroupNames() []string
- func (p *ThriftHiveMetastoreSetUgiArgs) GetUserName() string
- func (p *ThriftHiveMetastoreSetUgiArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiArgs) String() string
- func (p *ThriftHiveMetastoreSetUgiArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreSetUgiResult
- func (p *ThriftHiveMetastoreSetUgiResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreSetUgiResult) GetSuccess() []string
- func (p *ThriftHiveMetastoreSetUgiResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreSetUgiResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreSetUgiResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreSetUgiResult) String() string
- func (p *ThriftHiveMetastoreSetUgiResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreShowCompactArgs
- func (p *ThriftHiveMetastoreShowCompactArgs) GetRqst() *ShowCompactRequest
- func (p *ThriftHiveMetastoreShowCompactArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreShowCompactArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowCompactArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowCompactArgs) String() string
- func (p *ThriftHiveMetastoreShowCompactArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreShowCompactResult
- func (p *ThriftHiveMetastoreShowCompactResult) GetSuccess() *ShowCompactResponse
- func (p *ThriftHiveMetastoreShowCompactResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreShowCompactResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowCompactResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowCompactResult) String() string
- func (p *ThriftHiveMetastoreShowCompactResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreShowLocksArgs
- func (p *ThriftHiveMetastoreShowLocksArgs) GetRqst() *ShowLocksRequest
- func (p *ThriftHiveMetastoreShowLocksArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreShowLocksArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowLocksArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowLocksArgs) String() string
- func (p *ThriftHiveMetastoreShowLocksArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreShowLocksResult
- func (p *ThriftHiveMetastoreShowLocksResult) GetSuccess() *ShowLocksResponse
- func (p *ThriftHiveMetastoreShowLocksResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreShowLocksResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowLocksResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreShowLocksResult) String() string
- func (p *ThriftHiveMetastoreShowLocksResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreTruncateTableArgs
- func (p *ThriftHiveMetastoreTruncateTableArgs) GetDbName() string
- func (p *ThriftHiveMetastoreTruncateTableArgs) GetPartNames() []string
- func (p *ThriftHiveMetastoreTruncateTableArgs) GetTableName() string
- func (p *ThriftHiveMetastoreTruncateTableArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableArgs) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableArgs) String() string
- func (p *ThriftHiveMetastoreTruncateTableArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreTruncateTableResult
- func (p *ThriftHiveMetastoreTruncateTableResult) GetO1() *MetaException
- func (p *ThriftHiveMetastoreTruncateTableResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreTruncateTableResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreTruncateTableResult) String() string
- func (p *ThriftHiveMetastoreTruncateTableResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUnlockArgs
- func (p *ThriftHiveMetastoreUnlockArgs) GetRqst() *UnlockRequest
- func (p *ThriftHiveMetastoreUnlockArgs) IsSetRqst() bool
- func (p *ThriftHiveMetastoreUnlockArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUnlockArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUnlockArgs) String() string
- func (p *ThriftHiveMetastoreUnlockArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUnlockResult
- func (p *ThriftHiveMetastoreUnlockResult) GetO1() *NoSuchLockException
- func (p *ThriftHiveMetastoreUnlockResult) GetO2() *TxnOpenException
- func (p *ThriftHiveMetastoreUnlockResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreUnlockResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreUnlockResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUnlockResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUnlockResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUnlockResult) String() string
- func (p *ThriftHiveMetastoreUnlockResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdateMasterKeyArgs
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) GetKey() string
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) GetSeqNumber() int32
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) String() string
- func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdateMasterKeyResult
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) String() string
- func (p *ThriftHiveMetastoreUpdateMasterKeyResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) GetStatsObj() *ColumnStatistics
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) IsSetStatsObj() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdateTableColumnStatisticsArgs
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) GetStatsObj() *ColumnStatistics
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) IsSetStatsObj() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) String() string
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreUpdateTableColumnStatisticsResult
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO2() *InvalidObjectException
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO3() *MetaException
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO4() *InvalidInputException
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetSuccess() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO3() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO4() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) String() string
- func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreValidateResourcePlanArgs
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) GetRequest() *WMValidateResourcePlanRequest
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) IsSetRequest() bool
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) String() string
- func (p *ThriftHiveMetastoreValidateResourcePlanArgs) Write(ctx context.Context, oprot thrift.TProtocol) error
- type ThriftHiveMetastoreValidateResourcePlanResult
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetO1() *NoSuchObjectException
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetO2() *MetaException
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetSuccess() *WMValidateResourcePlanResponse
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetO1() bool
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetO2() bool
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetSuccess() bool
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) ReadField0(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) String() string
- func (p *ThriftHiveMetastoreValidateResourcePlanResult) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TxnAbortedException
- func (p *TxnAbortedException) Equals(other *TxnAbortedException) bool
- func (p *TxnAbortedException) Error() string
- func (p *TxnAbortedException) GetMessage() string
- func (p *TxnAbortedException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnAbortedException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnAbortedException) String() string
- func (TxnAbortedException) TExceptionType() thrift.TExceptionType
- func (p *TxnAbortedException) Validate() error
- func (p *TxnAbortedException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TxnInfo
- func (p *TxnInfo) Equals(other *TxnInfo) bool
- func (p *TxnInfo) GetAgentInfo() string
- func (p *TxnInfo) GetHeartbeatCount() int32
- func (p *TxnInfo) GetHostname() string
- func (p *TxnInfo) GetID() int64
- func (p *TxnInfo) GetLastHeartbeatTime() int64
- func (p *TxnInfo) GetMetaInfo() string
- func (p *TxnInfo) GetStartedTime() int64
- func (p *TxnInfo) GetState() TxnState
- func (p *TxnInfo) GetUser() string
- func (p *TxnInfo) IsSetAgentInfo() bool
- func (p *TxnInfo) IsSetHeartbeatCount() bool
- func (p *TxnInfo) IsSetLastHeartbeatTime() bool
- func (p *TxnInfo) IsSetMetaInfo() bool
- func (p *TxnInfo) IsSetStartedTime() bool
- func (p *TxnInfo) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField8(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) ReadField9(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnInfo) String() string
- func (p *TxnInfo) Validate() error
- func (p *TxnInfo) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TxnOpenException
- func (p *TxnOpenException) Equals(other *TxnOpenException) bool
- func (p *TxnOpenException) Error() string
- func (p *TxnOpenException) GetMessage() string
- func (p *TxnOpenException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnOpenException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TxnOpenException) String() string
- func (TxnOpenException) TExceptionType() thrift.TExceptionType
- func (p *TxnOpenException) Validate() error
- func (p *TxnOpenException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TxnState
- type Type
- func (p *Type) Equals(other *Type) bool
- 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(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Type) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Type) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Type) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Type) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Type) String() string
- func (p *Type) Validate() error
- func (p *Type) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UniqueConstraintsRequest
- func (p *UniqueConstraintsRequest) Equals(other *UniqueConstraintsRequest) bool
- func (p *UniqueConstraintsRequest) GetDbName() string
- func (p *UniqueConstraintsRequest) GetTblName() string
- func (p *UniqueConstraintsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UniqueConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UniqueConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UniqueConstraintsRequest) String() string
- func (p *UniqueConstraintsRequest) Validate() error
- func (p *UniqueConstraintsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UniqueConstraintsResponse
- func (p *UniqueConstraintsResponse) Equals(other *UniqueConstraintsResponse) bool
- func (p *UniqueConstraintsResponse) GetUniqueConstraints() []*SQLUniqueConstraint
- func (p *UniqueConstraintsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UniqueConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UniqueConstraintsResponse) String() string
- func (p *UniqueConstraintsResponse) Validate() error
- func (p *UniqueConstraintsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UnknownDBException
- func (p *UnknownDBException) Equals(other *UnknownDBException) bool
- func (p *UnknownDBException) Error() string
- func (p *UnknownDBException) GetMessage() string
- func (p *UnknownDBException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownDBException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownDBException) String() string
- func (UnknownDBException) TExceptionType() thrift.TExceptionType
- func (p *UnknownDBException) Validate() error
- func (p *UnknownDBException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UnknownPartitionException
- func (p *UnknownPartitionException) Equals(other *UnknownPartitionException) bool
- func (p *UnknownPartitionException) Error() string
- func (p *UnknownPartitionException) GetMessage() string
- func (p *UnknownPartitionException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownPartitionException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownPartitionException) String() string
- func (UnknownPartitionException) TExceptionType() thrift.TExceptionType
- func (p *UnknownPartitionException) Validate() error
- func (p *UnknownPartitionException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UnknownTableException
- func (p *UnknownTableException) Equals(other *UnknownTableException) bool
- func (p *UnknownTableException) Error() string
- func (p *UnknownTableException) GetMessage() string
- func (p *UnknownTableException) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownTableException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnknownTableException) String() string
- func (UnknownTableException) TExceptionType() thrift.TExceptionType
- func (p *UnknownTableException) Validate() error
- func (p *UnknownTableException) Write(ctx context.Context, oprot thrift.TProtocol) error
- type UnlockRequest
- func (p *UnlockRequest) Equals(other *UnlockRequest) bool
- func (p *UnlockRequest) GetLockid() int64
- func (p *UnlockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnlockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *UnlockRequest) String() string
- func (p *UnlockRequest) Validate() error
- func (p *UnlockRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Version
- func (p *Version) Equals(other *Version) bool
- func (p *Version) GetComments() string
- func (p *Version) GetVersion() string
- func (p *Version) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Version) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Version) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Version) String() string
- func (p *Version) Validate() error
- func (p *Version) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMAlterResourcePlanRequest
- func (p *WMAlterResourcePlanRequest) Equals(other *WMAlterResourcePlanRequest) bool
- func (p *WMAlterResourcePlanRequest) GetIsEnableAndActivate() bool
- func (p *WMAlterResourcePlanRequest) GetResourcePlan() *WMResourcePlan
- func (p *WMAlterResourcePlanRequest) GetResourcePlanName() string
- func (p *WMAlterResourcePlanRequest) IsSetIsEnableAndActivate() bool
- func (p *WMAlterResourcePlanRequest) IsSetResourcePlan() bool
- func (p *WMAlterResourcePlanRequest) IsSetResourcePlanName() bool
- func (p *WMAlterResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanRequest) String() string
- func (p *WMAlterResourcePlanRequest) Validate() error
- func (p *WMAlterResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMAlterResourcePlanResponse
- func (p *WMAlterResourcePlanResponse) Equals(other *WMAlterResourcePlanResponse) bool
- func (p *WMAlterResourcePlanResponse) GetFullResourcePlan() *WMFullResourcePlan
- func (p *WMAlterResourcePlanResponse) IsSetFullResourcePlan() bool
- func (p *WMAlterResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterResourcePlanResponse) String() string
- func (p *WMAlterResourcePlanResponse) Validate() error
- func (p *WMAlterResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMAlterTriggerRequest
- func (p *WMAlterTriggerRequest) Equals(other *WMAlterTriggerRequest) bool
- func (p *WMAlterTriggerRequest) GetTrigger() *WMTrigger
- func (p *WMAlterTriggerRequest) IsSetTrigger() bool
- func (p *WMAlterTriggerRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterTriggerRequest) String() string
- func (p *WMAlterTriggerRequest) Validate() error
- func (p *WMAlterTriggerRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMAlterTriggerResponse
- func (p *WMAlterTriggerResponse) Equals(other *WMAlterTriggerResponse) bool
- func (p *WMAlterTriggerResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMAlterTriggerResponse) String() string
- func (p *WMAlterTriggerResponse) Validate() error
- func (p *WMAlterTriggerResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMCreateResourcePlanRequest
- func (p *WMCreateResourcePlanRequest) Equals(other *WMCreateResourcePlanRequest) bool
- func (p *WMCreateResourcePlanRequest) GetResourcePlan() *WMResourcePlan
- func (p *WMCreateResourcePlanRequest) IsSetResourcePlan() bool
- func (p *WMCreateResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateResourcePlanRequest) String() string
- func (p *WMCreateResourcePlanRequest) Validate() error
- func (p *WMCreateResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMCreateResourcePlanResponse
- func (p *WMCreateResourcePlanResponse) Equals(other *WMCreateResourcePlanResponse) bool
- func (p *WMCreateResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateResourcePlanResponse) String() string
- func (p *WMCreateResourcePlanResponse) Validate() error
- func (p *WMCreateResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMCreateTriggerRequest
- func (p *WMCreateTriggerRequest) Equals(other *WMCreateTriggerRequest) bool
- func (p *WMCreateTriggerRequest) GetTrigger() *WMTrigger
- func (p *WMCreateTriggerRequest) IsSetTrigger() bool
- func (p *WMCreateTriggerRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateTriggerRequest) String() string
- func (p *WMCreateTriggerRequest) Validate() error
- func (p *WMCreateTriggerRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMCreateTriggerResponse
- func (p *WMCreateTriggerResponse) Equals(other *WMCreateTriggerResponse) bool
- func (p *WMCreateTriggerResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMCreateTriggerResponse) String() string
- func (p *WMCreateTriggerResponse) Validate() error
- func (p *WMCreateTriggerResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMDropResourcePlanRequest
- func (p *WMDropResourcePlanRequest) Equals(other *WMDropResourcePlanRequest) bool
- func (p *WMDropResourcePlanRequest) GetResourcePlanName() string
- func (p *WMDropResourcePlanRequest) IsSetResourcePlanName() bool
- func (p *WMDropResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropResourcePlanRequest) String() string
- func (p *WMDropResourcePlanRequest) Validate() error
- func (p *WMDropResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMDropResourcePlanResponse
- func (p *WMDropResourcePlanResponse) Equals(other *WMDropResourcePlanResponse) bool
- func (p *WMDropResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropResourcePlanResponse) String() string
- func (p *WMDropResourcePlanResponse) Validate() error
- func (p *WMDropResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMDropTriggerRequest
- func (p *WMDropTriggerRequest) Equals(other *WMDropTriggerRequest) bool
- func (p *WMDropTriggerRequest) GetResourcePlanName() string
- func (p *WMDropTriggerRequest) GetTriggerName() string
- func (p *WMDropTriggerRequest) IsSetResourcePlanName() bool
- func (p *WMDropTriggerRequest) IsSetTriggerName() bool
- func (p *WMDropTriggerRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropTriggerRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropTriggerRequest) String() string
- func (p *WMDropTriggerRequest) Validate() error
- func (p *WMDropTriggerRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMDropTriggerResponse
- func (p *WMDropTriggerResponse) Equals(other *WMDropTriggerResponse) bool
- func (p *WMDropTriggerResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMDropTriggerResponse) String() string
- func (p *WMDropTriggerResponse) Validate() error
- func (p *WMDropTriggerResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMFullResourcePlan
- func (p *WMFullResourcePlan) Equals(other *WMFullResourcePlan) bool
- func (p *WMFullResourcePlan) GetMappings() []*WMMapping
- func (p *WMFullResourcePlan) GetPlan() *WMResourcePlan
- func (p *WMFullResourcePlan) GetPoolTriggers() []*WMPoolTrigger
- func (p *WMFullResourcePlan) GetPools() []*WMPool
- func (p *WMFullResourcePlan) GetTriggers() []*WMTrigger
- func (p *WMFullResourcePlan) IsSetMappings() bool
- func (p *WMFullResourcePlan) IsSetPlan() bool
- func (p *WMFullResourcePlan) IsSetPoolTriggers() bool
- func (p *WMFullResourcePlan) IsSetTriggers() bool
- func (p *WMFullResourcePlan) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMFullResourcePlan) String() string
- func (p *WMFullResourcePlan) Validate() error
- func (p *WMFullResourcePlan) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetActiveResourcePlanRequest
- func (p *WMGetActiveResourcePlanRequest) Equals(other *WMGetActiveResourcePlanRequest) bool
- func (p *WMGetActiveResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetActiveResourcePlanRequest) String() string
- func (p *WMGetActiveResourcePlanRequest) Validate() error
- func (p *WMGetActiveResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetActiveResourcePlanResponse
- func (p *WMGetActiveResourcePlanResponse) Equals(other *WMGetActiveResourcePlanResponse) bool
- func (p *WMGetActiveResourcePlanResponse) GetResourcePlan() *WMFullResourcePlan
- func (p *WMGetActiveResourcePlanResponse) IsSetResourcePlan() bool
- func (p *WMGetActiveResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetActiveResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetActiveResourcePlanResponse) String() string
- func (p *WMGetActiveResourcePlanResponse) Validate() error
- func (p *WMGetActiveResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetAllResourcePlanRequest
- func (p *WMGetAllResourcePlanRequest) Equals(other *WMGetAllResourcePlanRequest) bool
- func (p *WMGetAllResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetAllResourcePlanRequest) String() string
- func (p *WMGetAllResourcePlanRequest) Validate() error
- func (p *WMGetAllResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetAllResourcePlanResponse
- func (p *WMGetAllResourcePlanResponse) Equals(other *WMGetAllResourcePlanResponse) bool
- func (p *WMGetAllResourcePlanResponse) GetResourcePlans() []*WMResourcePlan
- func (p *WMGetAllResourcePlanResponse) IsSetResourcePlans() bool
- func (p *WMGetAllResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetAllResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetAllResourcePlanResponse) String() string
- func (p *WMGetAllResourcePlanResponse) Validate() error
- func (p *WMGetAllResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetResourcePlanRequest
- func (p *WMGetResourcePlanRequest) Equals(other *WMGetResourcePlanRequest) bool
- func (p *WMGetResourcePlanRequest) GetResourcePlanName() string
- func (p *WMGetResourcePlanRequest) IsSetResourcePlanName() bool
- func (p *WMGetResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetResourcePlanRequest) String() string
- func (p *WMGetResourcePlanRequest) Validate() error
- func (p *WMGetResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetResourcePlanResponse
- func (p *WMGetResourcePlanResponse) Equals(other *WMGetResourcePlanResponse) bool
- func (p *WMGetResourcePlanResponse) GetResourcePlan() *WMResourcePlan
- func (p *WMGetResourcePlanResponse) IsSetResourcePlan() bool
- func (p *WMGetResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetResourcePlanResponse) String() string
- func (p *WMGetResourcePlanResponse) Validate() error
- func (p *WMGetResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetTriggersForResourePlanRequest
- func (p *WMGetTriggersForResourePlanRequest) Equals(other *WMGetTriggersForResourePlanRequest) bool
- func (p *WMGetTriggersForResourePlanRequest) GetResourcePlanName() string
- func (p *WMGetTriggersForResourePlanRequest) IsSetResourcePlanName() bool
- func (p *WMGetTriggersForResourePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetTriggersForResourePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetTriggersForResourePlanRequest) String() string
- func (p *WMGetTriggersForResourePlanRequest) Validate() error
- func (p *WMGetTriggersForResourePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMGetTriggersForResourePlanResponse
- func (p *WMGetTriggersForResourePlanResponse) Equals(other *WMGetTriggersForResourePlanResponse) bool
- func (p *WMGetTriggersForResourePlanResponse) GetTriggers() []*WMTrigger
- func (p *WMGetTriggersForResourePlanResponse) IsSetTriggers() bool
- func (p *WMGetTriggersForResourePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetTriggersForResourePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMGetTriggersForResourePlanResponse) String() string
- func (p *WMGetTriggersForResourePlanResponse) Validate() error
- func (p *WMGetTriggersForResourePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMMapping
- func (p *WMMapping) Equals(other *WMMapping) bool
- func (p *WMMapping) GetEntityName() string
- func (p *WMMapping) GetEntityType() string
- func (p *WMMapping) GetOrdering() int32
- func (p *WMMapping) GetPoolName() string
- func (p *WMMapping) GetResourcePlanName() string
- func (p *WMMapping) IsSetOrdering() bool
- func (p *WMMapping) IsSetPoolName() bool
- func (p *WMMapping) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMMapping) String() string
- func (p *WMMapping) Validate() error
- func (p *WMMapping) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMPool
- func (p *WMPool) Equals(other *WMPool) bool
- func (p *WMPool) GetAllocFraction() float64
- func (p *WMPool) GetPoolPath() string
- func (p *WMPool) GetQueryParallelism() int32
- func (p *WMPool) GetResourcePlanName() string
- func (p *WMPool) GetSchedulingPolicy() string
- func (p *WMPool) IsSetAllocFraction() bool
- func (p *WMPool) IsSetQueryParallelism() bool
- func (p *WMPool) IsSetSchedulingPolicy() bool
- func (p *WMPool) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) ReadField5(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPool) String() string
- func (p *WMPool) Validate() error
- func (p *WMPool) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMPoolTrigger
- func (p *WMPoolTrigger) Equals(other *WMPoolTrigger) bool
- func (p *WMPoolTrigger) GetPool() string
- func (p *WMPoolTrigger) GetTrigger() string
- func (p *WMPoolTrigger) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPoolTrigger) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPoolTrigger) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMPoolTrigger) String() string
- func (p *WMPoolTrigger) Validate() error
- func (p *WMPoolTrigger) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMResourcePlan
- func (p *WMResourcePlan) Equals(other *WMResourcePlan) bool
- func (p *WMResourcePlan) GetDefaultPoolPath() string
- func (p *WMResourcePlan) GetName() string
- func (p *WMResourcePlan) GetQueryParallelism() int32
- func (p *WMResourcePlan) GetStatus() WMResourcePlanStatus
- func (p *WMResourcePlan) IsSetDefaultPoolPath() bool
- func (p *WMResourcePlan) IsSetQueryParallelism() bool
- func (p *WMResourcePlan) IsSetStatus() bool
- func (p *WMResourcePlan) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMResourcePlan) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMResourcePlan) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMResourcePlan) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMResourcePlan) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMResourcePlan) String() string
- func (p *WMResourcePlan) Validate() error
- func (p *WMResourcePlan) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMResourcePlanStatus
- type WMTrigger
- func (p *WMTrigger) Equals(other *WMTrigger) bool
- func (p *WMTrigger) GetActionExpression() string
- func (p *WMTrigger) GetResourcePlanName() string
- func (p *WMTrigger) GetTriggerExpression() string
- func (p *WMTrigger) GetTriggerName() string
- func (p *WMTrigger) IsSetActionExpression() bool
- func (p *WMTrigger) IsSetTriggerExpression() bool
- func (p *WMTrigger) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMTrigger) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMTrigger) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMTrigger) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMTrigger) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMTrigger) String() string
- func (p *WMTrigger) Validate() error
- func (p *WMTrigger) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMValidateResourcePlanRequest
- func (p *WMValidateResourcePlanRequest) Equals(other *WMValidateResourcePlanRequest) bool
- func (p *WMValidateResourcePlanRequest) GetResourcePlanName() string
- func (p *WMValidateResourcePlanRequest) IsSetResourcePlanName() bool
- func (p *WMValidateResourcePlanRequest) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMValidateResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMValidateResourcePlanRequest) String() string
- func (p *WMValidateResourcePlanRequest) Validate() error
- func (p *WMValidateResourcePlanRequest) Write(ctx context.Context, oprot thrift.TProtocol) error
- type WMValidateResourcePlanResponse
- func (p *WMValidateResourcePlanResponse) Equals(other *WMValidateResourcePlanResponse) bool
- func (p *WMValidateResourcePlanResponse) GetIsValid() bool
- func (p *WMValidateResourcePlanResponse) IsSetIsValid() bool
- func (p *WMValidateResourcePlanResponse) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMValidateResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *WMValidateResourcePlanResponse) String() string
- func (p *WMValidateResourcePlanResponse) Validate() error
- func (p *WMValidateResourcePlanResponse) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
const BUCKET_COUNT = "bucket_count"
const BUCKET_FIELD_NAME = "bucket_field_name"
const DDL_TIME = "transient_lastDdlTime"
const FIELD_TO_DIMENSION = "field_to_dimension"
const FILE_INPUT_FORMAT = "file.inputformat"
const FILE_OUTPUT_FORMAT = "file.outputformat"
const HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__"
const HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__"
const HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__"
const IS_ARCHIVED = "is_archived"
const IS_IMMUTABLE = "immutable"
const META_TABLE_COLUMNS = "columns"
const META_TABLE_COLUMN_TYPES = "columns.types"
const META_TABLE_DB = "db"
const META_TABLE_LOCATION = "location"
const META_TABLE_NAME = "name"
const META_TABLE_PARTITION_COLUMNS = "partition_columns"
const META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types"
const META_TABLE_SERDE = "serde"
const META_TABLE_STORAGE = "storage_handler"
const ORIGINAL_LOCATION = "original_location"
const TABLE_IS_TRANSACTIONAL = "transactional"
const TABLE_NO_AUTO_COMPACT = "no_auto_compaction"
const TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties"
Variables ¶
var AddPartitionsRequest_NeedResult__DEFAULT bool = true
var AddPartitionsResult__Partitions_DEFAULT []*Partition
var BinaryColumnStatsData_BitVectors_DEFAULT []byte
var BooleanColumnStatsData_BitVectors_DEFAULT []byte
var CacheFileMetadataRequest_IsAllParts_DEFAULT bool
var CacheFileMetadataRequest_PartName_DEFAULT string
var CheckLockRequest_ElapsedMs_DEFAULT int64
var CheckLockRequest_Txnid_DEFAULT int64
var ColumnStatisticsDesc_LastAnalyzed_DEFAULT int64
var ColumnStatisticsDesc_PartName_DEFAULT string
var CompactionRequest_Partitionname_DEFAULT string
var CompactionRequest_Properties_DEFAULT map[string]string
var CompactionRequest_Runas_DEFAULT string
var Database_OwnerName_DEFAULT string
var DateColumnStatsData_BitVectors_DEFAULT []byte
var DecimalColumnStatsData_BitVectors_DEFAULT []byte
var DoubleColumnStatsData_BitVectors_DEFAULT []byte
var DoubleColumnStatsData_HighValue_DEFAULT float64
var DoubleColumnStatsData_LowValue_DEFAULT float64
var DropPartitionsExpr_PartArchiveLevel_DEFAULT int32
var DropPartitionsRequest_DeleteData_DEFAULT bool
var DropPartitionsRequest_IfExists_DEFAULT bool = true
var DropPartitionsRequest_IgnoreProtection_DEFAULT bool
var DropPartitionsRequest_NeedResult__DEFAULT bool = true
var DropPartitionsResult__Partitions_DEFAULT []*Partition
var FireEventRequest_DbName_DEFAULT string
var FireEventRequest_PartitionVals_DEFAULT []string
var FireEventRequest_TableName_DEFAULT string
var GetAllFunctionsResponse_Functions_DEFAULT []*Function
var GetOpenTxnsResponse_MinOpenTxn_DEFAULT int64
var GetTablesRequest_TblNames_DEFAULT []string
var GoUnusedProtection__ int
var GrantRevokePrivilegeRequest_RevokeGrantOption_DEFAULT bool
var GrantRevokePrivilegeResponse_Success_DEFAULT bool
var GrantRevokeRoleRequest_GrantOption_DEFAULT bool
var GrantRevokeRoleRequest_Grantor_DEFAULT string
var GrantRevokeRoleResponse_Success_DEFAULT bool
var HeartbeatRequest_Lockid_DEFAULT int64
var HeartbeatRequest_Txnid_DEFAULT int64
var InsertEventRequestData_FilesAddedChecksum_DEFAULT []string
var InsertEventRequestData_Replace_DEFAULT bool
var LockComponent_IsAcid_DEFAULT bool = false
var LockComponent_IsDynamicPartitionWrite_DEFAULT bool = false
var LockComponent_Partitionname_DEFAULT string
var LockComponent_Tablename_DEFAULT string
var LockRequest_AgentInfo_DEFAULT string = "Unknown"
var LockRequest_Txnid_DEFAULT int64
var LongColumnStatsData_BitVectors_DEFAULT []byte
var LongColumnStatsData_HighValue_DEFAULT int64
var LongColumnStatsData_LowValue_DEFAULT int64
var MetadataPpdResult__IncludeBitset_DEFAULT []byte
var MetadataPpdResult__Metadata_DEFAULT []byte
var NotificationEventRequest_MaxEvents_DEFAULT int32
var NotificationEvent_DbName_DEFAULT string
var NotificationEvent_MessageFormat_DEFAULT string
var NotificationEvent_TableName_DEFAULT string
var OpenTxnRequest_AgentInfo_DEFAULT string = "Unknown"
var PartitionValuesRequest_ApplyDistinct_DEFAULT bool = true
var PartitionValuesRequest_Ascending_DEFAULT bool = true
var PartitionValuesRequest_Filter_DEFAULT string
var PartitionValuesRequest_MaxParts_DEFAULT int64 = -1
var PartitionValuesRequest_PartitionOrder_DEFAULT []*FieldSchema
var PartitionsByExprRequest_DefaultPartitionName_DEFAULT string
var PartitionsByExprRequest_MaxParts_DEFAULT int16 = -1
var RequestPartsSpec_Exprs_DEFAULT []*DropPartitionsExpr
var RequestPartsSpec_Names_DEFAULT []string
var SetPartitionsStatsRequest_NeedMerge_DEFAULT bool
var ShowCompactResponseElement_EndTime_DEFAULT int64
var ShowCompactResponseElement_HadoopJobId_DEFAULT string = "None"
var ShowCompactResponseElement_HightestTxnId_DEFAULT int64
var ShowCompactResponseElement_ID_DEFAULT int64
var ShowCompactResponseElement_MetaInfo_DEFAULT string
var ShowCompactResponseElement_Partitionname_DEFAULT string
var ShowCompactResponseElement_RunAs_DEFAULT string
var ShowCompactResponseElement_Start_DEFAULT int64
var ShowCompactResponseElement_Workerid_DEFAULT string
var ShowLocksRequest_Dbname_DEFAULT string
var ShowLocksRequest_IsExtended_DEFAULT bool = false
var ShowLocksRequest_Partname_DEFAULT string
var ShowLocksRequest_Tablename_DEFAULT string
var ShowLocksResponseElement_Acquiredat_DEFAULT int64
var ShowLocksResponseElement_AgentInfo_DEFAULT string
var ShowLocksResponseElement_BlockedByExtId_DEFAULT int64
var ShowLocksResponseElement_BlockedByIntId_DEFAULT int64
var ShowLocksResponseElement_HeartbeatCount_DEFAULT int32 = 0
var ShowLocksResponseElement_LockIdInternal_DEFAULT int64
var ShowLocksResponseElement_Partname_DEFAULT string
var ShowLocksResponseElement_Tablename_DEFAULT string
var ShowLocksResponseElement_Txnid_DEFAULT int64
var StorageDescriptor_StoredAsSubDirectories_DEFAULT bool
var StringColumnStatsData_BitVectors_DEFAULT []byte
var TableMeta_Comments_DEFAULT string
var Table_RewriteEnabled_DEFAULT bool
var Table_Temporary_DEFAULT bool = false
var ThriftHiveMetastoreAddMasterKeyResult_Success_DEFAULT int32
var ThriftHiveMetastoreAddPartitionsPspecResult_Success_DEFAULT int32
var ThriftHiveMetastoreAddPartitionsResult_Success_DEFAULT int32
var ThriftHiveMetastoreAddTokenResult_Success_DEFAULT bool
var ThriftHiveMetastoreCreateRoleResult_Success_DEFAULT bool
var ThriftHiveMetastoreCreateTypeResult_Success_DEFAULT bool
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_Success_DEFAULT bool
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropIndexByNameResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropPartitionByNameResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropPartitionResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropRoleResult_Success_DEFAULT bool
var ThriftHiveMetastoreDropTypeResult_Success_DEFAULT bool
var ThriftHiveMetastoreExchangePartitionsResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetAllDatabasesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetAllTablesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetAllTokenIdentifiersResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetConfigValueResult_Success_DEFAULT string
var ThriftHiveMetastoreGetDatabasesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetDelegationTokenResult_Success_DEFAULT string
var ThriftHiveMetastoreGetFieldsResult_Success_DEFAULT []*FieldSchema
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_Success_DEFAULT []*FieldSchema
var ThriftHiveMetastoreGetFunctionsResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetIndexNamesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetIndexesResult_Success_DEFAULT []*Index
var ThriftHiveMetastoreGetMasterKeysResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetMetaConfResult_Success_DEFAULT string
var ThriftHiveMetastoreGetMetastoreDbUUIDResult_Success_DEFAULT string
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_Success_DEFAULT int32
var ThriftHiveMetastoreGetPartSpecsByFilterResult_Success_DEFAULT []*PartitionSpec
var ThriftHiveMetastoreGetPartitionNamesPsResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetPartitionNamesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetPartitionsByFilterResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetPartitionsByNamesResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetPartitionsPsResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetPartitionsPspecResult_Success_DEFAULT []*PartitionSpec
var ThriftHiveMetastoreGetPartitionsResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetPartitionsWithAuthResult_Success_DEFAULT []*Partition
var ThriftHiveMetastoreGetRoleNamesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetSchemaResult_Success_DEFAULT []*FieldSchema
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_Success_DEFAULT []*FieldSchema
var ThriftHiveMetastoreGetTableMetaResult_Success_DEFAULT []*TableMeta
var ThriftHiveMetastoreGetTableNamesByFilterResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetTableObjectsByNameResult_Success_DEFAULT []*Table
var ThriftHiveMetastoreGetTablesByTypeResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetTablesResult_Success_DEFAULT []string
var ThriftHiveMetastoreGetTokenResult_Success_DEFAULT string
var ThriftHiveMetastoreGetTypeAllResult_Success_DEFAULT map[string]*Type
var ThriftHiveMetastoreGrantPrivilegesResult_Success_DEFAULT bool
var ThriftHiveMetastoreGrantRoleResult_Success_DEFAULT bool
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_Success_DEFAULT bool
var ThriftHiveMetastoreListPrivilegesResult_Success_DEFAULT []*HiveObjectPrivilege
var ThriftHiveMetastoreListRolesResult_Success_DEFAULT []*Role
var ThriftHiveMetastorePartitionNameHasValidCharactersResult_Success_DEFAULT bool
var ThriftHiveMetastorePartitionNameToSpecResult_Success_DEFAULT map[string]string
var ThriftHiveMetastorePartitionNameToValsResult_Success_DEFAULT []string
var ThriftHiveMetastoreRemoveMasterKeyResult_Success_DEFAULT bool
var ThriftHiveMetastoreRemoveTokenResult_Success_DEFAULT bool
var ThriftHiveMetastoreRenewDelegationTokenResult_Success_DEFAULT int64
var ThriftHiveMetastoreRevokePrivilegesResult_Success_DEFAULT bool
var ThriftHiveMetastoreRevokeRoleResult_Success_DEFAULT bool
var ThriftHiveMetastoreSetAggrStatsForResult_Success_DEFAULT bool
var ThriftHiveMetastoreSetUgiResult_Success_DEFAULT []string
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_Success_DEFAULT bool
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_Success_DEFAULT bool
var TxnInfo_AgentInfo_DEFAULT string = "Unknown"
var TxnInfo_HeartbeatCount_DEFAULT int32 = 0
var TxnInfo_LastHeartbeatTime_DEFAULT int64
var TxnInfo_MetaInfo_DEFAULT string
var TxnInfo_StartedTime_DEFAULT int64
var Type_Fields_DEFAULT []*FieldSchema
var Type_Type1_DEFAULT string
var Type_Type2_DEFAULT string
var WMAlterResourcePlanRequest_IsEnableAndActivate_DEFAULT bool
var WMAlterResourcePlanRequest_ResourcePlanName_DEFAULT string
var WMDropResourcePlanRequest_ResourcePlanName_DEFAULT string
var WMDropTriggerRequest_ResourcePlanName_DEFAULT string
var WMDropTriggerRequest_TriggerName_DEFAULT string
var WMFullResourcePlan_Mappings_DEFAULT []*WMMapping
var WMFullResourcePlan_PoolTriggers_DEFAULT []*WMPoolTrigger
var WMFullResourcePlan_Triggers_DEFAULT []*WMTrigger
var WMGetAllResourcePlanResponse_ResourcePlans_DEFAULT []*WMResourcePlan
var WMGetResourcePlanRequest_ResourcePlanName_DEFAULT string
var WMGetTriggersForResourePlanRequest_ResourcePlanName_DEFAULT string
var WMGetTriggersForResourePlanResponse_Triggers_DEFAULT []*WMTrigger
var WMMapping_Ordering_DEFAULT int32
var WMMapping_PoolName_DEFAULT string
var WMPool_AllocFraction_DEFAULT float64
var WMPool_QueryParallelism_DEFAULT int32
var WMPool_SchedulingPolicy_DEFAULT string
var WMResourcePlan_DefaultPoolPath_DEFAULT string
var WMResourcePlan_QueryParallelism_DEFAULT int32
var WMTrigger_ActionExpression_DEFAULT string
var WMTrigger_TriggerExpression_DEFAULT string
var WMValidateResourcePlanRequest_ResourcePlanName_DEFAULT string
var WMValidateResourcePlanResponse_IsValid_DEFAULT bool
Functions ¶
This section is empty.
Types ¶
type AbortTxnRequest ¶
type AbortTxnRequest struct {
Txnid int64 `thrift:"txnid,1,required" db:"txnid" json:"txnid"`
}
Attributes:
- Txnid
var ThriftHiveMetastoreAbortTxnArgs_Rqst_DEFAULT *AbortTxnRequest
func NewAbortTxnRequest ¶
func NewAbortTxnRequest() *AbortTxnRequest
func (*AbortTxnRequest) Equals ¶
func (p *AbortTxnRequest) Equals(other *AbortTxnRequest) bool
func (*AbortTxnRequest) GetTxnid ¶
func (p *AbortTxnRequest) GetTxnid() int64
func (*AbortTxnRequest) ReadField1 ¶
func (*AbortTxnRequest) String ¶
func (p *AbortTxnRequest) String() string
func (*AbortTxnRequest) Validate ¶ added in v0.113.0
func (p *AbortTxnRequest) Validate() error
type AbortTxnsRequest ¶
type AbortTxnsRequest struct {
TxnIds []int64 `thrift:"txn_ids,1,required" db:"txn_ids" json:"txn_ids"`
}
Attributes:
- TxnIds
var ThriftHiveMetastoreAbortTxnsArgs_Rqst_DEFAULT *AbortTxnsRequest
func NewAbortTxnsRequest ¶
func NewAbortTxnsRequest() *AbortTxnsRequest
func (*AbortTxnsRequest) Equals ¶
func (p *AbortTxnsRequest) Equals(other *AbortTxnsRequest) bool
func (*AbortTxnsRequest) GetTxnIds ¶
func (p *AbortTxnsRequest) GetTxnIds() []int64
func (*AbortTxnsRequest) ReadField1 ¶
func (*AbortTxnsRequest) String ¶
func (p *AbortTxnsRequest) String() string
func (*AbortTxnsRequest) Validate ¶ added in v0.113.0
func (p *AbortTxnsRequest) Validate() error
type AddDynamicPartitions ¶
type AddDynamicPartitions struct { Txnid int64 `thrift:"txnid,1,required" db:"txnid" json:"txnid"` Dbname string `thrift:"dbname,2,required" db:"dbname" json:"dbname"` Tablename string `thrift:"tablename,3,required" db:"tablename" json:"tablename"` Partitionnames []string `thrift:"partitionnames,4,required" db:"partitionnames" json:"partitionnames"` OperationType DataOperationType `thrift:"operationType,5" db:"operationType" json:"operationType"` }
Attributes:
- Txnid
- Dbname
- Tablename
- Partitionnames
- OperationType
var ThriftHiveMetastoreAddDynamicPartitionsArgs_Rqst_DEFAULT *AddDynamicPartitions
func NewAddDynamicPartitions ¶
func NewAddDynamicPartitions() *AddDynamicPartitions
func (*AddDynamicPartitions) Equals ¶
func (p *AddDynamicPartitions) Equals(other *AddDynamicPartitions) bool
func (*AddDynamicPartitions) GetDbname ¶
func (p *AddDynamicPartitions) GetDbname() string
func (*AddDynamicPartitions) GetOperationType ¶
func (p *AddDynamicPartitions) GetOperationType() DataOperationType
func (*AddDynamicPartitions) GetPartitionnames ¶
func (p *AddDynamicPartitions) GetPartitionnames() []string
func (*AddDynamicPartitions) GetTablename ¶
func (p *AddDynamicPartitions) GetTablename() string
func (*AddDynamicPartitions) GetTxnid ¶
func (p *AddDynamicPartitions) GetTxnid() int64
func (*AddDynamicPartitions) IsSetOperationType ¶
func (p *AddDynamicPartitions) IsSetOperationType() bool
func (*AddDynamicPartitions) ReadField1 ¶
func (*AddDynamicPartitions) ReadField2 ¶
func (*AddDynamicPartitions) ReadField3 ¶
func (*AddDynamicPartitions) ReadField4 ¶
func (*AddDynamicPartitions) ReadField5 ¶
func (*AddDynamicPartitions) String ¶
func (p *AddDynamicPartitions) String() string
func (*AddDynamicPartitions) Validate ¶ added in v0.113.0
func (p *AddDynamicPartitions) Validate() error
type AddForeignKeyRequest ¶
type AddForeignKeyRequest struct {
ForeignKeyCols []*SQLForeignKey `thrift:"foreignKeyCols,1,required" db:"foreignKeyCols" json:"foreignKeyCols"`
}
Attributes:
- ForeignKeyCols
var ThriftHiveMetastoreAddForeignKeyArgs_Req_DEFAULT *AddForeignKeyRequest
func NewAddForeignKeyRequest ¶
func NewAddForeignKeyRequest() *AddForeignKeyRequest
func (*AddForeignKeyRequest) Equals ¶
func (p *AddForeignKeyRequest) Equals(other *AddForeignKeyRequest) bool
func (*AddForeignKeyRequest) GetForeignKeyCols ¶
func (p *AddForeignKeyRequest) GetForeignKeyCols() []*SQLForeignKey
func (*AddForeignKeyRequest) ReadField1 ¶
func (*AddForeignKeyRequest) String ¶
func (p *AddForeignKeyRequest) String() string
func (*AddForeignKeyRequest) Validate ¶ added in v0.113.0
func (p *AddForeignKeyRequest) Validate() error
type AddNotNullConstraintRequest ¶
type AddNotNullConstraintRequest struct {
NotNullConstraintCols []*SQLNotNullConstraint `thrift:"notNullConstraintCols,1,required" db:"notNullConstraintCols" json:"notNullConstraintCols"`
}
Attributes:
- NotNullConstraintCols
var ThriftHiveMetastoreAddNotNullConstraintArgs_Req_DEFAULT *AddNotNullConstraintRequest
func NewAddNotNullConstraintRequest ¶
func NewAddNotNullConstraintRequest() *AddNotNullConstraintRequest
func (*AddNotNullConstraintRequest) Equals ¶
func (p *AddNotNullConstraintRequest) Equals(other *AddNotNullConstraintRequest) bool
func (*AddNotNullConstraintRequest) GetNotNullConstraintCols ¶
func (p *AddNotNullConstraintRequest) GetNotNullConstraintCols() []*SQLNotNullConstraint
func (*AddNotNullConstraintRequest) ReadField1 ¶
func (*AddNotNullConstraintRequest) String ¶
func (p *AddNotNullConstraintRequest) String() string
func (*AddNotNullConstraintRequest) Validate ¶ added in v0.113.0
func (p *AddNotNullConstraintRequest) Validate() error
type AddPartitionsRequest ¶
type AddPartitionsRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` Parts []*Partition `thrift:"parts,3,required" db:"parts" json:"parts"` IfNotExists bool `thrift:"ifNotExists,4,required" db:"ifNotExists" json:"ifNotExists"` NeedResult_ bool `thrift:"needResult,5" db:"needResult" json:"needResult"` }
Attributes:
- DbName
- TblName
- Parts
- IfNotExists
- NeedResult_
var ThriftHiveMetastoreAddPartitionsReqArgs_Request_DEFAULT *AddPartitionsRequest
func NewAddPartitionsRequest ¶
func NewAddPartitionsRequest() *AddPartitionsRequest
func (*AddPartitionsRequest) Equals ¶
func (p *AddPartitionsRequest) Equals(other *AddPartitionsRequest) bool
func (*AddPartitionsRequest) GetDbName ¶
func (p *AddPartitionsRequest) GetDbName() string
func (*AddPartitionsRequest) GetIfNotExists ¶
func (p *AddPartitionsRequest) GetIfNotExists() bool
func (*AddPartitionsRequest) GetNeedResult_ ¶
func (p *AddPartitionsRequest) GetNeedResult_() bool
func (*AddPartitionsRequest) GetParts ¶
func (p *AddPartitionsRequest) GetParts() []*Partition
func (*AddPartitionsRequest) GetTblName ¶
func (p *AddPartitionsRequest) GetTblName() string
func (*AddPartitionsRequest) IsSetNeedResult_ ¶
func (p *AddPartitionsRequest) IsSetNeedResult_() bool
func (*AddPartitionsRequest) ReadField1 ¶
func (*AddPartitionsRequest) ReadField2 ¶
func (*AddPartitionsRequest) ReadField3 ¶
func (*AddPartitionsRequest) ReadField4 ¶
func (*AddPartitionsRequest) ReadField5 ¶
func (*AddPartitionsRequest) String ¶
func (p *AddPartitionsRequest) String() string
func (*AddPartitionsRequest) Validate ¶ added in v0.113.0
func (p *AddPartitionsRequest) Validate() error
type AddPartitionsResult_ ¶
type AddPartitionsResult_ struct {
Partitions []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions,omitempty"`
}
Attributes:
- Partitions
var ThriftHiveMetastoreAddPartitionsReqResult_Success_DEFAULT *AddPartitionsResult_
func NewAddPartitionsResult_ ¶
func NewAddPartitionsResult_() *AddPartitionsResult_
func (*AddPartitionsResult_) Equals ¶
func (p *AddPartitionsResult_) Equals(other *AddPartitionsResult_) bool
func (*AddPartitionsResult_) GetPartitions ¶
func (p *AddPartitionsResult_) GetPartitions() []*Partition
func (*AddPartitionsResult_) IsSetPartitions ¶
func (p *AddPartitionsResult_) IsSetPartitions() bool
func (*AddPartitionsResult_) ReadField1 ¶
func (*AddPartitionsResult_) String ¶
func (p *AddPartitionsResult_) String() string
func (*AddPartitionsResult_) Validate ¶ added in v0.113.0
func (p *AddPartitionsResult_) Validate() error
type AddPrimaryKeyRequest ¶
type AddPrimaryKeyRequest struct {
PrimaryKeyCols []*SQLPrimaryKey `thrift:"primaryKeyCols,1,required" db:"primaryKeyCols" json:"primaryKeyCols"`
}
Attributes:
- PrimaryKeyCols
var ThriftHiveMetastoreAddPrimaryKeyArgs_Req_DEFAULT *AddPrimaryKeyRequest
func NewAddPrimaryKeyRequest ¶
func NewAddPrimaryKeyRequest() *AddPrimaryKeyRequest
func (*AddPrimaryKeyRequest) Equals ¶
func (p *AddPrimaryKeyRequest) Equals(other *AddPrimaryKeyRequest) bool
func (*AddPrimaryKeyRequest) GetPrimaryKeyCols ¶
func (p *AddPrimaryKeyRequest) GetPrimaryKeyCols() []*SQLPrimaryKey
func (*AddPrimaryKeyRequest) ReadField1 ¶
func (*AddPrimaryKeyRequest) String ¶
func (p *AddPrimaryKeyRequest) String() string
func (*AddPrimaryKeyRequest) Validate ¶ added in v0.113.0
func (p *AddPrimaryKeyRequest) Validate() error
type AddUniqueConstraintRequest ¶
type AddUniqueConstraintRequest struct {
UniqueConstraintCols []*SQLUniqueConstraint `thrift:"uniqueConstraintCols,1,required" db:"uniqueConstraintCols" json:"uniqueConstraintCols"`
}
Attributes:
- UniqueConstraintCols
var ThriftHiveMetastoreAddUniqueConstraintArgs_Req_DEFAULT *AddUniqueConstraintRequest
func NewAddUniqueConstraintRequest ¶
func NewAddUniqueConstraintRequest() *AddUniqueConstraintRequest
func (*AddUniqueConstraintRequest) Equals ¶
func (p *AddUniqueConstraintRequest) Equals(other *AddUniqueConstraintRequest) bool
func (*AddUniqueConstraintRequest) GetUniqueConstraintCols ¶
func (p *AddUniqueConstraintRequest) GetUniqueConstraintCols() []*SQLUniqueConstraint
func (*AddUniqueConstraintRequest) ReadField1 ¶
func (*AddUniqueConstraintRequest) String ¶
func (p *AddUniqueConstraintRequest) String() string
func (*AddUniqueConstraintRequest) Validate ¶ added in v0.113.0
func (p *AddUniqueConstraintRequest) Validate() error
type AggrStats ¶
type AggrStats struct { ColStats []*ColumnStatisticsObj `thrift:"colStats,1,required" db:"colStats" json:"colStats"` PartsFound int64 `thrift:"partsFound,2,required" db:"partsFound" json:"partsFound"` }
Attributes:
- ColStats
- PartsFound
var ThriftHiveMetastoreGetAggrStatsForResult_Success_DEFAULT *AggrStats
func NewAggrStats ¶
func NewAggrStats() *AggrStats
func (*AggrStats) GetColStats ¶
func (p *AggrStats) GetColStats() []*ColumnStatisticsObj
func (*AggrStats) GetPartsFound ¶
func (*AggrStats) ReadField1 ¶
func (*AggrStats) ReadField2 ¶
type AlreadyExistsException ¶
type AlreadyExistsException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAddIndexResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsPspecResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsReqResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionByNameResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateDatabaseResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateFunctionResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateResourcePlanResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTypeResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateWmTriggerResult_O1_DEFAULT *AlreadyExistsException
func NewAlreadyExistsException ¶
func NewAlreadyExistsException() *AlreadyExistsException
func (*AlreadyExistsException) Equals ¶
func (p *AlreadyExistsException) Equals(other *AlreadyExistsException) bool
func (*AlreadyExistsException) Error ¶
func (p *AlreadyExistsException) Error() string
func (*AlreadyExistsException) GetMessage ¶
func (p *AlreadyExistsException) GetMessage() string
func (*AlreadyExistsException) ReadField1 ¶
func (*AlreadyExistsException) String ¶
func (p *AlreadyExistsException) String() string
func (AlreadyExistsException) TExceptionType ¶
func (AlreadyExistsException) TExceptionType() thrift.TExceptionType
func (*AlreadyExistsException) Validate ¶ added in v0.113.0
func (p *AlreadyExistsException) Validate() error
type BinaryColumnStatsData ¶
type BinaryColumnStatsData struct { MaxColLen int64 `thrift:"maxColLen,1,required" db:"maxColLen" json:"maxColLen"` AvgColLen float64 `thrift:"avgColLen,2,required" db:"avgColLen" json:"avgColLen"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` BitVectors []byte `thrift:"bitVectors,4" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- MaxColLen
- AvgColLen
- NumNulls
- BitVectors
var ColumnStatisticsData_BinaryStats_DEFAULT *BinaryColumnStatsData
func NewBinaryColumnStatsData ¶
func NewBinaryColumnStatsData() *BinaryColumnStatsData
func (*BinaryColumnStatsData) Equals ¶
func (p *BinaryColumnStatsData) Equals(other *BinaryColumnStatsData) bool
func (*BinaryColumnStatsData) GetAvgColLen ¶
func (p *BinaryColumnStatsData) GetAvgColLen() float64
func (*BinaryColumnStatsData) GetBitVectors ¶
func (p *BinaryColumnStatsData) GetBitVectors() []byte
func (*BinaryColumnStatsData) GetMaxColLen ¶
func (p *BinaryColumnStatsData) GetMaxColLen() int64
func (*BinaryColumnStatsData) GetNumNulls ¶
func (p *BinaryColumnStatsData) GetNumNulls() int64
func (*BinaryColumnStatsData) IsSetBitVectors ¶
func (p *BinaryColumnStatsData) IsSetBitVectors() bool
func (*BinaryColumnStatsData) ReadField1 ¶
func (*BinaryColumnStatsData) ReadField2 ¶
func (*BinaryColumnStatsData) ReadField3 ¶
func (*BinaryColumnStatsData) ReadField4 ¶
func (*BinaryColumnStatsData) String ¶
func (p *BinaryColumnStatsData) String() string
func (*BinaryColumnStatsData) Validate ¶ added in v0.113.0
func (p *BinaryColumnStatsData) Validate() error
type BooleanColumnStatsData ¶
type BooleanColumnStatsData struct { NumTrues int64 `thrift:"numTrues,1,required" db:"numTrues" json:"numTrues"` NumFalses int64 `thrift:"numFalses,2,required" db:"numFalses" json:"numFalses"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` BitVectors []byte `thrift:"bitVectors,4" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- NumTrues
- NumFalses
- NumNulls
- BitVectors
var ColumnStatisticsData_BooleanStats_DEFAULT *BooleanColumnStatsData
func NewBooleanColumnStatsData ¶
func NewBooleanColumnStatsData() *BooleanColumnStatsData
func (*BooleanColumnStatsData) Equals ¶
func (p *BooleanColumnStatsData) Equals(other *BooleanColumnStatsData) bool
func (*BooleanColumnStatsData) GetBitVectors ¶
func (p *BooleanColumnStatsData) GetBitVectors() []byte
func (*BooleanColumnStatsData) GetNumFalses ¶
func (p *BooleanColumnStatsData) GetNumFalses() int64
func (*BooleanColumnStatsData) GetNumNulls ¶
func (p *BooleanColumnStatsData) GetNumNulls() int64
func (*BooleanColumnStatsData) GetNumTrues ¶
func (p *BooleanColumnStatsData) GetNumTrues() int64
func (*BooleanColumnStatsData) IsSetBitVectors ¶
func (p *BooleanColumnStatsData) IsSetBitVectors() bool
func (*BooleanColumnStatsData) ReadField1 ¶
func (*BooleanColumnStatsData) ReadField2 ¶
func (*BooleanColumnStatsData) ReadField3 ¶
func (*BooleanColumnStatsData) ReadField4 ¶
func (*BooleanColumnStatsData) String ¶
func (p *BooleanColumnStatsData) String() string
func (*BooleanColumnStatsData) Validate ¶ added in v0.113.0
func (p *BooleanColumnStatsData) Validate() error
type CacheFileMetadataRequest ¶
type CacheFileMetadataRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` PartName *string `thrift:"partName,3" db:"partName" json:"partName,omitempty"` IsAllParts *bool `thrift:"isAllParts,4" db:"isAllParts" json:"isAllParts,omitempty"` }
Attributes:
- DbName
- TblName
- PartName
- IsAllParts
var ThriftHiveMetastoreCacheFileMetadataArgs_Req_DEFAULT *CacheFileMetadataRequest
func NewCacheFileMetadataRequest ¶
func NewCacheFileMetadataRequest() *CacheFileMetadataRequest
func (*CacheFileMetadataRequest) Equals ¶
func (p *CacheFileMetadataRequest) Equals(other *CacheFileMetadataRequest) bool
func (*CacheFileMetadataRequest) GetDbName ¶
func (p *CacheFileMetadataRequest) GetDbName() string
func (*CacheFileMetadataRequest) GetIsAllParts ¶
func (p *CacheFileMetadataRequest) GetIsAllParts() bool
func (*CacheFileMetadataRequest) GetPartName ¶
func (p *CacheFileMetadataRequest) GetPartName() string
func (*CacheFileMetadataRequest) GetTblName ¶
func (p *CacheFileMetadataRequest) GetTblName() string
func (*CacheFileMetadataRequest) IsSetIsAllParts ¶
func (p *CacheFileMetadataRequest) IsSetIsAllParts() bool
func (*CacheFileMetadataRequest) IsSetPartName ¶
func (p *CacheFileMetadataRequest) IsSetPartName() bool
func (*CacheFileMetadataRequest) ReadField1 ¶
func (*CacheFileMetadataRequest) ReadField2 ¶
func (*CacheFileMetadataRequest) ReadField3 ¶
func (*CacheFileMetadataRequest) ReadField4 ¶
func (*CacheFileMetadataRequest) String ¶
func (p *CacheFileMetadataRequest) String() string
func (*CacheFileMetadataRequest) Validate ¶ added in v0.113.0
func (p *CacheFileMetadataRequest) Validate() error
type CacheFileMetadataResult_ ¶
type CacheFileMetadataResult_ struct {
IsSupported bool `thrift:"isSupported,1,required" db:"isSupported" json:"isSupported"`
}
Attributes:
- IsSupported
var ThriftHiveMetastoreCacheFileMetadataResult_Success_DEFAULT *CacheFileMetadataResult_
func NewCacheFileMetadataResult_ ¶
func NewCacheFileMetadataResult_() *CacheFileMetadataResult_
func (*CacheFileMetadataResult_) Equals ¶
func (p *CacheFileMetadataResult_) Equals(other *CacheFileMetadataResult_) bool
func (*CacheFileMetadataResult_) GetIsSupported ¶
func (p *CacheFileMetadataResult_) GetIsSupported() bool
func (*CacheFileMetadataResult_) ReadField1 ¶
func (*CacheFileMetadataResult_) String ¶
func (p *CacheFileMetadataResult_) String() string
func (*CacheFileMetadataResult_) Validate ¶ added in v0.113.0
func (p *CacheFileMetadataResult_) Validate() error
type CheckLockRequest ¶
type CheckLockRequest struct { Lockid int64 `thrift:"lockid,1,required" db:"lockid" json:"lockid"` Txnid *int64 `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"` ElapsedMs *int64 `thrift:"elapsed_ms,3" db:"elapsed_ms" json:"elapsed_ms,omitempty"` }
Attributes:
- Lockid
- Txnid
- ElapsedMs
var ThriftHiveMetastoreCheckLockArgs_Rqst_DEFAULT *CheckLockRequest
func NewCheckLockRequest ¶
func NewCheckLockRequest() *CheckLockRequest
func (*CheckLockRequest) Equals ¶
func (p *CheckLockRequest) Equals(other *CheckLockRequest) bool
func (*CheckLockRequest) GetElapsedMs ¶
func (p *CheckLockRequest) GetElapsedMs() int64
func (*CheckLockRequest) GetLockid ¶
func (p *CheckLockRequest) GetLockid() int64
func (*CheckLockRequest) GetTxnid ¶
func (p *CheckLockRequest) GetTxnid() int64
func (*CheckLockRequest) IsSetElapsedMs ¶
func (p *CheckLockRequest) IsSetElapsedMs() bool
func (*CheckLockRequest) IsSetTxnid ¶
func (p *CheckLockRequest) IsSetTxnid() bool
func (*CheckLockRequest) ReadField1 ¶
func (*CheckLockRequest) ReadField2 ¶
func (*CheckLockRequest) ReadField3 ¶
func (*CheckLockRequest) String ¶
func (p *CheckLockRequest) String() string
func (*CheckLockRequest) Validate ¶ added in v0.113.0
func (p *CheckLockRequest) Validate() error
type ClearFileMetadataRequest ¶
type ClearFileMetadataRequest struct {
FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
}
Attributes:
- FileIds
var ThriftHiveMetastoreClearFileMetadataArgs_Req_DEFAULT *ClearFileMetadataRequest
func NewClearFileMetadataRequest ¶
func NewClearFileMetadataRequest() *ClearFileMetadataRequest
func (*ClearFileMetadataRequest) Equals ¶
func (p *ClearFileMetadataRequest) Equals(other *ClearFileMetadataRequest) bool
func (*ClearFileMetadataRequest) GetFileIds ¶
func (p *ClearFileMetadataRequest) GetFileIds() []int64
func (*ClearFileMetadataRequest) ReadField1 ¶
func (*ClearFileMetadataRequest) String ¶
func (p *ClearFileMetadataRequest) String() string
func (*ClearFileMetadataRequest) Validate ¶ added in v0.113.0
func (p *ClearFileMetadataRequest) Validate() error
type ClearFileMetadataResult_ ¶
type ClearFileMetadataResult_ struct { }
var ThriftHiveMetastoreClearFileMetadataResult_Success_DEFAULT *ClearFileMetadataResult_
func NewClearFileMetadataResult_ ¶
func NewClearFileMetadataResult_() *ClearFileMetadataResult_
func (*ClearFileMetadataResult_) Equals ¶
func (p *ClearFileMetadataResult_) Equals(other *ClearFileMetadataResult_) bool
func (*ClearFileMetadataResult_) String ¶
func (p *ClearFileMetadataResult_) String() string
func (*ClearFileMetadataResult_) Validate ¶ added in v0.113.0
func (p *ClearFileMetadataResult_) Validate() error
type ClientCapabilities ¶
type ClientCapabilities struct {
Values []ClientCapability `thrift:"values,1,required" db:"values" json:"values"`
}
Attributes:
- Values
var GetTableRequest_Capabilities_DEFAULT *ClientCapabilities
var GetTablesRequest_Capabilities_DEFAULT *ClientCapabilities
func NewClientCapabilities ¶
func NewClientCapabilities() *ClientCapabilities
func (*ClientCapabilities) Equals ¶
func (p *ClientCapabilities) Equals(other *ClientCapabilities) bool
func (*ClientCapabilities) GetValues ¶
func (p *ClientCapabilities) GetValues() []ClientCapability
func (*ClientCapabilities) ReadField1 ¶
func (*ClientCapabilities) String ¶
func (p *ClientCapabilities) String() string
func (*ClientCapabilities) Validate ¶ added in v0.113.0
func (p *ClientCapabilities) Validate() error
type ClientCapability ¶
type ClientCapability int64
const ( ClientCapability_TEST_CAPABILITY ClientCapability = 1 ClientCapability_INSERT_ONLY_TABLES ClientCapability = 2 )
func ClientCapabilityFromString ¶
func ClientCapabilityFromString(s string) (ClientCapability, error)
func ClientCapabilityPtr ¶
func ClientCapabilityPtr(v ClientCapability) *ClientCapability
func (ClientCapability) MarshalText ¶
func (p ClientCapability) MarshalText() ([]byte, error)
func (*ClientCapability) Scan ¶
func (p *ClientCapability) Scan(value interface{}) error
func (ClientCapability) String ¶
func (p ClientCapability) String() string
func (*ClientCapability) UnmarshalText ¶
func (p *ClientCapability) UnmarshalText(text []byte) error
type CmRecycleRequest ¶
type CmRecycleRequest struct { DataPath string `thrift:"dataPath,1,required" db:"dataPath" json:"dataPath"` Purge bool `thrift:"purge,2,required" db:"purge" json:"purge"` }
Attributes:
- DataPath
- Purge
var ThriftHiveMetastoreCmRecycleArgs_Request_DEFAULT *CmRecycleRequest
func NewCmRecycleRequest ¶
func NewCmRecycleRequest() *CmRecycleRequest
func (*CmRecycleRequest) Equals ¶
func (p *CmRecycleRequest) Equals(other *CmRecycleRequest) bool
func (*CmRecycleRequest) GetDataPath ¶
func (p *CmRecycleRequest) GetDataPath() string
func (*CmRecycleRequest) GetPurge ¶
func (p *CmRecycleRequest) GetPurge() bool
func (*CmRecycleRequest) ReadField1 ¶
func (*CmRecycleRequest) ReadField2 ¶
func (*CmRecycleRequest) String ¶
func (p *CmRecycleRequest) String() string
func (*CmRecycleRequest) Validate ¶ added in v0.113.0
func (p *CmRecycleRequest) Validate() error
type CmRecycleResponse ¶
type CmRecycleResponse struct { }
var ThriftHiveMetastoreCmRecycleResult_Success_DEFAULT *CmRecycleResponse
func NewCmRecycleResponse ¶
func NewCmRecycleResponse() *CmRecycleResponse
func (*CmRecycleResponse) Equals ¶
func (p *CmRecycleResponse) Equals(other *CmRecycleResponse) bool
func (*CmRecycleResponse) String ¶
func (p *CmRecycleResponse) String() string
func (*CmRecycleResponse) Validate ¶ added in v0.113.0
func (p *CmRecycleResponse) Validate() error
type ColumnStatistics ¶
type ColumnStatistics struct { StatsDesc *ColumnStatisticsDesc `thrift:"statsDesc,1,required" db:"statsDesc" json:"statsDesc"` StatsObj []*ColumnStatisticsObj `thrift:"statsObj,2,required" db:"statsObj" json:"statsObj"` }
Attributes:
- StatsDesc
- StatsObj
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_Success_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreGetTableColumnStatisticsResult_Success_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs_StatsObj_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreUpdateTableColumnStatisticsArgs_StatsObj_DEFAULT *ColumnStatistics
func NewColumnStatistics ¶
func NewColumnStatistics() *ColumnStatistics
func (*ColumnStatistics) Equals ¶
func (p *ColumnStatistics) Equals(other *ColumnStatistics) bool
func (*ColumnStatistics) GetStatsDesc ¶
func (p *ColumnStatistics) GetStatsDesc() *ColumnStatisticsDesc
func (*ColumnStatistics) GetStatsObj ¶
func (p *ColumnStatistics) GetStatsObj() []*ColumnStatisticsObj
func (*ColumnStatistics) IsSetStatsDesc ¶
func (p *ColumnStatistics) IsSetStatsDesc() bool
func (*ColumnStatistics) ReadField1 ¶
func (*ColumnStatistics) ReadField2 ¶
func (*ColumnStatistics) String ¶
func (p *ColumnStatistics) String() string
func (*ColumnStatistics) Validate ¶ added in v0.113.0
func (p *ColumnStatistics) Validate() error
type ColumnStatisticsData ¶
type ColumnStatisticsData struct { BooleanStats *BooleanColumnStatsData `thrift:"booleanStats,1" db:"booleanStats" json:"booleanStats,omitempty"` LongStats *LongColumnStatsData `thrift:"longStats,2" db:"longStats" json:"longStats,omitempty"` DoubleStats *DoubleColumnStatsData `thrift:"doubleStats,3" db:"doubleStats" json:"doubleStats,omitempty"` StringStats *StringColumnStatsData `thrift:"stringStats,4" db:"stringStats" json:"stringStats,omitempty"` BinaryStats *BinaryColumnStatsData `thrift:"binaryStats,5" db:"binaryStats" json:"binaryStats,omitempty"` DecimalStats *DecimalColumnStatsData `thrift:"decimalStats,6" db:"decimalStats" json:"decimalStats,omitempty"` DateStats *DateColumnStatsData `thrift:"dateStats,7" db:"dateStats" json:"dateStats,omitempty"` }
Attributes:
- BooleanStats
- LongStats
- DoubleStats
- StringStats
- BinaryStats
- DecimalStats
- DateStats
var ColumnStatisticsObj_StatsData_DEFAULT *ColumnStatisticsData
func NewColumnStatisticsData ¶
func NewColumnStatisticsData() *ColumnStatisticsData
func (*ColumnStatisticsData) CountSetFieldsColumnStatisticsData ¶
func (p *ColumnStatisticsData) CountSetFieldsColumnStatisticsData() int
func (*ColumnStatisticsData) Equals ¶
func (p *ColumnStatisticsData) Equals(other *ColumnStatisticsData) bool
func (*ColumnStatisticsData) GetBinaryStats ¶
func (p *ColumnStatisticsData) GetBinaryStats() *BinaryColumnStatsData
func (*ColumnStatisticsData) GetBooleanStats ¶
func (p *ColumnStatisticsData) GetBooleanStats() *BooleanColumnStatsData
func (*ColumnStatisticsData) GetDateStats ¶
func (p *ColumnStatisticsData) GetDateStats() *DateColumnStatsData
func (*ColumnStatisticsData) GetDecimalStats ¶
func (p *ColumnStatisticsData) GetDecimalStats() *DecimalColumnStatsData
func (*ColumnStatisticsData) GetDoubleStats ¶
func (p *ColumnStatisticsData) GetDoubleStats() *DoubleColumnStatsData
func (*ColumnStatisticsData) GetLongStats ¶
func (p *ColumnStatisticsData) GetLongStats() *LongColumnStatsData
func (*ColumnStatisticsData) GetStringStats ¶
func (p *ColumnStatisticsData) GetStringStats() *StringColumnStatsData
func (*ColumnStatisticsData) IsSetBinaryStats ¶
func (p *ColumnStatisticsData) IsSetBinaryStats() bool
func (*ColumnStatisticsData) IsSetBooleanStats ¶
func (p *ColumnStatisticsData) IsSetBooleanStats() bool
func (*ColumnStatisticsData) IsSetDateStats ¶
func (p *ColumnStatisticsData) IsSetDateStats() bool
func (*ColumnStatisticsData) IsSetDecimalStats ¶
func (p *ColumnStatisticsData) IsSetDecimalStats() bool
func (*ColumnStatisticsData) IsSetDoubleStats ¶
func (p *ColumnStatisticsData) IsSetDoubleStats() bool
func (*ColumnStatisticsData) IsSetLongStats ¶
func (p *ColumnStatisticsData) IsSetLongStats() bool
func (*ColumnStatisticsData) IsSetStringStats ¶
func (p *ColumnStatisticsData) IsSetStringStats() bool
func (*ColumnStatisticsData) ReadField1 ¶
func (*ColumnStatisticsData) ReadField2 ¶
func (*ColumnStatisticsData) ReadField3 ¶
func (*ColumnStatisticsData) ReadField4 ¶
func (*ColumnStatisticsData) ReadField5 ¶
func (*ColumnStatisticsData) ReadField6 ¶
func (*ColumnStatisticsData) ReadField7 ¶
func (*ColumnStatisticsData) String ¶
func (p *ColumnStatisticsData) String() string
func (*ColumnStatisticsData) Validate ¶ added in v0.113.0
func (p *ColumnStatisticsData) Validate() error
type ColumnStatisticsDesc ¶
type ColumnStatisticsDesc struct { IsTblLevel bool `thrift:"isTblLevel,1,required" db:"isTblLevel" json:"isTblLevel"` DbName string `thrift:"dbName,2,required" db:"dbName" json:"dbName"` TableName string `thrift:"tableName,3,required" db:"tableName" json:"tableName"` PartName *string `thrift:"partName,4" db:"partName" json:"partName,omitempty"` LastAnalyzed *int64 `thrift:"lastAnalyzed,5" db:"lastAnalyzed" json:"lastAnalyzed,omitempty"` }
Attributes:
- IsTblLevel
- DbName
- TableName
- PartName
- LastAnalyzed
var ColumnStatistics_StatsDesc_DEFAULT *ColumnStatisticsDesc
func NewColumnStatisticsDesc ¶
func NewColumnStatisticsDesc() *ColumnStatisticsDesc
func (*ColumnStatisticsDesc) Equals ¶
func (p *ColumnStatisticsDesc) Equals(other *ColumnStatisticsDesc) bool
func (*ColumnStatisticsDesc) GetDbName ¶
func (p *ColumnStatisticsDesc) GetDbName() string
func (*ColumnStatisticsDesc) GetIsTblLevel ¶
func (p *ColumnStatisticsDesc) GetIsTblLevel() bool
func (*ColumnStatisticsDesc) GetLastAnalyzed ¶
func (p *ColumnStatisticsDesc) GetLastAnalyzed() int64
func (*ColumnStatisticsDesc) GetPartName ¶
func (p *ColumnStatisticsDesc) GetPartName() string
func (*ColumnStatisticsDesc) GetTableName ¶
func (p *ColumnStatisticsDesc) GetTableName() string
func (*ColumnStatisticsDesc) IsSetLastAnalyzed ¶
func (p *ColumnStatisticsDesc) IsSetLastAnalyzed() bool
func (*ColumnStatisticsDesc) IsSetPartName ¶
func (p *ColumnStatisticsDesc) IsSetPartName() bool
func (*ColumnStatisticsDesc) ReadField1 ¶
func (*ColumnStatisticsDesc) ReadField2 ¶
func (*ColumnStatisticsDesc) ReadField3 ¶
func (*ColumnStatisticsDesc) ReadField4 ¶
func (*ColumnStatisticsDesc) ReadField5 ¶
func (*ColumnStatisticsDesc) String ¶
func (p *ColumnStatisticsDesc) String() string
func (*ColumnStatisticsDesc) Validate ¶ added in v0.113.0
func (p *ColumnStatisticsDesc) Validate() error
type ColumnStatisticsObj ¶
type ColumnStatisticsObj struct { ColName string `thrift:"colName,1,required" db:"colName" json:"colName"` ColType string `thrift:"colType,2,required" db:"colType" json:"colType"` StatsData *ColumnStatisticsData `thrift:"statsData,3,required" db:"statsData" json:"statsData"` }
Attributes:
- ColName
- ColType
- StatsData
func NewColumnStatisticsObj ¶
func NewColumnStatisticsObj() *ColumnStatisticsObj
func (*ColumnStatisticsObj) Equals ¶
func (p *ColumnStatisticsObj) Equals(other *ColumnStatisticsObj) bool
func (*ColumnStatisticsObj) GetColName ¶
func (p *ColumnStatisticsObj) GetColName() string
func (*ColumnStatisticsObj) GetColType ¶
func (p *ColumnStatisticsObj) GetColType() string
func (*ColumnStatisticsObj) GetStatsData ¶
func (p *ColumnStatisticsObj) GetStatsData() *ColumnStatisticsData
func (*ColumnStatisticsObj) IsSetStatsData ¶
func (p *ColumnStatisticsObj) IsSetStatsData() bool
func (*ColumnStatisticsObj) ReadField1 ¶
func (*ColumnStatisticsObj) ReadField2 ¶
func (*ColumnStatisticsObj) ReadField3 ¶
func (*ColumnStatisticsObj) String ¶
func (p *ColumnStatisticsObj) String() string
func (*ColumnStatisticsObj) Validate ¶ added in v0.113.0
func (p *ColumnStatisticsObj) Validate() error
type CommitTxnRequest ¶
type CommitTxnRequest struct {
Txnid int64 `thrift:"txnid,1,required" db:"txnid" json:"txnid"`
}
Attributes:
- Txnid
var ThriftHiveMetastoreCommitTxnArgs_Rqst_DEFAULT *CommitTxnRequest
func NewCommitTxnRequest ¶
func NewCommitTxnRequest() *CommitTxnRequest
func (*CommitTxnRequest) Equals ¶
func (p *CommitTxnRequest) Equals(other *CommitTxnRequest) bool
func (*CommitTxnRequest) GetTxnid ¶
func (p *CommitTxnRequest) GetTxnid() int64
func (*CommitTxnRequest) ReadField1 ¶
func (*CommitTxnRequest) String ¶
func (p *CommitTxnRequest) String() string
func (*CommitTxnRequest) Validate ¶ added in v0.113.0
func (p *CommitTxnRequest) Validate() error
type CompactionRequest ¶
type CompactionRequest struct { Dbname string `thrift:"dbname,1,required" db:"dbname" json:"dbname"` Tablename string `thrift:"tablename,2,required" db:"tablename" json:"tablename"` Partitionname *string `thrift:"partitionname,3" db:"partitionname" json:"partitionname,omitempty"` Type CompactionType `thrift:"type,4,required" db:"type" json:"type"` Runas *string `thrift:"runas,5" db:"runas" json:"runas,omitempty"` Properties map[string]string `thrift:"properties,6" db:"properties" json:"properties,omitempty"` }
Attributes:
- Dbname
- Tablename
- Partitionname
- Type
- Runas
- Properties
var ThriftHiveMetastoreCompact2Args_Rqst_DEFAULT *CompactionRequest
var ThriftHiveMetastoreCompactArgs_Rqst_DEFAULT *CompactionRequest
func NewCompactionRequest ¶
func NewCompactionRequest() *CompactionRequest
func (*CompactionRequest) Equals ¶
func (p *CompactionRequest) Equals(other *CompactionRequest) bool
func (*CompactionRequest) GetDbname ¶
func (p *CompactionRequest) GetDbname() string
func (*CompactionRequest) GetPartitionname ¶
func (p *CompactionRequest) GetPartitionname() string
func (*CompactionRequest) GetProperties ¶
func (p *CompactionRequest) GetProperties() map[string]string
func (*CompactionRequest) GetRunas ¶
func (p *CompactionRequest) GetRunas() string
func (*CompactionRequest) GetTablename ¶
func (p *CompactionRequest) GetTablename() string
func (*CompactionRequest) GetType ¶
func (p *CompactionRequest) GetType() CompactionType
func (*CompactionRequest) IsSetPartitionname ¶
func (p *CompactionRequest) IsSetPartitionname() bool
func (*CompactionRequest) IsSetProperties ¶
func (p *CompactionRequest) IsSetProperties() bool
func (*CompactionRequest) IsSetRunas ¶
func (p *CompactionRequest) IsSetRunas() bool
func (*CompactionRequest) ReadField1 ¶
func (*CompactionRequest) ReadField2 ¶
func (*CompactionRequest) ReadField3 ¶
func (*CompactionRequest) ReadField4 ¶
func (*CompactionRequest) ReadField5 ¶
func (*CompactionRequest) ReadField6 ¶
func (*CompactionRequest) String ¶
func (p *CompactionRequest) String() string
func (*CompactionRequest) Validate ¶ added in v0.113.0
func (p *CompactionRequest) Validate() error
type CompactionResponse ¶
type CompactionResponse struct { ID int64 `thrift:"id,1,required" db:"id" json:"id"` State string `thrift:"state,2,required" db:"state" json:"state"` Accepted bool `thrift:"accepted,3,required" db:"accepted" json:"accepted"` }
Attributes:
- ID
- State
- Accepted
var ThriftHiveMetastoreCompact2Result_Success_DEFAULT *CompactionResponse
func NewCompactionResponse ¶
func NewCompactionResponse() *CompactionResponse
func (*CompactionResponse) Equals ¶
func (p *CompactionResponse) Equals(other *CompactionResponse) bool
func (*CompactionResponse) GetAccepted ¶
func (p *CompactionResponse) GetAccepted() bool
func (*CompactionResponse) GetID ¶
func (p *CompactionResponse) GetID() int64
func (*CompactionResponse) GetState ¶
func (p *CompactionResponse) GetState() string
func (*CompactionResponse) ReadField1 ¶
func (*CompactionResponse) ReadField2 ¶
func (*CompactionResponse) ReadField3 ¶
func (*CompactionResponse) String ¶
func (p *CompactionResponse) String() string
func (*CompactionResponse) Validate ¶ added in v0.113.0
func (p *CompactionResponse) Validate() error
type CompactionType ¶
type CompactionType int64
const ( CompactionType_MINOR CompactionType = 1 CompactionType_MAJOR CompactionType = 2 )
func CompactionTypeFromString ¶
func CompactionTypeFromString(s string) (CompactionType, error)
func CompactionTypePtr ¶
func CompactionTypePtr(v CompactionType) *CompactionType
func (CompactionType) MarshalText ¶
func (p CompactionType) MarshalText() ([]byte, error)
func (*CompactionType) Scan ¶
func (p *CompactionType) Scan(value interface{}) error
func (CompactionType) String ¶
func (p CompactionType) String() string
func (*CompactionType) UnmarshalText ¶
func (p *CompactionType) UnmarshalText(text []byte) error
type ConfigValSecurityException ¶
type ConfigValSecurityException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreGetConfigValueResult_O1_DEFAULT *ConfigValSecurityException
func NewConfigValSecurityException ¶
func NewConfigValSecurityException() *ConfigValSecurityException
func (*ConfigValSecurityException) Equals ¶
func (p *ConfigValSecurityException) Equals(other *ConfigValSecurityException) bool
func (*ConfigValSecurityException) Error ¶
func (p *ConfigValSecurityException) Error() string
func (*ConfigValSecurityException) GetMessage ¶
func (p *ConfigValSecurityException) GetMessage() string
func (*ConfigValSecurityException) ReadField1 ¶
func (*ConfigValSecurityException) String ¶
func (p *ConfigValSecurityException) String() string
func (ConfigValSecurityException) TExceptionType ¶
func (ConfigValSecurityException) TExceptionType() thrift.TExceptionType
func (*ConfigValSecurityException) Validate ¶ added in v0.113.0
func (p *ConfigValSecurityException) Validate() error
type CurrentNotificationEventId ¶
type CurrentNotificationEventId struct {
EventId int64 `thrift:"eventId,1,required" db:"eventId" json:"eventId"`
}
Attributes:
- EventId
var ThriftHiveMetastoreGetCurrentNotificationEventIdResult_Success_DEFAULT *CurrentNotificationEventId
func NewCurrentNotificationEventId ¶
func NewCurrentNotificationEventId() *CurrentNotificationEventId
func (*CurrentNotificationEventId) Equals ¶
func (p *CurrentNotificationEventId) Equals(other *CurrentNotificationEventId) bool
func (*CurrentNotificationEventId) GetEventId ¶
func (p *CurrentNotificationEventId) GetEventId() int64
func (*CurrentNotificationEventId) ReadField1 ¶
func (*CurrentNotificationEventId) String ¶
func (p *CurrentNotificationEventId) String() string
func (*CurrentNotificationEventId) Validate ¶ added in v0.113.0
func (p *CurrentNotificationEventId) Validate() error
type DataOperationType ¶
type DataOperationType int64
const ( DataOperationType_SELECT DataOperationType = 1 DataOperationType_INSERT DataOperationType = 2 DataOperationType_UPDATE DataOperationType = 3 DataOperationType_DELETE DataOperationType = 4 DataOperationType_UNSET DataOperationType = 5 DataOperationType_NO_TXN DataOperationType = 6 )
var AddDynamicPartitions_OperationType_DEFAULT DataOperationType = 5
var LockComponent_OperationType_DEFAULT DataOperationType = 5
func DataOperationTypeFromString ¶
func DataOperationTypeFromString(s string) (DataOperationType, error)
func DataOperationTypePtr ¶
func DataOperationTypePtr(v DataOperationType) *DataOperationType
func (DataOperationType) MarshalText ¶
func (p DataOperationType) MarshalText() ([]byte, error)
func (*DataOperationType) Scan ¶
func (p *DataOperationType) Scan(value interface{}) error
func (DataOperationType) String ¶
func (p DataOperationType) String() string
func (*DataOperationType) UnmarshalText ¶
func (p *DataOperationType) UnmarshalText(text []byte) error
type Database ¶
type Database struct { Name string `thrift:"name,1" db:"name" json:"name"` Description string `thrift:"description,2" db:"description" json:"description"` LocationUri string `thrift:"locationUri,3" db:"locationUri" json:"locationUri"` Parameters map[string]string `thrift:"parameters,4" db:"parameters" json:"parameters"` Privileges *PrincipalPrivilegeSet `thrift:"privileges,5" db:"privileges" json:"privileges,omitempty"` OwnerName *string `thrift:"ownerName,6" db:"ownerName" json:"ownerName,omitempty"` OwnerType *PrincipalType `thrift:"ownerType,7" db:"ownerType" json:"ownerType,omitempty"` }
Attributes:
- Name
- Description
- LocationUri
- Parameters
- Privileges
- OwnerName
- OwnerType
var ThriftHiveMetastoreAlterDatabaseArgs_Db_DEFAULT *Database
var ThriftHiveMetastoreCreateDatabaseArgs_Database_DEFAULT *Database
var ThriftHiveMetastoreGetDatabaseResult_Success_DEFAULT *Database
func NewDatabase ¶
func NewDatabase() *Database
func (*Database) GetDescription ¶
func (*Database) GetLocationUri ¶
func (*Database) GetOwnerName ¶
func (*Database) GetOwnerType ¶
func (p *Database) GetOwnerType() PrincipalType
func (*Database) GetParameters ¶
func (*Database) GetPrivileges ¶
func (p *Database) GetPrivileges() *PrincipalPrivilegeSet
func (*Database) IsSetOwnerName ¶
func (*Database) IsSetOwnerType ¶
func (*Database) IsSetPrivileges ¶
func (*Database) ReadField1 ¶
func (*Database) ReadField2 ¶
func (*Database) ReadField3 ¶
func (*Database) ReadField4 ¶
func (*Database) ReadField5 ¶
func (*Database) ReadField6 ¶
func (*Database) ReadField7 ¶
type Date ¶
type Date struct {
DaysSinceEpoch int64 `thrift:"daysSinceEpoch,1,required" db:"daysSinceEpoch" json:"daysSinceEpoch"`
}
Attributes:
- DaysSinceEpoch
var DateColumnStatsData_HighValue_DEFAULT *Date
var DateColumnStatsData_LowValue_DEFAULT *Date
func (*Date) GetDaysSinceEpoch ¶
func (*Date) ReadField1 ¶
type DateColumnStatsData ¶
type DateColumnStatsData struct { LowValue *Date `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"` HighValue *Date `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` NumDVs int64 `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"` BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- LowValue
- HighValue
- NumNulls
- NumDVs
- BitVectors
var ColumnStatisticsData_DateStats_DEFAULT *DateColumnStatsData
func NewDateColumnStatsData ¶
func NewDateColumnStatsData() *DateColumnStatsData
func (*DateColumnStatsData) Equals ¶
func (p *DateColumnStatsData) Equals(other *DateColumnStatsData) bool
func (*DateColumnStatsData) GetBitVectors ¶
func (p *DateColumnStatsData) GetBitVectors() []byte
func (*DateColumnStatsData) GetHighValue ¶
func (p *DateColumnStatsData) GetHighValue() *Date
func (*DateColumnStatsData) GetLowValue ¶
func (p *DateColumnStatsData) GetLowValue() *Date
func (*DateColumnStatsData) GetNumDVs ¶
func (p *DateColumnStatsData) GetNumDVs() int64
func (*DateColumnStatsData) GetNumNulls ¶
func (p *DateColumnStatsData) GetNumNulls() int64
func (*DateColumnStatsData) IsSetBitVectors ¶
func (p *DateColumnStatsData) IsSetBitVectors() bool
func (*DateColumnStatsData) IsSetHighValue ¶
func (p *DateColumnStatsData) IsSetHighValue() bool
func (*DateColumnStatsData) IsSetLowValue ¶
func (p *DateColumnStatsData) IsSetLowValue() bool
func (*DateColumnStatsData) ReadField1 ¶
func (*DateColumnStatsData) ReadField2 ¶
func (*DateColumnStatsData) ReadField3 ¶
func (*DateColumnStatsData) ReadField4 ¶
func (*DateColumnStatsData) ReadField5 ¶
func (*DateColumnStatsData) String ¶
func (p *DateColumnStatsData) String() string
func (*DateColumnStatsData) Validate ¶ added in v0.113.0
func (p *DateColumnStatsData) Validate() error
type Decimal ¶
type Decimal struct { Unscaled []byte `thrift:"unscaled,1,required" db:"unscaled" json:"unscaled"` // unused field # 2 Scale int16 `thrift:"scale,3,required" db:"scale" json:"scale"` }
Attributes:
- Unscaled
- Scale
var DecimalColumnStatsData_HighValue_DEFAULT *Decimal
var DecimalColumnStatsData_LowValue_DEFAULT *Decimal
func NewDecimal ¶
func NewDecimal() *Decimal
func (*Decimal) GetUnscaled ¶
func (*Decimal) ReadField1 ¶
func (*Decimal) ReadField3 ¶
type DecimalColumnStatsData ¶
type DecimalColumnStatsData struct { LowValue *Decimal `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"` HighValue *Decimal `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` NumDVs int64 `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"` BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- LowValue
- HighValue
- NumNulls
- NumDVs
- BitVectors
var ColumnStatisticsData_DecimalStats_DEFAULT *DecimalColumnStatsData
func NewDecimalColumnStatsData ¶
func NewDecimalColumnStatsData() *DecimalColumnStatsData
func (*DecimalColumnStatsData) Equals ¶
func (p *DecimalColumnStatsData) Equals(other *DecimalColumnStatsData) bool
func (*DecimalColumnStatsData) GetBitVectors ¶
func (p *DecimalColumnStatsData) GetBitVectors() []byte
func (*DecimalColumnStatsData) GetHighValue ¶
func (p *DecimalColumnStatsData) GetHighValue() *Decimal
func (*DecimalColumnStatsData) GetLowValue ¶
func (p *DecimalColumnStatsData) GetLowValue() *Decimal
func (*DecimalColumnStatsData) GetNumDVs ¶
func (p *DecimalColumnStatsData) GetNumDVs() int64
func (*DecimalColumnStatsData) GetNumNulls ¶
func (p *DecimalColumnStatsData) GetNumNulls() int64
func (*DecimalColumnStatsData) IsSetBitVectors ¶
func (p *DecimalColumnStatsData) IsSetBitVectors() bool
func (*DecimalColumnStatsData) IsSetHighValue ¶
func (p *DecimalColumnStatsData) IsSetHighValue() bool
func (*DecimalColumnStatsData) IsSetLowValue ¶
func (p *DecimalColumnStatsData) IsSetLowValue() bool
func (*DecimalColumnStatsData) ReadField1 ¶
func (*DecimalColumnStatsData) ReadField2 ¶
func (*DecimalColumnStatsData) ReadField3 ¶
func (*DecimalColumnStatsData) ReadField4 ¶
func (*DecimalColumnStatsData) ReadField5 ¶
func (*DecimalColumnStatsData) String ¶
func (p *DecimalColumnStatsData) String() string
func (*DecimalColumnStatsData) Validate ¶ added in v0.113.0
func (p *DecimalColumnStatsData) Validate() error
type DoubleColumnStatsData ¶
type DoubleColumnStatsData struct { LowValue *float64 `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"` HighValue *float64 `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` NumDVs int64 `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"` BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- LowValue
- HighValue
- NumNulls
- NumDVs
- BitVectors
var ColumnStatisticsData_DoubleStats_DEFAULT *DoubleColumnStatsData
func NewDoubleColumnStatsData ¶
func NewDoubleColumnStatsData() *DoubleColumnStatsData
func (*DoubleColumnStatsData) Equals ¶
func (p *DoubleColumnStatsData) Equals(other *DoubleColumnStatsData) bool
func (*DoubleColumnStatsData) GetBitVectors ¶
func (p *DoubleColumnStatsData) GetBitVectors() []byte
func (*DoubleColumnStatsData) GetHighValue ¶
func (p *DoubleColumnStatsData) GetHighValue() float64
func (*DoubleColumnStatsData) GetLowValue ¶
func (p *DoubleColumnStatsData) GetLowValue() float64
func (*DoubleColumnStatsData) GetNumDVs ¶
func (p *DoubleColumnStatsData) GetNumDVs() int64
func (*DoubleColumnStatsData) GetNumNulls ¶
func (p *DoubleColumnStatsData) GetNumNulls() int64
func (*DoubleColumnStatsData) IsSetBitVectors ¶
func (p *DoubleColumnStatsData) IsSetBitVectors() bool
func (*DoubleColumnStatsData) IsSetHighValue ¶
func (p *DoubleColumnStatsData) IsSetHighValue() bool
func (*DoubleColumnStatsData) IsSetLowValue ¶
func (p *DoubleColumnStatsData) IsSetLowValue() bool
func (*DoubleColumnStatsData) ReadField1 ¶
func (*DoubleColumnStatsData) ReadField2 ¶
func (*DoubleColumnStatsData) ReadField3 ¶
func (*DoubleColumnStatsData) ReadField4 ¶
func (*DoubleColumnStatsData) ReadField5 ¶
func (*DoubleColumnStatsData) String ¶
func (p *DoubleColumnStatsData) String() string
func (*DoubleColumnStatsData) Validate ¶ added in v0.113.0
func (p *DoubleColumnStatsData) Validate() error
type DropConstraintRequest ¶
type DropConstraintRequest struct { Dbname string `thrift:"dbname,1,required" db:"dbname" json:"dbname"` Tablename string `thrift:"tablename,2,required" db:"tablename" json:"tablename"` Constraintname string `thrift:"constraintname,3,required" db:"constraintname" json:"constraintname"` }
Attributes:
- Dbname
- Tablename
- Constraintname
var ThriftHiveMetastoreDropConstraintArgs_Req_DEFAULT *DropConstraintRequest
func NewDropConstraintRequest ¶
func NewDropConstraintRequest() *DropConstraintRequest
func (*DropConstraintRequest) Equals ¶
func (p *DropConstraintRequest) Equals(other *DropConstraintRequest) bool
func (*DropConstraintRequest) GetConstraintname ¶
func (p *DropConstraintRequest) GetConstraintname() string
func (*DropConstraintRequest) GetDbname ¶
func (p *DropConstraintRequest) GetDbname() string
func (*DropConstraintRequest) GetTablename ¶
func (p *DropConstraintRequest) GetTablename() string
func (*DropConstraintRequest) ReadField1 ¶
func (*DropConstraintRequest) ReadField2 ¶
func (*DropConstraintRequest) ReadField3 ¶
func (*DropConstraintRequest) String ¶
func (p *DropConstraintRequest) String() string
func (*DropConstraintRequest) Validate ¶ added in v0.113.0
func (p *DropConstraintRequest) Validate() error
type DropPartitionsExpr ¶
type DropPartitionsExpr struct { Expr []byte `thrift:"expr,1,required" db:"expr" json:"expr"` PartArchiveLevel *int32 `thrift:"partArchiveLevel,2" db:"partArchiveLevel" json:"partArchiveLevel,omitempty"` }
Attributes:
- Expr
- PartArchiveLevel
func NewDropPartitionsExpr ¶
func NewDropPartitionsExpr() *DropPartitionsExpr
func (*DropPartitionsExpr) Equals ¶
func (p *DropPartitionsExpr) Equals(other *DropPartitionsExpr) bool
func (*DropPartitionsExpr) GetExpr ¶
func (p *DropPartitionsExpr) GetExpr() []byte
func (*DropPartitionsExpr) GetPartArchiveLevel ¶
func (p *DropPartitionsExpr) GetPartArchiveLevel() int32
func (*DropPartitionsExpr) IsSetPartArchiveLevel ¶
func (p *DropPartitionsExpr) IsSetPartArchiveLevel() bool
func (*DropPartitionsExpr) ReadField1 ¶
func (*DropPartitionsExpr) ReadField2 ¶
func (*DropPartitionsExpr) String ¶
func (p *DropPartitionsExpr) String() string
func (*DropPartitionsExpr) Validate ¶ added in v0.113.0
func (p *DropPartitionsExpr) Validate() error
type DropPartitionsRequest ¶
type DropPartitionsRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` Parts *RequestPartsSpec `thrift:"parts,3,required" db:"parts" json:"parts"` DeleteData *bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData,omitempty"` IfExists bool `thrift:"ifExists,5" db:"ifExists" json:"ifExists"` IgnoreProtection *bool `thrift:"ignoreProtection,6" db:"ignoreProtection" json:"ignoreProtection,omitempty"` EnvironmentContext *EnvironmentContext `thrift:"environmentContext,7" db:"environmentContext" json:"environmentContext,omitempty"` NeedResult_ bool `thrift:"needResult,8" db:"needResult" json:"needResult"` }
Attributes:
- DbName
- TblName
- Parts
- DeleteData
- IfExists
- IgnoreProtection
- EnvironmentContext
- NeedResult_
var ThriftHiveMetastoreDropPartitionsReqArgs_Req_DEFAULT *DropPartitionsRequest
func NewDropPartitionsRequest ¶
func NewDropPartitionsRequest() *DropPartitionsRequest
func (*DropPartitionsRequest) Equals ¶
func (p *DropPartitionsRequest) Equals(other *DropPartitionsRequest) bool
func (*DropPartitionsRequest) GetDbName ¶
func (p *DropPartitionsRequest) GetDbName() string
func (*DropPartitionsRequest) GetDeleteData ¶
func (p *DropPartitionsRequest) GetDeleteData() bool
func (*DropPartitionsRequest) GetEnvironmentContext ¶
func (p *DropPartitionsRequest) GetEnvironmentContext() *EnvironmentContext
func (*DropPartitionsRequest) GetIfExists ¶
func (p *DropPartitionsRequest) GetIfExists() bool
func (*DropPartitionsRequest) GetIgnoreProtection ¶
func (p *DropPartitionsRequest) GetIgnoreProtection() bool
func (*DropPartitionsRequest) GetNeedResult_ ¶
func (p *DropPartitionsRequest) GetNeedResult_() bool
func (*DropPartitionsRequest) GetParts ¶
func (p *DropPartitionsRequest) GetParts() *RequestPartsSpec
func (*DropPartitionsRequest) GetTblName ¶
func (p *DropPartitionsRequest) GetTblName() string
func (*DropPartitionsRequest) IsSetDeleteData ¶
func (p *DropPartitionsRequest) IsSetDeleteData() bool
func (*DropPartitionsRequest) IsSetEnvironmentContext ¶
func (p *DropPartitionsRequest) IsSetEnvironmentContext() bool
func (*DropPartitionsRequest) IsSetIfExists ¶
func (p *DropPartitionsRequest) IsSetIfExists() bool
func (*DropPartitionsRequest) IsSetIgnoreProtection ¶
func (p *DropPartitionsRequest) IsSetIgnoreProtection() bool
func (*DropPartitionsRequest) IsSetNeedResult_ ¶
func (p *DropPartitionsRequest) IsSetNeedResult_() bool
func (*DropPartitionsRequest) IsSetParts ¶
func (p *DropPartitionsRequest) IsSetParts() bool
func (*DropPartitionsRequest) ReadField1 ¶
func (*DropPartitionsRequest) ReadField2 ¶
func (*DropPartitionsRequest) ReadField3 ¶
func (*DropPartitionsRequest) ReadField4 ¶
func (*DropPartitionsRequest) ReadField5 ¶
func (*DropPartitionsRequest) ReadField6 ¶
func (*DropPartitionsRequest) ReadField7 ¶
func (*DropPartitionsRequest) ReadField8 ¶
func (*DropPartitionsRequest) String ¶
func (p *DropPartitionsRequest) String() string
func (*DropPartitionsRequest) Validate ¶ added in v0.113.0
func (p *DropPartitionsRequest) Validate() error
type DropPartitionsResult_ ¶
type DropPartitionsResult_ struct {
Partitions []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions,omitempty"`
}
Attributes:
- Partitions
var ThriftHiveMetastoreDropPartitionsReqResult_Success_DEFAULT *DropPartitionsResult_
func NewDropPartitionsResult_ ¶
func NewDropPartitionsResult_() *DropPartitionsResult_
func (*DropPartitionsResult_) Equals ¶
func (p *DropPartitionsResult_) Equals(other *DropPartitionsResult_) bool
func (*DropPartitionsResult_) GetPartitions ¶
func (p *DropPartitionsResult_) GetPartitions() []*Partition
func (*DropPartitionsResult_) IsSetPartitions ¶
func (p *DropPartitionsResult_) IsSetPartitions() bool
func (*DropPartitionsResult_) ReadField1 ¶
func (*DropPartitionsResult_) String ¶
func (p *DropPartitionsResult_) String() string
func (*DropPartitionsResult_) Validate ¶ added in v0.113.0
func (p *DropPartitionsResult_) Validate() error
type EnvironmentContext ¶
type EnvironmentContext struct {
Properties map[string]string `thrift:"properties,1" db:"properties" json:"properties"`
}
Attributes:
- Properties
var DropPartitionsRequest_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
func NewEnvironmentContext ¶
func NewEnvironmentContext() *EnvironmentContext
func (*EnvironmentContext) Equals ¶
func (p *EnvironmentContext) Equals(other *EnvironmentContext) bool
func (*EnvironmentContext) GetProperties ¶
func (p *EnvironmentContext) GetProperties() map[string]string
func (*EnvironmentContext) ReadField1 ¶
func (*EnvironmentContext) String ¶
func (p *EnvironmentContext) String() string
func (*EnvironmentContext) Validate ¶ added in v0.113.0
func (p *EnvironmentContext) Validate() error
type EventRequestType ¶
type EventRequestType int64
const ( EventRequestType_INSERT EventRequestType = 1 EventRequestType_UPDATE EventRequestType = 2 EventRequestType_DELETE EventRequestType = 3 )
func EventRequestTypeFromString ¶
func EventRequestTypeFromString(s string) (EventRequestType, error)
func EventRequestTypePtr ¶
func EventRequestTypePtr(v EventRequestType) *EventRequestType
func (EventRequestType) MarshalText ¶
func (p EventRequestType) MarshalText() ([]byte, error)
func (*EventRequestType) Scan ¶
func (p *EventRequestType) Scan(value interface{}) error
func (EventRequestType) String ¶
func (p EventRequestType) String() string
func (*EventRequestType) UnmarshalText ¶
func (p *EventRequestType) UnmarshalText(text []byte) error
type FieldSchema ¶
type FieldSchema struct { Name string `thrift:"name,1" db:"name" json:"name"` Type string `thrift:"type,2" db:"type" json:"type"` Comment string `thrift:"comment,3" db:"comment" json:"comment"` }
Attributes:
- Name
- Type
- Comment
func NewFieldSchema ¶
func NewFieldSchema() *FieldSchema
func (*FieldSchema) Equals ¶
func (p *FieldSchema) Equals(other *FieldSchema) bool
func (*FieldSchema) GetComment ¶
func (p *FieldSchema) GetComment() string
func (*FieldSchema) GetName ¶
func (p *FieldSchema) GetName() string
func (*FieldSchema) GetType ¶
func (p *FieldSchema) GetType() string
func (*FieldSchema) ReadField1 ¶
func (*FieldSchema) ReadField2 ¶
func (*FieldSchema) ReadField3 ¶
func (*FieldSchema) String ¶
func (p *FieldSchema) String() string
func (*FieldSchema) Validate ¶ added in v0.113.0
func (p *FieldSchema) Validate() error
type FileMetadataExprType ¶
type FileMetadataExprType int64
const (
FileMetadataExprType_ORC_SARG FileMetadataExprType = 1
)
var GetFileMetadataByExprRequest_Type_DEFAULT FileMetadataExprType
var PutFileMetadataRequest_Type_DEFAULT FileMetadataExprType
func FileMetadataExprTypeFromString ¶
func FileMetadataExprTypeFromString(s string) (FileMetadataExprType, error)
func FileMetadataExprTypePtr ¶
func FileMetadataExprTypePtr(v FileMetadataExprType) *FileMetadataExprType
func (FileMetadataExprType) MarshalText ¶
func (p FileMetadataExprType) MarshalText() ([]byte, error)
func (*FileMetadataExprType) Scan ¶
func (p *FileMetadataExprType) Scan(value interface{}) error
func (FileMetadataExprType) String ¶
func (p FileMetadataExprType) String() string
func (*FileMetadataExprType) UnmarshalText ¶
func (p *FileMetadataExprType) UnmarshalText(text []byte) error
type FireEventRequest ¶
type FireEventRequest struct { Successful bool `thrift:"successful,1,required" db:"successful" json:"successful"` Data *FireEventRequestData `thrift:"data,2,required" db:"data" json:"data"` DbName *string `thrift:"dbName,3" db:"dbName" json:"dbName,omitempty"` TableName *string `thrift:"tableName,4" db:"tableName" json:"tableName,omitempty"` PartitionVals []string `thrift:"partitionVals,5" db:"partitionVals" json:"partitionVals,omitempty"` }
Attributes:
- Successful
- Data
- DbName
- TableName
- PartitionVals
var ThriftHiveMetastoreFireListenerEventArgs_Rqst_DEFAULT *FireEventRequest
func NewFireEventRequest ¶
func NewFireEventRequest() *FireEventRequest
func (*FireEventRequest) Equals ¶
func (p *FireEventRequest) Equals(other *FireEventRequest) bool
func (*FireEventRequest) GetData ¶
func (p *FireEventRequest) GetData() *FireEventRequestData
func (*FireEventRequest) GetDbName ¶
func (p *FireEventRequest) GetDbName() string
func (*FireEventRequest) GetPartitionVals ¶
func (p *FireEventRequest) GetPartitionVals() []string
func (*FireEventRequest) GetSuccessful ¶
func (p *FireEventRequest) GetSuccessful() bool
func (*FireEventRequest) GetTableName ¶
func (p *FireEventRequest) GetTableName() string
func (*FireEventRequest) IsSetData ¶
func (p *FireEventRequest) IsSetData() bool
func (*FireEventRequest) IsSetDbName ¶
func (p *FireEventRequest) IsSetDbName() bool
func (*FireEventRequest) IsSetPartitionVals ¶
func (p *FireEventRequest) IsSetPartitionVals() bool
func (*FireEventRequest) IsSetTableName ¶
func (p *FireEventRequest) IsSetTableName() bool
func (*FireEventRequest) ReadField1 ¶
func (*FireEventRequest) ReadField2 ¶
func (*FireEventRequest) ReadField3 ¶
func (*FireEventRequest) ReadField4 ¶
func (*FireEventRequest) ReadField5 ¶
func (*FireEventRequest) String ¶
func (p *FireEventRequest) String() string
func (*FireEventRequest) Validate ¶ added in v0.113.0
func (p *FireEventRequest) Validate() error
type FireEventRequestData ¶
type FireEventRequestData struct {
InsertData *InsertEventRequestData `thrift:"insertData,1" db:"insertData" json:"insertData,omitempty"`
}
Attributes:
- InsertData
var FireEventRequest_Data_DEFAULT *FireEventRequestData
func NewFireEventRequestData ¶
func NewFireEventRequestData() *FireEventRequestData
func (*FireEventRequestData) CountSetFieldsFireEventRequestData ¶
func (p *FireEventRequestData) CountSetFieldsFireEventRequestData() int
func (*FireEventRequestData) Equals ¶
func (p *FireEventRequestData) Equals(other *FireEventRequestData) bool
func (*FireEventRequestData) GetInsertData ¶
func (p *FireEventRequestData) GetInsertData() *InsertEventRequestData
func (*FireEventRequestData) IsSetInsertData ¶
func (p *FireEventRequestData) IsSetInsertData() bool
func (*FireEventRequestData) ReadField1 ¶
func (*FireEventRequestData) String ¶
func (p *FireEventRequestData) String() string
func (*FireEventRequestData) Validate ¶ added in v0.113.0
func (p *FireEventRequestData) Validate() error
type FireEventResponse ¶
type FireEventResponse struct { }
var ThriftHiveMetastoreFireListenerEventResult_Success_DEFAULT *FireEventResponse
func NewFireEventResponse ¶
func NewFireEventResponse() *FireEventResponse
func (*FireEventResponse) Equals ¶
func (p *FireEventResponse) Equals(other *FireEventResponse) bool
func (*FireEventResponse) String ¶
func (p *FireEventResponse) String() string
func (*FireEventResponse) Validate ¶ added in v0.113.0
func (p *FireEventResponse) Validate() error
type ForeignKeysRequest ¶
type ForeignKeysRequest struct { ParentDbName string `thrift:"parent_db_name,1" db:"parent_db_name" json:"parent_db_name"` ParentTblName string `thrift:"parent_tbl_name,2" db:"parent_tbl_name" json:"parent_tbl_name"` ForeignDbName string `thrift:"foreign_db_name,3" db:"foreign_db_name" json:"foreign_db_name"` ForeignTblName string `thrift:"foreign_tbl_name,4" db:"foreign_tbl_name" json:"foreign_tbl_name"` }
Attributes:
- ParentDbName
- ParentTblName
- ForeignDbName
- ForeignTblName
var ThriftHiveMetastoreGetForeignKeysArgs_Request_DEFAULT *ForeignKeysRequest
func NewForeignKeysRequest ¶
func NewForeignKeysRequest() *ForeignKeysRequest
func (*ForeignKeysRequest) Equals ¶
func (p *ForeignKeysRequest) Equals(other *ForeignKeysRequest) bool
func (*ForeignKeysRequest) GetForeignDbName ¶
func (p *ForeignKeysRequest) GetForeignDbName() string
func (*ForeignKeysRequest) GetForeignTblName ¶
func (p *ForeignKeysRequest) GetForeignTblName() string
func (*ForeignKeysRequest) GetParentDbName ¶
func (p *ForeignKeysRequest) GetParentDbName() string
func (*ForeignKeysRequest) GetParentTblName ¶
func (p *ForeignKeysRequest) GetParentTblName() string
func (*ForeignKeysRequest) ReadField1 ¶
func (*ForeignKeysRequest) ReadField2 ¶
func (*ForeignKeysRequest) ReadField3 ¶
func (*ForeignKeysRequest) ReadField4 ¶
func (*ForeignKeysRequest) String ¶
func (p *ForeignKeysRequest) String() string
func (*ForeignKeysRequest) Validate ¶ added in v0.113.0
func (p *ForeignKeysRequest) Validate() error
type ForeignKeysResponse ¶
type ForeignKeysResponse struct {
ForeignKeys []*SQLForeignKey `thrift:"foreignKeys,1,required" db:"foreignKeys" json:"foreignKeys"`
}
Attributes:
- ForeignKeys
var ThriftHiveMetastoreGetForeignKeysResult_Success_DEFAULT *ForeignKeysResponse
func NewForeignKeysResponse ¶
func NewForeignKeysResponse() *ForeignKeysResponse
func (*ForeignKeysResponse) Equals ¶
func (p *ForeignKeysResponse) Equals(other *ForeignKeysResponse) bool
func (*ForeignKeysResponse) GetForeignKeys ¶
func (p *ForeignKeysResponse) GetForeignKeys() []*SQLForeignKey
func (*ForeignKeysResponse) ReadField1 ¶
func (*ForeignKeysResponse) String ¶
func (p *ForeignKeysResponse) String() string
func (*ForeignKeysResponse) Validate ¶ added in v0.113.0
func (p *ForeignKeysResponse) Validate() error
type Function ¶
type Function struct { FunctionName string `thrift:"functionName,1" db:"functionName" json:"functionName"` DbName string `thrift:"dbName,2" db:"dbName" json:"dbName"` ClassName string `thrift:"className,3" db:"className" json:"className"` OwnerName string `thrift:"ownerName,4" db:"ownerName" json:"ownerName"` OwnerType PrincipalType `thrift:"ownerType,5" db:"ownerType" json:"ownerType"` CreateTime int32 `thrift:"createTime,6" db:"createTime" json:"createTime"` FunctionType FunctionType `thrift:"functionType,7" db:"functionType" json:"functionType"` ResourceUris []*ResourceUri `thrift:"resourceUris,8" db:"resourceUris" json:"resourceUris"` }
Attributes:
- FunctionName
- DbName
- ClassName
- OwnerName
- OwnerType
- CreateTime
- FunctionType
- ResourceUris
var ThriftHiveMetastoreAlterFunctionArgs_NewFunc__DEFAULT *Function
var ThriftHiveMetastoreCreateFunctionArgs_Func_DEFAULT *Function
var ThriftHiveMetastoreGetFunctionResult_Success_DEFAULT *Function
func NewFunction ¶
func NewFunction() *Function
func (*Function) GetClassName ¶
func (*Function) GetCreateTime ¶
func (*Function) GetFunctionName ¶
func (*Function) GetFunctionType ¶
func (p *Function) GetFunctionType() FunctionType
func (*Function) GetOwnerName ¶
func (*Function) GetOwnerType ¶
func (p *Function) GetOwnerType() PrincipalType
func (*Function) GetResourceUris ¶
func (p *Function) GetResourceUris() []*ResourceUri
func (*Function) ReadField1 ¶
func (*Function) ReadField2 ¶
func (*Function) ReadField3 ¶
func (*Function) ReadField4 ¶
func (*Function) ReadField5 ¶
func (*Function) ReadField6 ¶
func (*Function) ReadField7 ¶
func (*Function) ReadField8 ¶
type FunctionType ¶
type FunctionType int64
const (
FunctionType_JAVA FunctionType = 1
)
func FunctionTypeFromString ¶
func FunctionTypeFromString(s string) (FunctionType, error)
func FunctionTypePtr ¶
func FunctionTypePtr(v FunctionType) *FunctionType
func (FunctionType) MarshalText ¶
func (p FunctionType) MarshalText() ([]byte, error)
func (*FunctionType) Scan ¶
func (p *FunctionType) Scan(value interface{}) error
func (FunctionType) String ¶
func (p FunctionType) String() string
func (*FunctionType) UnmarshalText ¶
func (p *FunctionType) UnmarshalText(text []byte) error
type GetAllFunctionsResponse ¶
type GetAllFunctionsResponse struct {
Functions []*Function `thrift:"functions,1" db:"functions" json:"functions,omitempty"`
}
Attributes:
- Functions
var ThriftHiveMetastoreGetAllFunctionsResult_Success_DEFAULT *GetAllFunctionsResponse
func NewGetAllFunctionsResponse ¶
func NewGetAllFunctionsResponse() *GetAllFunctionsResponse
func (*GetAllFunctionsResponse) Equals ¶
func (p *GetAllFunctionsResponse) Equals(other *GetAllFunctionsResponse) bool
func (*GetAllFunctionsResponse) GetFunctions ¶
func (p *GetAllFunctionsResponse) GetFunctions() []*Function
func (*GetAllFunctionsResponse) IsSetFunctions ¶
func (p *GetAllFunctionsResponse) IsSetFunctions() bool
func (*GetAllFunctionsResponse) ReadField1 ¶
func (*GetAllFunctionsResponse) String ¶
func (p *GetAllFunctionsResponse) String() string
func (*GetAllFunctionsResponse) Validate ¶ added in v0.113.0
func (p *GetAllFunctionsResponse) Validate() error
type GetFileMetadataByExprRequest ¶
type GetFileMetadataByExprRequest struct { FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"` Expr []byte `thrift:"expr,2,required" db:"expr" json:"expr"` Type *FileMetadataExprType `thrift:"type,4" db:"type" json:"type,omitempty"` }
Attributes:
- FileIds
- Expr
- DoGetFooters
- Type
var ThriftHiveMetastoreGetFileMetadataByExprArgs_Req_DEFAULT *GetFileMetadataByExprRequest
func NewGetFileMetadataByExprRequest ¶
func NewGetFileMetadataByExprRequest() *GetFileMetadataByExprRequest
func (*GetFileMetadataByExprRequest) Equals ¶
func (p *GetFileMetadataByExprRequest) Equals(other *GetFileMetadataByExprRequest) bool
func (*GetFileMetadataByExprRequest) GetDoGetFooters ¶
func (p *GetFileMetadataByExprRequest) GetDoGetFooters() bool
func (*GetFileMetadataByExprRequest) GetExpr ¶
func (p *GetFileMetadataByExprRequest) GetExpr() []byte
func (*GetFileMetadataByExprRequest) GetFileIds ¶
func (p *GetFileMetadataByExprRequest) GetFileIds() []int64
func (*GetFileMetadataByExprRequest) GetType ¶
func (p *GetFileMetadataByExprRequest) GetType() FileMetadataExprType
func (*GetFileMetadataByExprRequest) IsSetDoGetFooters ¶
func (p *GetFileMetadataByExprRequest) IsSetDoGetFooters() bool
func (*GetFileMetadataByExprRequest) IsSetType ¶
func (p *GetFileMetadataByExprRequest) IsSetType() bool
func (*GetFileMetadataByExprRequest) ReadField1 ¶
func (*GetFileMetadataByExprRequest) ReadField2 ¶
func (*GetFileMetadataByExprRequest) ReadField3 ¶
func (*GetFileMetadataByExprRequest) ReadField4 ¶
func (*GetFileMetadataByExprRequest) String ¶
func (p *GetFileMetadataByExprRequest) String() string
func (*GetFileMetadataByExprRequest) Validate ¶ added in v0.113.0
func (p *GetFileMetadataByExprRequest) Validate() error
type GetFileMetadataByExprResult_ ¶
type GetFileMetadataByExprResult_ struct { Metadata map[int64]*MetadataPpdResult_ `thrift:"metadata,1,required" db:"metadata" json:"metadata"` IsSupported bool `thrift:"isSupported,2,required" db:"isSupported" json:"isSupported"` }
Attributes:
- Metadata
- IsSupported
var ThriftHiveMetastoreGetFileMetadataByExprResult_Success_DEFAULT *GetFileMetadataByExprResult_
func NewGetFileMetadataByExprResult_ ¶
func NewGetFileMetadataByExprResult_() *GetFileMetadataByExprResult_
func (*GetFileMetadataByExprResult_) Equals ¶
func (p *GetFileMetadataByExprResult_) Equals(other *GetFileMetadataByExprResult_) bool
func (*GetFileMetadataByExprResult_) GetIsSupported ¶
func (p *GetFileMetadataByExprResult_) GetIsSupported() bool
func (*GetFileMetadataByExprResult_) GetMetadata ¶
func (p *GetFileMetadataByExprResult_) GetMetadata() map[int64]*MetadataPpdResult_
func (*GetFileMetadataByExprResult_) ReadField1 ¶
func (*GetFileMetadataByExprResult_) ReadField2 ¶
func (*GetFileMetadataByExprResult_) String ¶
func (p *GetFileMetadataByExprResult_) String() string
func (*GetFileMetadataByExprResult_) Validate ¶ added in v0.113.0
func (p *GetFileMetadataByExprResult_) Validate() error
type GetFileMetadataRequest ¶
type GetFileMetadataRequest struct {
FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
}
Attributes:
- FileIds
var ThriftHiveMetastoreGetFileMetadataArgs_Req_DEFAULT *GetFileMetadataRequest
func NewGetFileMetadataRequest ¶
func NewGetFileMetadataRequest() *GetFileMetadataRequest
func (*GetFileMetadataRequest) Equals ¶
func (p *GetFileMetadataRequest) Equals(other *GetFileMetadataRequest) bool
func (*GetFileMetadataRequest) GetFileIds ¶
func (p *GetFileMetadataRequest) GetFileIds() []int64
func (*GetFileMetadataRequest) ReadField1 ¶
func (*GetFileMetadataRequest) String ¶
func (p *GetFileMetadataRequest) String() string
func (*GetFileMetadataRequest) Validate ¶ added in v0.113.0
func (p *GetFileMetadataRequest) Validate() error
type GetFileMetadataResult_ ¶
type GetFileMetadataResult_ struct { Metadata map[int64][]byte `thrift:"metadata,1,required" db:"metadata" json:"metadata"` IsSupported bool `thrift:"isSupported,2,required" db:"isSupported" json:"isSupported"` }
Attributes:
- Metadata
- IsSupported
var ThriftHiveMetastoreGetFileMetadataResult_Success_DEFAULT *GetFileMetadataResult_
func NewGetFileMetadataResult_ ¶
func NewGetFileMetadataResult_() *GetFileMetadataResult_
func (*GetFileMetadataResult_) Equals ¶
func (p *GetFileMetadataResult_) Equals(other *GetFileMetadataResult_) bool
func (*GetFileMetadataResult_) GetIsSupported ¶
func (p *GetFileMetadataResult_) GetIsSupported() bool
func (*GetFileMetadataResult_) GetMetadata ¶
func (p *GetFileMetadataResult_) GetMetadata() map[int64][]byte
func (*GetFileMetadataResult_) ReadField1 ¶
func (*GetFileMetadataResult_) ReadField2 ¶
func (*GetFileMetadataResult_) String ¶
func (p *GetFileMetadataResult_) String() string
func (*GetFileMetadataResult_) Validate ¶ added in v0.113.0
func (p *GetFileMetadataResult_) Validate() error
type GetOpenTxnsInfoResponse ¶
type GetOpenTxnsInfoResponse struct { TxnHighWaterMark int64 `thrift:"txn_high_water_mark,1,required" db:"txn_high_water_mark" json:"txn_high_water_mark"` OpenTxns []*TxnInfo `thrift:"open_txns,2,required" db:"open_txns" json:"open_txns"` }
Attributes:
- TxnHighWaterMark
- OpenTxns
var ThriftHiveMetastoreGetOpenTxnsInfoResult_Success_DEFAULT *GetOpenTxnsInfoResponse
func NewGetOpenTxnsInfoResponse ¶
func NewGetOpenTxnsInfoResponse() *GetOpenTxnsInfoResponse
func (*GetOpenTxnsInfoResponse) Equals ¶
func (p *GetOpenTxnsInfoResponse) Equals(other *GetOpenTxnsInfoResponse) bool
func (*GetOpenTxnsInfoResponse) GetOpenTxns ¶
func (p *GetOpenTxnsInfoResponse) GetOpenTxns() []*TxnInfo
func (*GetOpenTxnsInfoResponse) GetTxnHighWaterMark ¶
func (p *GetOpenTxnsInfoResponse) GetTxnHighWaterMark() int64
func (*GetOpenTxnsInfoResponse) ReadField1 ¶
func (*GetOpenTxnsInfoResponse) ReadField2 ¶
func (*GetOpenTxnsInfoResponse) String ¶
func (p *GetOpenTxnsInfoResponse) String() string
func (*GetOpenTxnsInfoResponse) Validate ¶ added in v0.113.0
func (p *GetOpenTxnsInfoResponse) Validate() error
type GetOpenTxnsResponse ¶
type GetOpenTxnsResponse struct { TxnHighWaterMark int64 `thrift:"txn_high_water_mark,1,required" db:"txn_high_water_mark" json:"txn_high_water_mark"` OpenTxns []int64 `thrift:"open_txns,2,required" db:"open_txns" json:"open_txns"` MinOpenTxn *int64 `thrift:"min_open_txn,3" db:"min_open_txn" json:"min_open_txn,omitempty"` AbortedBits []byte `thrift:"abortedBits,4,required" db:"abortedBits" json:"abortedBits"` }
Attributes:
- TxnHighWaterMark
- OpenTxns
- MinOpenTxn
- AbortedBits
var ThriftHiveMetastoreGetOpenTxnsResult_Success_DEFAULT *GetOpenTxnsResponse
func NewGetOpenTxnsResponse ¶
func NewGetOpenTxnsResponse() *GetOpenTxnsResponse
func (*GetOpenTxnsResponse) Equals ¶
func (p *GetOpenTxnsResponse) Equals(other *GetOpenTxnsResponse) bool
func (*GetOpenTxnsResponse) GetAbortedBits ¶
func (p *GetOpenTxnsResponse) GetAbortedBits() []byte
func (*GetOpenTxnsResponse) GetMinOpenTxn ¶
func (p *GetOpenTxnsResponse) GetMinOpenTxn() int64
func (*GetOpenTxnsResponse) GetOpenTxns ¶
func (p *GetOpenTxnsResponse) GetOpenTxns() []int64
func (*GetOpenTxnsResponse) GetTxnHighWaterMark ¶
func (p *GetOpenTxnsResponse) GetTxnHighWaterMark() int64
func (*GetOpenTxnsResponse) IsSetMinOpenTxn ¶
func (p *GetOpenTxnsResponse) IsSetMinOpenTxn() bool
func (*GetOpenTxnsResponse) ReadField1 ¶
func (*GetOpenTxnsResponse) ReadField2 ¶
func (*GetOpenTxnsResponse) ReadField3 ¶
func (*GetOpenTxnsResponse) ReadField4 ¶
func (*GetOpenTxnsResponse) String ¶
func (p *GetOpenTxnsResponse) String() string
func (*GetOpenTxnsResponse) Validate ¶ added in v0.113.0
func (p *GetOpenTxnsResponse) Validate() error
type GetPrincipalsInRoleRequest ¶
type GetPrincipalsInRoleRequest struct {
RoleName string `thrift:"roleName,1,required" db:"roleName" json:"roleName"`
}
Attributes:
- RoleName
var ThriftHiveMetastoreGetPrincipalsInRoleArgs_Request_DEFAULT *GetPrincipalsInRoleRequest
func NewGetPrincipalsInRoleRequest ¶
func NewGetPrincipalsInRoleRequest() *GetPrincipalsInRoleRequest
func (*GetPrincipalsInRoleRequest) Equals ¶
func (p *GetPrincipalsInRoleRequest) Equals(other *GetPrincipalsInRoleRequest) bool
func (*GetPrincipalsInRoleRequest) GetRoleName ¶
func (p *GetPrincipalsInRoleRequest) GetRoleName() string
func (*GetPrincipalsInRoleRequest) ReadField1 ¶
func (*GetPrincipalsInRoleRequest) String ¶
func (p *GetPrincipalsInRoleRequest) String() string
func (*GetPrincipalsInRoleRequest) Validate ¶ added in v0.113.0
func (p *GetPrincipalsInRoleRequest) Validate() error
type GetPrincipalsInRoleResponse ¶
type GetPrincipalsInRoleResponse struct {
PrincipalGrants []*RolePrincipalGrant `thrift:"principalGrants,1,required" db:"principalGrants" json:"principalGrants"`
}
Attributes:
- PrincipalGrants
var ThriftHiveMetastoreGetPrincipalsInRoleResult_Success_DEFAULT *GetPrincipalsInRoleResponse
func NewGetPrincipalsInRoleResponse ¶
func NewGetPrincipalsInRoleResponse() *GetPrincipalsInRoleResponse
func (*GetPrincipalsInRoleResponse) Equals ¶
func (p *GetPrincipalsInRoleResponse) Equals(other *GetPrincipalsInRoleResponse) bool
func (*GetPrincipalsInRoleResponse) GetPrincipalGrants ¶
func (p *GetPrincipalsInRoleResponse) GetPrincipalGrants() []*RolePrincipalGrant
func (*GetPrincipalsInRoleResponse) ReadField1 ¶
func (*GetPrincipalsInRoleResponse) String ¶
func (p *GetPrincipalsInRoleResponse) String() string
func (*GetPrincipalsInRoleResponse) Validate ¶ added in v0.113.0
func (p *GetPrincipalsInRoleResponse) Validate() error
type GetRoleGrantsForPrincipalRequest ¶
type GetRoleGrantsForPrincipalRequest struct { PrincipalName string `thrift:"principal_name,1,required" db:"principal_name" json:"principal_name"` PrincipalType PrincipalType `thrift:"principal_type,2,required" db:"principal_type" json:"principal_type"` }
Attributes:
- PrincipalName
- PrincipalType
var ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs_Request_DEFAULT *GetRoleGrantsForPrincipalRequest
func NewGetRoleGrantsForPrincipalRequest ¶
func NewGetRoleGrantsForPrincipalRequest() *GetRoleGrantsForPrincipalRequest
func (*GetRoleGrantsForPrincipalRequest) Equals ¶
func (p *GetRoleGrantsForPrincipalRequest) Equals(other *GetRoleGrantsForPrincipalRequest) bool
func (*GetRoleGrantsForPrincipalRequest) GetPrincipalName ¶
func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalName() string
func (*GetRoleGrantsForPrincipalRequest) GetPrincipalType ¶
func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalType() PrincipalType
func (*GetRoleGrantsForPrincipalRequest) ReadField1 ¶
func (*GetRoleGrantsForPrincipalRequest) ReadField2 ¶
func (*GetRoleGrantsForPrincipalRequest) String ¶
func (p *GetRoleGrantsForPrincipalRequest) String() string
func (*GetRoleGrantsForPrincipalRequest) Validate ¶ added in v0.113.0
func (p *GetRoleGrantsForPrincipalRequest) Validate() error
type GetRoleGrantsForPrincipalResponse ¶
type GetRoleGrantsForPrincipalResponse struct {
PrincipalGrants []*RolePrincipalGrant `thrift:"principalGrants,1,required" db:"principalGrants" json:"principalGrants"`
}
Attributes:
- PrincipalGrants
var ThriftHiveMetastoreGetRoleGrantsForPrincipalResult_Success_DEFAULT *GetRoleGrantsForPrincipalResponse
func NewGetRoleGrantsForPrincipalResponse ¶
func NewGetRoleGrantsForPrincipalResponse() *GetRoleGrantsForPrincipalResponse
func (*GetRoleGrantsForPrincipalResponse) Equals ¶
func (p *GetRoleGrantsForPrincipalResponse) Equals(other *GetRoleGrantsForPrincipalResponse) bool
func (*GetRoleGrantsForPrincipalResponse) GetPrincipalGrants ¶
func (p *GetRoleGrantsForPrincipalResponse) GetPrincipalGrants() []*RolePrincipalGrant
func (*GetRoleGrantsForPrincipalResponse) ReadField1 ¶
func (*GetRoleGrantsForPrincipalResponse) String ¶
func (p *GetRoleGrantsForPrincipalResponse) String() string
func (*GetRoleGrantsForPrincipalResponse) Validate ¶ added in v0.113.0
func (p *GetRoleGrantsForPrincipalResponse) Validate() error
type GetTableRequest ¶
type GetTableRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` Capabilities *ClientCapabilities `thrift:"capabilities,3" db:"capabilities" json:"capabilities,omitempty"` }
Attributes:
- DbName
- TblName
- Capabilities
var ThriftHiveMetastoreGetTableReqArgs_Req_DEFAULT *GetTableRequest
func NewGetTableRequest ¶
func NewGetTableRequest() *GetTableRequest
func (*GetTableRequest) Equals ¶
func (p *GetTableRequest) Equals(other *GetTableRequest) bool
func (*GetTableRequest) GetCapabilities ¶
func (p *GetTableRequest) GetCapabilities() *ClientCapabilities
func (*GetTableRequest) GetDbName ¶
func (p *GetTableRequest) GetDbName() string
func (*GetTableRequest) GetTblName ¶
func (p *GetTableRequest) GetTblName() string
func (*GetTableRequest) IsSetCapabilities ¶
func (p *GetTableRequest) IsSetCapabilities() bool
func (*GetTableRequest) ReadField1 ¶
func (*GetTableRequest) ReadField2 ¶
func (*GetTableRequest) ReadField3 ¶
func (*GetTableRequest) String ¶
func (p *GetTableRequest) String() string
func (*GetTableRequest) Validate ¶ added in v0.113.0
func (p *GetTableRequest) Validate() error
type GetTableResult_ ¶
type GetTableResult_ struct {
Table *Table `thrift:"table,1,required" db:"table" json:"table"`
}
Attributes:
- Table
var ThriftHiveMetastoreGetTableReqResult_Success_DEFAULT *GetTableResult_
func NewGetTableResult_ ¶
func NewGetTableResult_() *GetTableResult_
func (*GetTableResult_) Equals ¶
func (p *GetTableResult_) Equals(other *GetTableResult_) bool
func (*GetTableResult_) GetTable ¶
func (p *GetTableResult_) GetTable() *Table
func (*GetTableResult_) IsSetTable ¶
func (p *GetTableResult_) IsSetTable() bool
func (*GetTableResult_) ReadField1 ¶
func (*GetTableResult_) String ¶
func (p *GetTableResult_) String() string
func (*GetTableResult_) Validate ¶ added in v0.113.0
func (p *GetTableResult_) Validate() error
type GetTablesRequest ¶
type GetTablesRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblNames []string `thrift:"tblNames,2" db:"tblNames" json:"tblNames,omitempty"` Capabilities *ClientCapabilities `thrift:"capabilities,3" db:"capabilities" json:"capabilities,omitempty"` }
Attributes:
- DbName
- TblNames
- Capabilities
var ThriftHiveMetastoreGetTableObjectsByNameReqArgs_Req_DEFAULT *GetTablesRequest
func NewGetTablesRequest ¶
func NewGetTablesRequest() *GetTablesRequest
func (*GetTablesRequest) Equals ¶
func (p *GetTablesRequest) Equals(other *GetTablesRequest) bool
func (*GetTablesRequest) GetCapabilities ¶
func (p *GetTablesRequest) GetCapabilities() *ClientCapabilities
func (*GetTablesRequest) GetDbName ¶
func (p *GetTablesRequest) GetDbName() string
func (*GetTablesRequest) GetTblNames ¶
func (p *GetTablesRequest) GetTblNames() []string
func (*GetTablesRequest) IsSetCapabilities ¶
func (p *GetTablesRequest) IsSetCapabilities() bool
func (*GetTablesRequest) IsSetTblNames ¶
func (p *GetTablesRequest) IsSetTblNames() bool
func (*GetTablesRequest) ReadField1 ¶
func (*GetTablesRequest) ReadField2 ¶
func (*GetTablesRequest) ReadField3 ¶
func (*GetTablesRequest) String ¶
func (p *GetTablesRequest) String() string
func (*GetTablesRequest) Validate ¶ added in v0.113.0
func (p *GetTablesRequest) Validate() error
type GetTablesResult_ ¶
type GetTablesResult_ struct {
Tables []*Table `thrift:"tables,1,required" db:"tables" json:"tables"`
}
Attributes:
- Tables
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_Success_DEFAULT *GetTablesResult_
func NewGetTablesResult_ ¶
func NewGetTablesResult_() *GetTablesResult_
func (*GetTablesResult_) Equals ¶
func (p *GetTablesResult_) Equals(other *GetTablesResult_) bool
func (*GetTablesResult_) GetTables ¶
func (p *GetTablesResult_) GetTables() []*Table
func (*GetTablesResult_) ReadField1 ¶
func (*GetTablesResult_) String ¶
func (p *GetTablesResult_) String() string
func (*GetTablesResult_) Validate ¶ added in v0.113.0
func (p *GetTablesResult_) Validate() error
type GrantRevokePrivilegeRequest ¶
type GrantRevokePrivilegeRequest struct { RequestType GrantRevokeType `thrift:"requestType,1" db:"requestType" json:"requestType"` Privileges *PrivilegeBag `thrift:"privileges,2" db:"privileges" json:"privileges"` RevokeGrantOption *bool `thrift:"revokeGrantOption,3" db:"revokeGrantOption" json:"revokeGrantOption,omitempty"` }
Attributes:
- RequestType
- Privileges
- RevokeGrantOption
var ThriftHiveMetastoreGrantRevokePrivilegesArgs_Request_DEFAULT *GrantRevokePrivilegeRequest
func NewGrantRevokePrivilegeRequest ¶
func NewGrantRevokePrivilegeRequest() *GrantRevokePrivilegeRequest
func (*GrantRevokePrivilegeRequest) Equals ¶
func (p *GrantRevokePrivilegeRequest) Equals(other *GrantRevokePrivilegeRequest) bool
func (*GrantRevokePrivilegeRequest) GetPrivileges ¶
func (p *GrantRevokePrivilegeRequest) GetPrivileges() *PrivilegeBag
func (*GrantRevokePrivilegeRequest) GetRequestType ¶
func (p *GrantRevokePrivilegeRequest) GetRequestType() GrantRevokeType
func (*GrantRevokePrivilegeRequest) GetRevokeGrantOption ¶
func (p *GrantRevokePrivilegeRequest) GetRevokeGrantOption() bool
func (*GrantRevokePrivilegeRequest) IsSetPrivileges ¶
func (p *GrantRevokePrivilegeRequest) IsSetPrivileges() bool
func (*GrantRevokePrivilegeRequest) IsSetRevokeGrantOption ¶
func (p *GrantRevokePrivilegeRequest) IsSetRevokeGrantOption() bool
func (*GrantRevokePrivilegeRequest) ReadField1 ¶
func (*GrantRevokePrivilegeRequest) ReadField2 ¶
func (*GrantRevokePrivilegeRequest) ReadField3 ¶
func (*GrantRevokePrivilegeRequest) String ¶
func (p *GrantRevokePrivilegeRequest) String() string
func (*GrantRevokePrivilegeRequest) Validate ¶ added in v0.113.0
func (p *GrantRevokePrivilegeRequest) Validate() error
type GrantRevokePrivilegeResponse ¶
type GrantRevokePrivilegeResponse struct {
Success *bool `thrift:"success,1" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
var ThriftHiveMetastoreGrantRevokePrivilegesResult_Success_DEFAULT *GrantRevokePrivilegeResponse
func NewGrantRevokePrivilegeResponse ¶
func NewGrantRevokePrivilegeResponse() *GrantRevokePrivilegeResponse
func (*GrantRevokePrivilegeResponse) Equals ¶
func (p *GrantRevokePrivilegeResponse) Equals(other *GrantRevokePrivilegeResponse) bool
func (*GrantRevokePrivilegeResponse) GetSuccess ¶
func (p *GrantRevokePrivilegeResponse) GetSuccess() bool
func (*GrantRevokePrivilegeResponse) IsSetSuccess ¶
func (p *GrantRevokePrivilegeResponse) IsSetSuccess() bool
func (*GrantRevokePrivilegeResponse) ReadField1 ¶
func (*GrantRevokePrivilegeResponse) String ¶
func (p *GrantRevokePrivilegeResponse) String() string
func (*GrantRevokePrivilegeResponse) Validate ¶ added in v0.113.0
func (p *GrantRevokePrivilegeResponse) Validate() error
type GrantRevokeRoleRequest ¶
type GrantRevokeRoleRequest struct { RequestType GrantRevokeType `thrift:"requestType,1" db:"requestType" json:"requestType"` RoleName string `thrift:"roleName,2" db:"roleName" json:"roleName"` PrincipalName string `thrift:"principalName,3" db:"principalName" json:"principalName"` PrincipalType PrincipalType `thrift:"principalType,4" db:"principalType" json:"principalType"` Grantor *string `thrift:"grantor,5" db:"grantor" json:"grantor,omitempty"` GrantorType *PrincipalType `thrift:"grantorType,6" db:"grantorType" json:"grantorType,omitempty"` GrantOption *bool `thrift:"grantOption,7" db:"grantOption" json:"grantOption,omitempty"` }
Attributes:
- RequestType
- RoleName
- PrincipalName
- PrincipalType
- Grantor
- GrantorType
- GrantOption
var ThriftHiveMetastoreGrantRevokeRoleArgs_Request_DEFAULT *GrantRevokeRoleRequest
func NewGrantRevokeRoleRequest ¶
func NewGrantRevokeRoleRequest() *GrantRevokeRoleRequest
func (*GrantRevokeRoleRequest) Equals ¶
func (p *GrantRevokeRoleRequest) Equals(other *GrantRevokeRoleRequest) bool
func (*GrantRevokeRoleRequest) GetGrantOption ¶
func (p *GrantRevokeRoleRequest) GetGrantOption() bool
func (*GrantRevokeRoleRequest) GetGrantor ¶
func (p *GrantRevokeRoleRequest) GetGrantor() string
func (*GrantRevokeRoleRequest) GetGrantorType ¶
func (p *GrantRevokeRoleRequest) GetGrantorType() PrincipalType
func (*GrantRevokeRoleRequest) GetPrincipalName ¶
func (p *GrantRevokeRoleRequest) GetPrincipalName() string
func (*GrantRevokeRoleRequest) GetPrincipalType ¶
func (p *GrantRevokeRoleRequest) GetPrincipalType() PrincipalType
func (*GrantRevokeRoleRequest) GetRequestType ¶
func (p *GrantRevokeRoleRequest) GetRequestType() GrantRevokeType
func (*GrantRevokeRoleRequest) GetRoleName ¶
func (p *GrantRevokeRoleRequest) GetRoleName() string
func (*GrantRevokeRoleRequest) IsSetGrantOption ¶
func (p *GrantRevokeRoleRequest) IsSetGrantOption() bool
func (*GrantRevokeRoleRequest) IsSetGrantor ¶
func (p *GrantRevokeRoleRequest) IsSetGrantor() bool
func (*GrantRevokeRoleRequest) IsSetGrantorType ¶
func (p *GrantRevokeRoleRequest) IsSetGrantorType() bool
func (*GrantRevokeRoleRequest) ReadField1 ¶
func (*GrantRevokeRoleRequest) ReadField2 ¶
func (*GrantRevokeRoleRequest) ReadField3 ¶
func (*GrantRevokeRoleRequest) ReadField4 ¶
func (*GrantRevokeRoleRequest) ReadField5 ¶
func (*GrantRevokeRoleRequest) ReadField6 ¶
func (*GrantRevokeRoleRequest) ReadField7 ¶
func (*GrantRevokeRoleRequest) String ¶
func (p *GrantRevokeRoleRequest) String() string
func (*GrantRevokeRoleRequest) Validate ¶ added in v0.113.0
func (p *GrantRevokeRoleRequest) Validate() error
type GrantRevokeRoleResponse ¶
type GrantRevokeRoleResponse struct {
Success *bool `thrift:"success,1" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
var ThriftHiveMetastoreGrantRevokeRoleResult_Success_DEFAULT *GrantRevokeRoleResponse
func NewGrantRevokeRoleResponse ¶
func NewGrantRevokeRoleResponse() *GrantRevokeRoleResponse
func (*GrantRevokeRoleResponse) Equals ¶
func (p *GrantRevokeRoleResponse) Equals(other *GrantRevokeRoleResponse) bool
func (*GrantRevokeRoleResponse) GetSuccess ¶
func (p *GrantRevokeRoleResponse) GetSuccess() bool
func (*GrantRevokeRoleResponse) IsSetSuccess ¶
func (p *GrantRevokeRoleResponse) IsSetSuccess() bool
func (*GrantRevokeRoleResponse) ReadField1 ¶
func (*GrantRevokeRoleResponse) String ¶
func (p *GrantRevokeRoleResponse) String() string
func (*GrantRevokeRoleResponse) Validate ¶ added in v0.113.0
func (p *GrantRevokeRoleResponse) Validate() error
type GrantRevokeType ¶
type GrantRevokeType int64
const ( GrantRevokeType_GRANT GrantRevokeType = 1 GrantRevokeType_REVOKE GrantRevokeType = 2 )
func GrantRevokeTypeFromString ¶
func GrantRevokeTypeFromString(s string) (GrantRevokeType, error)
func GrantRevokeTypePtr ¶
func GrantRevokeTypePtr(v GrantRevokeType) *GrantRevokeType
func (GrantRevokeType) MarshalText ¶
func (p GrantRevokeType) MarshalText() ([]byte, error)
func (*GrantRevokeType) Scan ¶
func (p *GrantRevokeType) Scan(value interface{}) error
func (GrantRevokeType) String ¶
func (p GrantRevokeType) String() string
func (*GrantRevokeType) UnmarshalText ¶
func (p *GrantRevokeType) UnmarshalText(text []byte) error
type HeartbeatRequest ¶
type HeartbeatRequest struct { Lockid *int64 `thrift:"lockid,1" db:"lockid" json:"lockid,omitempty"` Txnid *int64 `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"` }
Attributes:
- Lockid
- Txnid
var ThriftHiveMetastoreHeartbeatArgs_Ids_DEFAULT *HeartbeatRequest
func NewHeartbeatRequest ¶
func NewHeartbeatRequest() *HeartbeatRequest
func (*HeartbeatRequest) Equals ¶
func (p *HeartbeatRequest) Equals(other *HeartbeatRequest) bool
func (*HeartbeatRequest) GetLockid ¶
func (p *HeartbeatRequest) GetLockid() int64
func (*HeartbeatRequest) GetTxnid ¶
func (p *HeartbeatRequest) GetTxnid() int64
func (*HeartbeatRequest) IsSetLockid ¶
func (p *HeartbeatRequest) IsSetLockid() bool
func (*HeartbeatRequest) IsSetTxnid ¶
func (p *HeartbeatRequest) IsSetTxnid() bool
func (*HeartbeatRequest) ReadField1 ¶
func (*HeartbeatRequest) ReadField2 ¶
func (*HeartbeatRequest) String ¶
func (p *HeartbeatRequest) String() string
func (*HeartbeatRequest) Validate ¶ added in v0.113.0
func (p *HeartbeatRequest) Validate() error
type HeartbeatTxnRangeRequest ¶
type HeartbeatTxnRangeRequest struct { Min int64 `thrift:"min,1,required" db:"min" json:"min"` Max int64 `thrift:"max,2,required" db:"max" json:"max"` }
Attributes:
- Min
- Max
var ThriftHiveMetastoreHeartbeatTxnRangeArgs_Txns_DEFAULT *HeartbeatTxnRangeRequest
func NewHeartbeatTxnRangeRequest ¶
func NewHeartbeatTxnRangeRequest() *HeartbeatTxnRangeRequest
func (*HeartbeatTxnRangeRequest) Equals ¶
func (p *HeartbeatTxnRangeRequest) Equals(other *HeartbeatTxnRangeRequest) bool
func (*HeartbeatTxnRangeRequest) GetMax ¶
func (p *HeartbeatTxnRangeRequest) GetMax() int64
func (*HeartbeatTxnRangeRequest) GetMin ¶
func (p *HeartbeatTxnRangeRequest) GetMin() int64
func (*HeartbeatTxnRangeRequest) ReadField1 ¶
func (*HeartbeatTxnRangeRequest) ReadField2 ¶
func (*HeartbeatTxnRangeRequest) String ¶
func (p *HeartbeatTxnRangeRequest) String() string
func (*HeartbeatTxnRangeRequest) Validate ¶ added in v0.113.0
func (p *HeartbeatTxnRangeRequest) Validate() error
type HeartbeatTxnRangeResponse ¶
type HeartbeatTxnRangeResponse struct { Aborted []int64 `thrift:"aborted,1,required" db:"aborted" json:"aborted"` Nosuch []int64 `thrift:"nosuch,2,required" db:"nosuch" json:"nosuch"` }
Attributes:
- Aborted
- Nosuch
var ThriftHiveMetastoreHeartbeatTxnRangeResult_Success_DEFAULT *HeartbeatTxnRangeResponse
func NewHeartbeatTxnRangeResponse ¶
func NewHeartbeatTxnRangeResponse() *HeartbeatTxnRangeResponse
func (*HeartbeatTxnRangeResponse) Equals ¶
func (p *HeartbeatTxnRangeResponse) Equals(other *HeartbeatTxnRangeResponse) bool
func (*HeartbeatTxnRangeResponse) GetAborted ¶
func (p *HeartbeatTxnRangeResponse) GetAborted() []int64
func (*HeartbeatTxnRangeResponse) GetNosuch ¶
func (p *HeartbeatTxnRangeResponse) GetNosuch() []int64
func (*HeartbeatTxnRangeResponse) ReadField1 ¶
func (*HeartbeatTxnRangeResponse) ReadField2 ¶
func (*HeartbeatTxnRangeResponse) String ¶
func (p *HeartbeatTxnRangeResponse) String() string
func (*HeartbeatTxnRangeResponse) Validate ¶ added in v0.113.0
func (p *HeartbeatTxnRangeResponse) Validate() error
type HiveObjectPrivilege ¶
type HiveObjectPrivilege struct { HiveObject *HiveObjectRef `thrift:"hiveObject,1" db:"hiveObject" json:"hiveObject"` PrincipalName string `thrift:"principalName,2" db:"principalName" json:"principalName"` PrincipalType PrincipalType `thrift:"principalType,3" db:"principalType" json:"principalType"` GrantInfo *PrivilegeGrantInfo `thrift:"grantInfo,4" db:"grantInfo" json:"grantInfo"` }
Attributes:
- HiveObject
- PrincipalName
- PrincipalType
- GrantInfo
func NewHiveObjectPrivilege ¶
func NewHiveObjectPrivilege() *HiveObjectPrivilege
func (*HiveObjectPrivilege) Equals ¶
func (p *HiveObjectPrivilege) Equals(other *HiveObjectPrivilege) bool
func (*HiveObjectPrivilege) GetGrantInfo ¶
func (p *HiveObjectPrivilege) GetGrantInfo() *PrivilegeGrantInfo
func (*HiveObjectPrivilege) GetHiveObject ¶
func (p *HiveObjectPrivilege) GetHiveObject() *HiveObjectRef
func (*HiveObjectPrivilege) GetPrincipalName ¶
func (p *HiveObjectPrivilege) GetPrincipalName() string
func (*HiveObjectPrivilege) GetPrincipalType ¶
func (p *HiveObjectPrivilege) GetPrincipalType() PrincipalType
func (*HiveObjectPrivilege) IsSetGrantInfo ¶
func (p *HiveObjectPrivilege) IsSetGrantInfo() bool
func (*HiveObjectPrivilege) IsSetHiveObject ¶
func (p *HiveObjectPrivilege) IsSetHiveObject() bool
func (*HiveObjectPrivilege) ReadField1 ¶
func (*HiveObjectPrivilege) ReadField2 ¶
func (*HiveObjectPrivilege) ReadField3 ¶
func (*HiveObjectPrivilege) ReadField4 ¶
func (*HiveObjectPrivilege) String ¶
func (p *HiveObjectPrivilege) String() string
func (*HiveObjectPrivilege) Validate ¶ added in v0.113.0
func (p *HiveObjectPrivilege) Validate() error
type HiveObjectRef ¶
type HiveObjectRef struct { ObjectType HiveObjectType `thrift:"objectType,1" db:"objectType" json:"objectType"` DbName string `thrift:"dbName,2" db:"dbName" json:"dbName"` ObjectName string `thrift:"objectName,3" db:"objectName" json:"objectName"` PartValues []string `thrift:"partValues,4" db:"partValues" json:"partValues"` ColumnName string `thrift:"columnName,5" db:"columnName" json:"columnName"` }
Attributes:
- ObjectType
- DbName
- ObjectName
- PartValues
- ColumnName
var HiveObjectPrivilege_HiveObject_DEFAULT *HiveObjectRef
var ThriftHiveMetastoreGetPrivilegeSetArgs_HiveObject_DEFAULT *HiveObjectRef
var ThriftHiveMetastoreListPrivilegesArgs_HiveObject_DEFAULT *HiveObjectRef
func NewHiveObjectRef ¶
func NewHiveObjectRef() *HiveObjectRef
func (*HiveObjectRef) Equals ¶
func (p *HiveObjectRef) Equals(other *HiveObjectRef) bool
func (*HiveObjectRef) GetColumnName ¶
func (p *HiveObjectRef) GetColumnName() string
func (*HiveObjectRef) GetDbName ¶
func (p *HiveObjectRef) GetDbName() string
func (*HiveObjectRef) GetObjectName ¶
func (p *HiveObjectRef) GetObjectName() string
func (*HiveObjectRef) GetObjectType ¶
func (p *HiveObjectRef) GetObjectType() HiveObjectType
func (*HiveObjectRef) GetPartValues ¶
func (p *HiveObjectRef) GetPartValues() []string
func (*HiveObjectRef) ReadField1 ¶
func (*HiveObjectRef) ReadField2 ¶
func (*HiveObjectRef) ReadField3 ¶
func (*HiveObjectRef) ReadField4 ¶
func (*HiveObjectRef) ReadField5 ¶
func (*HiveObjectRef) String ¶
func (p *HiveObjectRef) String() string
func (*HiveObjectRef) Validate ¶ added in v0.113.0
func (p *HiveObjectRef) Validate() error
type HiveObjectType ¶
type HiveObjectType int64
const ( HiveObjectType_GLOBAL HiveObjectType = 1 HiveObjectType_DATABASE HiveObjectType = 2 HiveObjectType_TABLE HiveObjectType = 3 HiveObjectType_PARTITION HiveObjectType = 4 HiveObjectType_COLUMN HiveObjectType = 5 )
func HiveObjectTypeFromString ¶
func HiveObjectTypeFromString(s string) (HiveObjectType, error)
func HiveObjectTypePtr ¶
func HiveObjectTypePtr(v HiveObjectType) *HiveObjectType
func (HiveObjectType) MarshalText ¶
func (p HiveObjectType) MarshalText() ([]byte, error)
func (*HiveObjectType) Scan ¶
func (p *HiveObjectType) Scan(value interface{}) error
func (HiveObjectType) String ¶
func (p HiveObjectType) String() string
func (*HiveObjectType) UnmarshalText ¶
func (p *HiveObjectType) UnmarshalText(text []byte) error
type Index ¶
type Index struct { IndexName string `thrift:"indexName,1" db:"indexName" json:"indexName"` IndexHandlerClass string `thrift:"indexHandlerClass,2" db:"indexHandlerClass" json:"indexHandlerClass"` DbName string `thrift:"dbName,3" db:"dbName" json:"dbName"` OrigTableName string `thrift:"origTableName,4" db:"origTableName" json:"origTableName"` CreateTime int32 `thrift:"createTime,5" db:"createTime" json:"createTime"` LastAccessTime int32 `thrift:"lastAccessTime,6" db:"lastAccessTime" json:"lastAccessTime"` IndexTableName string `thrift:"indexTableName,7" db:"indexTableName" json:"indexTableName"` Sd *StorageDescriptor `thrift:"sd,8" db:"sd" json:"sd"` Parameters map[string]string `thrift:"parameters,9" db:"parameters" json:"parameters"` DeferredRebuild bool `thrift:"deferredRebuild,10" db:"deferredRebuild" json:"deferredRebuild"` }
Attributes:
- IndexName
- IndexHandlerClass
- DbName
- OrigTableName
- CreateTime
- LastAccessTime
- IndexTableName
- Sd
- Parameters
- DeferredRebuild
var ThriftHiveMetastoreAddIndexArgs_NewIndex__DEFAULT *Index
var ThriftHiveMetastoreAddIndexResult_Success_DEFAULT *Index
var ThriftHiveMetastoreAlterIndexArgs_NewIdx__DEFAULT *Index
var ThriftHiveMetastoreGetIndexByNameResult_Success_DEFAULT *Index
func (*Index) GetCreateTime ¶
func (*Index) GetDeferredRebuild ¶
func (*Index) GetIndexHandlerClass ¶
func (*Index) GetIndexName ¶
func (*Index) GetIndexTableName ¶
func (*Index) GetLastAccessTime ¶
func (*Index) GetOrigTableName ¶
func (*Index) GetParameters ¶
func (*Index) GetSd ¶
func (p *Index) GetSd() *StorageDescriptor
func (*Index) ReadField1 ¶
func (*Index) ReadField10 ¶
func (*Index) ReadField2 ¶
func (*Index) ReadField3 ¶
func (*Index) ReadField4 ¶
func (*Index) ReadField5 ¶
func (*Index) ReadField6 ¶
func (*Index) ReadField7 ¶
func (*Index) ReadField8 ¶
func (*Index) ReadField9 ¶
type IndexAlreadyExistsException ¶
type IndexAlreadyExistsException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
func NewIndexAlreadyExistsException ¶
func NewIndexAlreadyExistsException() *IndexAlreadyExistsException
func (*IndexAlreadyExistsException) Equals ¶
func (p *IndexAlreadyExistsException) Equals(other *IndexAlreadyExistsException) bool
func (*IndexAlreadyExistsException) Error ¶
func (p *IndexAlreadyExistsException) Error() string
func (*IndexAlreadyExistsException) GetMessage ¶
func (p *IndexAlreadyExistsException) GetMessage() string
func (*IndexAlreadyExistsException) ReadField1 ¶
func (*IndexAlreadyExistsException) String ¶
func (p *IndexAlreadyExistsException) String() string
func (IndexAlreadyExistsException) TExceptionType ¶
func (IndexAlreadyExistsException) TExceptionType() thrift.TExceptionType
func (*IndexAlreadyExistsException) Validate ¶ added in v0.113.0
func (p *IndexAlreadyExistsException) Validate() error
type InsertEventRequestData ¶
type InsertEventRequestData struct { Replace *bool `thrift:"replace,1" db:"replace" json:"replace,omitempty"` FilesAdded []string `thrift:"filesAdded,2,required" db:"filesAdded" json:"filesAdded"` FilesAddedChecksum []string `thrift:"filesAddedChecksum,3" db:"filesAddedChecksum" json:"filesAddedChecksum,omitempty"` }
Attributes:
- Replace
- FilesAdded
- FilesAddedChecksum
var FireEventRequestData_InsertData_DEFAULT *InsertEventRequestData
func NewInsertEventRequestData ¶
func NewInsertEventRequestData() *InsertEventRequestData
func (*InsertEventRequestData) Equals ¶
func (p *InsertEventRequestData) Equals(other *InsertEventRequestData) bool
func (*InsertEventRequestData) GetFilesAdded ¶
func (p *InsertEventRequestData) GetFilesAdded() []string
func (*InsertEventRequestData) GetFilesAddedChecksum ¶
func (p *InsertEventRequestData) GetFilesAddedChecksum() []string
func (*InsertEventRequestData) GetReplace ¶
func (p *InsertEventRequestData) GetReplace() bool
func (*InsertEventRequestData) IsSetFilesAddedChecksum ¶
func (p *InsertEventRequestData) IsSetFilesAddedChecksum() bool
func (*InsertEventRequestData) IsSetReplace ¶
func (p *InsertEventRequestData) IsSetReplace() bool
func (*InsertEventRequestData) ReadField1 ¶
func (*InsertEventRequestData) ReadField2 ¶
func (*InsertEventRequestData) ReadField3 ¶
func (*InsertEventRequestData) String ¶
func (p *InsertEventRequestData) String() string
func (*InsertEventRequestData) Validate ¶ added in v0.113.0
func (p *InsertEventRequestData) Validate() error
type InvalidInputException ¶
type InvalidInputException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreExchangePartitionResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreExchangePartitionsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O3_DEFAULT *InvalidInputException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O3_DEFAULT *InvalidInputException
var ThriftHiveMetastoreSetAggrStatsForResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O4_DEFAULT *InvalidInputException
func NewInvalidInputException ¶
func NewInvalidInputException() *InvalidInputException
func (*InvalidInputException) Equals ¶
func (p *InvalidInputException) Equals(other *InvalidInputException) bool
func (*InvalidInputException) Error ¶
func (p *InvalidInputException) Error() string
func (*InvalidInputException) GetMessage ¶
func (p *InvalidInputException) GetMessage() string
func (*InvalidInputException) ReadField1 ¶
func (*InvalidInputException) String ¶
func (p *InvalidInputException) String() string
func (InvalidInputException) TExceptionType ¶
func (InvalidInputException) TExceptionType() thrift.TExceptionType
func (*InvalidInputException) Validate ¶ added in v0.113.0
func (p *InvalidInputException) Validate() error
type InvalidObjectException ¶
type InvalidObjectException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAddIndexResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsPspecResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsReqResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAlterWmTriggerResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionByNameResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateDatabaseResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateFunctionResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateResourcePlanResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTypeResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateWmTriggerResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreExchangePartitionResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreExchangePartitionsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O4_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O4_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreSetAggrStatsForResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O2_DEFAULT *InvalidObjectException
func NewInvalidObjectException ¶
func NewInvalidObjectException() *InvalidObjectException
func (*InvalidObjectException) Equals ¶
func (p *InvalidObjectException) Equals(other *InvalidObjectException) bool
func (*InvalidObjectException) Error ¶
func (p *InvalidObjectException) Error() string
func (*InvalidObjectException) GetMessage ¶
func (p *InvalidObjectException) GetMessage() string
func (*InvalidObjectException) ReadField1 ¶
func (*InvalidObjectException) String ¶
func (p *InvalidObjectException) String() string
func (InvalidObjectException) TExceptionType ¶
func (InvalidObjectException) TExceptionType() thrift.TExceptionType
func (*InvalidObjectException) Validate ¶ added in v0.113.0
func (p *InvalidObjectException) Validate() error
type InvalidOperationException ¶
type InvalidOperationException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAlterFunctionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterIndexResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionsResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterResourcePlanResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableWithCascadeResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropDatabaseResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropResourcePlanResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropWmTriggerResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreRenamePartitionResult_O1_DEFAULT *InvalidOperationException
func NewInvalidOperationException ¶
func NewInvalidOperationException() *InvalidOperationException
func (*InvalidOperationException) Equals ¶
func (p *InvalidOperationException) Equals(other *InvalidOperationException) bool
func (*InvalidOperationException) Error ¶
func (p *InvalidOperationException) Error() string
func (*InvalidOperationException) GetMessage ¶
func (p *InvalidOperationException) GetMessage() string
func (*InvalidOperationException) ReadField1 ¶
func (*InvalidOperationException) String ¶
func (p *InvalidOperationException) String() string
func (InvalidOperationException) TExceptionType ¶
func (InvalidOperationException) TExceptionType() thrift.TExceptionType
func (*InvalidOperationException) Validate ¶ added in v0.113.0
func (p *InvalidOperationException) Validate() error
type InvalidPartitionException ¶
type InvalidPartitionException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O6_DEFAULT *InvalidPartitionException
var ThriftHiveMetastoreMarkPartitionForEventResult_O6_DEFAULT *InvalidPartitionException
func NewInvalidPartitionException ¶
func NewInvalidPartitionException() *InvalidPartitionException
func (*InvalidPartitionException) Equals ¶
func (p *InvalidPartitionException) Equals(other *InvalidPartitionException) bool
func (*InvalidPartitionException) Error ¶
func (p *InvalidPartitionException) Error() string
func (*InvalidPartitionException) GetMessage ¶
func (p *InvalidPartitionException) GetMessage() string
func (*InvalidPartitionException) ReadField1 ¶
func (*InvalidPartitionException) String ¶
func (p *InvalidPartitionException) String() string
func (InvalidPartitionException) TExceptionType ¶
func (InvalidPartitionException) TExceptionType() thrift.TExceptionType
func (*InvalidPartitionException) Validate ¶ added in v0.113.0
func (p *InvalidPartitionException) Validate() error
type LockComponent ¶
type LockComponent struct { Type LockType `thrift:"type,1,required" db:"type" json:"type"` Level LockLevel `thrift:"level,2,required" db:"level" json:"level"` Dbname string `thrift:"dbname,3,required" db:"dbname" json:"dbname"` Tablename *string `thrift:"tablename,4" db:"tablename" json:"tablename,omitempty"` Partitionname *string `thrift:"partitionname,5" db:"partitionname" json:"partitionname,omitempty"` OperationType DataOperationType `thrift:"operationType,6" db:"operationType" json:"operationType"` IsAcid bool `thrift:"isAcid,7" db:"isAcid" json:"isAcid"` IsDynamicPartitionWrite bool `thrift:"isDynamicPartitionWrite,8" db:"isDynamicPartitionWrite" json:"isDynamicPartitionWrite"` }
Attributes:
- Type
- Level
- Dbname
- Tablename
- Partitionname
- OperationType
- IsAcid
- IsDynamicPartitionWrite
func NewLockComponent ¶
func NewLockComponent() *LockComponent
func (*LockComponent) Equals ¶
func (p *LockComponent) Equals(other *LockComponent) bool
func (*LockComponent) GetDbname ¶
func (p *LockComponent) GetDbname() string
func (*LockComponent) GetIsAcid ¶
func (p *LockComponent) GetIsAcid() bool
func (*LockComponent) GetIsDynamicPartitionWrite ¶
func (p *LockComponent) GetIsDynamicPartitionWrite() bool
func (*LockComponent) GetLevel ¶
func (p *LockComponent) GetLevel() LockLevel
func (*LockComponent) GetOperationType ¶
func (p *LockComponent) GetOperationType() DataOperationType
func (*LockComponent) GetPartitionname ¶
func (p *LockComponent) GetPartitionname() string
func (*LockComponent) GetTablename ¶
func (p *LockComponent) GetTablename() string
func (*LockComponent) GetType ¶
func (p *LockComponent) GetType() LockType
func (*LockComponent) IsSetIsAcid ¶
func (p *LockComponent) IsSetIsAcid() bool
func (*LockComponent) IsSetIsDynamicPartitionWrite ¶
func (p *LockComponent) IsSetIsDynamicPartitionWrite() bool
func (*LockComponent) IsSetOperationType ¶
func (p *LockComponent) IsSetOperationType() bool
func (*LockComponent) IsSetPartitionname ¶
func (p *LockComponent) IsSetPartitionname() bool
func (*LockComponent) IsSetTablename ¶
func (p *LockComponent) IsSetTablename() bool
func (*LockComponent) ReadField1 ¶
func (*LockComponent) ReadField2 ¶
func (*LockComponent) ReadField3 ¶
func (*LockComponent) ReadField4 ¶
func (*LockComponent) ReadField5 ¶
func (*LockComponent) ReadField6 ¶
func (*LockComponent) ReadField7 ¶
func (*LockComponent) ReadField8 ¶
func (*LockComponent) String ¶
func (p *LockComponent) String() string
func (*LockComponent) Validate ¶ added in v0.113.0
func (p *LockComponent) Validate() error
type LockLevel ¶
type LockLevel int64
func LockLevelFromString ¶
func LockLevelPtr ¶
func (LockLevel) MarshalText ¶
func (*LockLevel) UnmarshalText ¶
type LockRequest ¶
type LockRequest struct { Component []*LockComponent `thrift:"component,1,required" db:"component" json:"component"` Txnid *int64 `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"` User string `thrift:"user,3,required" db:"user" json:"user"` Hostname string `thrift:"hostname,4,required" db:"hostname" json:"hostname"` AgentInfo string `thrift:"agentInfo,5" db:"agentInfo" json:"agentInfo"` }
Attributes:
- Component
- Txnid
- User
- Hostname
- AgentInfo
var ThriftHiveMetastoreLockArgs_Rqst_DEFAULT *LockRequest
func NewLockRequest ¶
func NewLockRequest() *LockRequest
func (*LockRequest) Equals ¶
func (p *LockRequest) Equals(other *LockRequest) bool
func (*LockRequest) GetAgentInfo ¶
func (p *LockRequest) GetAgentInfo() string
func (*LockRequest) GetComponent ¶
func (p *LockRequest) GetComponent() []*LockComponent
func (*LockRequest) GetHostname ¶
func (p *LockRequest) GetHostname() string
func (*LockRequest) GetTxnid ¶
func (p *LockRequest) GetTxnid() int64
func (*LockRequest) GetUser ¶
func (p *LockRequest) GetUser() string
func (*LockRequest) IsSetAgentInfo ¶
func (p *LockRequest) IsSetAgentInfo() bool
func (*LockRequest) IsSetTxnid ¶
func (p *LockRequest) IsSetTxnid() bool
func (*LockRequest) ReadField1 ¶
func (*LockRequest) ReadField2 ¶
func (*LockRequest) ReadField3 ¶
func (*LockRequest) ReadField4 ¶
func (*LockRequest) ReadField5 ¶
func (*LockRequest) String ¶
func (p *LockRequest) String() string
func (*LockRequest) Validate ¶ added in v0.113.0
func (p *LockRequest) Validate() error
type LockResponse ¶
type LockResponse struct { Lockid int64 `thrift:"lockid,1,required" db:"lockid" json:"lockid"` State LockState `thrift:"state,2,required" db:"state" json:"state"` }
Attributes:
- Lockid
- State
var ThriftHiveMetastoreCheckLockResult_Success_DEFAULT *LockResponse
var ThriftHiveMetastoreLockResult_Success_DEFAULT *LockResponse
func NewLockResponse ¶
func NewLockResponse() *LockResponse
func (*LockResponse) Equals ¶
func (p *LockResponse) Equals(other *LockResponse) bool
func (*LockResponse) GetLockid ¶
func (p *LockResponse) GetLockid() int64
func (*LockResponse) GetState ¶
func (p *LockResponse) GetState() LockState
func (*LockResponse) ReadField1 ¶
func (*LockResponse) ReadField2 ¶
func (*LockResponse) String ¶
func (p *LockResponse) String() string
func (*LockResponse) Validate ¶ added in v0.113.0
func (p *LockResponse) Validate() error
type LockState ¶
type LockState int64
func LockStateFromString ¶
func LockStatePtr ¶
func (LockState) MarshalText ¶
func (*LockState) UnmarshalText ¶
type LockType ¶
type LockType int64
func LockTypeFromString ¶
func LockTypePtr ¶
func (LockType) MarshalText ¶
func (*LockType) UnmarshalText ¶
type LongColumnStatsData ¶
type LongColumnStatsData struct { LowValue *int64 `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"` HighValue *int64 `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` NumDVs int64 `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"` BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- LowValue
- HighValue
- NumNulls
- NumDVs
- BitVectors
var ColumnStatisticsData_LongStats_DEFAULT *LongColumnStatsData
func NewLongColumnStatsData ¶
func NewLongColumnStatsData() *LongColumnStatsData
func (*LongColumnStatsData) Equals ¶
func (p *LongColumnStatsData) Equals(other *LongColumnStatsData) bool
func (*LongColumnStatsData) GetBitVectors ¶
func (p *LongColumnStatsData) GetBitVectors() []byte
func (*LongColumnStatsData) GetHighValue ¶
func (p *LongColumnStatsData) GetHighValue() int64
func (*LongColumnStatsData) GetLowValue ¶
func (p *LongColumnStatsData) GetLowValue() int64
func (*LongColumnStatsData) GetNumDVs ¶
func (p *LongColumnStatsData) GetNumDVs() int64
func (*LongColumnStatsData) GetNumNulls ¶
func (p *LongColumnStatsData) GetNumNulls() int64
func (*LongColumnStatsData) IsSetBitVectors ¶
func (p *LongColumnStatsData) IsSetBitVectors() bool
func (*LongColumnStatsData) IsSetHighValue ¶
func (p *LongColumnStatsData) IsSetHighValue() bool
func (*LongColumnStatsData) IsSetLowValue ¶
func (p *LongColumnStatsData) IsSetLowValue() bool
func (*LongColumnStatsData) ReadField1 ¶
func (*LongColumnStatsData) ReadField2 ¶
func (*LongColumnStatsData) ReadField3 ¶
func (*LongColumnStatsData) ReadField4 ¶
func (*LongColumnStatsData) ReadField5 ¶
func (*LongColumnStatsData) String ¶
func (p *LongColumnStatsData) String() string
func (*LongColumnStatsData) Validate ¶ added in v0.113.0
func (p *LongColumnStatsData) Validate() error
type MetaException ¶
type MetaException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAddForeignKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddIndexResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddMasterKeyResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAddNotNullConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsPspecResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsReqResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPrimaryKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddUniqueConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterDatabaseResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAlterFunctionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterIndexResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableWithCascadeResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterWmTriggerResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionByNameResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCancelDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCmRecycleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateFunctionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTypeResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateWmTriggerResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropConstraintResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropFunctionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropIndexByNameResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionByNameResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropTableWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropWmTriggerResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreExchangePartitionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreExchangePartitionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetActiveResourcePlanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetAggrStatsForResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllFunctionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllResourcePlansResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabaseResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetForeignKeysResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFunctionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFunctionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexByNameResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexNamesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetMetaConfResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMetastoreDbUUIDResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetNotNullConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartSpecsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionByNameResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionValuesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByExprResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByNamesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPspecResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrimaryKeysResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrincipalsInRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrivilegeSetResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetResourcePlanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetRoleGrantsForPrincipalResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetRoleNamesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableMetaResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableStatisticsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesByTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTriggersForResourceplanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeAllResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetUniqueConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRevokePrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRevokeRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListRolesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreMarkPartitionForEventResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameHasValidCharactersResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToSpecResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToValsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRenamePartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreRenewDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokePrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokeRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSetAggrStatsForResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreSetMetaConfResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSetUgiResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreTruncateTableResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateMasterKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreValidateResourcePlanResult_O2_DEFAULT *MetaException
func NewMetaException ¶
func NewMetaException() *MetaException
func (*MetaException) Equals ¶
func (p *MetaException) Equals(other *MetaException) bool
func (*MetaException) Error ¶
func (p *MetaException) Error() string
func (*MetaException) GetMessage ¶
func (p *MetaException) GetMessage() string
func (*MetaException) ReadField1 ¶
func (*MetaException) String ¶
func (p *MetaException) String() string
func (MetaException) TExceptionType ¶
func (MetaException) TExceptionType() thrift.TExceptionType
func (*MetaException) Validate ¶ added in v0.113.0
func (p *MetaException) Validate() error
type MetadataPpdResult_ ¶
type MetadataPpdResult_ struct { Metadata []byte `thrift:"metadata,1" db:"metadata" json:"metadata,omitempty"` IncludeBitset []byte `thrift:"includeBitset,2" db:"includeBitset" json:"includeBitset,omitempty"` }
Attributes:
- Metadata
- IncludeBitset
func NewMetadataPpdResult_ ¶
func NewMetadataPpdResult_() *MetadataPpdResult_
func (*MetadataPpdResult_) Equals ¶
func (p *MetadataPpdResult_) Equals(other *MetadataPpdResult_) bool
func (*MetadataPpdResult_) GetIncludeBitset ¶
func (p *MetadataPpdResult_) GetIncludeBitset() []byte
func (*MetadataPpdResult_) GetMetadata ¶
func (p *MetadataPpdResult_) GetMetadata() []byte
func (*MetadataPpdResult_) IsSetIncludeBitset ¶
func (p *MetadataPpdResult_) IsSetIncludeBitset() bool
func (*MetadataPpdResult_) IsSetMetadata ¶
func (p *MetadataPpdResult_) IsSetMetadata() bool
func (*MetadataPpdResult_) ReadField1 ¶
func (*MetadataPpdResult_) ReadField2 ¶
func (*MetadataPpdResult_) String ¶
func (p *MetadataPpdResult_) String() string
func (*MetadataPpdResult_) Validate ¶ added in v0.113.0
func (p *MetadataPpdResult_) Validate() error
type NoSuchLockException ¶
type NoSuchLockException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreCheckLockResult_O3_DEFAULT *NoSuchLockException
var ThriftHiveMetastoreHeartbeatResult_O1_DEFAULT *NoSuchLockException
var ThriftHiveMetastoreUnlockResult_O1_DEFAULT *NoSuchLockException
func NewNoSuchLockException ¶
func NewNoSuchLockException() *NoSuchLockException
func (*NoSuchLockException) Equals ¶
func (p *NoSuchLockException) Equals(other *NoSuchLockException) bool
func (*NoSuchLockException) Error ¶
func (p *NoSuchLockException) Error() string
func (*NoSuchLockException) GetMessage ¶
func (p *NoSuchLockException) GetMessage() string
func (*NoSuchLockException) ReadField1 ¶
func (*NoSuchLockException) String ¶
func (p *NoSuchLockException) String() string
func (NoSuchLockException) TExceptionType ¶
func (NoSuchLockException) TExceptionType() thrift.TExceptionType
func (*NoSuchLockException) Validate ¶ added in v0.113.0
func (p *NoSuchLockException) Validate() error
type NoSuchObjectException ¶
type NoSuchObjectException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAddForeignKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddNotNullConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddPrimaryKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddUniqueConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterDatabaseResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterWmTriggerResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateFunctionResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateWmTriggerResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropFunctionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropIndexByNameResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionByNameResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTableResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTableWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTypeResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropWmTriggerResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreExchangePartitionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreExchangePartitionsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetAggrStatsForResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetForeignKeysResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetFunctionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetIndexByNameResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetIndexesResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetNotNullConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartSpecsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionByNameResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesPsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionValuesResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByExprResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByNamesResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPspecResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPrimaryKeysResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTriggersForResourceplanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTypeResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetUniqueConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreMarkPartitionForEventResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreSetAggrStatsForResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdateMasterKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreValidateResourcePlanResult_O1_DEFAULT *NoSuchObjectException
func NewNoSuchObjectException ¶
func NewNoSuchObjectException() *NoSuchObjectException
func (*NoSuchObjectException) Equals ¶
func (p *NoSuchObjectException) Equals(other *NoSuchObjectException) bool
func (*NoSuchObjectException) Error ¶
func (p *NoSuchObjectException) Error() string
func (*NoSuchObjectException) GetMessage ¶
func (p *NoSuchObjectException) GetMessage() string
func (*NoSuchObjectException) ReadField1 ¶
func (*NoSuchObjectException) String ¶
func (p *NoSuchObjectException) String() string
func (NoSuchObjectException) TExceptionType ¶
func (NoSuchObjectException) TExceptionType() thrift.TExceptionType
func (*NoSuchObjectException) Validate ¶ added in v0.113.0
func (p *NoSuchObjectException) Validate() error
type NoSuchTxnException ¶
type NoSuchTxnException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAbortTxnResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreAbortTxnsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreAddDynamicPartitionsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreCheckLockResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreCommitTxnResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreHeartbeatResult_O2_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreLockResult_O1_DEFAULT *NoSuchTxnException
func NewNoSuchTxnException ¶
func NewNoSuchTxnException() *NoSuchTxnException
func (*NoSuchTxnException) Equals ¶
func (p *NoSuchTxnException) Equals(other *NoSuchTxnException) bool
func (*NoSuchTxnException) Error ¶
func (p *NoSuchTxnException) Error() string
func (*NoSuchTxnException) GetMessage ¶
func (p *NoSuchTxnException) GetMessage() string
func (*NoSuchTxnException) ReadField1 ¶
func (*NoSuchTxnException) String ¶
func (p *NoSuchTxnException) String() string
func (NoSuchTxnException) TExceptionType ¶
func (NoSuchTxnException) TExceptionType() thrift.TExceptionType
func (*NoSuchTxnException) Validate ¶ added in v0.113.0
func (p *NoSuchTxnException) Validate() error
type NotNullConstraintsRequest ¶
type NotNullConstraintsRequest struct { DbName string `thrift:"db_name,1,required" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2,required" db:"tbl_name" json:"tbl_name"` }
Attributes:
- DbName
- TblName
var ThriftHiveMetastoreGetNotNullConstraintsArgs_Request_DEFAULT *NotNullConstraintsRequest
func NewNotNullConstraintsRequest ¶
func NewNotNullConstraintsRequest() *NotNullConstraintsRequest
func (*NotNullConstraintsRequest) Equals ¶
func (p *NotNullConstraintsRequest) Equals(other *NotNullConstraintsRequest) bool
func (*NotNullConstraintsRequest) GetDbName ¶
func (p *NotNullConstraintsRequest) GetDbName() string
func (*NotNullConstraintsRequest) GetTblName ¶
func (p *NotNullConstraintsRequest) GetTblName() string
func (*NotNullConstraintsRequest) ReadField1 ¶
func (*NotNullConstraintsRequest) ReadField2 ¶
func (*NotNullConstraintsRequest) String ¶
func (p *NotNullConstraintsRequest) String() string
func (*NotNullConstraintsRequest) Validate ¶ added in v0.113.0
func (p *NotNullConstraintsRequest) Validate() error
type NotNullConstraintsResponse ¶
type NotNullConstraintsResponse struct {
NotNullConstraints []*SQLNotNullConstraint `thrift:"notNullConstraints,1,required" db:"notNullConstraints" json:"notNullConstraints"`
}
Attributes:
- NotNullConstraints
var ThriftHiveMetastoreGetNotNullConstraintsResult_Success_DEFAULT *NotNullConstraintsResponse
func NewNotNullConstraintsResponse ¶
func NewNotNullConstraintsResponse() *NotNullConstraintsResponse
func (*NotNullConstraintsResponse) Equals ¶
func (p *NotNullConstraintsResponse) Equals(other *NotNullConstraintsResponse) bool
func (*NotNullConstraintsResponse) GetNotNullConstraints ¶
func (p *NotNullConstraintsResponse) GetNotNullConstraints() []*SQLNotNullConstraint
func (*NotNullConstraintsResponse) ReadField1 ¶
func (*NotNullConstraintsResponse) String ¶
func (p *NotNullConstraintsResponse) String() string
func (*NotNullConstraintsResponse) Validate ¶ added in v0.113.0
func (p *NotNullConstraintsResponse) Validate() error
type NotificationEvent ¶
type NotificationEvent struct { EventId int64 `thrift:"eventId,1,required" db:"eventId" json:"eventId"` EventTime int32 `thrift:"eventTime,2,required" db:"eventTime" json:"eventTime"` EventType string `thrift:"eventType,3,required" db:"eventType" json:"eventType"` DbName *string `thrift:"dbName,4" db:"dbName" json:"dbName,omitempty"` TableName *string `thrift:"tableName,5" db:"tableName" json:"tableName,omitempty"` Message string `thrift:"message,6,required" db:"message" json:"message"` MessageFormat *string `thrift:"messageFormat,7" db:"messageFormat" json:"messageFormat,omitempty"` }
Attributes:
- EventId
- EventTime
- EventType
- DbName
- TableName
- Message
- MessageFormat
func NewNotificationEvent ¶
func NewNotificationEvent() *NotificationEvent
func (*NotificationEvent) Equals ¶
func (p *NotificationEvent) Equals(other *NotificationEvent) bool
func (*NotificationEvent) GetDbName ¶
func (p *NotificationEvent) GetDbName() string
func (*NotificationEvent) GetEventId ¶
func (p *NotificationEvent) GetEventId() int64
func (*NotificationEvent) GetEventTime ¶
func (p *NotificationEvent) GetEventTime() int32
func (*NotificationEvent) GetEventType ¶
func (p *NotificationEvent) GetEventType() string
func (*NotificationEvent) GetMessage ¶
func (p *NotificationEvent) GetMessage() string
func (*NotificationEvent) GetMessageFormat ¶
func (p *NotificationEvent) GetMessageFormat() string
func (*NotificationEvent) GetTableName ¶
func (p *NotificationEvent) GetTableName() string
func (*NotificationEvent) IsSetDbName ¶
func (p *NotificationEvent) IsSetDbName() bool
func (*NotificationEvent) IsSetMessageFormat ¶
func (p *NotificationEvent) IsSetMessageFormat() bool
func (*NotificationEvent) IsSetTableName ¶
func (p *NotificationEvent) IsSetTableName() bool
func (*NotificationEvent) ReadField1 ¶
func (*NotificationEvent) ReadField2 ¶
func (*NotificationEvent) ReadField3 ¶
func (*NotificationEvent) ReadField4 ¶
func (*NotificationEvent) ReadField5 ¶
func (*NotificationEvent) ReadField6 ¶
func (*NotificationEvent) ReadField7 ¶
func (*NotificationEvent) String ¶
func (p *NotificationEvent) String() string
func (*NotificationEvent) Validate ¶ added in v0.113.0
func (p *NotificationEvent) Validate() error
type NotificationEventRequest ¶
type NotificationEventRequest struct { LastEvent int64 `thrift:"lastEvent,1,required" db:"lastEvent" json:"lastEvent"` MaxEvents *int32 `thrift:"maxEvents,2" db:"maxEvents" json:"maxEvents,omitempty"` }
Attributes:
- LastEvent
- MaxEvents
var ThriftHiveMetastoreGetNextNotificationArgs_Rqst_DEFAULT *NotificationEventRequest
func NewNotificationEventRequest ¶
func NewNotificationEventRequest() *NotificationEventRequest
func (*NotificationEventRequest) Equals ¶
func (p *NotificationEventRequest) Equals(other *NotificationEventRequest) bool
func (*NotificationEventRequest) GetLastEvent ¶
func (p *NotificationEventRequest) GetLastEvent() int64
func (*NotificationEventRequest) GetMaxEvents ¶
func (p *NotificationEventRequest) GetMaxEvents() int32
func (*NotificationEventRequest) IsSetMaxEvents ¶
func (p *NotificationEventRequest) IsSetMaxEvents() bool
func (*NotificationEventRequest) ReadField1 ¶
func (*NotificationEventRequest) ReadField2 ¶
func (*NotificationEventRequest) String ¶
func (p *NotificationEventRequest) String() string
func (*NotificationEventRequest) Validate ¶ added in v0.113.0
func (p *NotificationEventRequest) Validate() error
type NotificationEventResponse ¶
type NotificationEventResponse struct {
Events []*NotificationEvent `thrift:"events,1,required" db:"events" json:"events"`
}
Attributes:
- Events
var ThriftHiveMetastoreGetNextNotificationResult_Success_DEFAULT *NotificationEventResponse
func NewNotificationEventResponse ¶
func NewNotificationEventResponse() *NotificationEventResponse
func (*NotificationEventResponse) Equals ¶
func (p *NotificationEventResponse) Equals(other *NotificationEventResponse) bool
func (*NotificationEventResponse) GetEvents ¶
func (p *NotificationEventResponse) GetEvents() []*NotificationEvent
func (*NotificationEventResponse) ReadField1 ¶
func (*NotificationEventResponse) String ¶
func (p *NotificationEventResponse) String() string
func (*NotificationEventResponse) Validate ¶ added in v0.113.0
func (p *NotificationEventResponse) Validate() error
type NotificationEventsCountRequest ¶
type NotificationEventsCountRequest struct { FromEventId int64 `thrift:"fromEventId,1,required" db:"fromEventId" json:"fromEventId"` DbName string `thrift:"dbName,2,required" db:"dbName" json:"dbName"` }
Attributes:
- FromEventId
- DbName
var ThriftHiveMetastoreGetNotificationEventsCountArgs_Rqst_DEFAULT *NotificationEventsCountRequest
func NewNotificationEventsCountRequest ¶
func NewNotificationEventsCountRequest() *NotificationEventsCountRequest
func (*NotificationEventsCountRequest) Equals ¶
func (p *NotificationEventsCountRequest) Equals(other *NotificationEventsCountRequest) bool
func (*NotificationEventsCountRequest) GetDbName ¶
func (p *NotificationEventsCountRequest) GetDbName() string
func (*NotificationEventsCountRequest) GetFromEventId ¶
func (p *NotificationEventsCountRequest) GetFromEventId() int64
func (*NotificationEventsCountRequest) ReadField1 ¶
func (*NotificationEventsCountRequest) ReadField2 ¶
func (*NotificationEventsCountRequest) String ¶
func (p *NotificationEventsCountRequest) String() string
func (*NotificationEventsCountRequest) Validate ¶ added in v0.113.0
func (p *NotificationEventsCountRequest) Validate() error
type NotificationEventsCountResponse ¶
type NotificationEventsCountResponse struct {
EventsCount int64 `thrift:"eventsCount,1,required" db:"eventsCount" json:"eventsCount"`
}
Attributes:
- EventsCount
var ThriftHiveMetastoreGetNotificationEventsCountResult_Success_DEFAULT *NotificationEventsCountResponse
func NewNotificationEventsCountResponse ¶
func NewNotificationEventsCountResponse() *NotificationEventsCountResponse
func (*NotificationEventsCountResponse) Equals ¶
func (p *NotificationEventsCountResponse) Equals(other *NotificationEventsCountResponse) bool
func (*NotificationEventsCountResponse) GetEventsCount ¶
func (p *NotificationEventsCountResponse) GetEventsCount() int64
func (*NotificationEventsCountResponse) ReadField1 ¶
func (*NotificationEventsCountResponse) String ¶
func (p *NotificationEventsCountResponse) String() string
func (*NotificationEventsCountResponse) Validate ¶ added in v0.113.0
func (p *NotificationEventsCountResponse) Validate() error
type OpenTxnRequest ¶
type OpenTxnRequest struct { NumTxns int32 `thrift:"num_txns,1,required" db:"num_txns" json:"num_txns"` User string `thrift:"user,2,required" db:"user" json:"user"` Hostname string `thrift:"hostname,3,required" db:"hostname" json:"hostname"` AgentInfo string `thrift:"agentInfo,4" db:"agentInfo" json:"agentInfo"` }
Attributes:
- NumTxns
- User
- Hostname
- AgentInfo
var ThriftHiveMetastoreOpenTxnsArgs_Rqst_DEFAULT *OpenTxnRequest
func NewOpenTxnRequest ¶
func NewOpenTxnRequest() *OpenTxnRequest
func (*OpenTxnRequest) Equals ¶
func (p *OpenTxnRequest) Equals(other *OpenTxnRequest) bool
func (*OpenTxnRequest) GetAgentInfo ¶
func (p *OpenTxnRequest) GetAgentInfo() string
func (*OpenTxnRequest) GetHostname ¶
func (p *OpenTxnRequest) GetHostname() string
func (*OpenTxnRequest) GetNumTxns ¶
func (p *OpenTxnRequest) GetNumTxns() int32
func (*OpenTxnRequest) GetUser ¶
func (p *OpenTxnRequest) GetUser() string
func (*OpenTxnRequest) IsSetAgentInfo ¶
func (p *OpenTxnRequest) IsSetAgentInfo() bool
func (*OpenTxnRequest) ReadField1 ¶
func (*OpenTxnRequest) ReadField2 ¶
func (*OpenTxnRequest) ReadField3 ¶
func (*OpenTxnRequest) ReadField4 ¶
func (*OpenTxnRequest) String ¶
func (p *OpenTxnRequest) String() string
func (*OpenTxnRequest) Validate ¶ added in v0.113.0
func (p *OpenTxnRequest) Validate() error
type OpenTxnsResponse ¶
type OpenTxnsResponse struct {
TxnIds []int64 `thrift:"txn_ids,1,required" db:"txn_ids" json:"txn_ids"`
}
Attributes:
- TxnIds
var ThriftHiveMetastoreOpenTxnsResult_Success_DEFAULT *OpenTxnsResponse
func NewOpenTxnsResponse ¶
func NewOpenTxnsResponse() *OpenTxnsResponse
func (*OpenTxnsResponse) Equals ¶
func (p *OpenTxnsResponse) Equals(other *OpenTxnsResponse) bool
func (*OpenTxnsResponse) GetTxnIds ¶
func (p *OpenTxnsResponse) GetTxnIds() []int64
func (*OpenTxnsResponse) ReadField1 ¶
func (*OpenTxnsResponse) String ¶
func (p *OpenTxnsResponse) String() string
func (*OpenTxnsResponse) Validate ¶ added in v0.113.0
func (p *OpenTxnsResponse) Validate() error
type Order ¶
type Order struct { Col string `thrift:"col,1" db:"col" json:"col"` Order int32 `thrift:"order,2" db:"order" json:"order"` }
Attributes:
- Col
- Order
func (*Order) ReadField1 ¶
func (*Order) ReadField2 ¶
type Partition ¶
type Partition struct { Values []string `thrift:"values,1" db:"values" json:"values"` DbName string `thrift:"dbName,2" db:"dbName" json:"dbName"` TableName string `thrift:"tableName,3" db:"tableName" json:"tableName"` CreateTime int32 `thrift:"createTime,4" db:"createTime" json:"createTime"` LastAccessTime int32 `thrift:"lastAccessTime,5" db:"lastAccessTime" json:"lastAccessTime"` Sd *StorageDescriptor `thrift:"sd,6" db:"sd" json:"sd"` Parameters map[string]string `thrift:"parameters,7" db:"parameters" json:"parameters"` Privileges *PrincipalPrivilegeSet `thrift:"privileges,8" db:"privileges" json:"privileges,omitempty"` }
Attributes:
- Values
- DbName
- TableName
- CreateTime
- LastAccessTime
- Sd
- Parameters
- Privileges
var ThriftHiveMetastoreAddPartitionArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAlterPartitionArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreExchangePartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionWithAuthResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreRenamePartitionArgs_NewPart__DEFAULT *Partition
func NewPartition ¶
func NewPartition() *Partition
func (*Partition) GetCreateTime ¶
func (*Partition) GetLastAccessTime ¶
func (*Partition) GetParameters ¶
func (*Partition) GetPrivileges ¶
func (p *Partition) GetPrivileges() *PrincipalPrivilegeSet
func (*Partition) GetSd ¶
func (p *Partition) GetSd() *StorageDescriptor
func (*Partition) GetTableName ¶
func (*Partition) IsSetPrivileges ¶
func (*Partition) ReadField1 ¶
func (*Partition) ReadField2 ¶
func (*Partition) ReadField3 ¶
func (*Partition) ReadField4 ¶
func (*Partition) ReadField5 ¶
func (*Partition) ReadField6 ¶
func (*Partition) ReadField7 ¶
func (*Partition) ReadField8 ¶
type PartitionEventType ¶
type PartitionEventType int64
const (
PartitionEventType_LOAD_DONE PartitionEventType = 1
)
func PartitionEventTypeFromString ¶
func PartitionEventTypeFromString(s string) (PartitionEventType, error)
func PartitionEventTypePtr ¶
func PartitionEventTypePtr(v PartitionEventType) *PartitionEventType
func (PartitionEventType) MarshalText ¶
func (p PartitionEventType) MarshalText() ([]byte, error)
func (*PartitionEventType) Scan ¶
func (p *PartitionEventType) Scan(value interface{}) error
func (PartitionEventType) String ¶
func (p PartitionEventType) String() string
func (*PartitionEventType) UnmarshalText ¶
func (p *PartitionEventType) UnmarshalText(text []byte) error
type PartitionListComposingSpec ¶
type PartitionListComposingSpec struct {
Partitions []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions"`
}
Attributes:
- Partitions
var PartitionSpec_PartitionList_DEFAULT *PartitionListComposingSpec
func NewPartitionListComposingSpec ¶
func NewPartitionListComposingSpec() *PartitionListComposingSpec
func (*PartitionListComposingSpec) Equals ¶
func (p *PartitionListComposingSpec) Equals(other *PartitionListComposingSpec) bool
func (*PartitionListComposingSpec) GetPartitions ¶
func (p *PartitionListComposingSpec) GetPartitions() []*Partition
func (*PartitionListComposingSpec) ReadField1 ¶
func (*PartitionListComposingSpec) String ¶
func (p *PartitionListComposingSpec) String() string
func (*PartitionListComposingSpec) Validate ¶ added in v0.113.0
func (p *PartitionListComposingSpec) Validate() error
type PartitionSpec ¶
type PartitionSpec struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` TableName string `thrift:"tableName,2" db:"tableName" json:"tableName"` RootPath string `thrift:"rootPath,3" db:"rootPath" json:"rootPath"` PartitionList *PartitionListComposingSpec `thrift:"partitionList,5" db:"partitionList" json:"partitionList,omitempty"` }
Attributes:
- DbName
- TableName
- RootPath
- SharedSDPartitionSpec
- PartitionList
func NewPartitionSpec ¶
func NewPartitionSpec() *PartitionSpec
func (*PartitionSpec) Equals ¶
func (p *PartitionSpec) Equals(other *PartitionSpec) bool
func (*PartitionSpec) GetDbName ¶
func (p *PartitionSpec) GetDbName() string
func (*PartitionSpec) GetPartitionList ¶
func (p *PartitionSpec) GetPartitionList() *PartitionListComposingSpec
func (*PartitionSpec) GetRootPath ¶
func (p *PartitionSpec) GetRootPath() string
func (*PartitionSpec) GetSharedSDPartitionSpec ¶
func (p *PartitionSpec) GetSharedSDPartitionSpec() *PartitionSpecWithSharedSD
func (*PartitionSpec) GetTableName ¶
func (p *PartitionSpec) GetTableName() string
func (*PartitionSpec) IsSetPartitionList ¶
func (p *PartitionSpec) IsSetPartitionList() bool
func (*PartitionSpec) IsSetSharedSDPartitionSpec ¶
func (p *PartitionSpec) IsSetSharedSDPartitionSpec() bool
func (*PartitionSpec) ReadField1 ¶
func (*PartitionSpec) ReadField2 ¶
func (*PartitionSpec) ReadField3 ¶
func (*PartitionSpec) ReadField4 ¶
func (*PartitionSpec) ReadField5 ¶
func (*PartitionSpec) String ¶
func (p *PartitionSpec) String() string
func (*PartitionSpec) Validate ¶ added in v0.113.0
func (p *PartitionSpec) Validate() error
type PartitionSpecWithSharedSD ¶
type PartitionSpecWithSharedSD struct {}
Attributes:
- Partitions
- Sd
func NewPartitionSpecWithSharedSD ¶
func NewPartitionSpecWithSharedSD() *PartitionSpecWithSharedSD
func (*PartitionSpecWithSharedSD) Equals ¶
func (p *PartitionSpecWithSharedSD) Equals(other *PartitionSpecWithSharedSD) bool
func (*PartitionSpecWithSharedSD) GetPartitions ¶
func (p *PartitionSpecWithSharedSD) GetPartitions() []*PartitionWithoutSD
func (*PartitionSpecWithSharedSD) GetSd ¶
func (p *PartitionSpecWithSharedSD) GetSd() *StorageDescriptor
func (*PartitionSpecWithSharedSD) IsSetSd ¶
func (p *PartitionSpecWithSharedSD) IsSetSd() bool
func (*PartitionSpecWithSharedSD) ReadField1 ¶
func (*PartitionSpecWithSharedSD) ReadField2 ¶
func (*PartitionSpecWithSharedSD) String ¶
func (p *PartitionSpecWithSharedSD) String() string
func (*PartitionSpecWithSharedSD) Validate ¶ added in v0.113.0
func (p *PartitionSpecWithSharedSD) Validate() error
type PartitionValuesRequest ¶
type PartitionValuesRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` PartitionKeys []*FieldSchema `thrift:"partitionKeys,3,required" db:"partitionKeys" json:"partitionKeys"` ApplyDistinct bool `thrift:"applyDistinct,4" db:"applyDistinct" json:"applyDistinct"` Filter *string `thrift:"filter,5" db:"filter" json:"filter,omitempty"` PartitionOrder []*FieldSchema `thrift:"partitionOrder,6" db:"partitionOrder" json:"partitionOrder,omitempty"` Ascending bool `thrift:"ascending,7" db:"ascending" json:"ascending"` MaxParts int64 `thrift:"maxParts,8" db:"maxParts" json:"maxParts"` }
Attributes:
- DbName
- TblName
- PartitionKeys
- ApplyDistinct
- Filter
- PartitionOrder
- Ascending
- MaxParts
var ThriftHiveMetastoreGetPartitionValuesArgs_Request_DEFAULT *PartitionValuesRequest
func NewPartitionValuesRequest ¶
func NewPartitionValuesRequest() *PartitionValuesRequest
func (*PartitionValuesRequest) Equals ¶
func (p *PartitionValuesRequest) Equals(other *PartitionValuesRequest) bool
func (*PartitionValuesRequest) GetApplyDistinct ¶
func (p *PartitionValuesRequest) GetApplyDistinct() bool
func (*PartitionValuesRequest) GetAscending ¶
func (p *PartitionValuesRequest) GetAscending() bool
func (*PartitionValuesRequest) GetDbName ¶
func (p *PartitionValuesRequest) GetDbName() string
func (*PartitionValuesRequest) GetFilter ¶
func (p *PartitionValuesRequest) GetFilter() string
func (*PartitionValuesRequest) GetMaxParts ¶
func (p *PartitionValuesRequest) GetMaxParts() int64
func (*PartitionValuesRequest) GetPartitionKeys ¶
func (p *PartitionValuesRequest) GetPartitionKeys() []*FieldSchema
func (*PartitionValuesRequest) GetPartitionOrder ¶
func (p *PartitionValuesRequest) GetPartitionOrder() []*FieldSchema
func (*PartitionValuesRequest) GetTblName ¶
func (p *PartitionValuesRequest) GetTblName() string
func (*PartitionValuesRequest) IsSetApplyDistinct ¶
func (p *PartitionValuesRequest) IsSetApplyDistinct() bool
func (*PartitionValuesRequest) IsSetAscending ¶
func (p *PartitionValuesRequest) IsSetAscending() bool
func (*PartitionValuesRequest) IsSetFilter ¶
func (p *PartitionValuesRequest) IsSetFilter() bool
func (*PartitionValuesRequest) IsSetMaxParts ¶
func (p *PartitionValuesRequest) IsSetMaxParts() bool
func (*PartitionValuesRequest) IsSetPartitionOrder ¶
func (p *PartitionValuesRequest) IsSetPartitionOrder() bool
func (*PartitionValuesRequest) ReadField1 ¶
func (*PartitionValuesRequest) ReadField2 ¶
func (*PartitionValuesRequest) ReadField3 ¶
func (*PartitionValuesRequest) ReadField4 ¶
func (*PartitionValuesRequest) ReadField5 ¶
func (*PartitionValuesRequest) ReadField6 ¶
func (*PartitionValuesRequest) ReadField7 ¶
func (*PartitionValuesRequest) ReadField8 ¶
func (*PartitionValuesRequest) String ¶
func (p *PartitionValuesRequest) String() string
func (*PartitionValuesRequest) Validate ¶ added in v0.113.0
func (p *PartitionValuesRequest) Validate() error
type PartitionValuesResponse ¶
type PartitionValuesResponse struct {
PartitionValues []*PartitionValuesRow `thrift:"partitionValues,1,required" db:"partitionValues" json:"partitionValues"`
}
Attributes:
- PartitionValues
var ThriftHiveMetastoreGetPartitionValuesResult_Success_DEFAULT *PartitionValuesResponse
func NewPartitionValuesResponse ¶
func NewPartitionValuesResponse() *PartitionValuesResponse
func (*PartitionValuesResponse) Equals ¶
func (p *PartitionValuesResponse) Equals(other *PartitionValuesResponse) bool
func (*PartitionValuesResponse) GetPartitionValues ¶
func (p *PartitionValuesResponse) GetPartitionValues() []*PartitionValuesRow
func (*PartitionValuesResponse) ReadField1 ¶
func (*PartitionValuesResponse) String ¶
func (p *PartitionValuesResponse) String() string
func (*PartitionValuesResponse) Validate ¶ added in v0.113.0
func (p *PartitionValuesResponse) Validate() error
type PartitionValuesRow ¶
type PartitionValuesRow struct {
Row []string `thrift:"row,1,required" db:"row" json:"row"`
}
Attributes:
- Row
func NewPartitionValuesRow ¶
func NewPartitionValuesRow() *PartitionValuesRow
func (*PartitionValuesRow) Equals ¶
func (p *PartitionValuesRow) Equals(other *PartitionValuesRow) bool
func (*PartitionValuesRow) GetRow ¶
func (p *PartitionValuesRow) GetRow() []string
func (*PartitionValuesRow) ReadField1 ¶
func (*PartitionValuesRow) String ¶
func (p *PartitionValuesRow) String() string
func (*PartitionValuesRow) Validate ¶ added in v0.113.0
func (p *PartitionValuesRow) Validate() error
type PartitionWithoutSD ¶
type PartitionWithoutSD struct { Values []string `thrift:"values,1" db:"values" json:"values"` CreateTime int32 `thrift:"createTime,2" db:"createTime" json:"createTime"` LastAccessTime int32 `thrift:"lastAccessTime,3" db:"lastAccessTime" json:"lastAccessTime"` RelativePath string `thrift:"relativePath,4" db:"relativePath" json:"relativePath"` Parameters map[string]string `thrift:"parameters,5" db:"parameters" json:"parameters"` Privileges *PrincipalPrivilegeSet `thrift:"privileges,6" db:"privileges" json:"privileges,omitempty"` }
Attributes:
- Values
- CreateTime
- LastAccessTime
- RelativePath
- Parameters
- Privileges
func NewPartitionWithoutSD ¶
func NewPartitionWithoutSD() *PartitionWithoutSD
func (*PartitionWithoutSD) Equals ¶
func (p *PartitionWithoutSD) Equals(other *PartitionWithoutSD) bool
func (*PartitionWithoutSD) GetCreateTime ¶
func (p *PartitionWithoutSD) GetCreateTime() int32
func (*PartitionWithoutSD) GetLastAccessTime ¶
func (p *PartitionWithoutSD) GetLastAccessTime() int32
func (*PartitionWithoutSD) GetParameters ¶
func (p *PartitionWithoutSD) GetParameters() map[string]string
func (*PartitionWithoutSD) GetPrivileges ¶
func (p *PartitionWithoutSD) GetPrivileges() *PrincipalPrivilegeSet
func (*PartitionWithoutSD) GetRelativePath ¶
func (p *PartitionWithoutSD) GetRelativePath() string
func (*PartitionWithoutSD) GetValues ¶
func (p *PartitionWithoutSD) GetValues() []string
func (*PartitionWithoutSD) IsSetPrivileges ¶
func (p *PartitionWithoutSD) IsSetPrivileges() bool
func (*PartitionWithoutSD) ReadField1 ¶
func (*PartitionWithoutSD) ReadField2 ¶
func (*PartitionWithoutSD) ReadField3 ¶
func (*PartitionWithoutSD) ReadField4 ¶
func (*PartitionWithoutSD) ReadField5 ¶
func (*PartitionWithoutSD) ReadField6 ¶
func (*PartitionWithoutSD) String ¶
func (p *PartitionWithoutSD) String() string
func (*PartitionWithoutSD) Validate ¶ added in v0.113.0
func (p *PartitionWithoutSD) Validate() error
type PartitionsByExprRequest ¶
type PartitionsByExprRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` Expr []byte `thrift:"expr,3,required" db:"expr" json:"expr"` DefaultPartitionName *string `thrift:"defaultPartitionName,4" db:"defaultPartitionName" json:"defaultPartitionName,omitempty"` MaxParts int16 `thrift:"maxParts,5" db:"maxParts" json:"maxParts"` }
Attributes:
- DbName
- TblName
- Expr
- DefaultPartitionName
- MaxParts
var ThriftHiveMetastoreGetPartitionsByExprArgs_Req_DEFAULT *PartitionsByExprRequest
func NewPartitionsByExprRequest ¶
func NewPartitionsByExprRequest() *PartitionsByExprRequest
func (*PartitionsByExprRequest) Equals ¶
func (p *PartitionsByExprRequest) Equals(other *PartitionsByExprRequest) bool
func (*PartitionsByExprRequest) GetDbName ¶
func (p *PartitionsByExprRequest) GetDbName() string
func (*PartitionsByExprRequest) GetDefaultPartitionName ¶
func (p *PartitionsByExprRequest) GetDefaultPartitionName() string
func (*PartitionsByExprRequest) GetExpr ¶
func (p *PartitionsByExprRequest) GetExpr() []byte
func (*PartitionsByExprRequest) GetMaxParts ¶
func (p *PartitionsByExprRequest) GetMaxParts() int16
func (*PartitionsByExprRequest) GetTblName ¶
func (p *PartitionsByExprRequest) GetTblName() string
func (*PartitionsByExprRequest) IsSetDefaultPartitionName ¶
func (p *PartitionsByExprRequest) IsSetDefaultPartitionName() bool
func (*PartitionsByExprRequest) IsSetMaxParts ¶
func (p *PartitionsByExprRequest) IsSetMaxParts() bool
func (*PartitionsByExprRequest) ReadField1 ¶
func (*PartitionsByExprRequest) ReadField2 ¶
func (*PartitionsByExprRequest) ReadField3 ¶
func (*PartitionsByExprRequest) ReadField4 ¶
func (*PartitionsByExprRequest) ReadField5 ¶
func (*PartitionsByExprRequest) String ¶
func (p *PartitionsByExprRequest) String() string
func (*PartitionsByExprRequest) Validate ¶ added in v0.113.0
func (p *PartitionsByExprRequest) Validate() error
type PartitionsByExprResult_ ¶
type PartitionsByExprResult_ struct { Partitions []*Partition `thrift:"partitions,1,required" db:"partitions" json:"partitions"` HasUnknownPartitions bool `thrift:"hasUnknownPartitions,2,required" db:"hasUnknownPartitions" json:"hasUnknownPartitions"` }
Attributes:
- Partitions
- HasUnknownPartitions
var ThriftHiveMetastoreGetPartitionsByExprResult_Success_DEFAULT *PartitionsByExprResult_
func NewPartitionsByExprResult_ ¶
func NewPartitionsByExprResult_() *PartitionsByExprResult_
func (*PartitionsByExprResult_) Equals ¶
func (p *PartitionsByExprResult_) Equals(other *PartitionsByExprResult_) bool
func (*PartitionsByExprResult_) GetHasUnknownPartitions ¶
func (p *PartitionsByExprResult_) GetHasUnknownPartitions() bool
func (*PartitionsByExprResult_) GetPartitions ¶
func (p *PartitionsByExprResult_) GetPartitions() []*Partition
func (*PartitionsByExprResult_) ReadField1 ¶
func (*PartitionsByExprResult_) ReadField2 ¶
func (*PartitionsByExprResult_) String ¶
func (p *PartitionsByExprResult_) String() string
func (*PartitionsByExprResult_) Validate ¶ added in v0.113.0
func (p *PartitionsByExprResult_) Validate() error
type PartitionsStatsRequest ¶
type PartitionsStatsRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` ColNames []string `thrift:"colNames,3,required" db:"colNames" json:"colNames"` PartNames []string `thrift:"partNames,4,required" db:"partNames" json:"partNames"` }
Attributes:
- DbName
- TblName
- ColNames
- PartNames
var ThriftHiveMetastoreGetAggrStatsForArgs_Request_DEFAULT *PartitionsStatsRequest
var ThriftHiveMetastoreGetPartitionsStatisticsReqArgs_Request_DEFAULT *PartitionsStatsRequest
func NewPartitionsStatsRequest ¶
func NewPartitionsStatsRequest() *PartitionsStatsRequest
func (*PartitionsStatsRequest) Equals ¶
func (p *PartitionsStatsRequest) Equals(other *PartitionsStatsRequest) bool
func (*PartitionsStatsRequest) GetColNames ¶
func (p *PartitionsStatsRequest) GetColNames() []string
func (*PartitionsStatsRequest) GetDbName ¶
func (p *PartitionsStatsRequest) GetDbName() string
func (*PartitionsStatsRequest) GetPartNames ¶
func (p *PartitionsStatsRequest) GetPartNames() []string
func (*PartitionsStatsRequest) GetTblName ¶
func (p *PartitionsStatsRequest) GetTblName() string
func (*PartitionsStatsRequest) ReadField1 ¶
func (*PartitionsStatsRequest) ReadField2 ¶
func (*PartitionsStatsRequest) ReadField3 ¶
func (*PartitionsStatsRequest) ReadField4 ¶
func (*PartitionsStatsRequest) String ¶
func (p *PartitionsStatsRequest) String() string
func (*PartitionsStatsRequest) Validate ¶ added in v0.113.0
func (p *PartitionsStatsRequest) Validate() error
type PartitionsStatsResult_ ¶
type PartitionsStatsResult_ struct {
PartStats map[string][]*ColumnStatisticsObj `thrift:"partStats,1,required" db:"partStats" json:"partStats"`
}
Attributes:
- PartStats
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_Success_DEFAULT *PartitionsStatsResult_
func NewPartitionsStatsResult_ ¶
func NewPartitionsStatsResult_() *PartitionsStatsResult_
func (*PartitionsStatsResult_) Equals ¶
func (p *PartitionsStatsResult_) Equals(other *PartitionsStatsResult_) bool
func (*PartitionsStatsResult_) GetPartStats ¶
func (p *PartitionsStatsResult_) GetPartStats() map[string][]*ColumnStatisticsObj
func (*PartitionsStatsResult_) ReadField1 ¶
func (*PartitionsStatsResult_) String ¶
func (p *PartitionsStatsResult_) String() string
func (*PartitionsStatsResult_) Validate ¶ added in v0.113.0
func (p *PartitionsStatsResult_) Validate() error
type PrimaryKeysRequest ¶
type PrimaryKeysRequest struct { DbName string `thrift:"db_name,1,required" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2,required" db:"tbl_name" json:"tbl_name"` }
Attributes:
- DbName
- TblName
var ThriftHiveMetastoreGetPrimaryKeysArgs_Request_DEFAULT *PrimaryKeysRequest
func NewPrimaryKeysRequest ¶
func NewPrimaryKeysRequest() *PrimaryKeysRequest
func (*PrimaryKeysRequest) Equals ¶
func (p *PrimaryKeysRequest) Equals(other *PrimaryKeysRequest) bool
func (*PrimaryKeysRequest) GetDbName ¶
func (p *PrimaryKeysRequest) GetDbName() string
func (*PrimaryKeysRequest) GetTblName ¶
func (p *PrimaryKeysRequest) GetTblName() string
func (*PrimaryKeysRequest) ReadField1 ¶
func (*PrimaryKeysRequest) ReadField2 ¶
func (*PrimaryKeysRequest) String ¶
func (p *PrimaryKeysRequest) String() string
func (*PrimaryKeysRequest) Validate ¶ added in v0.113.0
func (p *PrimaryKeysRequest) Validate() error
type PrimaryKeysResponse ¶
type PrimaryKeysResponse struct {
PrimaryKeys []*SQLPrimaryKey `thrift:"primaryKeys,1,required" db:"primaryKeys" json:"primaryKeys"`
}
Attributes:
- PrimaryKeys
var ThriftHiveMetastoreGetPrimaryKeysResult_Success_DEFAULT *PrimaryKeysResponse
func NewPrimaryKeysResponse ¶
func NewPrimaryKeysResponse() *PrimaryKeysResponse
func (*PrimaryKeysResponse) Equals ¶
func (p *PrimaryKeysResponse) Equals(other *PrimaryKeysResponse) bool
func (*PrimaryKeysResponse) GetPrimaryKeys ¶
func (p *PrimaryKeysResponse) GetPrimaryKeys() []*SQLPrimaryKey
func (*PrimaryKeysResponse) ReadField1 ¶
func (*PrimaryKeysResponse) String ¶
func (p *PrimaryKeysResponse) String() string
func (*PrimaryKeysResponse) Validate ¶ added in v0.113.0
func (p *PrimaryKeysResponse) Validate() error
type PrincipalPrivilegeSet ¶
type PrincipalPrivilegeSet struct { UserPrivileges map[string][]*PrivilegeGrantInfo `thrift:"userPrivileges,1" db:"userPrivileges" json:"userPrivileges"` GroupPrivileges map[string][]*PrivilegeGrantInfo `thrift:"groupPrivileges,2" db:"groupPrivileges" json:"groupPrivileges"` RolePrivileges map[string][]*PrivilegeGrantInfo `thrift:"rolePrivileges,3" db:"rolePrivileges" json:"rolePrivileges"` }
Attributes:
- UserPrivileges
- GroupPrivileges
- RolePrivileges
var Database_Privileges_DEFAULT *PrincipalPrivilegeSet
var PartitionWithoutSD_Privileges_DEFAULT *PrincipalPrivilegeSet
var Partition_Privileges_DEFAULT *PrincipalPrivilegeSet
var Table_Privileges_DEFAULT *PrincipalPrivilegeSet
var ThriftHiveMetastoreGetPrivilegeSetResult_Success_DEFAULT *PrincipalPrivilegeSet
func NewPrincipalPrivilegeSet ¶
func NewPrincipalPrivilegeSet() *PrincipalPrivilegeSet
func (*PrincipalPrivilegeSet) Equals ¶
func (p *PrincipalPrivilegeSet) Equals(other *PrincipalPrivilegeSet) bool
func (*PrincipalPrivilegeSet) GetGroupPrivileges ¶
func (p *PrincipalPrivilegeSet) GetGroupPrivileges() map[string][]*PrivilegeGrantInfo
func (*PrincipalPrivilegeSet) GetRolePrivileges ¶
func (p *PrincipalPrivilegeSet) GetRolePrivileges() map[string][]*PrivilegeGrantInfo
func (*PrincipalPrivilegeSet) GetUserPrivileges ¶
func (p *PrincipalPrivilegeSet) GetUserPrivileges() map[string][]*PrivilegeGrantInfo
func (*PrincipalPrivilegeSet) ReadField1 ¶
func (*PrincipalPrivilegeSet) ReadField2 ¶
func (*PrincipalPrivilegeSet) ReadField3 ¶
func (*PrincipalPrivilegeSet) String ¶
func (p *PrincipalPrivilegeSet) String() string
func (*PrincipalPrivilegeSet) Validate ¶ added in v0.113.0
func (p *PrincipalPrivilegeSet) Validate() error
type PrincipalType ¶
type PrincipalType int64
const ( PrincipalType_USER PrincipalType = 1 PrincipalType_ROLE PrincipalType = 2 PrincipalType_GROUP PrincipalType = 3 )
var Database_OwnerType_DEFAULT PrincipalType
var GrantRevokeRoleRequest_GrantorType_DEFAULT PrincipalType
func PrincipalTypeFromString ¶
func PrincipalTypeFromString(s string) (PrincipalType, error)
func PrincipalTypePtr ¶
func PrincipalTypePtr(v PrincipalType) *PrincipalType
func (PrincipalType) MarshalText ¶
func (p PrincipalType) MarshalText() ([]byte, error)
func (*PrincipalType) Scan ¶
func (p *PrincipalType) Scan(value interface{}) error
func (PrincipalType) String ¶
func (p PrincipalType) String() string
func (*PrincipalType) UnmarshalText ¶
func (p *PrincipalType) UnmarshalText(text []byte) error
type PrivilegeBag ¶
type PrivilegeBag struct {
Privileges []*HiveObjectPrivilege `thrift:"privileges,1" db:"privileges" json:"privileges"`
}
Attributes:
- Privileges
var GrantRevokePrivilegeRequest_Privileges_DEFAULT *PrivilegeBag
var ThriftHiveMetastoreGrantPrivilegesArgs_Privileges_DEFAULT *PrivilegeBag
var ThriftHiveMetastoreRevokePrivilegesArgs_Privileges_DEFAULT *PrivilegeBag
func NewPrivilegeBag ¶
func NewPrivilegeBag() *PrivilegeBag
func (*PrivilegeBag) Equals ¶
func (p *PrivilegeBag) Equals(other *PrivilegeBag) bool
func (*PrivilegeBag) GetPrivileges ¶
func (p *PrivilegeBag) GetPrivileges() []*HiveObjectPrivilege
func (*PrivilegeBag) ReadField1 ¶
func (*PrivilegeBag) String ¶
func (p *PrivilegeBag) String() string
func (*PrivilegeBag) Validate ¶ added in v0.113.0
func (p *PrivilegeBag) Validate() error
type PrivilegeGrantInfo ¶
type PrivilegeGrantInfo struct { Privilege string `thrift:"privilege,1" db:"privilege" json:"privilege"` CreateTime int32 `thrift:"createTime,2" db:"createTime" json:"createTime"` Grantor string `thrift:"grantor,3" db:"grantor" json:"grantor"` GrantorType PrincipalType `thrift:"grantorType,4" db:"grantorType" json:"grantorType"` GrantOption bool `thrift:"grantOption,5" db:"grantOption" json:"grantOption"` }
Attributes:
- Privilege
- CreateTime
- Grantor
- GrantorType
- GrantOption
var HiveObjectPrivilege_GrantInfo_DEFAULT *PrivilegeGrantInfo
func NewPrivilegeGrantInfo ¶
func NewPrivilegeGrantInfo() *PrivilegeGrantInfo
func (*PrivilegeGrantInfo) Equals ¶
func (p *PrivilegeGrantInfo) Equals(other *PrivilegeGrantInfo) bool
func (*PrivilegeGrantInfo) GetCreateTime ¶
func (p *PrivilegeGrantInfo) GetCreateTime() int32
func (*PrivilegeGrantInfo) GetGrantOption ¶
func (p *PrivilegeGrantInfo) GetGrantOption() bool
func (*PrivilegeGrantInfo) GetGrantor ¶
func (p *PrivilegeGrantInfo) GetGrantor() string
func (*PrivilegeGrantInfo) GetGrantorType ¶
func (p *PrivilegeGrantInfo) GetGrantorType() PrincipalType
func (*PrivilegeGrantInfo) GetPrivilege ¶
func (p *PrivilegeGrantInfo) GetPrivilege() string
func (*PrivilegeGrantInfo) ReadField1 ¶
func (*PrivilegeGrantInfo) ReadField2 ¶
func (*PrivilegeGrantInfo) ReadField3 ¶
func (*PrivilegeGrantInfo) ReadField4 ¶
func (*PrivilegeGrantInfo) ReadField5 ¶
func (*PrivilegeGrantInfo) String ¶
func (p *PrivilegeGrantInfo) String() string
func (*PrivilegeGrantInfo) Validate ¶ added in v0.113.0
func (p *PrivilegeGrantInfo) Validate() error
type PutFileMetadataRequest ¶
type PutFileMetadataRequest struct { FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"` Metadata [][]byte `thrift:"metadata,2,required" db:"metadata" json:"metadata"` Type *FileMetadataExprType `thrift:"type,3" db:"type" json:"type,omitempty"` }
Attributes:
- FileIds
- Metadata
- Type
var ThriftHiveMetastorePutFileMetadataArgs_Req_DEFAULT *PutFileMetadataRequest
func NewPutFileMetadataRequest ¶
func NewPutFileMetadataRequest() *PutFileMetadataRequest
func (*PutFileMetadataRequest) Equals ¶
func (p *PutFileMetadataRequest) Equals(other *PutFileMetadataRequest) bool
func (*PutFileMetadataRequest) GetFileIds ¶
func (p *PutFileMetadataRequest) GetFileIds() []int64
func (*PutFileMetadataRequest) GetMetadata ¶
func (p *PutFileMetadataRequest) GetMetadata() [][]byte
func (*PutFileMetadataRequest) GetType ¶
func (p *PutFileMetadataRequest) GetType() FileMetadataExprType
func (*PutFileMetadataRequest) IsSetType ¶
func (p *PutFileMetadataRequest) IsSetType() bool
func (*PutFileMetadataRequest) ReadField1 ¶
func (*PutFileMetadataRequest) ReadField2 ¶
func (*PutFileMetadataRequest) ReadField3 ¶
func (*PutFileMetadataRequest) String ¶
func (p *PutFileMetadataRequest) String() string
func (*PutFileMetadataRequest) Validate ¶ added in v0.113.0
func (p *PutFileMetadataRequest) Validate() error
type PutFileMetadataResult_ ¶
type PutFileMetadataResult_ struct { }
var ThriftHiveMetastorePutFileMetadataResult_Success_DEFAULT *PutFileMetadataResult_
func NewPutFileMetadataResult_ ¶
func NewPutFileMetadataResult_() *PutFileMetadataResult_
func (*PutFileMetadataResult_) Equals ¶
func (p *PutFileMetadataResult_) Equals(other *PutFileMetadataResult_) bool
func (*PutFileMetadataResult_) String ¶
func (p *PutFileMetadataResult_) String() string
func (*PutFileMetadataResult_) Validate ¶ added in v0.113.0
func (p *PutFileMetadataResult_) Validate() error
type RequestPartsSpec ¶
type RequestPartsSpec struct { Names []string `thrift:"names,1" db:"names" json:"names,omitempty"` Exprs []*DropPartitionsExpr `thrift:"exprs,2" db:"exprs" json:"exprs,omitempty"` }
Attributes:
- Names
- Exprs
var DropPartitionsRequest_Parts_DEFAULT *RequestPartsSpec
func NewRequestPartsSpec ¶
func NewRequestPartsSpec() *RequestPartsSpec
func (*RequestPartsSpec) CountSetFieldsRequestPartsSpec ¶
func (p *RequestPartsSpec) CountSetFieldsRequestPartsSpec() int
func (*RequestPartsSpec) Equals ¶
func (p *RequestPartsSpec) Equals(other *RequestPartsSpec) bool
func (*RequestPartsSpec) GetExprs ¶
func (p *RequestPartsSpec) GetExprs() []*DropPartitionsExpr
func (*RequestPartsSpec) GetNames ¶
func (p *RequestPartsSpec) GetNames() []string
func (*RequestPartsSpec) IsSetExprs ¶
func (p *RequestPartsSpec) IsSetExprs() bool
func (*RequestPartsSpec) IsSetNames ¶
func (p *RequestPartsSpec) IsSetNames() bool
func (*RequestPartsSpec) ReadField1 ¶
func (*RequestPartsSpec) ReadField2 ¶
func (*RequestPartsSpec) String ¶
func (p *RequestPartsSpec) String() string
func (*RequestPartsSpec) Validate ¶ added in v0.113.0
func (p *RequestPartsSpec) Validate() error
type ResourceType ¶
type ResourceType int64
const ( ResourceType_JAR ResourceType = 1 ResourceType_FILE ResourceType = 2 ResourceType_ARCHIVE ResourceType = 3 )
func ResourceTypeFromString ¶
func ResourceTypeFromString(s string) (ResourceType, error)
func ResourceTypePtr ¶
func ResourceTypePtr(v ResourceType) *ResourceType
func (ResourceType) MarshalText ¶
func (p ResourceType) MarshalText() ([]byte, error)
func (*ResourceType) Scan ¶
func (p *ResourceType) Scan(value interface{}) error
func (ResourceType) String ¶
func (p ResourceType) String() string
func (*ResourceType) UnmarshalText ¶
func (p *ResourceType) UnmarshalText(text []byte) error
type ResourceUri ¶
type ResourceUri struct { ResourceType ResourceType `thrift:"resourceType,1" db:"resourceType" json:"resourceType"` URI string `thrift:"uri,2" db:"uri" json:"uri"` }
Attributes:
- ResourceType
- URI
func NewResourceUri ¶
func NewResourceUri() *ResourceUri
func (*ResourceUri) Equals ¶
func (p *ResourceUri) Equals(other *ResourceUri) bool
func (*ResourceUri) GetResourceType ¶
func (p *ResourceUri) GetResourceType() ResourceType
func (*ResourceUri) GetURI ¶
func (p *ResourceUri) GetURI() string
func (*ResourceUri) ReadField1 ¶
func (*ResourceUri) ReadField2 ¶
func (*ResourceUri) String ¶
func (p *ResourceUri) String() string
func (*ResourceUri) Validate ¶ added in v0.113.0
func (p *ResourceUri) Validate() error
type Role ¶
type Role struct { RoleName string `thrift:"roleName,1" db:"roleName" json:"roleName"` CreateTime int32 `thrift:"createTime,2" db:"createTime" json:"createTime"` OwnerName string `thrift:"ownerName,3" db:"ownerName" json:"ownerName"` }
Attributes:
- RoleName
- CreateTime
- OwnerName
var ThriftHiveMetastoreCreateRoleArgs_Role_DEFAULT *Role
func (*Role) GetCreateTime ¶
func (*Role) GetOwnerName ¶
func (*Role) GetRoleName ¶
func (*Role) ReadField1 ¶
func (*Role) ReadField2 ¶
func (*Role) ReadField3 ¶
type RolePrincipalGrant ¶
type RolePrincipalGrant struct { RoleName string `thrift:"roleName,1" db:"roleName" json:"roleName"` PrincipalName string `thrift:"principalName,2" db:"principalName" json:"principalName"` PrincipalType PrincipalType `thrift:"principalType,3" db:"principalType" json:"principalType"` GrantOption bool `thrift:"grantOption,4" db:"grantOption" json:"grantOption"` GrantTime int32 `thrift:"grantTime,5" db:"grantTime" json:"grantTime"` GrantorName string `thrift:"grantorName,6" db:"grantorName" json:"grantorName"` GrantorPrincipalType PrincipalType `thrift:"grantorPrincipalType,7" db:"grantorPrincipalType" json:"grantorPrincipalType"` }
Attributes:
- RoleName
- PrincipalName
- PrincipalType
- GrantOption
- GrantTime
- GrantorName
- GrantorPrincipalType
func NewRolePrincipalGrant ¶
func NewRolePrincipalGrant() *RolePrincipalGrant
func (*RolePrincipalGrant) Equals ¶
func (p *RolePrincipalGrant) Equals(other *RolePrincipalGrant) bool
func (*RolePrincipalGrant) GetGrantOption ¶
func (p *RolePrincipalGrant) GetGrantOption() bool
func (*RolePrincipalGrant) GetGrantTime ¶
func (p *RolePrincipalGrant) GetGrantTime() int32
func (*RolePrincipalGrant) GetGrantorName ¶
func (p *RolePrincipalGrant) GetGrantorName() string
func (*RolePrincipalGrant) GetGrantorPrincipalType ¶
func (p *RolePrincipalGrant) GetGrantorPrincipalType() PrincipalType
func (*RolePrincipalGrant) GetPrincipalName ¶
func (p *RolePrincipalGrant) GetPrincipalName() string
func (*RolePrincipalGrant) GetPrincipalType ¶
func (p *RolePrincipalGrant) GetPrincipalType() PrincipalType
func (*RolePrincipalGrant) GetRoleName ¶
func (p *RolePrincipalGrant) GetRoleName() string
func (*RolePrincipalGrant) ReadField1 ¶
func (*RolePrincipalGrant) ReadField2 ¶
func (*RolePrincipalGrant) ReadField3 ¶
func (*RolePrincipalGrant) ReadField4 ¶
func (*RolePrincipalGrant) ReadField5 ¶
func (*RolePrincipalGrant) ReadField6 ¶
func (*RolePrincipalGrant) ReadField7 ¶
func (*RolePrincipalGrant) String ¶
func (p *RolePrincipalGrant) String() string
func (*RolePrincipalGrant) Validate ¶ added in v0.113.0
func (p *RolePrincipalGrant) Validate() error
type SQLForeignKey ¶
type SQLForeignKey struct { PktableDb string `thrift:"pktable_db,1" db:"pktable_db" json:"pktable_db"` PktableName string `thrift:"pktable_name,2" db:"pktable_name" json:"pktable_name"` PkcolumnName string `thrift:"pkcolumn_name,3" db:"pkcolumn_name" json:"pkcolumn_name"` FktableDb string `thrift:"fktable_db,4" db:"fktable_db" json:"fktable_db"` FktableName string `thrift:"fktable_name,5" db:"fktable_name" json:"fktable_name"` FkcolumnName string `thrift:"fkcolumn_name,6" db:"fkcolumn_name" json:"fkcolumn_name"` KeySeq int32 `thrift:"key_seq,7" db:"key_seq" json:"key_seq"` UpdateRule int32 `thrift:"update_rule,8" db:"update_rule" json:"update_rule"` DeleteRule int32 `thrift:"delete_rule,9" db:"delete_rule" json:"delete_rule"` FkName string `thrift:"fk_name,10" db:"fk_name" json:"fk_name"` PkName string `thrift:"pk_name,11" db:"pk_name" json:"pk_name"` EnableCstr bool `thrift:"enable_cstr,12" db:"enable_cstr" json:"enable_cstr"` ValidateCstr bool `thrift:"validate_cstr,13" db:"validate_cstr" json:"validate_cstr"` RelyCstr bool `thrift:"rely_cstr,14" db:"rely_cstr" json:"rely_cstr"` }
Attributes:
- PktableDb
- PktableName
- PkcolumnName
- FktableDb
- FktableName
- FkcolumnName
- KeySeq
- UpdateRule
- DeleteRule
- FkName
- PkName
- EnableCstr
- ValidateCstr
- RelyCstr
func NewSQLForeignKey ¶
func NewSQLForeignKey() *SQLForeignKey
func (*SQLForeignKey) Equals ¶
func (p *SQLForeignKey) Equals(other *SQLForeignKey) bool
func (*SQLForeignKey) GetDeleteRule ¶
func (p *SQLForeignKey) GetDeleteRule() int32
func (*SQLForeignKey) GetEnableCstr ¶
func (p *SQLForeignKey) GetEnableCstr() bool
func (*SQLForeignKey) GetFkName ¶
func (p *SQLForeignKey) GetFkName() string
func (*SQLForeignKey) GetFkcolumnName ¶
func (p *SQLForeignKey) GetFkcolumnName() string
func (*SQLForeignKey) GetFktableDb ¶
func (p *SQLForeignKey) GetFktableDb() string
func (*SQLForeignKey) GetFktableName ¶
func (p *SQLForeignKey) GetFktableName() string
func (*SQLForeignKey) GetKeySeq ¶
func (p *SQLForeignKey) GetKeySeq() int32
func (*SQLForeignKey) GetPkName ¶
func (p *SQLForeignKey) GetPkName() string
func (*SQLForeignKey) GetPkcolumnName ¶
func (p *SQLForeignKey) GetPkcolumnName() string
func (*SQLForeignKey) GetPktableDb ¶
func (p *SQLForeignKey) GetPktableDb() string
func (*SQLForeignKey) GetPktableName ¶
func (p *SQLForeignKey) GetPktableName() string
func (*SQLForeignKey) GetRelyCstr ¶
func (p *SQLForeignKey) GetRelyCstr() bool
func (*SQLForeignKey) GetUpdateRule ¶
func (p *SQLForeignKey) GetUpdateRule() int32
func (*SQLForeignKey) GetValidateCstr ¶
func (p *SQLForeignKey) GetValidateCstr() bool
func (*SQLForeignKey) ReadField1 ¶
func (*SQLForeignKey) ReadField10 ¶
func (*SQLForeignKey) ReadField11 ¶
func (*SQLForeignKey) ReadField12 ¶
func (*SQLForeignKey) ReadField13 ¶
func (*SQLForeignKey) ReadField14 ¶
func (*SQLForeignKey) ReadField2 ¶
func (*SQLForeignKey) ReadField3 ¶
func (*SQLForeignKey) ReadField4 ¶
func (*SQLForeignKey) ReadField5 ¶
func (*SQLForeignKey) ReadField6 ¶
func (*SQLForeignKey) ReadField7 ¶
func (*SQLForeignKey) ReadField8 ¶
func (*SQLForeignKey) ReadField9 ¶
func (*SQLForeignKey) String ¶
func (p *SQLForeignKey) String() string
func (*SQLForeignKey) Validate ¶ added in v0.113.0
func (p *SQLForeignKey) Validate() error
type SQLNotNullConstraint ¶
type SQLNotNullConstraint struct { TableDb string `thrift:"table_db,1" db:"table_db" json:"table_db"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` ColumnName string `thrift:"column_name,3" db:"column_name" json:"column_name"` NnName string `thrift:"nn_name,4" db:"nn_name" json:"nn_name"` EnableCstr bool `thrift:"enable_cstr,5" db:"enable_cstr" json:"enable_cstr"` ValidateCstr bool `thrift:"validate_cstr,6" db:"validate_cstr" json:"validate_cstr"` RelyCstr bool `thrift:"rely_cstr,7" db:"rely_cstr" json:"rely_cstr"` }
Attributes:
- TableDb
- TableName
- ColumnName
- NnName
- EnableCstr
- ValidateCstr
- RelyCstr
func NewSQLNotNullConstraint ¶
func NewSQLNotNullConstraint() *SQLNotNullConstraint
func (*SQLNotNullConstraint) Equals ¶
func (p *SQLNotNullConstraint) Equals(other *SQLNotNullConstraint) bool
func (*SQLNotNullConstraint) GetColumnName ¶
func (p *SQLNotNullConstraint) GetColumnName() string
func (*SQLNotNullConstraint) GetEnableCstr ¶
func (p *SQLNotNullConstraint) GetEnableCstr() bool
func (*SQLNotNullConstraint) GetNnName ¶
func (p *SQLNotNullConstraint) GetNnName() string
func (*SQLNotNullConstraint) GetRelyCstr ¶
func (p *SQLNotNullConstraint) GetRelyCstr() bool
func (*SQLNotNullConstraint) GetTableDb ¶
func (p *SQLNotNullConstraint) GetTableDb() string
func (*SQLNotNullConstraint) GetTableName ¶
func (p *SQLNotNullConstraint) GetTableName() string
func (*SQLNotNullConstraint) GetValidateCstr ¶
func (p *SQLNotNullConstraint) GetValidateCstr() bool
func (*SQLNotNullConstraint) ReadField1 ¶
func (*SQLNotNullConstraint) ReadField2 ¶
func (*SQLNotNullConstraint) ReadField3 ¶
func (*SQLNotNullConstraint) ReadField4 ¶
func (*SQLNotNullConstraint) ReadField5 ¶
func (*SQLNotNullConstraint) ReadField6 ¶
func (*SQLNotNullConstraint) ReadField7 ¶
func (*SQLNotNullConstraint) String ¶
func (p *SQLNotNullConstraint) String() string
func (*SQLNotNullConstraint) Validate ¶ added in v0.113.0
func (p *SQLNotNullConstraint) Validate() error
type SQLPrimaryKey ¶
type SQLPrimaryKey struct { TableDb string `thrift:"table_db,1" db:"table_db" json:"table_db"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` ColumnName string `thrift:"column_name,3" db:"column_name" json:"column_name"` KeySeq int32 `thrift:"key_seq,4" db:"key_seq" json:"key_seq"` PkName string `thrift:"pk_name,5" db:"pk_name" json:"pk_name"` EnableCstr bool `thrift:"enable_cstr,6" db:"enable_cstr" json:"enable_cstr"` ValidateCstr bool `thrift:"validate_cstr,7" db:"validate_cstr" json:"validate_cstr"` RelyCstr bool `thrift:"rely_cstr,8" db:"rely_cstr" json:"rely_cstr"` }
Attributes:
- TableDb
- TableName
- ColumnName
- KeySeq
- PkName
- EnableCstr
- ValidateCstr
- RelyCstr
func NewSQLPrimaryKey ¶
func NewSQLPrimaryKey() *SQLPrimaryKey
func (*SQLPrimaryKey) Equals ¶
func (p *SQLPrimaryKey) Equals(other *SQLPrimaryKey) bool
func (*SQLPrimaryKey) GetColumnName ¶
func (p *SQLPrimaryKey) GetColumnName() string
func (*SQLPrimaryKey) GetEnableCstr ¶
func (p *SQLPrimaryKey) GetEnableCstr() bool
func (*SQLPrimaryKey) GetKeySeq ¶
func (p *SQLPrimaryKey) GetKeySeq() int32
func (*SQLPrimaryKey) GetPkName ¶
func (p *SQLPrimaryKey) GetPkName() string
func (*SQLPrimaryKey) GetRelyCstr ¶
func (p *SQLPrimaryKey) GetRelyCstr() bool
func (*SQLPrimaryKey) GetTableDb ¶
func (p *SQLPrimaryKey) GetTableDb() string
func (*SQLPrimaryKey) GetTableName ¶
func (p *SQLPrimaryKey) GetTableName() string
func (*SQLPrimaryKey) GetValidateCstr ¶
func (p *SQLPrimaryKey) GetValidateCstr() bool
func (*SQLPrimaryKey) ReadField1 ¶
func (*SQLPrimaryKey) ReadField2 ¶
func (*SQLPrimaryKey) ReadField3 ¶
func (*SQLPrimaryKey) ReadField4 ¶
func (*SQLPrimaryKey) ReadField5 ¶
func (*SQLPrimaryKey) ReadField6 ¶
func (*SQLPrimaryKey) ReadField7 ¶
func (*SQLPrimaryKey) ReadField8 ¶
func (*SQLPrimaryKey) String ¶
func (p *SQLPrimaryKey) String() string
func (*SQLPrimaryKey) Validate ¶ added in v0.113.0
func (p *SQLPrimaryKey) Validate() error
type SQLUniqueConstraint ¶
type SQLUniqueConstraint struct { TableDb string `thrift:"table_db,1" db:"table_db" json:"table_db"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` ColumnName string `thrift:"column_name,3" db:"column_name" json:"column_name"` KeySeq int32 `thrift:"key_seq,4" db:"key_seq" json:"key_seq"` UkName string `thrift:"uk_name,5" db:"uk_name" json:"uk_name"` EnableCstr bool `thrift:"enable_cstr,6" db:"enable_cstr" json:"enable_cstr"` ValidateCstr bool `thrift:"validate_cstr,7" db:"validate_cstr" json:"validate_cstr"` RelyCstr bool `thrift:"rely_cstr,8" db:"rely_cstr" json:"rely_cstr"` }
Attributes:
- TableDb
- TableName
- ColumnName
- KeySeq
- UkName
- EnableCstr
- ValidateCstr
- RelyCstr
func NewSQLUniqueConstraint ¶
func NewSQLUniqueConstraint() *SQLUniqueConstraint
func (*SQLUniqueConstraint) Equals ¶
func (p *SQLUniqueConstraint) Equals(other *SQLUniqueConstraint) bool
func (*SQLUniqueConstraint) GetColumnName ¶
func (p *SQLUniqueConstraint) GetColumnName() string
func (*SQLUniqueConstraint) GetEnableCstr ¶
func (p *SQLUniqueConstraint) GetEnableCstr() bool
func (*SQLUniqueConstraint) GetKeySeq ¶
func (p *SQLUniqueConstraint) GetKeySeq() int32
func (*SQLUniqueConstraint) GetRelyCstr ¶
func (p *SQLUniqueConstraint) GetRelyCstr() bool
func (*SQLUniqueConstraint) GetTableDb ¶
func (p *SQLUniqueConstraint) GetTableDb() string
func (*SQLUniqueConstraint) GetTableName ¶
func (p *SQLUniqueConstraint) GetTableName() string
func (*SQLUniqueConstraint) GetUkName ¶
func (p *SQLUniqueConstraint) GetUkName() string
func (*SQLUniqueConstraint) GetValidateCstr ¶
func (p *SQLUniqueConstraint) GetValidateCstr() bool
func (*SQLUniqueConstraint) ReadField1 ¶
func (*SQLUniqueConstraint) ReadField2 ¶
func (*SQLUniqueConstraint) ReadField3 ¶
func (*SQLUniqueConstraint) ReadField4 ¶
func (*SQLUniqueConstraint) ReadField5 ¶
func (*SQLUniqueConstraint) ReadField6 ¶
func (*SQLUniqueConstraint) ReadField7 ¶
func (*SQLUniqueConstraint) ReadField8 ¶
func (*SQLUniqueConstraint) String ¶
func (p *SQLUniqueConstraint) String() string
func (*SQLUniqueConstraint) Validate ¶ added in v0.113.0
func (p *SQLUniqueConstraint) Validate() error
type Schema ¶
type Schema struct { FieldSchemas []*FieldSchema `thrift:"fieldSchemas,1" db:"fieldSchemas" json:"fieldSchemas"` Properties map[string]string `thrift:"properties,2" db:"properties" json:"properties"` }
Attributes:
- FieldSchemas
- Properties
func (*Schema) GetFieldSchemas ¶
func (p *Schema) GetFieldSchemas() []*FieldSchema
func (*Schema) GetProperties ¶
func (*Schema) ReadField1 ¶
func (*Schema) ReadField2 ¶
type SerDeInfo ¶
type SerDeInfo struct { Name string `thrift:"name,1" db:"name" json:"name"` SerializationLib string `thrift:"serializationLib,2" db:"serializationLib" json:"serializationLib"` Parameters map[string]string `thrift:"parameters,3" db:"parameters" json:"parameters"` }
Attributes:
- Name
- SerializationLib
- Parameters
var StorageDescriptor_SerdeInfo_DEFAULT *SerDeInfo
func NewSerDeInfo ¶
func NewSerDeInfo() *SerDeInfo
func (*SerDeInfo) GetParameters ¶
func (*SerDeInfo) GetSerializationLib ¶
func (*SerDeInfo) ReadField1 ¶
func (*SerDeInfo) ReadField2 ¶
func (*SerDeInfo) ReadField3 ¶
type SetPartitionsStatsRequest ¶
type SetPartitionsStatsRequest struct { ColStats []*ColumnStatistics `thrift:"colStats,1,required" db:"colStats" json:"colStats"` NeedMerge *bool `thrift:"needMerge,2" db:"needMerge" json:"needMerge,omitempty"` }
Attributes:
- ColStats
- NeedMerge
var ThriftHiveMetastoreSetAggrStatsForArgs_Request_DEFAULT *SetPartitionsStatsRequest
func NewSetPartitionsStatsRequest ¶
func NewSetPartitionsStatsRequest() *SetPartitionsStatsRequest
func (*SetPartitionsStatsRequest) Equals ¶
func (p *SetPartitionsStatsRequest) Equals(other *SetPartitionsStatsRequest) bool
func (*SetPartitionsStatsRequest) GetColStats ¶
func (p *SetPartitionsStatsRequest) GetColStats() []*ColumnStatistics
func (*SetPartitionsStatsRequest) GetNeedMerge ¶
func (p *SetPartitionsStatsRequest) GetNeedMerge() bool
func (*SetPartitionsStatsRequest) IsSetNeedMerge ¶
func (p *SetPartitionsStatsRequest) IsSetNeedMerge() bool
func (*SetPartitionsStatsRequest) ReadField1 ¶
func (*SetPartitionsStatsRequest) ReadField2 ¶
func (*SetPartitionsStatsRequest) String ¶
func (p *SetPartitionsStatsRequest) String() string
func (*SetPartitionsStatsRequest) Validate ¶ added in v0.113.0
func (p *SetPartitionsStatsRequest) Validate() error
type ShowCompactRequest ¶
type ShowCompactRequest struct { }
var ThriftHiveMetastoreShowCompactArgs_Rqst_DEFAULT *ShowCompactRequest
func NewShowCompactRequest ¶
func NewShowCompactRequest() *ShowCompactRequest
func (*ShowCompactRequest) Equals ¶
func (p *ShowCompactRequest) Equals(other *ShowCompactRequest) bool
func (*ShowCompactRequest) String ¶
func (p *ShowCompactRequest) String() string
func (*ShowCompactRequest) Validate ¶ added in v0.113.0
func (p *ShowCompactRequest) Validate() error
type ShowCompactResponse ¶
type ShowCompactResponse struct {
Compacts []*ShowCompactResponseElement `thrift:"compacts,1,required" db:"compacts" json:"compacts"`
}
Attributes:
- Compacts
var ThriftHiveMetastoreShowCompactResult_Success_DEFAULT *ShowCompactResponse
func NewShowCompactResponse ¶
func NewShowCompactResponse() *ShowCompactResponse
func (*ShowCompactResponse) Equals ¶
func (p *ShowCompactResponse) Equals(other *ShowCompactResponse) bool
func (*ShowCompactResponse) GetCompacts ¶
func (p *ShowCompactResponse) GetCompacts() []*ShowCompactResponseElement
func (*ShowCompactResponse) ReadField1 ¶
func (*ShowCompactResponse) String ¶
func (p *ShowCompactResponse) String() string
func (*ShowCompactResponse) Validate ¶ added in v0.113.0
func (p *ShowCompactResponse) Validate() error
type ShowCompactResponseElement ¶
type ShowCompactResponseElement struct { Dbname string `thrift:"dbname,1,required" db:"dbname" json:"dbname"` Tablename string `thrift:"tablename,2,required" db:"tablename" json:"tablename"` Partitionname *string `thrift:"partitionname,3" db:"partitionname" json:"partitionname,omitempty"` Type CompactionType `thrift:"type,4,required" db:"type" json:"type"` State string `thrift:"state,5,required" db:"state" json:"state"` Workerid *string `thrift:"workerid,6" db:"workerid" json:"workerid,omitempty"` Start *int64 `thrift:"start,7" db:"start" json:"start,omitempty"` RunAs *string `thrift:"runAs,8" db:"runAs" json:"runAs,omitempty"` HightestTxnId *int64 `thrift:"hightestTxnId,9" db:"hightestTxnId" json:"hightestTxnId,omitempty"` MetaInfo *string `thrift:"metaInfo,10" db:"metaInfo" json:"metaInfo,omitempty"` EndTime *int64 `thrift:"endTime,11" db:"endTime" json:"endTime,omitempty"` HadoopJobId string `thrift:"hadoopJobId,12" db:"hadoopJobId" json:"hadoopJobId"` ID *int64 `thrift:"id,13" db:"id" json:"id,omitempty"` }
Attributes:
- Dbname
- Tablename
- Partitionname
- Type
- State
- Workerid
- Start
- RunAs
- HightestTxnId
- MetaInfo
- EndTime
- HadoopJobId
- ID
func NewShowCompactResponseElement ¶
func NewShowCompactResponseElement() *ShowCompactResponseElement
func (*ShowCompactResponseElement) Equals ¶
func (p *ShowCompactResponseElement) Equals(other *ShowCompactResponseElement) bool
func (*ShowCompactResponseElement) GetDbname ¶
func (p *ShowCompactResponseElement) GetDbname() string
func (*ShowCompactResponseElement) GetEndTime ¶
func (p *ShowCompactResponseElement) GetEndTime() int64
func (*ShowCompactResponseElement) GetHadoopJobId ¶
func (p *ShowCompactResponseElement) GetHadoopJobId() string
func (*ShowCompactResponseElement) GetHightestTxnId ¶
func (p *ShowCompactResponseElement) GetHightestTxnId() int64
func (*ShowCompactResponseElement) GetID ¶
func (p *ShowCompactResponseElement) GetID() int64
func (*ShowCompactResponseElement) GetMetaInfo ¶
func (p *ShowCompactResponseElement) GetMetaInfo() string
func (*ShowCompactResponseElement) GetPartitionname ¶
func (p *ShowCompactResponseElement) GetPartitionname() string
func (*ShowCompactResponseElement) GetRunAs ¶
func (p *ShowCompactResponseElement) GetRunAs() string
func (*ShowCompactResponseElement) GetStart ¶
func (p *ShowCompactResponseElement) GetStart() int64
func (*ShowCompactResponseElement) GetState ¶
func (p *ShowCompactResponseElement) GetState() string
func (*ShowCompactResponseElement) GetTablename ¶
func (p *ShowCompactResponseElement) GetTablename() string
func (*ShowCompactResponseElement) GetType ¶
func (p *ShowCompactResponseElement) GetType() CompactionType
func (*ShowCompactResponseElement) GetWorkerid ¶
func (p *ShowCompactResponseElement) GetWorkerid() string
func (*ShowCompactResponseElement) IsSetEndTime ¶
func (p *ShowCompactResponseElement) IsSetEndTime() bool
func (*ShowCompactResponseElement) IsSetHadoopJobId ¶
func (p *ShowCompactResponseElement) IsSetHadoopJobId() bool
func (*ShowCompactResponseElement) IsSetHightestTxnId ¶
func (p *ShowCompactResponseElement) IsSetHightestTxnId() bool
func (*ShowCompactResponseElement) IsSetID ¶
func (p *ShowCompactResponseElement) IsSetID() bool
func (*ShowCompactResponseElement) IsSetMetaInfo ¶
func (p *ShowCompactResponseElement) IsSetMetaInfo() bool
func (*ShowCompactResponseElement) IsSetPartitionname ¶
func (p *ShowCompactResponseElement) IsSetPartitionname() bool
func (*ShowCompactResponseElement) IsSetRunAs ¶
func (p *ShowCompactResponseElement) IsSetRunAs() bool
func (*ShowCompactResponseElement) IsSetStart ¶
func (p *ShowCompactResponseElement) IsSetStart() bool
func (*ShowCompactResponseElement) IsSetWorkerid ¶
func (p *ShowCompactResponseElement) IsSetWorkerid() bool
func (*ShowCompactResponseElement) ReadField1 ¶
func (*ShowCompactResponseElement) ReadField10 ¶
func (*ShowCompactResponseElement) ReadField11 ¶
func (*ShowCompactResponseElement) ReadField12 ¶
func (*ShowCompactResponseElement) ReadField13 ¶
func (*ShowCompactResponseElement) ReadField2 ¶
func (*ShowCompactResponseElement) ReadField3 ¶
func (*ShowCompactResponseElement) ReadField4 ¶
func (*ShowCompactResponseElement) ReadField5 ¶
func (*ShowCompactResponseElement) ReadField6 ¶
func (*ShowCompactResponseElement) ReadField7 ¶
func (*ShowCompactResponseElement) ReadField8 ¶
func (*ShowCompactResponseElement) ReadField9 ¶
func (*ShowCompactResponseElement) String ¶
func (p *ShowCompactResponseElement) String() string
func (*ShowCompactResponseElement) Validate ¶ added in v0.113.0
func (p *ShowCompactResponseElement) Validate() error
type ShowLocksRequest ¶
type ShowLocksRequest struct { Dbname *string `thrift:"dbname,1" db:"dbname" json:"dbname,omitempty"` Tablename *string `thrift:"tablename,2" db:"tablename" json:"tablename,omitempty"` Partname *string `thrift:"partname,3" db:"partname" json:"partname,omitempty"` IsExtended bool `thrift:"isExtended,4" db:"isExtended" json:"isExtended"` }
Attributes:
- Dbname
- Tablename
- Partname
- IsExtended
var ThriftHiveMetastoreShowLocksArgs_Rqst_DEFAULT *ShowLocksRequest
func NewShowLocksRequest ¶
func NewShowLocksRequest() *ShowLocksRequest
func (*ShowLocksRequest) Equals ¶
func (p *ShowLocksRequest) Equals(other *ShowLocksRequest) bool
func (*ShowLocksRequest) GetDbname ¶
func (p *ShowLocksRequest) GetDbname() string
func (*ShowLocksRequest) GetIsExtended ¶
func (p *ShowLocksRequest) GetIsExtended() bool
func (*ShowLocksRequest) GetPartname ¶
func (p *ShowLocksRequest) GetPartname() string
func (*ShowLocksRequest) GetTablename ¶
func (p *ShowLocksRequest) GetTablename() string
func (*ShowLocksRequest) IsSetDbname ¶
func (p *ShowLocksRequest) IsSetDbname() bool
func (*ShowLocksRequest) IsSetIsExtended ¶
func (p *ShowLocksRequest) IsSetIsExtended() bool
func (*ShowLocksRequest) IsSetPartname ¶
func (p *ShowLocksRequest) IsSetPartname() bool
func (*ShowLocksRequest) IsSetTablename ¶
func (p *ShowLocksRequest) IsSetTablename() bool
func (*ShowLocksRequest) ReadField1 ¶
func (*ShowLocksRequest) ReadField2 ¶
func (*ShowLocksRequest) ReadField3 ¶
func (*ShowLocksRequest) ReadField4 ¶
func (*ShowLocksRequest) String ¶
func (p *ShowLocksRequest) String() string
func (*ShowLocksRequest) Validate ¶ added in v0.113.0
func (p *ShowLocksRequest) Validate() error
type ShowLocksResponse ¶
type ShowLocksResponse struct {
Locks []*ShowLocksResponseElement `thrift:"locks,1" db:"locks" json:"locks"`
}
Attributes:
- Locks
var ThriftHiveMetastoreShowLocksResult_Success_DEFAULT *ShowLocksResponse
func NewShowLocksResponse ¶
func NewShowLocksResponse() *ShowLocksResponse
func (*ShowLocksResponse) Equals ¶
func (p *ShowLocksResponse) Equals(other *ShowLocksResponse) bool
func (*ShowLocksResponse) GetLocks ¶
func (p *ShowLocksResponse) GetLocks() []*ShowLocksResponseElement
func (*ShowLocksResponse) ReadField1 ¶
func (*ShowLocksResponse) String ¶
func (p *ShowLocksResponse) String() string
func (*ShowLocksResponse) Validate ¶ added in v0.113.0
func (p *ShowLocksResponse) Validate() error
type ShowLocksResponseElement ¶
type ShowLocksResponseElement struct { Lockid int64 `thrift:"lockid,1,required" db:"lockid" json:"lockid"` Dbname string `thrift:"dbname,2,required" db:"dbname" json:"dbname"` Tablename *string `thrift:"tablename,3" db:"tablename" json:"tablename,omitempty"` Partname *string `thrift:"partname,4" db:"partname" json:"partname,omitempty"` State LockState `thrift:"state,5,required" db:"state" json:"state"` Type LockType `thrift:"type,6,required" db:"type" json:"type"` Txnid *int64 `thrift:"txnid,7" db:"txnid" json:"txnid,omitempty"` Lastheartbeat int64 `thrift:"lastheartbeat,8,required" db:"lastheartbeat" json:"lastheartbeat"` Acquiredat *int64 `thrift:"acquiredat,9" db:"acquiredat" json:"acquiredat,omitempty"` User string `thrift:"user,10,required" db:"user" json:"user"` Hostname string `thrift:"hostname,11,required" db:"hostname" json:"hostname"` HeartbeatCount int32 `thrift:"heartbeatCount,12" db:"heartbeatCount" json:"heartbeatCount"` AgentInfo *string `thrift:"agentInfo,13" db:"agentInfo" json:"agentInfo,omitempty"` BlockedByExtId *int64 `thrift:"blockedByExtId,14" db:"blockedByExtId" json:"blockedByExtId,omitempty"` BlockedByIntId *int64 `thrift:"blockedByIntId,15" db:"blockedByIntId" json:"blockedByIntId,omitempty"` LockIdInternal *int64 `thrift:"lockIdInternal,16" db:"lockIdInternal" json:"lockIdInternal,omitempty"` }
Attributes:
- Lockid
- Dbname
- Tablename
- Partname
- State
- Type
- Txnid
- Lastheartbeat
- Acquiredat
- User
- Hostname
- HeartbeatCount
- AgentInfo
- BlockedByExtId
- BlockedByIntId
- LockIdInternal
func NewShowLocksResponseElement ¶
func NewShowLocksResponseElement() *ShowLocksResponseElement
func (*ShowLocksResponseElement) Equals ¶
func (p *ShowLocksResponseElement) Equals(other *ShowLocksResponseElement) bool
func (*ShowLocksResponseElement) GetAcquiredat ¶
func (p *ShowLocksResponseElement) GetAcquiredat() int64
func (*ShowLocksResponseElement) GetAgentInfo ¶
func (p *ShowLocksResponseElement) GetAgentInfo() string
func (*ShowLocksResponseElement) GetBlockedByExtId ¶
func (p *ShowLocksResponseElement) GetBlockedByExtId() int64
func (*ShowLocksResponseElement) GetBlockedByIntId ¶
func (p *ShowLocksResponseElement) GetBlockedByIntId() int64
func (*ShowLocksResponseElement) GetDbname ¶
func (p *ShowLocksResponseElement) GetDbname() string
func (*ShowLocksResponseElement) GetHeartbeatCount ¶
func (p *ShowLocksResponseElement) GetHeartbeatCount() int32
func (*ShowLocksResponseElement) GetHostname ¶
func (p *ShowLocksResponseElement) GetHostname() string
func (*ShowLocksResponseElement) GetLastheartbeat ¶
func (p *ShowLocksResponseElement) GetLastheartbeat() int64
func (*ShowLocksResponseElement) GetLockIdInternal ¶
func (p *ShowLocksResponseElement) GetLockIdInternal() int64
func (*ShowLocksResponseElement) GetLockid ¶
func (p *ShowLocksResponseElement) GetLockid() int64
func (*ShowLocksResponseElement) GetPartname ¶
func (p *ShowLocksResponseElement) GetPartname() string
func (*ShowLocksResponseElement) GetState ¶
func (p *ShowLocksResponseElement) GetState() LockState
func (*ShowLocksResponseElement) GetTablename ¶
func (p *ShowLocksResponseElement) GetTablename() string
func (*ShowLocksResponseElement) GetTxnid ¶
func (p *ShowLocksResponseElement) GetTxnid() int64
func (*ShowLocksResponseElement) GetType ¶
func (p *ShowLocksResponseElement) GetType() LockType
func (*ShowLocksResponseElement) GetUser ¶
func (p *ShowLocksResponseElement) GetUser() string
func (*ShowLocksResponseElement) IsSetAcquiredat ¶
func (p *ShowLocksResponseElement) IsSetAcquiredat() bool
func (*ShowLocksResponseElement) IsSetAgentInfo ¶
func (p *ShowLocksResponseElement) IsSetAgentInfo() bool
func (*ShowLocksResponseElement) IsSetBlockedByExtId ¶
func (p *ShowLocksResponseElement) IsSetBlockedByExtId() bool
func (*ShowLocksResponseElement) IsSetBlockedByIntId ¶
func (p *ShowLocksResponseElement) IsSetBlockedByIntId() bool
func (*ShowLocksResponseElement) IsSetHeartbeatCount ¶
func (p *ShowLocksResponseElement) IsSetHeartbeatCount() bool
func (*ShowLocksResponseElement) IsSetLockIdInternal ¶
func (p *ShowLocksResponseElement) IsSetLockIdInternal() bool
func (*ShowLocksResponseElement) IsSetPartname ¶
func (p *ShowLocksResponseElement) IsSetPartname() bool
func (*ShowLocksResponseElement) IsSetTablename ¶
func (p *ShowLocksResponseElement) IsSetTablename() bool
func (*ShowLocksResponseElement) IsSetTxnid ¶
func (p *ShowLocksResponseElement) IsSetTxnid() bool
func (*ShowLocksResponseElement) ReadField1 ¶
func (*ShowLocksResponseElement) ReadField10 ¶
func (*ShowLocksResponseElement) ReadField11 ¶
func (*ShowLocksResponseElement) ReadField12 ¶
func (*ShowLocksResponseElement) ReadField13 ¶
func (*ShowLocksResponseElement) ReadField14 ¶
func (*ShowLocksResponseElement) ReadField15 ¶
func (*ShowLocksResponseElement) ReadField16 ¶
func (*ShowLocksResponseElement) ReadField2 ¶
func (*ShowLocksResponseElement) ReadField3 ¶
func (*ShowLocksResponseElement) ReadField4 ¶
func (*ShowLocksResponseElement) ReadField5 ¶
func (*ShowLocksResponseElement) ReadField6 ¶
func (*ShowLocksResponseElement) ReadField7 ¶
func (*ShowLocksResponseElement) ReadField8 ¶
func (*ShowLocksResponseElement) ReadField9 ¶
func (*ShowLocksResponseElement) String ¶
func (p *ShowLocksResponseElement) String() string
func (*ShowLocksResponseElement) Validate ¶ added in v0.113.0
func (p *ShowLocksResponseElement) Validate() error
type SkewedInfo ¶
type SkewedInfo struct { SkewedColNames []string `thrift:"skewedColNames,1" db:"skewedColNames" json:"skewedColNames"` SkewedColValues [][]string `thrift:"skewedColValues,2" db:"skewedColValues" json:"skewedColValues"` SkewedColValueLocationMaps map[string]string `thrift:"skewedColValueLocationMaps,3" db:"skewedColValueLocationMaps" json:"skewedColValueLocationMaps"` }
Attributes:
- SkewedColNames
- SkewedColValues
- SkewedColValueLocationMaps
var StorageDescriptor_SkewedInfo_DEFAULT *SkewedInfo
func NewSkewedInfo ¶
func NewSkewedInfo() *SkewedInfo
func (*SkewedInfo) Equals ¶
func (p *SkewedInfo) Equals(other *SkewedInfo) bool
func (*SkewedInfo) GetSkewedColNames ¶
func (p *SkewedInfo) GetSkewedColNames() []string
func (*SkewedInfo) GetSkewedColValueLocationMaps ¶
func (p *SkewedInfo) GetSkewedColValueLocationMaps() map[string]string
func (*SkewedInfo) GetSkewedColValues ¶
func (p *SkewedInfo) GetSkewedColValues() [][]string
func (*SkewedInfo) ReadField1 ¶
func (*SkewedInfo) ReadField2 ¶
func (*SkewedInfo) ReadField3 ¶
func (*SkewedInfo) String ¶
func (p *SkewedInfo) String() string
func (*SkewedInfo) Validate ¶ added in v0.113.0
func (p *SkewedInfo) Validate() error
type StorageDescriptor ¶
type StorageDescriptor struct { Cols []*FieldSchema `thrift:"cols,1" db:"cols" json:"cols"` Location string `thrift:"location,2" db:"location" json:"location"` InputFormat string `thrift:"inputFormat,3" db:"inputFormat" json:"inputFormat"` OutputFormat string `thrift:"outputFormat,4" db:"outputFormat" json:"outputFormat"` Compressed bool `thrift:"compressed,5" db:"compressed" json:"compressed"` NumBuckets int32 `thrift:"numBuckets,6" db:"numBuckets" json:"numBuckets"` SerdeInfo *SerDeInfo `thrift:"serdeInfo,7" db:"serdeInfo" json:"serdeInfo"` BucketCols []string `thrift:"bucketCols,8" db:"bucketCols" json:"bucketCols"` SortCols []*Order `thrift:"sortCols,9" db:"sortCols" json:"sortCols"` Parameters map[string]string `thrift:"parameters,10" db:"parameters" json:"parameters"` SkewedInfo *SkewedInfo `thrift:"skewedInfo,11" db:"skewedInfo" json:"skewedInfo,omitempty"` StoredAsSubDirectories *bool `thrift:"storedAsSubDirectories,12" db:"storedAsSubDirectories" json:"storedAsSubDirectories,omitempty"` }
Attributes:
- Cols
- Location
- InputFormat
- OutputFormat
- Compressed
- NumBuckets
- SerdeInfo
- BucketCols
- SortCols
- Parameters
- SkewedInfo
- StoredAsSubDirectories
var Index_Sd_DEFAULT *StorageDescriptor
var Partition_Sd_DEFAULT *StorageDescriptor
var Table_Sd_DEFAULT *StorageDescriptor
func NewStorageDescriptor ¶
func NewStorageDescriptor() *StorageDescriptor
func (*StorageDescriptor) Equals ¶
func (p *StorageDescriptor) Equals(other *StorageDescriptor) bool
func (*StorageDescriptor) GetBucketCols ¶
func (p *StorageDescriptor) GetBucketCols() []string
func (*StorageDescriptor) GetCols ¶
func (p *StorageDescriptor) GetCols() []*FieldSchema
func (*StorageDescriptor) GetCompressed ¶
func (p *StorageDescriptor) GetCompressed() bool
func (*StorageDescriptor) GetInputFormat ¶
func (p *StorageDescriptor) GetInputFormat() string
func (*StorageDescriptor) GetLocation ¶
func (p *StorageDescriptor) GetLocation() string
func (*StorageDescriptor) GetNumBuckets ¶
func (p *StorageDescriptor) GetNumBuckets() int32
func (*StorageDescriptor) GetOutputFormat ¶
func (p *StorageDescriptor) GetOutputFormat() string
func (*StorageDescriptor) GetParameters ¶
func (p *StorageDescriptor) GetParameters() map[string]string
func (*StorageDescriptor) GetSerdeInfo ¶
func (p *StorageDescriptor) GetSerdeInfo() *SerDeInfo
func (*StorageDescriptor) GetSkewedInfo ¶
func (p *StorageDescriptor) GetSkewedInfo() *SkewedInfo
func (*StorageDescriptor) GetSortCols ¶
func (p *StorageDescriptor) GetSortCols() []*Order
func (*StorageDescriptor) GetStoredAsSubDirectories ¶
func (p *StorageDescriptor) GetStoredAsSubDirectories() bool
func (*StorageDescriptor) IsSetSerdeInfo ¶
func (p *StorageDescriptor) IsSetSerdeInfo() bool
func (*StorageDescriptor) IsSetSkewedInfo ¶
func (p *StorageDescriptor) IsSetSkewedInfo() bool
func (*StorageDescriptor) IsSetStoredAsSubDirectories ¶
func (p *StorageDescriptor) IsSetStoredAsSubDirectories() bool
func (*StorageDescriptor) ReadField1 ¶
func (*StorageDescriptor) ReadField10 ¶
func (*StorageDescriptor) ReadField11 ¶
func (*StorageDescriptor) ReadField12 ¶
func (*StorageDescriptor) ReadField2 ¶
func (*StorageDescriptor) ReadField3 ¶
func (*StorageDescriptor) ReadField4 ¶
func (*StorageDescriptor) ReadField5 ¶
func (*StorageDescriptor) ReadField6 ¶
func (*StorageDescriptor) ReadField7 ¶
func (*StorageDescriptor) ReadField8 ¶
func (*StorageDescriptor) ReadField9 ¶
func (*StorageDescriptor) String ¶
func (p *StorageDescriptor) String() string
func (*StorageDescriptor) Validate ¶ added in v0.113.0
func (p *StorageDescriptor) Validate() error
type StringColumnStatsData ¶
type StringColumnStatsData struct { MaxColLen int64 `thrift:"maxColLen,1,required" db:"maxColLen" json:"maxColLen"` AvgColLen float64 `thrift:"avgColLen,2,required" db:"avgColLen" json:"avgColLen"` NumNulls int64 `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"` NumDVs int64 `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"` BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"` }
Attributes:
- MaxColLen
- AvgColLen
- NumNulls
- NumDVs
- BitVectors
var ColumnStatisticsData_StringStats_DEFAULT *StringColumnStatsData
func NewStringColumnStatsData ¶
func NewStringColumnStatsData() *StringColumnStatsData
func (*StringColumnStatsData) Equals ¶
func (p *StringColumnStatsData) Equals(other *StringColumnStatsData) bool
func (*StringColumnStatsData) GetAvgColLen ¶
func (p *StringColumnStatsData) GetAvgColLen() float64
func (*StringColumnStatsData) GetBitVectors ¶
func (p *StringColumnStatsData) GetBitVectors() []byte
func (*StringColumnStatsData) GetMaxColLen ¶
func (p *StringColumnStatsData) GetMaxColLen() int64
func (*StringColumnStatsData) GetNumDVs ¶
func (p *StringColumnStatsData) GetNumDVs() int64
func (*StringColumnStatsData) GetNumNulls ¶
func (p *StringColumnStatsData) GetNumNulls() int64
func (*StringColumnStatsData) IsSetBitVectors ¶
func (p *StringColumnStatsData) IsSetBitVectors() bool
func (*StringColumnStatsData) ReadField1 ¶
func (*StringColumnStatsData) ReadField2 ¶
func (*StringColumnStatsData) ReadField3 ¶
func (*StringColumnStatsData) ReadField4 ¶
func (*StringColumnStatsData) ReadField5 ¶
func (*StringColumnStatsData) String ¶
func (p *StringColumnStatsData) String() string
func (*StringColumnStatsData) Validate ¶ added in v0.113.0
func (p *StringColumnStatsData) Validate() error
type Table ¶
type Table struct { TableName string `thrift:"tableName,1" db:"tableName" json:"tableName"` DbName string `thrift:"dbName,2" db:"dbName" json:"dbName"` Owner string `thrift:"owner,3" db:"owner" json:"owner"` CreateTime int32 `thrift:"createTime,4" db:"createTime" json:"createTime"` LastAccessTime int32 `thrift:"lastAccessTime,5" db:"lastAccessTime" json:"lastAccessTime"` Retention int32 `thrift:"retention,6" db:"retention" json:"retention"` Sd *StorageDescriptor `thrift:"sd,7" db:"sd" json:"sd"` PartitionKeys []*FieldSchema `thrift:"partitionKeys,8" db:"partitionKeys" json:"partitionKeys"` Parameters map[string]string `thrift:"parameters,9" db:"parameters" json:"parameters"` ViewOriginalText string `thrift:"viewOriginalText,10" db:"viewOriginalText" json:"viewOriginalText"` ViewExpandedText string `thrift:"viewExpandedText,11" db:"viewExpandedText" json:"viewExpandedText"` TableType string `thrift:"tableType,12" db:"tableType" json:"tableType"` Privileges *PrincipalPrivilegeSet `thrift:"privileges,13" db:"privileges" json:"privileges,omitempty"` Temporary bool `thrift:"temporary,14" db:"temporary" json:"temporary"` RewriteEnabled *bool `thrift:"rewriteEnabled,15" db:"rewriteEnabled" json:"rewriteEnabled,omitempty"` }
Attributes:
- TableName
- DbName
- Owner
- CreateTime
- LastAccessTime
- Retention
- Sd
- PartitionKeys
- Parameters
- ViewOriginalText
- ViewExpandedText
- TableType
- Privileges
- Temporary
- RewriteEnabled
var GetTableResult__Table_DEFAULT *Table
var ThriftHiveMetastoreAddIndexArgs_IndexTable_DEFAULT *Table
var ThriftHiveMetastoreAlterTableArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreAlterTableWithCascadeArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreCreateTableArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreCreateTableWithConstraintsArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreGetTableResult_Success_DEFAULT *Table
func (*Table) GetCreateTime ¶
func (*Table) GetLastAccessTime ¶
func (*Table) GetParameters ¶
func (*Table) GetPartitionKeys ¶
func (p *Table) GetPartitionKeys() []*FieldSchema
func (*Table) GetPrivileges ¶
func (p *Table) GetPrivileges() *PrincipalPrivilegeSet
func (*Table) GetRetention ¶
func (*Table) GetRewriteEnabled ¶
func (*Table) GetSd ¶
func (p *Table) GetSd() *StorageDescriptor
func (*Table) GetTableName ¶
func (*Table) GetTableType ¶
func (*Table) GetTemporary ¶
func (*Table) GetViewExpandedText ¶
func (*Table) GetViewOriginalText ¶
func (*Table) IsSetPrivileges ¶
func (*Table) IsSetRewriteEnabled ¶
func (*Table) IsSetTemporary ¶
func (*Table) ReadField1 ¶
func (*Table) ReadField10 ¶
func (*Table) ReadField11 ¶
func (*Table) ReadField12 ¶
func (*Table) ReadField13 ¶
func (*Table) ReadField14 ¶
func (*Table) ReadField15 ¶
func (*Table) ReadField2 ¶
func (*Table) ReadField3 ¶
func (*Table) ReadField4 ¶
func (*Table) ReadField5 ¶
func (*Table) ReadField6 ¶
func (*Table) ReadField7 ¶
func (*Table) ReadField8 ¶
func (*Table) ReadField9 ¶
type TableMeta ¶
type TableMeta struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TableName string `thrift:"tableName,2,required" db:"tableName" json:"tableName"` TableType string `thrift:"tableType,3,required" db:"tableType" json:"tableType"` Comments *string `thrift:"comments,4" db:"comments" json:"comments,omitempty"` }
Attributes:
- DbName
- TableName
- TableType
- Comments
func NewTableMeta ¶
func NewTableMeta() *TableMeta
func (*TableMeta) GetComments ¶
func (*TableMeta) GetTableName ¶
func (*TableMeta) GetTableType ¶
func (*TableMeta) IsSetComments ¶
func (*TableMeta) ReadField1 ¶
func (*TableMeta) ReadField2 ¶
func (*TableMeta) ReadField3 ¶
func (*TableMeta) ReadField4 ¶
type TableStatsRequest ¶
type TableStatsRequest struct { DbName string `thrift:"dbName,1,required" db:"dbName" json:"dbName"` TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"` ColNames []string `thrift:"colNames,3,required" db:"colNames" json:"colNames"` }
Attributes:
- DbName
- TblName
- ColNames
var ThriftHiveMetastoreGetTableStatisticsReqArgs_Request_DEFAULT *TableStatsRequest
func NewTableStatsRequest ¶
func NewTableStatsRequest() *TableStatsRequest
func (*TableStatsRequest) Equals ¶
func (p *TableStatsRequest) Equals(other *TableStatsRequest) bool
func (*TableStatsRequest) GetColNames ¶
func (p *TableStatsRequest) GetColNames() []string
func (*TableStatsRequest) GetDbName ¶
func (p *TableStatsRequest) GetDbName() string
func (*TableStatsRequest) GetTblName ¶
func (p *TableStatsRequest) GetTblName() string
func (*TableStatsRequest) ReadField1 ¶
func (*TableStatsRequest) ReadField2 ¶
func (*TableStatsRequest) ReadField3 ¶
func (*TableStatsRequest) String ¶
func (p *TableStatsRequest) String() string
func (*TableStatsRequest) Validate ¶ added in v0.113.0
func (p *TableStatsRequest) Validate() error
type TableStatsResult_ ¶
type TableStatsResult_ struct {
TableStats []*ColumnStatisticsObj `thrift:"tableStats,1,required" db:"tableStats" json:"tableStats"`
}
Attributes:
- TableStats
var ThriftHiveMetastoreGetTableStatisticsReqResult_Success_DEFAULT *TableStatsResult_
func NewTableStatsResult_ ¶
func NewTableStatsResult_() *TableStatsResult_
func (*TableStatsResult_) Equals ¶
func (p *TableStatsResult_) Equals(other *TableStatsResult_) bool
func (*TableStatsResult_) GetTableStats ¶
func (p *TableStatsResult_) GetTableStats() []*ColumnStatisticsObj
func (*TableStatsResult_) ReadField1 ¶
func (*TableStatsResult_) String ¶
func (p *TableStatsResult_) String() string
func (*TableStatsResult_) Validate ¶ added in v0.113.0
func (p *TableStatsResult_) Validate() error
type ThriftHiveMetastore ¶
type ThriftHiveMetastore interface { // Parameters: // - Key GetMetaConf(ctx context.Context, key string) (_r string, _err error) // Parameters: // - Key // - Value SetMetaConf(ctx context.Context, key string, value string) (_err error) // Parameters: // - Database CreateDatabase(ctx context.Context, database *Database) (_err error) // Parameters: // - Name GetDatabase(ctx context.Context, name string) (_r *Database, _err error) // Parameters: // - Name // - DeleteData // - Cascade DropDatabase(ctx context.Context, name string, deleteData bool, cascade bool) (_err error) // Parameters: // - Pattern GetDatabases(ctx context.Context, pattern string) (_r []string, _err error) GetAllDatabases(ctx context.Context) (_r []string, _err error) // Parameters: // - Dbname // - Db AlterDatabase(ctx context.Context, dbname string, db *Database) (_err error) // Parameters: // - Name GetType(ctx context.Context, name string) (_r *Type, _err error) // Parameters: // - Type CreateType(ctx context.Context, type_a1 *Type) (_r bool, _err error) // Parameters: // - Type DropType(ctx context.Context, type_a1 string) (_r bool, _err error) // Parameters: // - Name GetTypeAll(ctx context.Context, name string) (_r map[string]*Type, _err error) // Parameters: // - DbName // - TableName GetFields(ctx context.Context, db_name string, table_name string) (_r []*FieldSchema, _err error) // Parameters: // - DbName // - TableName // - EnvironmentContext GetFieldsWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (_r []*FieldSchema, _err error) // Parameters: // - DbName // - TableName GetSchema(ctx context.Context, db_name string, table_name string) (_r []*FieldSchema, _err error) // Parameters: // - DbName // - TableName // - EnvironmentContext GetSchemaWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (_r []*FieldSchema, _err error) // Parameters: // - Tbl CreateTable(ctx context.Context, tbl *Table) (_err error) // Parameters: // - Tbl // - EnvironmentContext CreateTableWithEnvironmentContext(ctx context.Context, tbl *Table, environment_context *EnvironmentContext) (_err error) // Parameters: // - Tbl // - PrimaryKeys // - ForeignKeys // - UniqueConstraints // - NotNullConstraints CreateTableWithConstraints(ctx context.Context, tbl *Table, primaryKeys []*SQLPrimaryKey, foreignKeys []*SQLForeignKey, uniqueConstraints []*SQLUniqueConstraint, notNullConstraints []*SQLNotNullConstraint) (_err error) // Parameters: // - Req DropConstraint(ctx context.Context, req *DropConstraintRequest) (_err error) // Parameters: // - Req AddPrimaryKey(ctx context.Context, req *AddPrimaryKeyRequest) (_err error) // Parameters: // - Req AddForeignKey(ctx context.Context, req *AddForeignKeyRequest) (_err error) // Parameters: // - Req AddUniqueConstraint(ctx context.Context, req *AddUniqueConstraintRequest) (_err error) // Parameters: // - Req AddNotNullConstraint(ctx context.Context, req *AddNotNullConstraintRequest) (_err error) // Parameters: // - Dbname // - Name // - DeleteData DropTable(ctx context.Context, dbname string, name string, deleteData bool) (_err error) // Parameters: // - Dbname // - Name // - DeleteData // - EnvironmentContext DropTableWithEnvironmentContext(ctx context.Context, dbname string, name string, deleteData bool, environment_context *EnvironmentContext) (_err error) // Parameters: // - DbName // - TableName // - PartNames TruncateTable(ctx context.Context, dbName string, tableName string, partNames []string) (_err error) // Parameters: // - DbName // - Pattern GetTables(ctx context.Context, db_name string, pattern string) (_r []string, _err error) // Parameters: // - DbName // - Pattern // - TableType GetTablesByType(ctx context.Context, db_name string, pattern string, tableType string) (_r []string, _err error) // Parameters: // - DbPatterns // - TblPatterns // - TblTypes GetTableMeta(ctx context.Context, db_patterns string, tbl_patterns string, tbl_types []string) (_r []*TableMeta, _err error) // Parameters: // - DbName GetAllTables(ctx context.Context, db_name string) (_r []string, _err error) // Parameters: // - Dbname // - TblName GetTable(ctx context.Context, dbname string, tbl_name string) (_r *Table, _err error) // Parameters: // - Dbname // - TblNames GetTableObjectsByName(ctx context.Context, dbname string, tbl_names []string) (_r []*Table, _err error) // Parameters: // - Req GetTableReq(ctx context.Context, req *GetTableRequest) (_r *GetTableResult_, _err error) // Parameters: // - Req GetTableObjectsByNameReq(ctx context.Context, req *GetTablesRequest) (_r *GetTablesResult_, _err error) // Parameters: // - Dbname // - Filter // - MaxTables GetTableNamesByFilter(ctx context.Context, dbname string, filter string, max_tables int16) (_r []string, _err error) // Parameters: // - Dbname // - TblName // - NewTbl_ AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (_err error) // Parameters: // - Dbname // - TblName // - NewTbl_ // - EnvironmentContext AlterTableWithEnvironmentContext(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, environment_context *EnvironmentContext) (_err error) // Parameters: // - Dbname // - TblName // - NewTbl_ // - Cascade AlterTableWithCascade(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, cascade bool) (_err error) // Parameters: // - NewPart_ AddPartition(ctx context.Context, new_part *Partition) (_r *Partition, _err error) // Parameters: // - NewPart_ // - EnvironmentContext AddPartitionWithEnvironmentContext(ctx context.Context, new_part *Partition, environment_context *EnvironmentContext) (_r *Partition, _err error) // Parameters: // - NewParts_ AddPartitions(ctx context.Context, new_parts []*Partition) (_r int32, _err error) // Parameters: // - NewParts_ AddPartitionsPspec(ctx context.Context, new_parts []*PartitionSpec) (_r int32, _err error) // Parameters: // - DbName // - TblName // - PartVals AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (_r *Partition, _err error) // Parameters: // - Request AddPartitionsReq(ctx context.Context, request *AddPartitionsRequest) (_r *AddPartitionsResult_, _err error) // Parameters: // - DbName // - TblName // - PartVals // - EnvironmentContext AppendPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, environment_context *EnvironmentContext) (_r *Partition, _err error) // Parameters: // - DbName // - TblName // - PartName AppendPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (_r *Partition, _err error) // Parameters: // - DbName // - TblName // - PartName // - EnvironmentContext AppendPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, environment_context *EnvironmentContext) (_r *Partition, _err error) // Parameters: // - DbName // - TblName // - PartVals // - DeleteData DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool) (_r bool, _err error) // Parameters: // - DbName // - TblName // - PartVals // - DeleteData // - EnvironmentContext DropPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool, environment_context *EnvironmentContext) (_r bool, _err error) // Parameters: // - DbName // - TblName // - PartName // - DeleteData DropPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool) (_r bool, _err error) // Parameters: // - DbName // - TblName // - PartName // - DeleteData // - EnvironmentContext DropPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool, environment_context *EnvironmentContext) (_r bool, _err error) // Parameters: // - Req DropPartitionsReq(ctx context.Context, req *DropPartitionsRequest) (_r *DropPartitionsResult_, _err error) // Parameters: // - DbName // - TblName // - PartVals GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (_r *Partition, _err error) // Parameters: // - PartitionSpecs // - SourceDb // - SourceTableName // - DestDb // - DestTableName ExchangePartition(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (_r *Partition, _err error) // Parameters: // - PartitionSpecs // - SourceDb // - SourceTableName // - DestDb // - DestTableName ExchangePartitions(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - PartVals // - UserName // - GroupNames GetPartitionWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, user_name string, group_names []string) (_r *Partition, _err error) // Parameters: // - DbName // - TblName // - PartName GetPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (_r *Partition, _err error) // Parameters: // - DbName // - TblName // - MaxParts GetPartitions(ctx context.Context, db_name string, tbl_name string, max_parts int16) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - MaxParts // - UserName // - GroupNames GetPartitionsWithAuth(ctx context.Context, db_name string, tbl_name string, max_parts int16, user_name string, group_names []string) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - MaxParts GetPartitionsPspec(ctx context.Context, db_name string, tbl_name string, max_parts int32) (_r []*PartitionSpec, _err error) // Parameters: // - DbName // - TblName // - MaxParts GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (_r []string, _err error) // Parameters: // - Request GetPartitionValues(ctx context.Context, request *PartitionValuesRequest) (_r *PartitionValuesResponse, _err error) // Parameters: // - DbName // - TblName // - PartVals // - MaxParts GetPartitionsPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - PartVals // - MaxParts // - UserName // - GroupNames GetPartitionsPsWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16, user_name string, group_names []string) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - PartVals // - MaxParts GetPartitionNamesPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (_r []string, _err error) // Parameters: // - DbName // - TblName // - Filter // - MaxParts GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int16) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - Filter // - MaxParts GetPartSpecsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int32) (_r []*PartitionSpec, _err error) // Parameters: // - Req GetPartitionsByExpr(ctx context.Context, req *PartitionsByExprRequest) (_r *PartitionsByExprResult_, _err error) // Parameters: // - DbName // - TblName // - Filter GetNumPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string) (_r int32, _err error) // Parameters: // - DbName // - TblName // - Names GetPartitionsByNames(ctx context.Context, db_name string, tbl_name string, names []string) (_r []*Partition, _err error) // Parameters: // - DbName // - TblName // - NewPart_ AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (_err error) // Parameters: // - DbName // - TblName // - NewParts_ AlterPartitions(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition) (_err error) // Parameters: // - DbName // - TblName // - NewParts_ // - EnvironmentContext AlterPartitionsWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition, environment_context *EnvironmentContext) (_err error) // Parameters: // - DbName // - TblName // - NewPart_ // - EnvironmentContext AlterPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_part *Partition, environment_context *EnvironmentContext) (_err error) // Parameters: // - DbName // - TblName // - PartVals // - NewPart_ RenamePartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, new_part *Partition) (_err error) // Parameters: // - PartVals // - ThrowException PartitionNameHasValidCharacters(ctx context.Context, part_vals []string, throw_exception bool) (_r bool, _err error) // Parameters: // - Name // - DefaultValue GetConfigValue(ctx context.Context, name string, defaultValue string) (_r string, _err error) // Parameters: // - PartName PartitionNameToVals(ctx context.Context, part_name string) (_r []string, _err error) // Parameters: // - PartName PartitionNameToSpec(ctx context.Context, part_name string) (_r map[string]string, _err error) // Parameters: // - DbName // - TblName // - PartVals // - EventType MarkPartitionForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (_err error) // Parameters: // - DbName // - TblName // - PartVals // - EventType IsPartitionMarkedForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (_r bool, _err error) // Parameters: // - NewIndex_ // - IndexTable AddIndex(ctx context.Context, new_index *Index, index_table *Table) (_r *Index, _err error) // Parameters: // - Dbname // - BaseTblName // - IdxName // - NewIdx_ AlterIndex(ctx context.Context, dbname string, base_tbl_name string, idx_name string, new_idx *Index) (_err error) // Parameters: // - DbName // - TblName // - IndexName // - DeleteData DropIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string, deleteData bool) (_r bool, _err error) // Parameters: // - DbName // - TblName // - IndexName GetIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string) (_r *Index, _err error) // Parameters: // - DbName // - TblName // - MaxIndexes GetIndexes(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (_r []*Index, _err error) // Parameters: // - DbName // - TblName // - MaxIndexes GetIndexNames(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (_r []string, _err error) // Parameters: // - Request GetPrimaryKeys(ctx context.Context, request *PrimaryKeysRequest) (_r *PrimaryKeysResponse, _err error) // Parameters: // - Request GetForeignKeys(ctx context.Context, request *ForeignKeysRequest) (_r *ForeignKeysResponse, _err error) // Parameters: // - Request GetUniqueConstraints(ctx context.Context, request *UniqueConstraintsRequest) (_r *UniqueConstraintsResponse, _err error) // Parameters: // - Request GetNotNullConstraints(ctx context.Context, request *NotNullConstraintsRequest) (_r *NotNullConstraintsResponse, _err error) // Parameters: // - StatsObj UpdateTableColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error) // Parameters: // - StatsObj UpdatePartitionColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error) // Parameters: // - DbName // - TblName // - ColName GetTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r *ColumnStatistics, _err error) // Parameters: // - DbName // - TblName // - PartName // - ColName GetPartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (_r *ColumnStatistics, _err error) // Parameters: // - Request GetTableStatisticsReq(ctx context.Context, request *TableStatsRequest) (_r *TableStatsResult_, _err error) // Parameters: // - Request GetPartitionsStatisticsReq(ctx context.Context, request *PartitionsStatsRequest) (_r *PartitionsStatsResult_, _err error) // Parameters: // - Request GetAggrStatsFor(ctx context.Context, request *PartitionsStatsRequest) (_r *AggrStats, _err error) // Parameters: // - Request SetAggrStatsFor(ctx context.Context, request *SetPartitionsStatsRequest) (_r bool, _err error) // Parameters: // - DbName // - TblName // - PartName // - ColName DeletePartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (_r bool, _err error) // Parameters: // - DbName // - TblName // - ColName DeleteTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r bool, _err error) // Parameters: // - Func CreateFunction(ctx context.Context, func_a1 *Function) (_err error) // Parameters: // - DbName // - FuncName DropFunction(ctx context.Context, dbName string, funcName string) (_err error) // Parameters: // - DbName // - FuncName // - NewFunc_ AlterFunction(ctx context.Context, dbName string, funcName string, newFunc *Function) (_err error) // Parameters: // - DbName // - Pattern GetFunctions(ctx context.Context, dbName string, pattern string) (_r []string, _err error) // Parameters: // - DbName // - FuncName GetFunction(ctx context.Context, dbName string, funcName string) (_r *Function, _err error) GetAllFunctions(ctx context.Context) (_r *GetAllFunctionsResponse, _err error) // Parameters: // - Role CreateRole(ctx context.Context, role *Role) (_r bool, _err error) // Parameters: // - RoleName DropRole(ctx context.Context, role_name string) (_r bool, _err error) GetRoleNames(ctx context.Context) (_r []string, _err error) // Parameters: // - RoleName // - PrincipalName // - PrincipalType // - Grantor // - GrantorType // - GrantOption GrantRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType, grantor string, grantorType PrincipalType, grant_option bool) (_r bool, _err error) // Parameters: // - RoleName // - PrincipalName // - PrincipalType RevokeRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType) (_r bool, _err error) // Parameters: // - PrincipalName // - PrincipalType ListRoles(ctx context.Context, principal_name string, principal_type PrincipalType) (_r []*Role, _err error) // Parameters: // - Request GrantRevokeRole(ctx context.Context, request *GrantRevokeRoleRequest) (_r *GrantRevokeRoleResponse, _err error) // Parameters: // - Request GetPrincipalsInRole(ctx context.Context, request *GetPrincipalsInRoleRequest) (_r *GetPrincipalsInRoleResponse, _err error) // Parameters: // - Request GetRoleGrantsForPrincipal(ctx context.Context, request *GetRoleGrantsForPrincipalRequest) (_r *GetRoleGrantsForPrincipalResponse, _err error) // Parameters: // - HiveObject // - UserName // - GroupNames GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, group_names []string) (_r *PrincipalPrivilegeSet, _err error) // Parameters: // - PrincipalName // - PrincipalType // - HiveObject ListPrivileges(ctx context.Context, principal_name string, principal_type PrincipalType, hiveObject *HiveObjectRef) (_r []*HiveObjectPrivilege, _err error) // Parameters: // - Privileges GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (_r bool, _err error) // Parameters: // - Privileges RevokePrivileges(ctx context.Context, privileges *PrivilegeBag) (_r bool, _err error) // Parameters: // - Request GrantRevokePrivileges(ctx context.Context, request *GrantRevokePrivilegeRequest) (_r *GrantRevokePrivilegeResponse, _err error) // Parameters: // - UserName // - GroupNames SetUgi(ctx context.Context, user_name string, group_names []string) (_r []string, _err error) // Parameters: // - TokenOwner // - RenewerKerberosPrincipalName GetDelegationToken(ctx context.Context, token_owner string, renewer_kerberos_principal_name string) (_r string, _err error) // Parameters: // - TokenStrForm RenewDelegationToken(ctx context.Context, token_str_form string) (_r int64, _err error) // Parameters: // - TokenStrForm CancelDelegationToken(ctx context.Context, token_str_form string) (_err error) // Parameters: // - TokenIdentifier // - DelegationToken AddToken(ctx context.Context, token_identifier string, delegation_token string) (_r bool, _err error) // Parameters: // - TokenIdentifier RemoveToken(ctx context.Context, token_identifier string) (_r bool, _err error) // Parameters: // - TokenIdentifier GetToken(ctx context.Context, token_identifier string) (_r string, _err error) GetAllTokenIdentifiers(ctx context.Context) (_r []string, _err error) // Parameters: // - Key AddMasterKey(ctx context.Context, key string) (_r int32, _err error) // Parameters: // - SeqNumber // - Key UpdateMasterKey(ctx context.Context, seq_number int32, key string) (_err error) // Parameters: // - KeySeq RemoveMasterKey(ctx context.Context, key_seq int32) (_r bool, _err error) GetMasterKeys(ctx context.Context) (_r []string, _err error) GetOpenTxns(ctx context.Context) (_r *GetOpenTxnsResponse, _err error) GetOpenTxnsInfo(ctx context.Context) (_r *GetOpenTxnsInfoResponse, _err error) // Parameters: // - Rqst OpenTxns(ctx context.Context, rqst *OpenTxnRequest) (_r *OpenTxnsResponse, _err error) // Parameters: // - Rqst AbortTxn(ctx context.Context, rqst *AbortTxnRequest) (_err error) // Parameters: // - Rqst AbortTxns(ctx context.Context, rqst *AbortTxnsRequest) (_err error) // Parameters: // - Rqst CommitTxn(ctx context.Context, rqst *CommitTxnRequest) (_err error) // Parameters: // - Rqst Lock(ctx context.Context, rqst *LockRequest) (_r *LockResponse, _err error) // Parameters: // - Rqst CheckLock(ctx context.Context, rqst *CheckLockRequest) (_r *LockResponse, _err error) // Parameters: // - Rqst Unlock(ctx context.Context, rqst *UnlockRequest) (_err error) // Parameters: // - Rqst ShowLocks(ctx context.Context, rqst *ShowLocksRequest) (_r *ShowLocksResponse, _err error) // Parameters: // - Ids Heartbeat(ctx context.Context, ids *HeartbeatRequest) (_err error) // Parameters: // - Txns HeartbeatTxnRange(ctx context.Context, txns *HeartbeatTxnRangeRequest) (_r *HeartbeatTxnRangeResponse, _err error) // Parameters: // - Rqst Compact(ctx context.Context, rqst *CompactionRequest) (_err error) // Parameters: // - Rqst Compact2(ctx context.Context, rqst *CompactionRequest) (_r *CompactionResponse, _err error) // Parameters: // - Rqst ShowCompact(ctx context.Context, rqst *ShowCompactRequest) (_r *ShowCompactResponse, _err error) // Parameters: // - Rqst AddDynamicPartitions(ctx context.Context, rqst *AddDynamicPartitions) (_err error) // Parameters: // - Rqst GetNextNotification(ctx context.Context, rqst *NotificationEventRequest) (_r *NotificationEventResponse, _err error) GetCurrentNotificationEventId(ctx context.Context) (_r *CurrentNotificationEventId, _err error) // Parameters: // - Rqst GetNotificationEventsCount(ctx context.Context, rqst *NotificationEventsCountRequest) (_r *NotificationEventsCountResponse, _err error) // Parameters: // - Rqst FireListenerEvent(ctx context.Context, rqst *FireEventRequest) (_r *FireEventResponse, _err error) FlushCache(ctx context.Context) (_err error) // Parameters: // - Request CmRecycle(ctx context.Context, request *CmRecycleRequest) (_r *CmRecycleResponse, _err error) // Parameters: // - Req GetFileMetadataByExpr(ctx context.Context, req *GetFileMetadataByExprRequest) (_r *GetFileMetadataByExprResult_, _err error) // Parameters: // - Req GetFileMetadata(ctx context.Context, req *GetFileMetadataRequest) (_r *GetFileMetadataResult_, _err error) // Parameters: // - Req PutFileMetadata(ctx context.Context, req *PutFileMetadataRequest) (_r *PutFileMetadataResult_, _err error) // Parameters: // - Req ClearFileMetadata(ctx context.Context, req *ClearFileMetadataRequest) (_r *ClearFileMetadataResult_, _err error) // Parameters: // - Req CacheFileMetadata(ctx context.Context, req *CacheFileMetadataRequest) (_r *CacheFileMetadataResult_, _err error) GetMetastoreDbUUID(ctx context.Context) (_r string, _err error) // Parameters: // - Request CreateResourcePlan(ctx context.Context, request *WMCreateResourcePlanRequest) (_r *WMCreateResourcePlanResponse, _err error) // Parameters: // - Request GetResourcePlan(ctx context.Context, request *WMGetResourcePlanRequest) (_r *WMGetResourcePlanResponse, _err error) // Parameters: // - Request GetActiveResourcePlan(ctx context.Context, request *WMGetActiveResourcePlanRequest) (_r *WMGetActiveResourcePlanResponse, _err error) // Parameters: // - Request GetAllResourcePlans(ctx context.Context, request *WMGetAllResourcePlanRequest) (_r *WMGetAllResourcePlanResponse, _err error) // Parameters: // - Request AlterResourcePlan(ctx context.Context, request *WMAlterResourcePlanRequest) (_r *WMAlterResourcePlanResponse, _err error) // Parameters: // - Request ValidateResourcePlan(ctx context.Context, request *WMValidateResourcePlanRequest) (_r *WMValidateResourcePlanResponse, _err error) // Parameters: // - Request DropResourcePlan(ctx context.Context, request *WMDropResourcePlanRequest) (_r *WMDropResourcePlanResponse, _err error) // Parameters: // - Request CreateWmTrigger(ctx context.Context, request *WMCreateTriggerRequest) (_r *WMCreateTriggerResponse, _err error) // Parameters: // - Request AlterWmTrigger(ctx context.Context, request *WMAlterTriggerRequest) (_r *WMAlterTriggerResponse, _err error) // Parameters: // - Request DropWmTrigger(ctx context.Context, request *WMDropTriggerRequest) (_r *WMDropTriggerResponse, _err error) // Parameters: // - Request GetTriggersForResourceplan(ctx context.Context, request *WMGetTriggersForResourePlanRequest) (_r *WMGetTriggersForResourePlanResponse, _err error) }
type ThriftHiveMetastoreAbortTxnArgs ¶
type ThriftHiveMetastoreAbortTxnArgs struct {
Rqst *AbortTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreAbortTxnArgs ¶
func NewThriftHiveMetastoreAbortTxnArgs() *ThriftHiveMetastoreAbortTxnArgs
func (*ThriftHiveMetastoreAbortTxnArgs) GetRqst ¶
func (p *ThriftHiveMetastoreAbortTxnArgs) GetRqst() *AbortTxnRequest
func (*ThriftHiveMetastoreAbortTxnArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreAbortTxnArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreAbortTxnArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAbortTxnArgs) String ¶
func (p *ThriftHiveMetastoreAbortTxnArgs) String() string
type ThriftHiveMetastoreAbortTxnResult ¶
type ThriftHiveMetastoreAbortTxnResult struct {
O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}
Attributes:
- O1
func NewThriftHiveMetastoreAbortTxnResult ¶
func NewThriftHiveMetastoreAbortTxnResult() *ThriftHiveMetastoreAbortTxnResult
func (*ThriftHiveMetastoreAbortTxnResult) GetO1 ¶
func (p *ThriftHiveMetastoreAbortTxnResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreAbortTxnResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAbortTxnResult) IsSetO1() bool
func (*ThriftHiveMetastoreAbortTxnResult) ReadField1 ¶
func (*ThriftHiveMetastoreAbortTxnResult) String ¶
func (p *ThriftHiveMetastoreAbortTxnResult) String() string
type ThriftHiveMetastoreAbortTxnsArgs ¶
type ThriftHiveMetastoreAbortTxnsArgs struct {
Rqst *AbortTxnsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreAbortTxnsArgs ¶
func NewThriftHiveMetastoreAbortTxnsArgs() *ThriftHiveMetastoreAbortTxnsArgs
func (*ThriftHiveMetastoreAbortTxnsArgs) GetRqst ¶
func (p *ThriftHiveMetastoreAbortTxnsArgs) GetRqst() *AbortTxnsRequest
func (*ThriftHiveMetastoreAbortTxnsArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreAbortTxnsArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreAbortTxnsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAbortTxnsArgs) String ¶
func (p *ThriftHiveMetastoreAbortTxnsArgs) String() string
type ThriftHiveMetastoreAbortTxnsResult ¶
type ThriftHiveMetastoreAbortTxnsResult struct {
O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}
Attributes:
- O1
func NewThriftHiveMetastoreAbortTxnsResult ¶
func NewThriftHiveMetastoreAbortTxnsResult() *ThriftHiveMetastoreAbortTxnsResult
func (*ThriftHiveMetastoreAbortTxnsResult) GetO1 ¶
func (p *ThriftHiveMetastoreAbortTxnsResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreAbortTxnsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAbortTxnsResult) IsSetO1() bool
func (*ThriftHiveMetastoreAbortTxnsResult) ReadField1 ¶
func (*ThriftHiveMetastoreAbortTxnsResult) String ¶
func (p *ThriftHiveMetastoreAbortTxnsResult) String() string
type ThriftHiveMetastoreAddDynamicPartitionsArgs ¶
type ThriftHiveMetastoreAddDynamicPartitionsArgs struct {
Rqst *AddDynamicPartitions `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreAddDynamicPartitionsArgs ¶
func NewThriftHiveMetastoreAddDynamicPartitionsArgs() *ThriftHiveMetastoreAddDynamicPartitionsArgs
func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) GetRqst ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) GetRqst() *AddDynamicPartitions
func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) String ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsArgs) String() string
type ThriftHiveMetastoreAddDynamicPartitionsResult ¶
type ThriftHiveMetastoreAddDynamicPartitionsResult struct { O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAddDynamicPartitionsResult ¶
func NewThriftHiveMetastoreAddDynamicPartitionsResult() *ThriftHiveMetastoreAddDynamicPartitionsResult
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) GetO2() *TxnAbortedException
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddDynamicPartitionsResult) String ¶
func (p *ThriftHiveMetastoreAddDynamicPartitionsResult) String() string
type ThriftHiveMetastoreAddForeignKeyArgs ¶
type ThriftHiveMetastoreAddForeignKeyArgs struct {
Req *AddForeignKeyRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreAddForeignKeyArgs ¶
func NewThriftHiveMetastoreAddForeignKeyArgs() *ThriftHiveMetastoreAddForeignKeyArgs
func (*ThriftHiveMetastoreAddForeignKeyArgs) GetReq ¶
func (p *ThriftHiveMetastoreAddForeignKeyArgs) GetReq() *AddForeignKeyRequest
func (*ThriftHiveMetastoreAddForeignKeyArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreAddForeignKeyArgs) IsSetReq() bool
func (*ThriftHiveMetastoreAddForeignKeyArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddForeignKeyArgs) String ¶
func (p *ThriftHiveMetastoreAddForeignKeyArgs) String() string
type ThriftHiveMetastoreAddForeignKeyResult ¶
type ThriftHiveMetastoreAddForeignKeyResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAddForeignKeyResult ¶
func NewThriftHiveMetastoreAddForeignKeyResult() *ThriftHiveMetastoreAddForeignKeyResult
func (*ThriftHiveMetastoreAddForeignKeyResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddForeignKeyResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAddForeignKeyResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddForeignKeyResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAddForeignKeyResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddForeignKeyResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddForeignKeyResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddForeignKeyResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddForeignKeyResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddForeignKeyResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddForeignKeyResult) String ¶
func (p *ThriftHiveMetastoreAddForeignKeyResult) String() string
type ThriftHiveMetastoreAddIndexArgs ¶
type ThriftHiveMetastoreAddIndexArgs struct { NewIndex_ *Index `thrift:"new_index,1" db:"new_index" json:"new_index"` IndexTable *Table `thrift:"index_table,2" db:"index_table" json:"index_table"` }
Attributes:
- NewIndex_
- IndexTable
func NewThriftHiveMetastoreAddIndexArgs ¶
func NewThriftHiveMetastoreAddIndexArgs() *ThriftHiveMetastoreAddIndexArgs
func (*ThriftHiveMetastoreAddIndexArgs) GetIndexTable ¶
func (p *ThriftHiveMetastoreAddIndexArgs) GetIndexTable() *Table
func (*ThriftHiveMetastoreAddIndexArgs) GetNewIndex_ ¶
func (p *ThriftHiveMetastoreAddIndexArgs) GetNewIndex_() *Index
func (*ThriftHiveMetastoreAddIndexArgs) IsSetIndexTable ¶
func (p *ThriftHiveMetastoreAddIndexArgs) IsSetIndexTable() bool
func (*ThriftHiveMetastoreAddIndexArgs) IsSetNewIndex_ ¶
func (p *ThriftHiveMetastoreAddIndexArgs) IsSetNewIndex_() bool
func (*ThriftHiveMetastoreAddIndexArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddIndexArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAddIndexArgs) String ¶
func (p *ThriftHiveMetastoreAddIndexArgs) String() string
type ThriftHiveMetastoreAddIndexResult ¶
type ThriftHiveMetastoreAddIndexResult struct { Success *Index `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddIndexResult ¶
func NewThriftHiveMetastoreAddIndexResult() *ThriftHiveMetastoreAddIndexResult
func (*ThriftHiveMetastoreAddIndexResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddIndexResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAddIndexResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddIndexResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAddIndexResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddIndexResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddIndexResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddIndexResult) GetSuccess() *Index
func (*ThriftHiveMetastoreAddIndexResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddIndexResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddIndexResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddIndexResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddIndexResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddIndexResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddIndexResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddIndexResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddIndexResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddIndexResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddIndexResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddIndexResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddIndexResult) String ¶
func (p *ThriftHiveMetastoreAddIndexResult) String() string
type ThriftHiveMetastoreAddMasterKeyArgs ¶
type ThriftHiveMetastoreAddMasterKeyArgs struct {
Key string `thrift:"key,1" db:"key" json:"key"`
}
Attributes:
- Key
func NewThriftHiveMetastoreAddMasterKeyArgs ¶
func NewThriftHiveMetastoreAddMasterKeyArgs() *ThriftHiveMetastoreAddMasterKeyArgs
func (*ThriftHiveMetastoreAddMasterKeyArgs) GetKey ¶
func (p *ThriftHiveMetastoreAddMasterKeyArgs) GetKey() string
func (*ThriftHiveMetastoreAddMasterKeyArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddMasterKeyArgs) String ¶
func (p *ThriftHiveMetastoreAddMasterKeyArgs) String() string
type ThriftHiveMetastoreAddMasterKeyResult ¶
type ThriftHiveMetastoreAddMasterKeyResult struct { Success *int32 `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreAddMasterKeyResult ¶
func NewThriftHiveMetastoreAddMasterKeyResult() *ThriftHiveMetastoreAddMasterKeyResult
func (*ThriftHiveMetastoreAddMasterKeyResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddMasterKeyResult) GetO1() *MetaException
func (*ThriftHiveMetastoreAddMasterKeyResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddMasterKeyResult) GetSuccess() int32
func (*ThriftHiveMetastoreAddMasterKeyResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddMasterKeyResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddMasterKeyResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddMasterKeyResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddMasterKeyResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddMasterKeyResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddMasterKeyResult) String ¶
func (p *ThriftHiveMetastoreAddMasterKeyResult) String() string
type ThriftHiveMetastoreAddNotNullConstraintArgs ¶
type ThriftHiveMetastoreAddNotNullConstraintArgs struct {
Req *AddNotNullConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreAddNotNullConstraintArgs ¶
func NewThriftHiveMetastoreAddNotNullConstraintArgs() *ThriftHiveMetastoreAddNotNullConstraintArgs
func (*ThriftHiveMetastoreAddNotNullConstraintArgs) GetReq ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) GetReq() *AddNotNullConstraintRequest
func (*ThriftHiveMetastoreAddNotNullConstraintArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) IsSetReq() bool
func (*ThriftHiveMetastoreAddNotNullConstraintArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddNotNullConstraintArgs) String ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintArgs) String() string
type ThriftHiveMetastoreAddNotNullConstraintResult ¶
type ThriftHiveMetastoreAddNotNullConstraintResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAddNotNullConstraintResult ¶
func NewThriftHiveMetastoreAddNotNullConstraintResult() *ThriftHiveMetastoreAddNotNullConstraintResult
func (*ThriftHiveMetastoreAddNotNullConstraintResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAddNotNullConstraintResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddNotNullConstraintResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddNotNullConstraintResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddNotNullConstraintResult) String ¶
func (p *ThriftHiveMetastoreAddNotNullConstraintResult) String() string
type ThriftHiveMetastoreAddPartitionArgs ¶
type ThriftHiveMetastoreAddPartitionArgs struct {
NewPart_ *Partition `thrift:"new_part,1" db:"new_part" json:"new_part"`
}
Attributes:
- NewPart_
func NewThriftHiveMetastoreAddPartitionArgs ¶
func NewThriftHiveMetastoreAddPartitionArgs() *ThriftHiveMetastoreAddPartitionArgs
func (*ThriftHiveMetastoreAddPartitionArgs) GetNewPart_ ¶
func (p *ThriftHiveMetastoreAddPartitionArgs) GetNewPart_() *Partition
func (*ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_ ¶
func (p *ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_() bool
func (*ThriftHiveMetastoreAddPartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionArgs) String ¶
func (p *ThriftHiveMetastoreAddPartitionArgs) String() string
type ThriftHiveMetastoreAddPartitionResult ¶
type ThriftHiveMetastoreAddPartitionResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddPartitionResult ¶
func NewThriftHiveMetastoreAddPartitionResult() *ThriftHiveMetastoreAddPartitionResult
func (*ThriftHiveMetastoreAddPartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAddPartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAddPartitionResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddPartitionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAddPartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPartitionResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddPartitionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddPartitionResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddPartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddPartitionResult) String ¶
func (p *ThriftHiveMetastoreAddPartitionResult) String() string
type ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs struct { NewPart_ *Partition `thrift:"new_part,1" db:"new_part" json:"new_part"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,2" db:"environment_context" json:"environment_context"` }
Attributes:
- NewPart_
- EnvironmentContext
func NewThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs() *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetNewPart_ ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetNewPart_() *Partition
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetNewPart_ ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetNewPart_() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddPartitionWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAddPartitionWithEnvironmentContextResult() *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreAddPartitionsArgs ¶
type ThriftHiveMetastoreAddPartitionsArgs struct {
NewParts_ []*Partition `thrift:"new_parts,1" db:"new_parts" json:"new_parts"`
}
Attributes:
- NewParts_
func NewThriftHiveMetastoreAddPartitionsArgs ¶
func NewThriftHiveMetastoreAddPartitionsArgs() *ThriftHiveMetastoreAddPartitionsArgs
func (*ThriftHiveMetastoreAddPartitionsArgs) GetNewParts_ ¶
func (p *ThriftHiveMetastoreAddPartitionsArgs) GetNewParts_() []*Partition
func (*ThriftHiveMetastoreAddPartitionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsArgs) String ¶
func (p *ThriftHiveMetastoreAddPartitionsArgs) String() string
type ThriftHiveMetastoreAddPartitionsPspecArgs ¶
type ThriftHiveMetastoreAddPartitionsPspecArgs struct {
NewParts_ []*PartitionSpec `thrift:"new_parts,1" db:"new_parts" json:"new_parts"`
}
Attributes:
- NewParts_
func NewThriftHiveMetastoreAddPartitionsPspecArgs ¶
func NewThriftHiveMetastoreAddPartitionsPspecArgs() *ThriftHiveMetastoreAddPartitionsPspecArgs
func (*ThriftHiveMetastoreAddPartitionsPspecArgs) GetNewParts_ ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) GetNewParts_() []*PartitionSpec
func (*ThriftHiveMetastoreAddPartitionsPspecArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsPspecArgs) String ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecArgs) String() string
type ThriftHiveMetastoreAddPartitionsPspecResult ¶
type ThriftHiveMetastoreAddPartitionsPspecResult struct { Success *int32 `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddPartitionsPspecResult ¶
func NewThriftHiveMetastoreAddPartitionsPspecResult() *ThriftHiveMetastoreAddPartitionsPspecResult
func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) GetSuccess() int32
func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddPartitionsPspecResult) String ¶
func (p *ThriftHiveMetastoreAddPartitionsPspecResult) String() string
type ThriftHiveMetastoreAddPartitionsReqArgs ¶
type ThriftHiveMetastoreAddPartitionsReqArgs struct {
Request *AddPartitionsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreAddPartitionsReqArgs ¶
func NewThriftHiveMetastoreAddPartitionsReqArgs() *ThriftHiveMetastoreAddPartitionsReqArgs
func (*ThriftHiveMetastoreAddPartitionsReqArgs) GetRequest ¶
func (p *ThriftHiveMetastoreAddPartitionsReqArgs) GetRequest() *AddPartitionsRequest
func (*ThriftHiveMetastoreAddPartitionsReqArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreAddPartitionsReqArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreAddPartitionsReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsReqArgs) String ¶
func (p *ThriftHiveMetastoreAddPartitionsReqArgs) String() string
type ThriftHiveMetastoreAddPartitionsReqResult ¶
type ThriftHiveMetastoreAddPartitionsReqResult struct { Success *AddPartitionsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddPartitionsReqResult ¶
func NewThriftHiveMetastoreAddPartitionsReqResult() *ThriftHiveMetastoreAddPartitionsReqResult
func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddPartitionsReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) GetSuccess() *AddPartitionsResult_
func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddPartitionsReqResult) String ¶
func (p *ThriftHiveMetastoreAddPartitionsReqResult) String() string
type ThriftHiveMetastoreAddPartitionsResult ¶
type ThriftHiveMetastoreAddPartitionsResult struct { Success *int32 `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAddPartitionsResult ¶
func NewThriftHiveMetastoreAddPartitionsResult() *ThriftHiveMetastoreAddPartitionsResult
func (*ThriftHiveMetastoreAddPartitionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAddPartitionsResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAddPartitionsResult) GetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAddPartitionsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) GetSuccess() int32
func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetO3() bool
func (*ThriftHiveMetastoreAddPartitionsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddPartitionsResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddPartitionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPartitionsResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPartitionsResult) ReadField3 ¶
func (*ThriftHiveMetastoreAddPartitionsResult) String ¶
func (p *ThriftHiveMetastoreAddPartitionsResult) String() string
type ThriftHiveMetastoreAddPrimaryKeyArgs ¶
type ThriftHiveMetastoreAddPrimaryKeyArgs struct {
Req *AddPrimaryKeyRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreAddPrimaryKeyArgs ¶
func NewThriftHiveMetastoreAddPrimaryKeyArgs() *ThriftHiveMetastoreAddPrimaryKeyArgs
func (*ThriftHiveMetastoreAddPrimaryKeyArgs) GetReq ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) GetReq() *AddPrimaryKeyRequest
func (*ThriftHiveMetastoreAddPrimaryKeyArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) IsSetReq() bool
func (*ThriftHiveMetastoreAddPrimaryKeyArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddPrimaryKeyArgs) String ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyArgs) String() string
type ThriftHiveMetastoreAddPrimaryKeyResult ¶
type ThriftHiveMetastoreAddPrimaryKeyResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAddPrimaryKeyResult ¶
func NewThriftHiveMetastoreAddPrimaryKeyResult() *ThriftHiveMetastoreAddPrimaryKeyResult
func (*ThriftHiveMetastoreAddPrimaryKeyResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAddPrimaryKeyResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddPrimaryKeyResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddPrimaryKeyResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddPrimaryKeyResult) String ¶
func (p *ThriftHiveMetastoreAddPrimaryKeyResult) String() string
type ThriftHiveMetastoreAddTokenArgs ¶
type ThriftHiveMetastoreAddTokenArgs struct { TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"` DelegationToken string `thrift:"delegation_token,2" db:"delegation_token" json:"delegation_token"` }
Attributes:
- TokenIdentifier
- DelegationToken
func NewThriftHiveMetastoreAddTokenArgs ¶
func NewThriftHiveMetastoreAddTokenArgs() *ThriftHiveMetastoreAddTokenArgs
func (*ThriftHiveMetastoreAddTokenArgs) GetDelegationToken ¶
func (p *ThriftHiveMetastoreAddTokenArgs) GetDelegationToken() string
func (*ThriftHiveMetastoreAddTokenArgs) GetTokenIdentifier ¶
func (p *ThriftHiveMetastoreAddTokenArgs) GetTokenIdentifier() string
func (*ThriftHiveMetastoreAddTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddTokenArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAddTokenArgs) String ¶
func (p *ThriftHiveMetastoreAddTokenArgs) String() string
type ThriftHiveMetastoreAddTokenResult ¶
type ThriftHiveMetastoreAddTokenResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreAddTokenResult ¶
func NewThriftHiveMetastoreAddTokenResult() *ThriftHiveMetastoreAddTokenResult
func (*ThriftHiveMetastoreAddTokenResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAddTokenResult) GetSuccess() bool
func (*ThriftHiveMetastoreAddTokenResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAddTokenResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAddTokenResult) ReadField0 ¶
func (*ThriftHiveMetastoreAddTokenResult) String ¶
func (p *ThriftHiveMetastoreAddTokenResult) String() string
type ThriftHiveMetastoreAddUniqueConstraintArgs ¶
type ThriftHiveMetastoreAddUniqueConstraintArgs struct {
Req *AddUniqueConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreAddUniqueConstraintArgs ¶
func NewThriftHiveMetastoreAddUniqueConstraintArgs() *ThriftHiveMetastoreAddUniqueConstraintArgs
func (*ThriftHiveMetastoreAddUniqueConstraintArgs) GetReq ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) GetReq() *AddUniqueConstraintRequest
func (*ThriftHiveMetastoreAddUniqueConstraintArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) IsSetReq() bool
func (*ThriftHiveMetastoreAddUniqueConstraintArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAddUniqueConstraintArgs) String ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintArgs) String() string
type ThriftHiveMetastoreAddUniqueConstraintResult ¶
type ThriftHiveMetastoreAddUniqueConstraintResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAddUniqueConstraintResult ¶
func NewThriftHiveMetastoreAddUniqueConstraintResult() *ThriftHiveMetastoreAddUniqueConstraintResult
func (*ThriftHiveMetastoreAddUniqueConstraintResult) GetO1 ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAddUniqueConstraintResult) GetO2 ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO1() bool
func (*ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO2() bool
func (*ThriftHiveMetastoreAddUniqueConstraintResult) ReadField1 ¶
func (*ThriftHiveMetastoreAddUniqueConstraintResult) ReadField2 ¶
func (*ThriftHiveMetastoreAddUniqueConstraintResult) String ¶
func (p *ThriftHiveMetastoreAddUniqueConstraintResult) String() string
type ThriftHiveMetastoreAlterDatabaseArgs ¶
type ThriftHiveMetastoreAlterDatabaseArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` Db *Database `thrift:"db,2" db:"db" json:"db"` }
Attributes:
- Dbname
- Db
func NewThriftHiveMetastoreAlterDatabaseArgs ¶
func NewThriftHiveMetastoreAlterDatabaseArgs() *ThriftHiveMetastoreAlterDatabaseArgs
func (*ThriftHiveMetastoreAlterDatabaseArgs) GetDb ¶
func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDb() *Database
func (*ThriftHiveMetastoreAlterDatabaseArgs) GetDbname ¶
func (p *ThriftHiveMetastoreAlterDatabaseArgs) GetDbname() string
func (*ThriftHiveMetastoreAlterDatabaseArgs) IsSetDb ¶
func (p *ThriftHiveMetastoreAlterDatabaseArgs) IsSetDb() bool
func (*ThriftHiveMetastoreAlterDatabaseArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterDatabaseArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterDatabaseArgs) String ¶
func (p *ThriftHiveMetastoreAlterDatabaseArgs) String() string
type ThriftHiveMetastoreAlterDatabaseResult ¶
type ThriftHiveMetastoreAlterDatabaseResult struct { O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterDatabaseResult ¶
func NewThriftHiveMetastoreAlterDatabaseResult() *ThriftHiveMetastoreAlterDatabaseResult
func (*ThriftHiveMetastoreAlterDatabaseResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterDatabaseResult) GetO1() *MetaException
func (*ThriftHiveMetastoreAlterDatabaseResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterDatabaseResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreAlterDatabaseResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterDatabaseResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterDatabaseResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterDatabaseResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterDatabaseResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterDatabaseResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterDatabaseResult) String ¶
func (p *ThriftHiveMetastoreAlterDatabaseResult) String() string
type ThriftHiveMetastoreAlterFunctionArgs ¶
type ThriftHiveMetastoreAlterFunctionArgs struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` FuncName string `thrift:"funcName,2" db:"funcName" json:"funcName"` NewFunc_ *Function `thrift:"newFunc,3" db:"newFunc" json:"newFunc"` }
Attributes:
- DbName
- FuncName
- NewFunc_
func NewThriftHiveMetastoreAlterFunctionArgs ¶
func NewThriftHiveMetastoreAlterFunctionArgs() *ThriftHiveMetastoreAlterFunctionArgs
func (*ThriftHiveMetastoreAlterFunctionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAlterFunctionArgs) GetDbName() string
func (*ThriftHiveMetastoreAlterFunctionArgs) GetFuncName ¶
func (p *ThriftHiveMetastoreAlterFunctionArgs) GetFuncName() string
func (*ThriftHiveMetastoreAlterFunctionArgs) GetNewFunc_ ¶
func (p *ThriftHiveMetastoreAlterFunctionArgs) GetNewFunc_() *Function
func (*ThriftHiveMetastoreAlterFunctionArgs) IsSetNewFunc_ ¶
func (p *ThriftHiveMetastoreAlterFunctionArgs) IsSetNewFunc_() bool
func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterFunctionArgs) String ¶
func (p *ThriftHiveMetastoreAlterFunctionArgs) String() string
type ThriftHiveMetastoreAlterFunctionResult ¶
type ThriftHiveMetastoreAlterFunctionResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterFunctionResult ¶
func NewThriftHiveMetastoreAlterFunctionResult() *ThriftHiveMetastoreAlterFunctionResult
func (*ThriftHiveMetastoreAlterFunctionResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterFunctionResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterFunctionResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterFunctionResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterFunctionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterFunctionResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterFunctionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterFunctionResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterFunctionResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterFunctionResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterFunctionResult) String ¶
func (p *ThriftHiveMetastoreAlterFunctionResult) String() string
type ThriftHiveMetastoreAlterIndexArgs ¶
type ThriftHiveMetastoreAlterIndexArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` BaseTblName string `thrift:"base_tbl_name,2" db:"base_tbl_name" json:"base_tbl_name"` IdxName string `thrift:"idx_name,3" db:"idx_name" json:"idx_name"` NewIdx_ *Index `thrift:"new_idx,4" db:"new_idx" json:"new_idx"` }
Attributes:
- Dbname
- BaseTblName
- IdxName
- NewIdx_
func NewThriftHiveMetastoreAlterIndexArgs ¶
func NewThriftHiveMetastoreAlterIndexArgs() *ThriftHiveMetastoreAlterIndexArgs
func (*ThriftHiveMetastoreAlterIndexArgs) GetBaseTblName ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) GetBaseTblName() string
func (*ThriftHiveMetastoreAlterIndexArgs) GetDbname ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) GetDbname() string
func (*ThriftHiveMetastoreAlterIndexArgs) GetIdxName ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) GetIdxName() string
func (*ThriftHiveMetastoreAlterIndexArgs) GetNewIdx_ ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) GetNewIdx_() *Index
func (*ThriftHiveMetastoreAlterIndexArgs) IsSetNewIdx_ ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) IsSetNewIdx_() bool
func (*ThriftHiveMetastoreAlterIndexArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterIndexArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterIndexArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterIndexArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAlterIndexArgs) String ¶
func (p *ThriftHiveMetastoreAlterIndexArgs) String() string
type ThriftHiveMetastoreAlterIndexResult ¶
type ThriftHiveMetastoreAlterIndexResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterIndexResult ¶
func NewThriftHiveMetastoreAlterIndexResult() *ThriftHiveMetastoreAlterIndexResult
func (*ThriftHiveMetastoreAlterIndexResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterIndexResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterIndexResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterIndexResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterIndexResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterIndexResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterIndexResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterIndexResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterIndexResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterIndexResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterIndexResult) String ¶
func (p *ThriftHiveMetastoreAlterIndexResult) String() string
type ThriftHiveMetastoreAlterPartitionArgs ¶
type ThriftHiveMetastoreAlterPartitionArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewPart_ *Partition `thrift:"new_part,3" db:"new_part" json:"new_part"` }
Attributes:
- DbName
- TblName
- NewPart_
func NewThriftHiveMetastoreAlterPartitionArgs ¶
func NewThriftHiveMetastoreAlterPartitionArgs() *ThriftHiveMetastoreAlterPartitionArgs
func (*ThriftHiveMetastoreAlterPartitionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAlterPartitionArgs) GetDbName() string
func (*ThriftHiveMetastoreAlterPartitionArgs) GetNewPart_ ¶
func (p *ThriftHiveMetastoreAlterPartitionArgs) GetNewPart_() *Partition
func (*ThriftHiveMetastoreAlterPartitionArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterPartitionArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterPartitionArgs) IsSetNewPart_ ¶
func (p *ThriftHiveMetastoreAlterPartitionArgs) IsSetNewPart_() bool
func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterPartitionArgs) String ¶
func (p *ThriftHiveMetastoreAlterPartitionArgs) String() string
type ThriftHiveMetastoreAlterPartitionResult ¶
type ThriftHiveMetastoreAlterPartitionResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterPartitionResult ¶
func NewThriftHiveMetastoreAlterPartitionResult() *ThriftHiveMetastoreAlterPartitionResult
func (*ThriftHiveMetastoreAlterPartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterPartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterPartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterPartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterPartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionResult) String ¶
func (p *ThriftHiveMetastoreAlterPartitionResult) String() string
type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewPart_ *Partition `thrift:"new_part,3" db:"new_part" json:"new_part"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- NewPart_
- EnvironmentContext
func NewThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs() *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetNewPart_ ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetNewPart_() *Partition
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetNewPart_ ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetNewPart_() bool
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult() *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreAlterPartitionsArgs ¶
type ThriftHiveMetastoreAlterPartitionsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewParts_ []*Partition `thrift:"new_parts,3" db:"new_parts" json:"new_parts"` }
Attributes:
- DbName
- TblName
- NewParts_
func NewThriftHiveMetastoreAlterPartitionsArgs ¶
func NewThriftHiveMetastoreAlterPartitionsArgs() *ThriftHiveMetastoreAlterPartitionsArgs
func (*ThriftHiveMetastoreAlterPartitionsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetDbName() string
func (*ThriftHiveMetastoreAlterPartitionsArgs) GetNewParts_ ¶
func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetNewParts_() []*Partition
func (*ThriftHiveMetastoreAlterPartitionsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterPartitionsArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterPartitionsArgs) String ¶
func (p *ThriftHiveMetastoreAlterPartitionsArgs) String() string
type ThriftHiveMetastoreAlterPartitionsResult ¶
type ThriftHiveMetastoreAlterPartitionsResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterPartitionsResult ¶
func NewThriftHiveMetastoreAlterPartitionsResult() *ThriftHiveMetastoreAlterPartitionsResult
func (*ThriftHiveMetastoreAlterPartitionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionsResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterPartitionsResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterPartitionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterPartitionsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionsResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterPartitionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionsResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionsResult) String ¶
func (p *ThriftHiveMetastoreAlterPartitionsResult) String() string
type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewParts_ []*Partition `thrift:"new_parts,3" db:"new_parts" json:"new_parts"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- NewParts_
- EnvironmentContext
func NewThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs() *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetNewParts_ ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetNewParts_() []*Partition
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult() *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreAlterResourcePlanArgs ¶
type ThriftHiveMetastoreAlterResourcePlanArgs struct {
Request *WMAlterResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreAlterResourcePlanArgs ¶
func NewThriftHiveMetastoreAlterResourcePlanArgs() *ThriftHiveMetastoreAlterResourcePlanArgs
func (*ThriftHiveMetastoreAlterResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreAlterResourcePlanArgs) GetRequest() *WMAlterResourcePlanRequest
func (*ThriftHiveMetastoreAlterResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreAlterResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreAlterResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreAlterResourcePlanArgs) String() string
type ThriftHiveMetastoreAlterResourcePlanResult ¶
type ThriftHiveMetastoreAlterResourcePlanResult struct { Success *WMAlterResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAlterResourcePlanResult ¶
func NewThriftHiveMetastoreAlterResourcePlanResult() *ThriftHiveMetastoreAlterResourcePlanResult
func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO3 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAlterResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) GetSuccess() *WMAlterResourcePlanResponse
func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetO3() bool
func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField3 ¶
func (*ThriftHiveMetastoreAlterResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreAlterResourcePlanResult) String() string
type ThriftHiveMetastoreAlterTableArgs ¶
type ThriftHiveMetastoreAlterTableArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewTbl_ *Table `thrift:"new_tbl,3" db:"new_tbl" json:"new_tbl"` }
Attributes:
- Dbname
- TblName
- NewTbl_
func NewThriftHiveMetastoreAlterTableArgs ¶
func NewThriftHiveMetastoreAlterTableArgs() *ThriftHiveMetastoreAlterTableArgs
func (*ThriftHiveMetastoreAlterTableArgs) GetDbname ¶
func (p *ThriftHiveMetastoreAlterTableArgs) GetDbname() string
func (*ThriftHiveMetastoreAlterTableArgs) GetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableArgs) GetNewTbl_() *Table
func (*ThriftHiveMetastoreAlterTableArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterTableArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterTableArgs) IsSetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableArgs) IsSetNewTbl_() bool
func (*ThriftHiveMetastoreAlterTableArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterTableArgs) String ¶
func (p *ThriftHiveMetastoreAlterTableArgs) String() string
type ThriftHiveMetastoreAlterTableResult ¶
type ThriftHiveMetastoreAlterTableResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterTableResult ¶
func NewThriftHiveMetastoreAlterTableResult() *ThriftHiveMetastoreAlterTableResult
func (*ThriftHiveMetastoreAlterTableResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterTableResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterTableResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterTableResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterTableResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterTableResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterTableResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterTableResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterTableResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableResult) String ¶
func (p *ThriftHiveMetastoreAlterTableResult) String() string
type ThriftHiveMetastoreAlterTableWithCascadeArgs ¶
type ThriftHiveMetastoreAlterTableWithCascadeArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewTbl_ *Table `thrift:"new_tbl,3" db:"new_tbl" json:"new_tbl"` Cascade bool `thrift:"cascade,4" db:"cascade" json:"cascade"` }
Attributes:
- Dbname
- TblName
- NewTbl_
- Cascade
func NewThriftHiveMetastoreAlterTableWithCascadeArgs ¶
func NewThriftHiveMetastoreAlterTableWithCascadeArgs() *ThriftHiveMetastoreAlterTableWithCascadeArgs
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetCascade ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetCascade() bool
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetDbname ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetDbname() string
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetNewTbl_() *Table
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) IsSetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) IsSetNewTbl_() bool
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) String ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeArgs) String() string
type ThriftHiveMetastoreAlterTableWithCascadeResult ¶
type ThriftHiveMetastoreAlterTableWithCascadeResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterTableWithCascadeResult ¶
func NewThriftHiveMetastoreAlterTableWithCascadeResult() *ThriftHiveMetastoreAlterTableWithCascadeResult
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableWithCascadeResult) String ¶
func (p *ThriftHiveMetastoreAlterTableWithCascadeResult) String() string
type ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` NewTbl_ *Table `thrift:"new_tbl,3" db:"new_tbl" json:"new_tbl"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- Dbname
- TblName
- NewTbl_
- EnvironmentContext
func NewThriftHiveMetastoreAlterTableWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAlterTableWithEnvironmentContextArgs() *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetDbname ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetDbname() string
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetNewTbl_() *Table
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetNewTbl_ ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetNewTbl_() bool
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAlterTableWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAlterTableWithEnvironmentContextResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreAlterTableWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAlterTableWithEnvironmentContextResult() *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO2() *MetaException
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreAlterWmTriggerArgs ¶
type ThriftHiveMetastoreAlterWmTriggerArgs struct {
Request *WMAlterTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreAlterWmTriggerArgs ¶
func NewThriftHiveMetastoreAlterWmTriggerArgs() *ThriftHiveMetastoreAlterWmTriggerArgs
func (*ThriftHiveMetastoreAlterWmTriggerArgs) GetRequest ¶
func (p *ThriftHiveMetastoreAlterWmTriggerArgs) GetRequest() *WMAlterTriggerRequest
func (*ThriftHiveMetastoreAlterWmTriggerArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreAlterWmTriggerArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreAlterWmTriggerArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAlterWmTriggerArgs) String ¶
func (p *ThriftHiveMetastoreAlterWmTriggerArgs) String() string
type ThriftHiveMetastoreAlterWmTriggerResult ¶
type ThriftHiveMetastoreAlterWmTriggerResult struct { Success *WMAlterTriggerResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAlterWmTriggerResult ¶
func NewThriftHiveMetastoreAlterWmTriggerResult() *ThriftHiveMetastoreAlterWmTriggerResult
func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO1 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO2 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO3 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAlterWmTriggerResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) GetSuccess() *WMAlterTriggerResponse
func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO1() bool
func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO2() bool
func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetO3() bool
func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField0 ¶
func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField1 ¶
func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField2 ¶
func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField3 ¶
func (*ThriftHiveMetastoreAlterWmTriggerResult) String ¶
func (p *ThriftHiveMetastoreAlterWmTriggerResult) String() string
type ThriftHiveMetastoreAppendPartitionArgs ¶
type ThriftHiveMetastoreAppendPartitionArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` }
Attributes:
- DbName
- TblName
- PartVals
func NewThriftHiveMetastoreAppendPartitionArgs ¶
func NewThriftHiveMetastoreAppendPartitionArgs() *ThriftHiveMetastoreAppendPartitionArgs
func (*ThriftHiveMetastoreAppendPartitionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAppendPartitionArgs) GetDbName() string
func (*ThriftHiveMetastoreAppendPartitionArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreAppendPartitionArgs) GetPartVals() []string
func (*ThriftHiveMetastoreAppendPartitionArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAppendPartitionArgs) GetTblName() string
func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionArgs) String ¶
func (p *ThriftHiveMetastoreAppendPartitionArgs) String() string
type ThriftHiveMetastoreAppendPartitionByNameArgs ¶
type ThriftHiveMetastoreAppendPartitionByNameArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` }
Attributes:
- DbName
- TblName
- PartName
func NewThriftHiveMetastoreAppendPartitionByNameArgs ¶
func NewThriftHiveMetastoreAppendPartitionByNameArgs() *ThriftHiveMetastoreAppendPartitionByNameArgs
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetDbName() string
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) GetPartName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetPartName() string
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) GetTblName() string
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameArgs) String ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameArgs) String() string
type ThriftHiveMetastoreAppendPartitionByNameResult ¶
type ThriftHiveMetastoreAppendPartitionByNameResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAppendPartitionByNameResult ¶
func NewThriftHiveMetastoreAppendPartitionByNameResult() *ThriftHiveMetastoreAppendPartitionByNameResult
func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO1() bool
func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO2() bool
func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO3() bool
func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameResult) String ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameResult) String() string
type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- PartName
- EnvironmentContext
func NewThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs() *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetPartName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetPartName() string
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult() *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreAppendPartitionResult ¶
type ThriftHiveMetastoreAppendPartitionResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAppendPartitionResult ¶
func NewThriftHiveMetastoreAppendPartitionResult() *ThriftHiveMetastoreAppendPartitionResult
func (*ThriftHiveMetastoreAppendPartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) GetO1() *InvalidObjectException
func (*ThriftHiveMetastoreAppendPartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) GetO2() *AlreadyExistsException
func (*ThriftHiveMetastoreAppendPartitionResult) GetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAppendPartitionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetO3() bool
func (*ThriftHiveMetastoreAppendPartitionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAppendPartitionResult) ReadField0 ¶
func (*ThriftHiveMetastoreAppendPartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionResult) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionResult) String ¶
func (p *ThriftHiveMetastoreAppendPartitionResult) String() string
type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- PartVals
- EnvironmentContext
func NewThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs() *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetPartVals() []string
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult ¶
type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult() *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO3() *MetaException
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreCacheFileMetadataArgs ¶
type ThriftHiveMetastoreCacheFileMetadataArgs struct {
Req *CacheFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreCacheFileMetadataArgs ¶
func NewThriftHiveMetastoreCacheFileMetadataArgs() *ThriftHiveMetastoreCacheFileMetadataArgs
func (*ThriftHiveMetastoreCacheFileMetadataArgs) GetReq ¶
func (p *ThriftHiveMetastoreCacheFileMetadataArgs) GetReq() *CacheFileMetadataRequest
func (*ThriftHiveMetastoreCacheFileMetadataArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreCacheFileMetadataArgs) IsSetReq() bool
func (*ThriftHiveMetastoreCacheFileMetadataArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCacheFileMetadataArgs) String ¶
func (p *ThriftHiveMetastoreCacheFileMetadataArgs) String() string
type ThriftHiveMetastoreCacheFileMetadataResult ¶
type ThriftHiveMetastoreCacheFileMetadataResult struct {
Success *CacheFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreCacheFileMetadataResult ¶
func NewThriftHiveMetastoreCacheFileMetadataResult() *ThriftHiveMetastoreCacheFileMetadataResult
func (*ThriftHiveMetastoreCacheFileMetadataResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCacheFileMetadataResult) GetSuccess() *CacheFileMetadataResult_
func (*ThriftHiveMetastoreCacheFileMetadataResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCacheFileMetadataResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCacheFileMetadataResult) ReadField0 ¶
func (*ThriftHiveMetastoreCacheFileMetadataResult) String ¶
func (p *ThriftHiveMetastoreCacheFileMetadataResult) String() string
type ThriftHiveMetastoreCancelDelegationTokenArgs ¶
type ThriftHiveMetastoreCancelDelegationTokenArgs struct {
TokenStrForm string `thrift:"token_str_form,1" db:"token_str_form" json:"token_str_form"`
}
Attributes:
- TokenStrForm
func NewThriftHiveMetastoreCancelDelegationTokenArgs ¶
func NewThriftHiveMetastoreCancelDelegationTokenArgs() *ThriftHiveMetastoreCancelDelegationTokenArgs
func (*ThriftHiveMetastoreCancelDelegationTokenArgs) GetTokenStrForm ¶
func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) GetTokenStrForm() string
func (*ThriftHiveMetastoreCancelDelegationTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCancelDelegationTokenArgs) String ¶
func (p *ThriftHiveMetastoreCancelDelegationTokenArgs) String() string
type ThriftHiveMetastoreCancelDelegationTokenResult ¶
type ThriftHiveMetastoreCancelDelegationTokenResult struct {
O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}
Attributes:
- O1
func NewThriftHiveMetastoreCancelDelegationTokenResult ¶
func NewThriftHiveMetastoreCancelDelegationTokenResult() *ThriftHiveMetastoreCancelDelegationTokenResult
func (*ThriftHiveMetastoreCancelDelegationTokenResult) GetO1 ¶
func (p *ThriftHiveMetastoreCancelDelegationTokenResult) GetO1() *MetaException
func (*ThriftHiveMetastoreCancelDelegationTokenResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCancelDelegationTokenResult) IsSetO1() bool
func (*ThriftHiveMetastoreCancelDelegationTokenResult) ReadField1 ¶
func (*ThriftHiveMetastoreCancelDelegationTokenResult) String ¶
func (p *ThriftHiveMetastoreCancelDelegationTokenResult) String() string
type ThriftHiveMetastoreCheckLockArgs ¶
type ThriftHiveMetastoreCheckLockArgs struct {
Rqst *CheckLockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreCheckLockArgs ¶
func NewThriftHiveMetastoreCheckLockArgs() *ThriftHiveMetastoreCheckLockArgs
func (*ThriftHiveMetastoreCheckLockArgs) GetRqst ¶
func (p *ThriftHiveMetastoreCheckLockArgs) GetRqst() *CheckLockRequest
func (*ThriftHiveMetastoreCheckLockArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreCheckLockArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreCheckLockArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCheckLockArgs) String ¶
func (p *ThriftHiveMetastoreCheckLockArgs) String() string
type ThriftHiveMetastoreCheckLockResult ¶
type ThriftHiveMetastoreCheckLockResult struct { Success *LockResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *NoSuchLockException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreCheckLockResult ¶
func NewThriftHiveMetastoreCheckLockResult() *ThriftHiveMetastoreCheckLockResult
func (*ThriftHiveMetastoreCheckLockResult) GetO1 ¶
func (p *ThriftHiveMetastoreCheckLockResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreCheckLockResult) GetO2 ¶
func (p *ThriftHiveMetastoreCheckLockResult) GetO2() *TxnAbortedException
func (*ThriftHiveMetastoreCheckLockResult) GetO3 ¶
func (p *ThriftHiveMetastoreCheckLockResult) GetO3() *NoSuchLockException
func (*ThriftHiveMetastoreCheckLockResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCheckLockResult) GetSuccess() *LockResponse
func (*ThriftHiveMetastoreCheckLockResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCheckLockResult) IsSetO1() bool
func (*ThriftHiveMetastoreCheckLockResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCheckLockResult) IsSetO2() bool
func (*ThriftHiveMetastoreCheckLockResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCheckLockResult) IsSetO3() bool
func (*ThriftHiveMetastoreCheckLockResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCheckLockResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCheckLockResult) ReadField0 ¶
func (*ThriftHiveMetastoreCheckLockResult) ReadField1 ¶
func (*ThriftHiveMetastoreCheckLockResult) ReadField2 ¶
func (*ThriftHiveMetastoreCheckLockResult) ReadField3 ¶
func (*ThriftHiveMetastoreCheckLockResult) String ¶
func (p *ThriftHiveMetastoreCheckLockResult) String() string
type ThriftHiveMetastoreClearFileMetadataArgs ¶
type ThriftHiveMetastoreClearFileMetadataArgs struct {
Req *ClearFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreClearFileMetadataArgs ¶
func NewThriftHiveMetastoreClearFileMetadataArgs() *ThriftHiveMetastoreClearFileMetadataArgs
func (*ThriftHiveMetastoreClearFileMetadataArgs) GetReq ¶
func (p *ThriftHiveMetastoreClearFileMetadataArgs) GetReq() *ClearFileMetadataRequest
func (*ThriftHiveMetastoreClearFileMetadataArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreClearFileMetadataArgs) IsSetReq() bool
func (*ThriftHiveMetastoreClearFileMetadataArgs) ReadField1 ¶
func (*ThriftHiveMetastoreClearFileMetadataArgs) String ¶
func (p *ThriftHiveMetastoreClearFileMetadataArgs) String() string
type ThriftHiveMetastoreClearFileMetadataResult ¶
type ThriftHiveMetastoreClearFileMetadataResult struct {
Success *ClearFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreClearFileMetadataResult ¶
func NewThriftHiveMetastoreClearFileMetadataResult() *ThriftHiveMetastoreClearFileMetadataResult
func (*ThriftHiveMetastoreClearFileMetadataResult) GetSuccess ¶
func (p *ThriftHiveMetastoreClearFileMetadataResult) GetSuccess() *ClearFileMetadataResult_
func (*ThriftHiveMetastoreClearFileMetadataResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreClearFileMetadataResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreClearFileMetadataResult) ReadField0 ¶
func (*ThriftHiveMetastoreClearFileMetadataResult) String ¶
func (p *ThriftHiveMetastoreClearFileMetadataResult) String() string
type ThriftHiveMetastoreClient ¶
type ThriftHiveMetastoreClient struct {
// contains filtered or unexported fields
}
This interface is live.
func NewThriftHiveMetastoreClient ¶
func NewThriftHiveMetastoreClient(c thrift.TClient) *ThriftHiveMetastoreClient
func NewThriftHiveMetastoreClientFactory ¶
func NewThriftHiveMetastoreClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *ThriftHiveMetastoreClient
func NewThriftHiveMetastoreClientProtocol ¶
func NewThriftHiveMetastoreClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ThriftHiveMetastoreClient
func (*ThriftHiveMetastoreClient) AbortTxn ¶
func (p *ThriftHiveMetastoreClient) AbortTxn(ctx context.Context, rqst *AbortTxnRequest) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) AbortTxns ¶
func (p *ThriftHiveMetastoreClient) AbortTxns(ctx context.Context, rqst *AbortTxnsRequest) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) AddDynamicPartitions ¶
func (p *ThriftHiveMetastoreClient) AddDynamicPartitions(ctx context.Context, rqst *AddDynamicPartitions) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) AddForeignKey ¶
func (p *ThriftHiveMetastoreClient) AddForeignKey(ctx context.Context, req *AddForeignKeyRequest) (_err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) AddIndex ¶
func (p *ThriftHiveMetastoreClient) AddIndex(ctx context.Context, new_index *Index, index_table *Table) (_r *Index, _err error)
Parameters:
- NewIndex_
- IndexTable
func (*ThriftHiveMetastoreClient) AddMasterKey ¶
func (p *ThriftHiveMetastoreClient) AddMasterKey(ctx context.Context, key string) (_r int32, _err error)
Parameters:
- Key
func (*ThriftHiveMetastoreClient) AddNotNullConstraint ¶
func (p *ThriftHiveMetastoreClient) AddNotNullConstraint(ctx context.Context, req *AddNotNullConstraintRequest) (_err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) AddPartition ¶
func (p *ThriftHiveMetastoreClient) AddPartition(ctx context.Context, new_part *Partition) (_r *Partition, _err error)
Parameters:
- NewPart_
func (*ThriftHiveMetastoreClient) AddPartitionWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AddPartitionWithEnvironmentContext(ctx context.Context, new_part *Partition, environment_context *EnvironmentContext) (_r *Partition, _err error)
Parameters:
- NewPart_
- EnvironmentContext
func (*ThriftHiveMetastoreClient) AddPartitions ¶
func (p *ThriftHiveMetastoreClient) AddPartitions(ctx context.Context, new_parts []*Partition) (_r int32, _err error)
Parameters:
- NewParts_
func (*ThriftHiveMetastoreClient) AddPartitionsPspec ¶
func (p *ThriftHiveMetastoreClient) AddPartitionsPspec(ctx context.Context, new_parts []*PartitionSpec) (_r int32, _err error)
Parameters:
- NewParts_
func (*ThriftHiveMetastoreClient) AddPartitionsReq ¶
func (p *ThriftHiveMetastoreClient) AddPartitionsReq(ctx context.Context, request *AddPartitionsRequest) (_r *AddPartitionsResult_, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) AddPrimaryKey ¶
func (p *ThriftHiveMetastoreClient) AddPrimaryKey(ctx context.Context, req *AddPrimaryKeyRequest) (_err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) AddToken ¶
func (p *ThriftHiveMetastoreClient) AddToken(ctx context.Context, token_identifier string, delegation_token string) (_r bool, _err error)
Parameters:
- TokenIdentifier
- DelegationToken
func (*ThriftHiveMetastoreClient) AddUniqueConstraint ¶
func (p *ThriftHiveMetastoreClient) AddUniqueConstraint(ctx context.Context, req *AddUniqueConstraintRequest) (_err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) AlterDatabase ¶
func (p *ThriftHiveMetastoreClient) AlterDatabase(ctx context.Context, dbname string, db *Database) (_err error)
Parameters:
- Dbname
- Db
func (*ThriftHiveMetastoreClient) AlterFunction ¶
func (p *ThriftHiveMetastoreClient) AlterFunction(ctx context.Context, dbName string, funcName string, newFunc *Function) (_err error)
Parameters:
- DbName
- FuncName
- NewFunc_
func (*ThriftHiveMetastoreClient) AlterIndex ¶
func (p *ThriftHiveMetastoreClient) AlterIndex(ctx context.Context, dbname string, base_tbl_name string, idx_name string, new_idx *Index) (_err error)
Parameters:
- Dbname
- BaseTblName
- IdxName
- NewIdx_
func (*ThriftHiveMetastoreClient) AlterPartition ¶
func (p *ThriftHiveMetastoreClient) AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (_err error)
Parameters:
- DbName
- TblName
- NewPart_
func (*ThriftHiveMetastoreClient) AlterPartitionWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AlterPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_part *Partition, environment_context *EnvironmentContext) (_err error)
Parameters:
- DbName
- TblName
- NewPart_
- EnvironmentContext
func (*ThriftHiveMetastoreClient) AlterPartitions ¶
func (p *ThriftHiveMetastoreClient) AlterPartitions(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition) (_err error)
Parameters:
- DbName
- TblName
- NewParts_
func (*ThriftHiveMetastoreClient) AlterPartitionsWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AlterPartitionsWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition, environment_context *EnvironmentContext) (_err error)
Parameters:
- DbName
- TblName
- NewParts_
- EnvironmentContext
func (*ThriftHiveMetastoreClient) AlterResourcePlan ¶
func (p *ThriftHiveMetastoreClient) AlterResourcePlan(ctx context.Context, request *WMAlterResourcePlanRequest) (_r *WMAlterResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) AlterTable ¶
func (p *ThriftHiveMetastoreClient) AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (_err error)
Parameters:
- Dbname
- TblName
- NewTbl_
func (*ThriftHiveMetastoreClient) AlterTableWithCascade ¶
func (p *ThriftHiveMetastoreClient) AlterTableWithCascade(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, cascade bool) (_err error)
Parameters:
- Dbname
- TblName
- NewTbl_
- Cascade
func (*ThriftHiveMetastoreClient) AlterTableWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AlterTableWithEnvironmentContext(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, environment_context *EnvironmentContext) (_err error)
Parameters:
- Dbname
- TblName
- NewTbl_
- EnvironmentContext
func (*ThriftHiveMetastoreClient) AlterWmTrigger ¶
func (p *ThriftHiveMetastoreClient) AlterWmTrigger(ctx context.Context, request *WMAlterTriggerRequest) (_r *WMAlterTriggerResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) AppendPartition ¶
func (p *ThriftHiveMetastoreClient) AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
func (*ThriftHiveMetastoreClient) AppendPartitionByName ¶
func (p *ThriftHiveMetastoreClient) AppendPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartName
func (*ThriftHiveMetastoreClient) AppendPartitionByNameWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AppendPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, environment_context *EnvironmentContext) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartName
- EnvironmentContext
func (*ThriftHiveMetastoreClient) AppendPartitionWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) AppendPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, environment_context *EnvironmentContext) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
- EnvironmentContext
func (*ThriftHiveMetastoreClient) CacheFileMetadata ¶
func (p *ThriftHiveMetastoreClient) CacheFileMetadata(ctx context.Context, req *CacheFileMetadataRequest) (_r *CacheFileMetadataResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) CancelDelegationToken ¶
func (p *ThriftHiveMetastoreClient) CancelDelegationToken(ctx context.Context, token_str_form string) (_err error)
Parameters:
- TokenStrForm
func (*ThriftHiveMetastoreClient) CheckLock ¶
func (p *ThriftHiveMetastoreClient) CheckLock(ctx context.Context, rqst *CheckLockRequest) (_r *LockResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) ClearFileMetadata ¶
func (p *ThriftHiveMetastoreClient) ClearFileMetadata(ctx context.Context, req *ClearFileMetadataRequest) (_r *ClearFileMetadataResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) Client_ ¶
func (p *ThriftHiveMetastoreClient) Client_() thrift.TClient
func (*ThriftHiveMetastoreClient) CmRecycle ¶
func (p *ThriftHiveMetastoreClient) CmRecycle(ctx context.Context, request *CmRecycleRequest) (_r *CmRecycleResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) CommitTxn ¶
func (p *ThriftHiveMetastoreClient) CommitTxn(ctx context.Context, rqst *CommitTxnRequest) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) Compact ¶
func (p *ThriftHiveMetastoreClient) Compact(ctx context.Context, rqst *CompactionRequest) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) Compact2 ¶
func (p *ThriftHiveMetastoreClient) Compact2(ctx context.Context, rqst *CompactionRequest) (_r *CompactionResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) CreateDatabase ¶
func (p *ThriftHiveMetastoreClient) CreateDatabase(ctx context.Context, database *Database) (_err error)
Parameters:
- Database
func (*ThriftHiveMetastoreClient) CreateFunction ¶
func (p *ThriftHiveMetastoreClient) CreateFunction(ctx context.Context, func_a1 *Function) (_err error)
Parameters:
- Func
func (*ThriftHiveMetastoreClient) CreateResourcePlan ¶
func (p *ThriftHiveMetastoreClient) CreateResourcePlan(ctx context.Context, request *WMCreateResourcePlanRequest) (_r *WMCreateResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) CreateRole ¶
func (p *ThriftHiveMetastoreClient) CreateRole(ctx context.Context, role *Role) (_r bool, _err error)
Parameters:
- Role
func (*ThriftHiveMetastoreClient) CreateTable ¶
func (p *ThriftHiveMetastoreClient) CreateTable(ctx context.Context, tbl *Table) (_err error)
Parameters:
- Tbl
func (*ThriftHiveMetastoreClient) CreateTableWithConstraints ¶
func (p *ThriftHiveMetastoreClient) CreateTableWithConstraints(ctx context.Context, tbl *Table, primaryKeys []*SQLPrimaryKey, foreignKeys []*SQLForeignKey, uniqueConstraints []*SQLUniqueConstraint, notNullConstraints []*SQLNotNullConstraint) (_err error)
Parameters:
- Tbl
- PrimaryKeys
- ForeignKeys
- UniqueConstraints
- NotNullConstraints
func (*ThriftHiveMetastoreClient) CreateTableWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) CreateTableWithEnvironmentContext(ctx context.Context, tbl *Table, environment_context *EnvironmentContext) (_err error)
Parameters:
- Tbl
- EnvironmentContext
func (*ThriftHiveMetastoreClient) CreateType ¶
func (p *ThriftHiveMetastoreClient) CreateType(ctx context.Context, type_a1 *Type) (_r bool, _err error)
Parameters:
- Type
func (*ThriftHiveMetastoreClient) CreateWmTrigger ¶
func (p *ThriftHiveMetastoreClient) CreateWmTrigger(ctx context.Context, request *WMCreateTriggerRequest) (_r *WMCreateTriggerResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) DeletePartitionColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) DeletePartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartName
- ColName
func (*ThriftHiveMetastoreClient) DeleteTableColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) DeleteTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r bool, _err error)
Parameters:
- DbName
- TblName
- ColName
func (*ThriftHiveMetastoreClient) DropConstraint ¶
func (p *ThriftHiveMetastoreClient) DropConstraint(ctx context.Context, req *DropConstraintRequest) (_err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) DropDatabase ¶
func (p *ThriftHiveMetastoreClient) DropDatabase(ctx context.Context, name string, deleteData bool, cascade bool) (_err error)
Parameters:
- Name
- DeleteData
- Cascade
func (*ThriftHiveMetastoreClient) DropFunction ¶
func (p *ThriftHiveMetastoreClient) DropFunction(ctx context.Context, dbName string, funcName string) (_err error)
Parameters:
- DbName
- FuncName
func (*ThriftHiveMetastoreClient) DropIndexByName ¶
func (p *ThriftHiveMetastoreClient) DropIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string, deleteData bool) (_r bool, _err error)
Parameters:
- DbName
- TblName
- IndexName
- DeleteData
func (*ThriftHiveMetastoreClient) DropPartition ¶
func (p *ThriftHiveMetastoreClient) DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartVals
- DeleteData
func (*ThriftHiveMetastoreClient) DropPartitionByName ¶
func (p *ThriftHiveMetastoreClient) DropPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartName
- DeleteData
func (*ThriftHiveMetastoreClient) DropPartitionByNameWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) DropPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool, environment_context *EnvironmentContext) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartName
- DeleteData
- EnvironmentContext
func (*ThriftHiveMetastoreClient) DropPartitionWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) DropPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool, environment_context *EnvironmentContext) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartVals
- DeleteData
- EnvironmentContext
func (*ThriftHiveMetastoreClient) DropPartitionsReq ¶
func (p *ThriftHiveMetastoreClient) DropPartitionsReq(ctx context.Context, req *DropPartitionsRequest) (_r *DropPartitionsResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) DropResourcePlan ¶
func (p *ThriftHiveMetastoreClient) DropResourcePlan(ctx context.Context, request *WMDropResourcePlanRequest) (_r *WMDropResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) DropRole ¶
func (p *ThriftHiveMetastoreClient) DropRole(ctx context.Context, role_name string) (_r bool, _err error)
Parameters:
- RoleName
func (*ThriftHiveMetastoreClient) DropTable ¶
func (p *ThriftHiveMetastoreClient) DropTable(ctx context.Context, dbname string, name string, deleteData bool) (_err error)
Parameters:
- Dbname
- Name
- DeleteData
func (*ThriftHiveMetastoreClient) DropTableWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) DropTableWithEnvironmentContext(ctx context.Context, dbname string, name string, deleteData bool, environment_context *EnvironmentContext) (_err error)
Parameters:
- Dbname
- Name
- DeleteData
- EnvironmentContext
func (*ThriftHiveMetastoreClient) DropType ¶
func (p *ThriftHiveMetastoreClient) DropType(ctx context.Context, type_a1 string) (_r bool, _err error)
Parameters:
- Type
func (*ThriftHiveMetastoreClient) DropWmTrigger ¶
func (p *ThriftHiveMetastoreClient) DropWmTrigger(ctx context.Context, request *WMDropTriggerRequest) (_r *WMDropTriggerResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) ExchangePartition ¶
func (p *ThriftHiveMetastoreClient) ExchangePartition(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (_r *Partition, _err error)
Parameters:
- PartitionSpecs
- SourceDb
- SourceTableName
- DestDb
- DestTableName
func (*ThriftHiveMetastoreClient) ExchangePartitions ¶
func (p *ThriftHiveMetastoreClient) ExchangePartitions(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (_r []*Partition, _err error)
Parameters:
- PartitionSpecs
- SourceDb
- SourceTableName
- DestDb
- DestTableName
func (*ThriftHiveMetastoreClient) FireListenerEvent ¶
func (p *ThriftHiveMetastoreClient) FireListenerEvent(ctx context.Context, rqst *FireEventRequest) (_r *FireEventResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) FlushCache ¶
func (p *ThriftHiveMetastoreClient) FlushCache(ctx context.Context) (_err error)
func (*ThriftHiveMetastoreClient) GetActiveResourcePlan ¶
func (p *ThriftHiveMetastoreClient) GetActiveResourcePlan(ctx context.Context, request *WMGetActiveResourcePlanRequest) (_r *WMGetActiveResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetAggrStatsFor ¶
func (p *ThriftHiveMetastoreClient) GetAggrStatsFor(ctx context.Context, request *PartitionsStatsRequest) (_r *AggrStats, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetAllDatabases ¶
func (p *ThriftHiveMetastoreClient) GetAllDatabases(ctx context.Context) (_r []string, _err error)
func (*ThriftHiveMetastoreClient) GetAllFunctions ¶
func (p *ThriftHiveMetastoreClient) GetAllFunctions(ctx context.Context) (_r *GetAllFunctionsResponse, _err error)
func (*ThriftHiveMetastoreClient) GetAllResourcePlans ¶
func (p *ThriftHiveMetastoreClient) GetAllResourcePlans(ctx context.Context, request *WMGetAllResourcePlanRequest) (_r *WMGetAllResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetAllTables ¶
func (p *ThriftHiveMetastoreClient) GetAllTables(ctx context.Context, db_name string) (_r []string, _err error)
Parameters:
- DbName
func (*ThriftHiveMetastoreClient) GetAllTokenIdentifiers ¶
func (p *ThriftHiveMetastoreClient) GetAllTokenIdentifiers(ctx context.Context) (_r []string, _err error)
func (*ThriftHiveMetastoreClient) GetConfigValue ¶
func (p *ThriftHiveMetastoreClient) GetConfigValue(ctx context.Context, name string, defaultValue string) (_r string, _err error)
Parameters:
- Name
- DefaultValue
func (*ThriftHiveMetastoreClient) GetCurrentNotificationEventId ¶
func (p *ThriftHiveMetastoreClient) GetCurrentNotificationEventId(ctx context.Context) (_r *CurrentNotificationEventId, _err error)
func (*ThriftHiveMetastoreClient) GetDatabase ¶
func (p *ThriftHiveMetastoreClient) GetDatabase(ctx context.Context, name string) (_r *Database, _err error)
Parameters:
- Name
func (*ThriftHiveMetastoreClient) GetDatabases ¶
func (p *ThriftHiveMetastoreClient) GetDatabases(ctx context.Context, pattern string) (_r []string, _err error)
Parameters:
- Pattern
func (*ThriftHiveMetastoreClient) GetDelegationToken ¶
func (p *ThriftHiveMetastoreClient) GetDelegationToken(ctx context.Context, token_owner string, renewer_kerberos_principal_name string) (_r string, _err error)
Parameters:
- TokenOwner
- RenewerKerberosPrincipalName
func (*ThriftHiveMetastoreClient) GetFields ¶
func (p *ThriftHiveMetastoreClient) GetFields(ctx context.Context, db_name string, table_name string) (_r []*FieldSchema, _err error)
Parameters:
- DbName
- TableName
func (*ThriftHiveMetastoreClient) GetFieldsWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) GetFieldsWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (_r []*FieldSchema, _err error)
Parameters:
- DbName
- TableName
- EnvironmentContext
func (*ThriftHiveMetastoreClient) GetFileMetadata ¶
func (p *ThriftHiveMetastoreClient) GetFileMetadata(ctx context.Context, req *GetFileMetadataRequest) (_r *GetFileMetadataResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) GetFileMetadataByExpr ¶
func (p *ThriftHiveMetastoreClient) GetFileMetadataByExpr(ctx context.Context, req *GetFileMetadataByExprRequest) (_r *GetFileMetadataByExprResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) GetForeignKeys ¶
func (p *ThriftHiveMetastoreClient) GetForeignKeys(ctx context.Context, request *ForeignKeysRequest) (_r *ForeignKeysResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetFunction ¶
func (p *ThriftHiveMetastoreClient) GetFunction(ctx context.Context, dbName string, funcName string) (_r *Function, _err error)
Parameters:
- DbName
- FuncName
func (*ThriftHiveMetastoreClient) GetFunctions ¶
func (p *ThriftHiveMetastoreClient) GetFunctions(ctx context.Context, dbName string, pattern string) (_r []string, _err error)
Parameters:
- DbName
- Pattern
func (*ThriftHiveMetastoreClient) GetIndexByName ¶
func (p *ThriftHiveMetastoreClient) GetIndexByName(ctx context.Context, db_name string, tbl_name string, index_name string) (_r *Index, _err error)
Parameters:
- DbName
- TblName
- IndexName
func (*ThriftHiveMetastoreClient) GetIndexNames ¶
func (p *ThriftHiveMetastoreClient) GetIndexNames(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (_r []string, _err error)
Parameters:
- DbName
- TblName
- MaxIndexes
func (*ThriftHiveMetastoreClient) GetIndexes ¶
func (p *ThriftHiveMetastoreClient) GetIndexes(ctx context.Context, db_name string, tbl_name string, max_indexes int16) (_r []*Index, _err error)
Parameters:
- DbName
- TblName
- MaxIndexes
func (*ThriftHiveMetastoreClient) GetMasterKeys ¶
func (p *ThriftHiveMetastoreClient) GetMasterKeys(ctx context.Context) (_r []string, _err error)
func (*ThriftHiveMetastoreClient) GetMetaConf ¶
func (p *ThriftHiveMetastoreClient) GetMetaConf(ctx context.Context, key string) (_r string, _err error)
Parameters:
- Key
func (*ThriftHiveMetastoreClient) GetMetastoreDbUUID ¶
func (p *ThriftHiveMetastoreClient) GetMetastoreDbUUID(ctx context.Context) (_r string, _err error)
func (*ThriftHiveMetastoreClient) GetNextNotification ¶
func (p *ThriftHiveMetastoreClient) GetNextNotification(ctx context.Context, rqst *NotificationEventRequest) (_r *NotificationEventResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) GetNotNullConstraints ¶
func (p *ThriftHiveMetastoreClient) GetNotNullConstraints(ctx context.Context, request *NotNullConstraintsRequest) (_r *NotNullConstraintsResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetNotificationEventsCount ¶
func (p *ThriftHiveMetastoreClient) GetNotificationEventsCount(ctx context.Context, rqst *NotificationEventsCountRequest) (_r *NotificationEventsCountResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) GetNumPartitionsByFilter ¶
func (p *ThriftHiveMetastoreClient) GetNumPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string) (_r int32, _err error)
Parameters:
- DbName
- TblName
- Filter
func (*ThriftHiveMetastoreClient) GetOpenTxns ¶
func (p *ThriftHiveMetastoreClient) GetOpenTxns(ctx context.Context) (_r *GetOpenTxnsResponse, _err error)
func (*ThriftHiveMetastoreClient) GetOpenTxnsInfo ¶
func (p *ThriftHiveMetastoreClient) GetOpenTxnsInfo(ctx context.Context) (_r *GetOpenTxnsInfoResponse, _err error)
func (*ThriftHiveMetastoreClient) GetPartSpecsByFilter ¶
func (p *ThriftHiveMetastoreClient) GetPartSpecsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int32) (_r []*PartitionSpec, _err error)
Parameters:
- DbName
- TblName
- Filter
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartition ¶
func (p *ThriftHiveMetastoreClient) GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
func (*ThriftHiveMetastoreClient) GetPartitionByName ¶
func (p *ThriftHiveMetastoreClient) GetPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartName
func (*ThriftHiveMetastoreClient) GetPartitionColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) GetPartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (_r *ColumnStatistics, _err error)
Parameters:
- DbName
- TblName
- PartName
- ColName
func (*ThriftHiveMetastoreClient) GetPartitionNames ¶
func (p *ThriftHiveMetastoreClient) GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (_r []string, _err error)
Parameters:
- DbName
- TblName
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionNamesPs ¶
func (p *ThriftHiveMetastoreClient) GetPartitionNamesPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (_r []string, _err error)
Parameters:
- DbName
- TblName
- PartVals
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionValues ¶
func (p *ThriftHiveMetastoreClient) GetPartitionValues(ctx context.Context, request *PartitionValuesRequest) (_r *PartitionValuesResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetPartitionWithAuth ¶
func (p *ThriftHiveMetastoreClient) GetPartitionWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, user_name string, group_names []string) (_r *Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
- UserName
- GroupNames
func (*ThriftHiveMetastoreClient) GetPartitions ¶
func (p *ThriftHiveMetastoreClient) GetPartitions(ctx context.Context, db_name string, tbl_name string, max_parts int16) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionsByExpr ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsByExpr(ctx context.Context, req *PartitionsByExprRequest) (_r *PartitionsByExprResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) GetPartitionsByFilter ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int16) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- Filter
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionsByNames ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsByNames(ctx context.Context, db_name string, tbl_name string, names []string) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- Names
func (*ThriftHiveMetastoreClient) GetPartitionsPs ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionsPsWithAuth ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsPsWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16, user_name string, group_names []string) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- PartVals
- MaxParts
- UserName
- GroupNames
func (*ThriftHiveMetastoreClient) GetPartitionsPspec ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsPspec(ctx context.Context, db_name string, tbl_name string, max_parts int32) (_r []*PartitionSpec, _err error)
Parameters:
- DbName
- TblName
- MaxParts
func (*ThriftHiveMetastoreClient) GetPartitionsStatisticsReq ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsStatisticsReq(ctx context.Context, request *PartitionsStatsRequest) (_r *PartitionsStatsResult_, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetPartitionsWithAuth ¶
func (p *ThriftHiveMetastoreClient) GetPartitionsWithAuth(ctx context.Context, db_name string, tbl_name string, max_parts int16, user_name string, group_names []string) (_r []*Partition, _err error)
Parameters:
- DbName
- TblName
- MaxParts
- UserName
- GroupNames
func (*ThriftHiveMetastoreClient) GetPrimaryKeys ¶
func (p *ThriftHiveMetastoreClient) GetPrimaryKeys(ctx context.Context, request *PrimaryKeysRequest) (_r *PrimaryKeysResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetPrincipalsInRole ¶
func (p *ThriftHiveMetastoreClient) GetPrincipalsInRole(ctx context.Context, request *GetPrincipalsInRoleRequest) (_r *GetPrincipalsInRoleResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetPrivilegeSet ¶
func (p *ThriftHiveMetastoreClient) GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, group_names []string) (_r *PrincipalPrivilegeSet, _err error)
Parameters:
- HiveObject
- UserName
- GroupNames
func (*ThriftHiveMetastoreClient) GetResourcePlan ¶
func (p *ThriftHiveMetastoreClient) GetResourcePlan(ctx context.Context, request *WMGetResourcePlanRequest) (_r *WMGetResourcePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetRoleGrantsForPrincipal ¶
func (p *ThriftHiveMetastoreClient) GetRoleGrantsForPrincipal(ctx context.Context, request *GetRoleGrantsForPrincipalRequest) (_r *GetRoleGrantsForPrincipalResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetRoleNames ¶
func (p *ThriftHiveMetastoreClient) GetRoleNames(ctx context.Context) (_r []string, _err error)
func (*ThriftHiveMetastoreClient) GetSchema ¶
func (p *ThriftHiveMetastoreClient) GetSchema(ctx context.Context, db_name string, table_name string) (_r []*FieldSchema, _err error)
Parameters:
- DbName
- TableName
func (*ThriftHiveMetastoreClient) GetSchemaWithEnvironmentContext ¶
func (p *ThriftHiveMetastoreClient) GetSchemaWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (_r []*FieldSchema, _err error)
Parameters:
- DbName
- TableName
- EnvironmentContext
func (*ThriftHiveMetastoreClient) GetTable ¶
func (p *ThriftHiveMetastoreClient) GetTable(ctx context.Context, dbname string, tbl_name string) (_r *Table, _err error)
Parameters:
- Dbname
- TblName
func (*ThriftHiveMetastoreClient) GetTableColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) GetTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (_r *ColumnStatistics, _err error)
Parameters:
- DbName
- TblName
- ColName
func (*ThriftHiveMetastoreClient) GetTableMeta ¶
func (p *ThriftHiveMetastoreClient) GetTableMeta(ctx context.Context, db_patterns string, tbl_patterns string, tbl_types []string) (_r []*TableMeta, _err error)
Parameters:
- DbPatterns
- TblPatterns
- TblTypes
func (*ThriftHiveMetastoreClient) GetTableNamesByFilter ¶
func (p *ThriftHiveMetastoreClient) GetTableNamesByFilter(ctx context.Context, dbname string, filter string, max_tables int16) (_r []string, _err error)
Parameters:
- Dbname
- Filter
- MaxTables
func (*ThriftHiveMetastoreClient) GetTableObjectsByName ¶
func (p *ThriftHiveMetastoreClient) GetTableObjectsByName(ctx context.Context, dbname string, tbl_names []string) (_r []*Table, _err error)
Parameters:
- Dbname
- TblNames
func (*ThriftHiveMetastoreClient) GetTableObjectsByNameReq ¶
func (p *ThriftHiveMetastoreClient) GetTableObjectsByNameReq(ctx context.Context, req *GetTablesRequest) (_r *GetTablesResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) GetTableReq ¶
func (p *ThriftHiveMetastoreClient) GetTableReq(ctx context.Context, req *GetTableRequest) (_r *GetTableResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) GetTableStatisticsReq ¶
func (p *ThriftHiveMetastoreClient) GetTableStatisticsReq(ctx context.Context, request *TableStatsRequest) (_r *TableStatsResult_, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetTables ¶
func (p *ThriftHiveMetastoreClient) GetTables(ctx context.Context, db_name string, pattern string) (_r []string, _err error)
Parameters:
- DbName
- Pattern
func (*ThriftHiveMetastoreClient) GetTablesByType ¶
func (p *ThriftHiveMetastoreClient) GetTablesByType(ctx context.Context, db_name string, pattern string, tableType string) (_r []string, _err error)
Parameters:
- DbName
- Pattern
- TableType
func (*ThriftHiveMetastoreClient) GetToken ¶
func (p *ThriftHiveMetastoreClient) GetToken(ctx context.Context, token_identifier string) (_r string, _err error)
Parameters:
- TokenIdentifier
func (*ThriftHiveMetastoreClient) GetTriggersForResourceplan ¶
func (p *ThriftHiveMetastoreClient) GetTriggersForResourceplan(ctx context.Context, request *WMGetTriggersForResourePlanRequest) (_r *WMGetTriggersForResourePlanResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GetType ¶
func (p *ThriftHiveMetastoreClient) GetType(ctx context.Context, name string) (_r *Type, _err error)
Parameters:
- Name
func (*ThriftHiveMetastoreClient) GetTypeAll ¶
func (p *ThriftHiveMetastoreClient) GetTypeAll(ctx context.Context, name string) (_r map[string]*Type, _err error)
Parameters:
- Name
func (*ThriftHiveMetastoreClient) GetUniqueConstraints ¶
func (p *ThriftHiveMetastoreClient) GetUniqueConstraints(ctx context.Context, request *UniqueConstraintsRequest) (_r *UniqueConstraintsResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GrantPrivileges ¶
func (p *ThriftHiveMetastoreClient) GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (_r bool, _err error)
Parameters:
- Privileges
func (*ThriftHiveMetastoreClient) GrantRevokePrivileges ¶
func (p *ThriftHiveMetastoreClient) GrantRevokePrivileges(ctx context.Context, request *GrantRevokePrivilegeRequest) (_r *GrantRevokePrivilegeResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GrantRevokeRole ¶
func (p *ThriftHiveMetastoreClient) GrantRevokeRole(ctx context.Context, request *GrantRevokeRoleRequest) (_r *GrantRevokeRoleResponse, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) GrantRole ¶
func (p *ThriftHiveMetastoreClient) GrantRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType, grantor string, grantorType PrincipalType, grant_option bool) (_r bool, _err error)
Parameters:
- RoleName
- PrincipalName
- PrincipalType
- Grantor
- GrantorType
- GrantOption
func (*ThriftHiveMetastoreClient) Heartbeat ¶
func (p *ThriftHiveMetastoreClient) Heartbeat(ctx context.Context, ids *HeartbeatRequest) (_err error)
Parameters:
- Ids
func (*ThriftHiveMetastoreClient) HeartbeatTxnRange ¶
func (p *ThriftHiveMetastoreClient) HeartbeatTxnRange(ctx context.Context, txns *HeartbeatTxnRangeRequest) (_r *HeartbeatTxnRangeResponse, _err error)
Parameters:
- Txns
func (*ThriftHiveMetastoreClient) IsPartitionMarkedForEvent ¶
func (p *ThriftHiveMetastoreClient) IsPartitionMarkedForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (_r bool, _err error)
Parameters:
- DbName
- TblName
- PartVals
- EventType
func (*ThriftHiveMetastoreClient) LastResponseMeta_ ¶
func (p *ThriftHiveMetastoreClient) LastResponseMeta_() thrift.ResponseMeta
func (*ThriftHiveMetastoreClient) ListPrivileges ¶
func (p *ThriftHiveMetastoreClient) ListPrivileges(ctx context.Context, principal_name string, principal_type PrincipalType, hiveObject *HiveObjectRef) (_r []*HiveObjectPrivilege, _err error)
Parameters:
- PrincipalName
- PrincipalType
- HiveObject
func (*ThriftHiveMetastoreClient) ListRoles ¶
func (p *ThriftHiveMetastoreClient) ListRoles(ctx context.Context, principal_name string, principal_type PrincipalType) (_r []*Role, _err error)
Parameters:
- PrincipalName
- PrincipalType
func (*ThriftHiveMetastoreClient) Lock ¶
func (p *ThriftHiveMetastoreClient) Lock(ctx context.Context, rqst *LockRequest) (_r *LockResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) MarkPartitionForEvent ¶
func (p *ThriftHiveMetastoreClient) MarkPartitionForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (_err error)
Parameters:
- DbName
- TblName
- PartVals
- EventType
func (*ThriftHiveMetastoreClient) OpenTxns ¶
func (p *ThriftHiveMetastoreClient) OpenTxns(ctx context.Context, rqst *OpenTxnRequest) (_r *OpenTxnsResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) PartitionNameHasValidCharacters ¶
func (p *ThriftHiveMetastoreClient) PartitionNameHasValidCharacters(ctx context.Context, part_vals []string, throw_exception bool) (_r bool, _err error)
Parameters:
- PartVals
- ThrowException
func (*ThriftHiveMetastoreClient) PartitionNameToSpec ¶
func (p *ThriftHiveMetastoreClient) PartitionNameToSpec(ctx context.Context, part_name string) (_r map[string]string, _err error)
Parameters:
- PartName
func (*ThriftHiveMetastoreClient) PartitionNameToVals ¶
func (p *ThriftHiveMetastoreClient) PartitionNameToVals(ctx context.Context, part_name string) (_r []string, _err error)
Parameters:
- PartName
func (*ThriftHiveMetastoreClient) PutFileMetadata ¶
func (p *ThriftHiveMetastoreClient) PutFileMetadata(ctx context.Context, req *PutFileMetadataRequest) (_r *PutFileMetadataResult_, _err error)
Parameters:
- Req
func (*ThriftHiveMetastoreClient) RemoveMasterKey ¶
func (p *ThriftHiveMetastoreClient) RemoveMasterKey(ctx context.Context, key_seq int32) (_r bool, _err error)
Parameters:
- KeySeq
func (*ThriftHiveMetastoreClient) RemoveToken ¶
func (p *ThriftHiveMetastoreClient) RemoveToken(ctx context.Context, token_identifier string) (_r bool, _err error)
Parameters:
- TokenIdentifier
func (*ThriftHiveMetastoreClient) RenamePartition ¶
func (p *ThriftHiveMetastoreClient) RenamePartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, new_part *Partition) (_err error)
Parameters:
- DbName
- TblName
- PartVals
- NewPart_
func (*ThriftHiveMetastoreClient) RenewDelegationToken ¶
func (p *ThriftHiveMetastoreClient) RenewDelegationToken(ctx context.Context, token_str_form string) (_r int64, _err error)
Parameters:
- TokenStrForm
func (*ThriftHiveMetastoreClient) RevokePrivileges ¶
func (p *ThriftHiveMetastoreClient) RevokePrivileges(ctx context.Context, privileges *PrivilegeBag) (_r bool, _err error)
Parameters:
- Privileges
func (*ThriftHiveMetastoreClient) RevokeRole ¶
func (p *ThriftHiveMetastoreClient) RevokeRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType) (_r bool, _err error)
Parameters:
- RoleName
- PrincipalName
- PrincipalType
func (*ThriftHiveMetastoreClient) SetAggrStatsFor ¶
func (p *ThriftHiveMetastoreClient) SetAggrStatsFor(ctx context.Context, request *SetPartitionsStatsRequest) (_r bool, _err error)
Parameters:
- Request
func (*ThriftHiveMetastoreClient) SetLastResponseMeta_ ¶
func (p *ThriftHiveMetastoreClient) SetLastResponseMeta_(meta thrift.ResponseMeta)
func (*ThriftHiveMetastoreClient) SetMetaConf ¶
func (p *ThriftHiveMetastoreClient) SetMetaConf(ctx context.Context, key string, value string) (_err error)
Parameters:
- Key
- Value
func (*ThriftHiveMetastoreClient) SetUgi ¶
func (p *ThriftHiveMetastoreClient) SetUgi(ctx context.Context, user_name string, group_names []string) (_r []string, _err error)
Parameters:
- UserName
- GroupNames
func (*ThriftHiveMetastoreClient) ShowCompact ¶
func (p *ThriftHiveMetastoreClient) ShowCompact(ctx context.Context, rqst *ShowCompactRequest) (_r *ShowCompactResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) ShowLocks ¶
func (p *ThriftHiveMetastoreClient) ShowLocks(ctx context.Context, rqst *ShowLocksRequest) (_r *ShowLocksResponse, _err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) TruncateTable ¶
func (p *ThriftHiveMetastoreClient) TruncateTable(ctx context.Context, dbName string, tableName string, partNames []string) (_err error)
Parameters:
- DbName
- TableName
- PartNames
func (*ThriftHiveMetastoreClient) Unlock ¶
func (p *ThriftHiveMetastoreClient) Unlock(ctx context.Context, rqst *UnlockRequest) (_err error)
Parameters:
- Rqst
func (*ThriftHiveMetastoreClient) UpdateMasterKey ¶
func (p *ThriftHiveMetastoreClient) UpdateMasterKey(ctx context.Context, seq_number int32, key string) (_err error)
Parameters:
- SeqNumber
- Key
func (*ThriftHiveMetastoreClient) UpdatePartitionColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) UpdatePartitionColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error)
Parameters:
- StatsObj
func (*ThriftHiveMetastoreClient) UpdateTableColumnStatistics ¶
func (p *ThriftHiveMetastoreClient) UpdateTableColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (_r bool, _err error)
Parameters:
- StatsObj
func (*ThriftHiveMetastoreClient) ValidateResourcePlan ¶
func (p *ThriftHiveMetastoreClient) ValidateResourcePlan(ctx context.Context, request *WMValidateResourcePlanRequest) (_r *WMValidateResourcePlanResponse, _err error)
Parameters:
- Request
type ThriftHiveMetastoreCmRecycleArgs ¶
type ThriftHiveMetastoreCmRecycleArgs struct {
Request *CmRecycleRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreCmRecycleArgs ¶
func NewThriftHiveMetastoreCmRecycleArgs() *ThriftHiveMetastoreCmRecycleArgs
func (*ThriftHiveMetastoreCmRecycleArgs) GetRequest ¶
func (p *ThriftHiveMetastoreCmRecycleArgs) GetRequest() *CmRecycleRequest
func (*ThriftHiveMetastoreCmRecycleArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreCmRecycleArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreCmRecycleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCmRecycleArgs) String ¶
func (p *ThriftHiveMetastoreCmRecycleArgs) String() string
type ThriftHiveMetastoreCmRecycleResult ¶
type ThriftHiveMetastoreCmRecycleResult struct { Success *CmRecycleResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreCmRecycleResult ¶
func NewThriftHiveMetastoreCmRecycleResult() *ThriftHiveMetastoreCmRecycleResult
func (*ThriftHiveMetastoreCmRecycleResult) GetO1 ¶
func (p *ThriftHiveMetastoreCmRecycleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreCmRecycleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCmRecycleResult) GetSuccess() *CmRecycleResponse
func (*ThriftHiveMetastoreCmRecycleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCmRecycleResult) IsSetO1() bool
func (*ThriftHiveMetastoreCmRecycleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCmRecycleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCmRecycleResult) ReadField0 ¶
func (*ThriftHiveMetastoreCmRecycleResult) ReadField1 ¶
func (*ThriftHiveMetastoreCmRecycleResult) String ¶
func (p *ThriftHiveMetastoreCmRecycleResult) String() string
type ThriftHiveMetastoreCommitTxnArgs ¶
type ThriftHiveMetastoreCommitTxnArgs struct {
Rqst *CommitTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreCommitTxnArgs ¶
func NewThriftHiveMetastoreCommitTxnArgs() *ThriftHiveMetastoreCommitTxnArgs
func (*ThriftHiveMetastoreCommitTxnArgs) GetRqst ¶
func (p *ThriftHiveMetastoreCommitTxnArgs) GetRqst() *CommitTxnRequest
func (*ThriftHiveMetastoreCommitTxnArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreCommitTxnArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreCommitTxnArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCommitTxnArgs) String ¶
func (p *ThriftHiveMetastoreCommitTxnArgs) String() string
type ThriftHiveMetastoreCommitTxnResult ¶
type ThriftHiveMetastoreCommitTxnResult struct { O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreCommitTxnResult ¶
func NewThriftHiveMetastoreCommitTxnResult() *ThriftHiveMetastoreCommitTxnResult
func (*ThriftHiveMetastoreCommitTxnResult) GetO1 ¶
func (p *ThriftHiveMetastoreCommitTxnResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreCommitTxnResult) GetO2 ¶
func (p *ThriftHiveMetastoreCommitTxnResult) GetO2() *TxnAbortedException
func (*ThriftHiveMetastoreCommitTxnResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCommitTxnResult) IsSetO1() bool
func (*ThriftHiveMetastoreCommitTxnResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCommitTxnResult) IsSetO2() bool
func (*ThriftHiveMetastoreCommitTxnResult) ReadField1 ¶
func (*ThriftHiveMetastoreCommitTxnResult) ReadField2 ¶
func (*ThriftHiveMetastoreCommitTxnResult) String ¶
func (p *ThriftHiveMetastoreCommitTxnResult) String() string
type ThriftHiveMetastoreCompact2Args ¶
type ThriftHiveMetastoreCompact2Args struct {
Rqst *CompactionRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreCompact2Args ¶
func NewThriftHiveMetastoreCompact2Args() *ThriftHiveMetastoreCompact2Args
func (*ThriftHiveMetastoreCompact2Args) GetRqst ¶
func (p *ThriftHiveMetastoreCompact2Args) GetRqst() *CompactionRequest
func (*ThriftHiveMetastoreCompact2Args) IsSetRqst ¶
func (p *ThriftHiveMetastoreCompact2Args) IsSetRqst() bool
func (*ThriftHiveMetastoreCompact2Args) ReadField1 ¶
func (*ThriftHiveMetastoreCompact2Args) String ¶
func (p *ThriftHiveMetastoreCompact2Args) String() string
type ThriftHiveMetastoreCompact2Result ¶
type ThriftHiveMetastoreCompact2Result struct {
Success *CompactionResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreCompact2Result ¶
func NewThriftHiveMetastoreCompact2Result() *ThriftHiveMetastoreCompact2Result
func (*ThriftHiveMetastoreCompact2Result) GetSuccess ¶
func (p *ThriftHiveMetastoreCompact2Result) GetSuccess() *CompactionResponse
func (*ThriftHiveMetastoreCompact2Result) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCompact2Result) IsSetSuccess() bool
func (*ThriftHiveMetastoreCompact2Result) ReadField0 ¶
func (*ThriftHiveMetastoreCompact2Result) String ¶
func (p *ThriftHiveMetastoreCompact2Result) String() string
type ThriftHiveMetastoreCompactArgs ¶
type ThriftHiveMetastoreCompactArgs struct {
Rqst *CompactionRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreCompactArgs ¶
func NewThriftHiveMetastoreCompactArgs() *ThriftHiveMetastoreCompactArgs
func (*ThriftHiveMetastoreCompactArgs) GetRqst ¶
func (p *ThriftHiveMetastoreCompactArgs) GetRqst() *CompactionRequest
func (*ThriftHiveMetastoreCompactArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreCompactArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreCompactArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCompactArgs) String ¶
func (p *ThriftHiveMetastoreCompactArgs) String() string
type ThriftHiveMetastoreCompactResult ¶
type ThriftHiveMetastoreCompactResult struct { }
func NewThriftHiveMetastoreCompactResult ¶
func NewThriftHiveMetastoreCompactResult() *ThriftHiveMetastoreCompactResult
func (*ThriftHiveMetastoreCompactResult) String ¶
func (p *ThriftHiveMetastoreCompactResult) String() string
type ThriftHiveMetastoreCreateDatabaseArgs ¶
type ThriftHiveMetastoreCreateDatabaseArgs struct {
Database *Database `thrift:"database,1" db:"database" json:"database"`
}
Attributes:
- Database
func NewThriftHiveMetastoreCreateDatabaseArgs ¶
func NewThriftHiveMetastoreCreateDatabaseArgs() *ThriftHiveMetastoreCreateDatabaseArgs
func (*ThriftHiveMetastoreCreateDatabaseArgs) GetDatabase ¶
func (p *ThriftHiveMetastoreCreateDatabaseArgs) GetDatabase() *Database
func (*ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase ¶
func (p *ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase() bool
func (*ThriftHiveMetastoreCreateDatabaseArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateDatabaseArgs) String ¶
func (p *ThriftHiveMetastoreCreateDatabaseArgs) String() string
type ThriftHiveMetastoreCreateDatabaseResult ¶
type ThriftHiveMetastoreCreateDatabaseResult struct { O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O2
- O3
func NewThriftHiveMetastoreCreateDatabaseResult ¶
func NewThriftHiveMetastoreCreateDatabaseResult() *ThriftHiveMetastoreCreateDatabaseResult
func (*ThriftHiveMetastoreCreateDatabaseResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateDatabaseResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateDatabaseResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateDatabaseResult) String ¶
func (p *ThriftHiveMetastoreCreateDatabaseResult) String() string
type ThriftHiveMetastoreCreateFunctionArgs ¶
type ThriftHiveMetastoreCreateFunctionArgs struct {
Func *Function `thrift:"func,1" db:"func" json:"func"`
}
Attributes:
- Func
func NewThriftHiveMetastoreCreateFunctionArgs ¶
func NewThriftHiveMetastoreCreateFunctionArgs() *ThriftHiveMetastoreCreateFunctionArgs
func (*ThriftHiveMetastoreCreateFunctionArgs) GetFunc ¶
func (p *ThriftHiveMetastoreCreateFunctionArgs) GetFunc() *Function
func (*ThriftHiveMetastoreCreateFunctionArgs) IsSetFunc ¶
func (p *ThriftHiveMetastoreCreateFunctionArgs) IsSetFunc() bool
func (*ThriftHiveMetastoreCreateFunctionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateFunctionArgs) String ¶
func (p *ThriftHiveMetastoreCreateFunctionArgs) String() string
type ThriftHiveMetastoreCreateFunctionResult ¶
type ThriftHiveMetastoreCreateFunctionResult struct { O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *NoSuchObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreCreateFunctionResult ¶
func NewThriftHiveMetastoreCreateFunctionResult() *ThriftHiveMetastoreCreateFunctionResult
func (*ThriftHiveMetastoreCreateFunctionResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateFunctionResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateFunctionResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateFunctionResult) GetO4 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) GetO4() *NoSuchObjectException
func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) IsSetO4() bool
func (*ThriftHiveMetastoreCreateFunctionResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateFunctionResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateFunctionResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateFunctionResult) ReadField4 ¶
func (*ThriftHiveMetastoreCreateFunctionResult) String ¶
func (p *ThriftHiveMetastoreCreateFunctionResult) String() string
type ThriftHiveMetastoreCreateResourcePlanArgs ¶
type ThriftHiveMetastoreCreateResourcePlanArgs struct {
Request *WMCreateResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreCreateResourcePlanArgs ¶
func NewThriftHiveMetastoreCreateResourcePlanArgs() *ThriftHiveMetastoreCreateResourcePlanArgs
func (*ThriftHiveMetastoreCreateResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreCreateResourcePlanArgs) GetRequest() *WMCreateResourcePlanRequest
func (*ThriftHiveMetastoreCreateResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreCreateResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreCreateResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreCreateResourcePlanArgs) String() string
type ThriftHiveMetastoreCreateResourcePlanResult ¶
type ThriftHiveMetastoreCreateResourcePlanResult struct { Success *WMCreateResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreCreateResourcePlanResult ¶
func NewThriftHiveMetastoreCreateResourcePlanResult() *ThriftHiveMetastoreCreateResourcePlanResult
func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) GetSuccess() *WMCreateResourcePlanResponse
func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreCreateResourcePlanResult) String() string
type ThriftHiveMetastoreCreateRoleArgs ¶
type ThriftHiveMetastoreCreateRoleArgs struct {
Role *Role `thrift:"role,1" db:"role" json:"role"`
}
Attributes:
- Role
func NewThriftHiveMetastoreCreateRoleArgs ¶
func NewThriftHiveMetastoreCreateRoleArgs() *ThriftHiveMetastoreCreateRoleArgs
func (*ThriftHiveMetastoreCreateRoleArgs) GetRole ¶
func (p *ThriftHiveMetastoreCreateRoleArgs) GetRole() *Role
func (*ThriftHiveMetastoreCreateRoleArgs) IsSetRole ¶
func (p *ThriftHiveMetastoreCreateRoleArgs) IsSetRole() bool
func (*ThriftHiveMetastoreCreateRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateRoleArgs) String ¶
func (p *ThriftHiveMetastoreCreateRoleArgs) String() string
type ThriftHiveMetastoreCreateRoleResult ¶
type ThriftHiveMetastoreCreateRoleResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreCreateRoleResult ¶
func NewThriftHiveMetastoreCreateRoleResult() *ThriftHiveMetastoreCreateRoleResult
func (*ThriftHiveMetastoreCreateRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreCreateRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCreateRoleResult) GetSuccess() bool
func (*ThriftHiveMetastoreCreateRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCreateRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCreateRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreCreateRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateRoleResult) String ¶
func (p *ThriftHiveMetastoreCreateRoleResult) String() string
type ThriftHiveMetastoreCreateTableArgs ¶
type ThriftHiveMetastoreCreateTableArgs struct {
Tbl *Table `thrift:"tbl,1" db:"tbl" json:"tbl"`
}
Attributes:
- Tbl
func NewThriftHiveMetastoreCreateTableArgs ¶
func NewThriftHiveMetastoreCreateTableArgs() *ThriftHiveMetastoreCreateTableArgs
func (*ThriftHiveMetastoreCreateTableArgs) GetTbl ¶
func (p *ThriftHiveMetastoreCreateTableArgs) GetTbl() *Table
func (*ThriftHiveMetastoreCreateTableArgs) IsSetTbl ¶
func (p *ThriftHiveMetastoreCreateTableArgs) IsSetTbl() bool
func (*ThriftHiveMetastoreCreateTableArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableArgs) String ¶
func (p *ThriftHiveMetastoreCreateTableArgs) String() string
type ThriftHiveMetastoreCreateTableResult ¶
type ThriftHiveMetastoreCreateTableResult struct { O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *NoSuchObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreCreateTableResult ¶
func NewThriftHiveMetastoreCreateTableResult() *ThriftHiveMetastoreCreateTableResult
func (*ThriftHiveMetastoreCreateTableResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateTableResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateTableResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateTableResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateTableResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateTableResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateTableResult) GetO4 ¶
func (p *ThriftHiveMetastoreCreateTableResult) GetO4() *NoSuchObjectException
func (*ThriftHiveMetastoreCreateTableResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateTableResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateTableResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateTableResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateTableResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateTableResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateTableResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreCreateTableResult) IsSetO4() bool
func (*ThriftHiveMetastoreCreateTableResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTableResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateTableResult) ReadField4 ¶
func (*ThriftHiveMetastoreCreateTableResult) String ¶
func (p *ThriftHiveMetastoreCreateTableResult) String() string
type ThriftHiveMetastoreCreateTableWithConstraintsArgs ¶
type ThriftHiveMetastoreCreateTableWithConstraintsArgs struct { Tbl *Table `thrift:"tbl,1" db:"tbl" json:"tbl"` PrimaryKeys []*SQLPrimaryKey `thrift:"primaryKeys,2" db:"primaryKeys" json:"primaryKeys"` ForeignKeys []*SQLForeignKey `thrift:"foreignKeys,3" db:"foreignKeys" json:"foreignKeys"` UniqueConstraints []*SQLUniqueConstraint `thrift:"uniqueConstraints,4" db:"uniqueConstraints" json:"uniqueConstraints"` NotNullConstraints []*SQLNotNullConstraint `thrift:"notNullConstraints,5" db:"notNullConstraints" json:"notNullConstraints"` }
Attributes:
- Tbl
- PrimaryKeys
- ForeignKeys
- UniqueConstraints
- NotNullConstraints
func NewThriftHiveMetastoreCreateTableWithConstraintsArgs ¶
func NewThriftHiveMetastoreCreateTableWithConstraintsArgs() *ThriftHiveMetastoreCreateTableWithConstraintsArgs
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetForeignKeys ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetForeignKeys() []*SQLForeignKey
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetNotNullConstraints ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetNotNullConstraints() []*SQLNotNullConstraint
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetPrimaryKeys ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetPrimaryKeys() []*SQLPrimaryKey
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetTbl ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetTbl() *Table
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetUniqueConstraints ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetUniqueConstraints() []*SQLUniqueConstraint
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) IsSetTbl ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) IsSetTbl() bool
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField5 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) String ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsArgs) String() string
type ThriftHiveMetastoreCreateTableWithConstraintsResult ¶
type ThriftHiveMetastoreCreateTableWithConstraintsResult struct { O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *NoSuchObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreCreateTableWithConstraintsResult ¶
func NewThriftHiveMetastoreCreateTableWithConstraintsResult() *ThriftHiveMetastoreCreateTableWithConstraintsResult
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO4 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO4() *NoSuchObjectException
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO4() bool
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField4 ¶
func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) String ¶
func (p *ThriftHiveMetastoreCreateTableWithConstraintsResult) String() string
type ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs struct { Tbl *Table `thrift:"tbl,1" db:"tbl" json:"tbl"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,2" db:"environment_context" json:"environment_context"` }
Attributes:
- Tbl
- EnvironmentContext
func NewThriftHiveMetastoreCreateTableWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreCreateTableWithEnvironmentContextArgs() *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetTbl ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetTbl() *Table
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetTbl ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetTbl() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreCreateTableWithEnvironmentContextResult ¶
type ThriftHiveMetastoreCreateTableWithEnvironmentContextResult struct { O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *NoSuchObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreCreateTableWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreCreateTableWithEnvironmentContextResult() *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO4 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO4() *NoSuchObjectException
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO4() bool
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField4 ¶
func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreCreateTypeArgs ¶
type ThriftHiveMetastoreCreateTypeArgs struct {
Type *Type `thrift:"type,1" db:"type" json:"type"`
}
Attributes:
- Type
func NewThriftHiveMetastoreCreateTypeArgs ¶
func NewThriftHiveMetastoreCreateTypeArgs() *ThriftHiveMetastoreCreateTypeArgs
func (*ThriftHiveMetastoreCreateTypeArgs) GetType ¶
func (p *ThriftHiveMetastoreCreateTypeArgs) GetType() *Type
func (*ThriftHiveMetastoreCreateTypeArgs) IsSetType ¶
func (p *ThriftHiveMetastoreCreateTypeArgs) IsSetType() bool
func (*ThriftHiveMetastoreCreateTypeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTypeArgs) String ¶
func (p *ThriftHiveMetastoreCreateTypeArgs) String() string
type ThriftHiveMetastoreCreateTypeResult ¶
type ThriftHiveMetastoreCreateTypeResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreCreateTypeResult ¶
func NewThriftHiveMetastoreCreateTypeResult() *ThriftHiveMetastoreCreateTypeResult
func (*ThriftHiveMetastoreCreateTypeResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateTypeResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreCreateTypeResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) GetO3() *MetaException
func (*ThriftHiveMetastoreCreateTypeResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCreateTypeResult) GetSuccess() bool
func (*ThriftHiveMetastoreCreateTypeResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateTypeResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateTypeResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateTypeResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateTypeResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCreateTypeResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCreateTypeResult) ReadField0 ¶
func (*ThriftHiveMetastoreCreateTypeResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateTypeResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateTypeResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateTypeResult) String ¶
func (p *ThriftHiveMetastoreCreateTypeResult) String() string
type ThriftHiveMetastoreCreateWmTriggerArgs ¶
type ThriftHiveMetastoreCreateWmTriggerArgs struct {
Request *WMCreateTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreCreateWmTriggerArgs ¶
func NewThriftHiveMetastoreCreateWmTriggerArgs() *ThriftHiveMetastoreCreateWmTriggerArgs
func (*ThriftHiveMetastoreCreateWmTriggerArgs) GetRequest ¶
func (p *ThriftHiveMetastoreCreateWmTriggerArgs) GetRequest() *WMCreateTriggerRequest
func (*ThriftHiveMetastoreCreateWmTriggerArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreCreateWmTriggerArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreCreateWmTriggerArgs) ReadField1 ¶
func (*ThriftHiveMetastoreCreateWmTriggerArgs) String ¶
func (p *ThriftHiveMetastoreCreateWmTriggerArgs) String() string
type ThriftHiveMetastoreCreateWmTriggerResult ¶
type ThriftHiveMetastoreCreateWmTriggerResult struct { Success *WMCreateTriggerResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *MetaException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreCreateWmTriggerResult ¶
func NewThriftHiveMetastoreCreateWmTriggerResult() *ThriftHiveMetastoreCreateWmTriggerResult
func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO1 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO1() *AlreadyExistsException
func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO2 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO3 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO3() *InvalidObjectException
func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO4 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetO4() *MetaException
func (*ThriftHiveMetastoreCreateWmTriggerResult) GetSuccess ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) GetSuccess() *WMCreateTriggerResponse
func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO1() bool
func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO2() bool
func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO3() bool
func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetO4() bool
func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField0 ¶
func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField1 ¶
func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField2 ¶
func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField3 ¶
func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField4 ¶
func (*ThriftHiveMetastoreCreateWmTriggerResult) String ¶
func (p *ThriftHiveMetastoreCreateWmTriggerResult) String() string
type ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs ¶
type ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` ColName string `thrift:"col_name,4" db:"col_name" json:"col_name"` }
Attributes:
- DbName
- TblName
- PartName
- ColName
func NewThriftHiveMetastoreDeletePartitionColumnStatisticsArgs ¶
func NewThriftHiveMetastoreDeletePartitionColumnStatisticsArgs() *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetColName ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetColName() string
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetDbName() string
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetPartName ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetPartName() string
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetTblName() string
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) String() string
type ThriftHiveMetastoreDeletePartitionColumnStatisticsResult ¶
type ThriftHiveMetastoreDeletePartitionColumnStatisticsResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreDeletePartitionColumnStatisticsResult ¶
func NewThriftHiveMetastoreDeletePartitionColumnStatisticsResult() *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO3() *InvalidObjectException
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetSuccess() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) String() string
type ThriftHiveMetastoreDeleteTableColumnStatisticsArgs ¶
type ThriftHiveMetastoreDeleteTableColumnStatisticsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` ColName string `thrift:"col_name,3" db:"col_name" json:"col_name"` }
Attributes:
- DbName
- TblName
- ColName
func NewThriftHiveMetastoreDeleteTableColumnStatisticsArgs ¶
func NewThriftHiveMetastoreDeleteTableColumnStatisticsArgs() *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetColName ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetColName() string
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetDbName() string
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetTblName() string
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) String() string
type ThriftHiveMetastoreDeleteTableColumnStatisticsResult ¶
type ThriftHiveMetastoreDeleteTableColumnStatisticsResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreDeleteTableColumnStatisticsResult ¶
func NewThriftHiveMetastoreDeleteTableColumnStatisticsResult() *ThriftHiveMetastoreDeleteTableColumnStatisticsResult
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO3() *InvalidObjectException
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetSuccess() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreDeleteTableColumnStatisticsResult) String() string
type ThriftHiveMetastoreDropConstraintArgs ¶
type ThriftHiveMetastoreDropConstraintArgs struct {
Req *DropConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreDropConstraintArgs ¶
func NewThriftHiveMetastoreDropConstraintArgs() *ThriftHiveMetastoreDropConstraintArgs
func (*ThriftHiveMetastoreDropConstraintArgs) GetReq ¶
func (p *ThriftHiveMetastoreDropConstraintArgs) GetReq() *DropConstraintRequest
func (*ThriftHiveMetastoreDropConstraintArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreDropConstraintArgs) IsSetReq() bool
func (*ThriftHiveMetastoreDropConstraintArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropConstraintArgs) String ¶
func (p *ThriftHiveMetastoreDropConstraintArgs) String() string
type ThriftHiveMetastoreDropConstraintResult ¶
type ThriftHiveMetastoreDropConstraintResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O3 *MetaException `thrift:"o3,2" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O3
func NewThriftHiveMetastoreDropConstraintResult ¶
func NewThriftHiveMetastoreDropConstraintResult() *ThriftHiveMetastoreDropConstraintResult
func (*ThriftHiveMetastoreDropConstraintResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropConstraintResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropConstraintResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropConstraintResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropConstraintResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropConstraintResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropConstraintResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropConstraintResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropConstraintResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropConstraintResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropConstraintResult) String ¶
func (p *ThriftHiveMetastoreDropConstraintResult) String() string
type ThriftHiveMetastoreDropDatabaseArgs ¶
type ThriftHiveMetastoreDropDatabaseArgs struct { Name string `thrift:"name,1" db:"name" json:"name"` DeleteData bool `thrift:"deleteData,2" db:"deleteData" json:"deleteData"` Cascade bool `thrift:"cascade,3" db:"cascade" json:"cascade"` }
Attributes:
- Name
- DeleteData
- Cascade
func NewThriftHiveMetastoreDropDatabaseArgs ¶
func NewThriftHiveMetastoreDropDatabaseArgs() *ThriftHiveMetastoreDropDatabaseArgs
func (*ThriftHiveMetastoreDropDatabaseArgs) GetCascade ¶
func (p *ThriftHiveMetastoreDropDatabaseArgs) GetCascade() bool
func (*ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropDatabaseArgs) GetName ¶
func (p *ThriftHiveMetastoreDropDatabaseArgs) GetName() string
func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropDatabaseArgs) String ¶
func (p *ThriftHiveMetastoreDropDatabaseArgs) String() string
type ThriftHiveMetastoreDropDatabaseResult ¶
type ThriftHiveMetastoreDropDatabaseResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O2
- O3
func NewThriftHiveMetastoreDropDatabaseResult ¶
func NewThriftHiveMetastoreDropDatabaseResult() *ThriftHiveMetastoreDropDatabaseResult
func (*ThriftHiveMetastoreDropDatabaseResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropDatabaseResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreDropDatabaseResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropDatabaseResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropDatabaseResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropDatabaseResult) ReadField3 ¶
func (*ThriftHiveMetastoreDropDatabaseResult) String ¶
func (p *ThriftHiveMetastoreDropDatabaseResult) String() string
type ThriftHiveMetastoreDropFunctionArgs ¶
type ThriftHiveMetastoreDropFunctionArgs struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` FuncName string `thrift:"funcName,2" db:"funcName" json:"funcName"` }
Attributes:
- DbName
- FuncName
func NewThriftHiveMetastoreDropFunctionArgs ¶
func NewThriftHiveMetastoreDropFunctionArgs() *ThriftHiveMetastoreDropFunctionArgs
func (*ThriftHiveMetastoreDropFunctionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropFunctionArgs) GetDbName() string
func (*ThriftHiveMetastoreDropFunctionArgs) GetFuncName ¶
func (p *ThriftHiveMetastoreDropFunctionArgs) GetFuncName() string
func (*ThriftHiveMetastoreDropFunctionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropFunctionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropFunctionArgs) String ¶
func (p *ThriftHiveMetastoreDropFunctionArgs) String() string
type ThriftHiveMetastoreDropFunctionResult ¶
type ThriftHiveMetastoreDropFunctionResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O3 *MetaException `thrift:"o3,2" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O3
func NewThriftHiveMetastoreDropFunctionResult ¶
func NewThriftHiveMetastoreDropFunctionResult() *ThriftHiveMetastoreDropFunctionResult
func (*ThriftHiveMetastoreDropFunctionResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropFunctionResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropFunctionResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropFunctionResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropFunctionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropFunctionResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropFunctionResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropFunctionResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropFunctionResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropFunctionResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropFunctionResult) String ¶
func (p *ThriftHiveMetastoreDropFunctionResult) String() string
type ThriftHiveMetastoreDropIndexByNameArgs ¶
type ThriftHiveMetastoreDropIndexByNameArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` IndexName string `thrift:"index_name,3" db:"index_name" json:"index_name"` DeleteData bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData"` }
Attributes:
- DbName
- TblName
- IndexName
- DeleteData
func NewThriftHiveMetastoreDropIndexByNameArgs ¶
func NewThriftHiveMetastoreDropIndexByNameArgs() *ThriftHiveMetastoreDropIndexByNameArgs
func (*ThriftHiveMetastoreDropIndexByNameArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetDbName() string
func (*ThriftHiveMetastoreDropIndexByNameArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropIndexByNameArgs) GetIndexName ¶
func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetIndexName() string
func (*ThriftHiveMetastoreDropIndexByNameArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetTblName() string
func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropIndexByNameArgs) String ¶
func (p *ThriftHiveMetastoreDropIndexByNameArgs) String() string
type ThriftHiveMetastoreDropIndexByNameResult ¶
type ThriftHiveMetastoreDropIndexByNameResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropIndexByNameResult ¶
func NewThriftHiveMetastoreDropIndexByNameResult() *ThriftHiveMetastoreDropIndexByNameResult
func (*ThriftHiveMetastoreDropIndexByNameResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropIndexByNameResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropIndexByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropIndexByNameResult) String ¶
func (p *ThriftHiveMetastoreDropIndexByNameResult) String() string
type ThriftHiveMetastoreDropPartitionArgs ¶
type ThriftHiveMetastoreDropPartitionArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` DeleteData bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData"` }
Attributes:
- DbName
- TblName
- PartVals
- DeleteData
func NewThriftHiveMetastoreDropPartitionArgs ¶
func NewThriftHiveMetastoreDropPartitionArgs() *ThriftHiveMetastoreDropPartitionArgs
func (*ThriftHiveMetastoreDropPartitionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropPartitionArgs) GetDbName() string
func (*ThriftHiveMetastoreDropPartitionArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropPartitionArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropPartitionArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreDropPartitionArgs) GetPartVals() []string
func (*ThriftHiveMetastoreDropPartitionArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDropPartitionArgs) GetTblName() string
func (*ThriftHiveMetastoreDropPartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropPartitionArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropPartitionArgs) String ¶
func (p *ThriftHiveMetastoreDropPartitionArgs) String() string
type ThriftHiveMetastoreDropPartitionByNameArgs ¶
type ThriftHiveMetastoreDropPartitionByNameArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` DeleteData bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData"` }
Attributes:
- DbName
- TblName
- PartName
- DeleteData
func NewThriftHiveMetastoreDropPartitionByNameArgs ¶
func NewThriftHiveMetastoreDropPartitionByNameArgs() *ThriftHiveMetastoreDropPartitionByNameArgs
func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetDbName() string
func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetPartName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetPartName() string
func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameArgs) GetTblName() string
func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropPartitionByNameArgs) String ¶
func (p *ThriftHiveMetastoreDropPartitionByNameArgs) String() string
type ThriftHiveMetastoreDropPartitionByNameResult ¶
type ThriftHiveMetastoreDropPartitionByNameResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropPartitionByNameResult ¶
func NewThriftHiveMetastoreDropPartitionByNameResult() *ThriftHiveMetastoreDropPartitionByNameResult
func (*ThriftHiveMetastoreDropPartitionByNameResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropPartitionByNameResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropPartitionByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionByNameResult) String ¶
func (p *ThriftHiveMetastoreDropPartitionByNameResult) String() string
type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` DeleteData bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,5" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- PartName
- DeleteData
- EnvironmentContext
func NewThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs() *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetPartName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetPartName() string
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField5 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult ¶
type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult() *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreDropPartitionResult ¶
type ThriftHiveMetastoreDropPartitionResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropPartitionResult ¶
func NewThriftHiveMetastoreDropPartitionResult() *ThriftHiveMetastoreDropPartitionResult
func (*ThriftHiveMetastoreDropPartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropPartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropPartitionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropPartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropPartitionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropPartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionResult) String ¶
func (p *ThriftHiveMetastoreDropPartitionResult) String() string
type ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` DeleteData bool `thrift:"deleteData,4" db:"deleteData" json:"deleteData"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,5" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TblName
- PartVals
- DeleteData
- EnvironmentContext
func NewThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs() *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetPartVals() []string
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetTblName ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetTblName() string
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField5 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult ¶
type ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropPartitionWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreDropPartitionWithEnvironmentContextResult() *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreDropPartitionsReqArgs ¶
type ThriftHiveMetastoreDropPartitionsReqArgs struct {
Req *DropPartitionsRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreDropPartitionsReqArgs ¶
func NewThriftHiveMetastoreDropPartitionsReqArgs() *ThriftHiveMetastoreDropPartitionsReqArgs
func (*ThriftHiveMetastoreDropPartitionsReqArgs) GetReq ¶
func (p *ThriftHiveMetastoreDropPartitionsReqArgs) GetReq() *DropPartitionsRequest
func (*ThriftHiveMetastoreDropPartitionsReqArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreDropPartitionsReqArgs) IsSetReq() bool
func (*ThriftHiveMetastoreDropPartitionsReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionsReqArgs) String ¶
func (p *ThriftHiveMetastoreDropPartitionsReqArgs) String() string
type ThriftHiveMetastoreDropPartitionsReqResult ¶
type ThriftHiveMetastoreDropPartitionsReqResult struct { Success *DropPartitionsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropPartitionsReqResult ¶
func NewThriftHiveMetastoreDropPartitionsReqResult() *ThriftHiveMetastoreDropPartitionsReqResult
func (*ThriftHiveMetastoreDropPartitionsReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropPartitionsReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetO2() *MetaException
func (*ThriftHiveMetastoreDropPartitionsReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) GetSuccess() *DropPartitionsResult_
func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropPartitionsReqResult) String ¶
func (p *ThriftHiveMetastoreDropPartitionsReqResult) String() string
type ThriftHiveMetastoreDropResourcePlanArgs ¶
type ThriftHiveMetastoreDropResourcePlanArgs struct {
Request *WMDropResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreDropResourcePlanArgs ¶
func NewThriftHiveMetastoreDropResourcePlanArgs() *ThriftHiveMetastoreDropResourcePlanArgs
func (*ThriftHiveMetastoreDropResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreDropResourcePlanArgs) GetRequest() *WMDropResourcePlanRequest
func (*ThriftHiveMetastoreDropResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreDropResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreDropResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreDropResourcePlanArgs) String() string
type ThriftHiveMetastoreDropResourcePlanResult ¶
type ThriftHiveMetastoreDropResourcePlanResult struct { Success *WMDropResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreDropResourcePlanResult ¶
func NewThriftHiveMetastoreDropResourcePlanResult() *ThriftHiveMetastoreDropResourcePlanResult
func (*ThriftHiveMetastoreDropResourcePlanResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreDropResourcePlanResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) GetSuccess() *WMDropResourcePlanResponse
func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField3 ¶
func (*ThriftHiveMetastoreDropResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreDropResourcePlanResult) String() string
type ThriftHiveMetastoreDropRoleArgs ¶
type ThriftHiveMetastoreDropRoleArgs struct {
RoleName string `thrift:"role_name,1" db:"role_name" json:"role_name"`
}
Attributes:
- RoleName
func NewThriftHiveMetastoreDropRoleArgs ¶
func NewThriftHiveMetastoreDropRoleArgs() *ThriftHiveMetastoreDropRoleArgs
func (*ThriftHiveMetastoreDropRoleArgs) GetRoleName ¶
func (p *ThriftHiveMetastoreDropRoleArgs) GetRoleName() string
func (*ThriftHiveMetastoreDropRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropRoleArgs) String ¶
func (p *ThriftHiveMetastoreDropRoleArgs) String() string
type ThriftHiveMetastoreDropRoleResult ¶
type ThriftHiveMetastoreDropRoleResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreDropRoleResult ¶
func NewThriftHiveMetastoreDropRoleResult() *ThriftHiveMetastoreDropRoleResult
func (*ThriftHiveMetastoreDropRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreDropRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropRoleResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropRoleResult) String ¶
func (p *ThriftHiveMetastoreDropRoleResult) String() string
type ThriftHiveMetastoreDropTableArgs ¶
type ThriftHiveMetastoreDropTableArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` Name string `thrift:"name,2" db:"name" json:"name"` DeleteData bool `thrift:"deleteData,3" db:"deleteData" json:"deleteData"` }
Attributes:
- Dbname
- Name
- DeleteData
func NewThriftHiveMetastoreDropTableArgs ¶
func NewThriftHiveMetastoreDropTableArgs() *ThriftHiveMetastoreDropTableArgs
func (*ThriftHiveMetastoreDropTableArgs) GetDbname ¶
func (p *ThriftHiveMetastoreDropTableArgs) GetDbname() string
func (*ThriftHiveMetastoreDropTableArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropTableArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropTableArgs) GetName ¶
func (p *ThriftHiveMetastoreDropTableArgs) GetName() string
func (*ThriftHiveMetastoreDropTableArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropTableArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropTableArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropTableArgs) String ¶
func (p *ThriftHiveMetastoreDropTableArgs) String() string
type ThriftHiveMetastoreDropTableResult ¶
type ThriftHiveMetastoreDropTableResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O3 *MetaException `thrift:"o3,2" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O3
func NewThriftHiveMetastoreDropTableResult ¶
func NewThriftHiveMetastoreDropTableResult() *ThriftHiveMetastoreDropTableResult
func (*ThriftHiveMetastoreDropTableResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropTableResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropTableResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropTableResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropTableResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropTableResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropTableResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropTableResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropTableResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropTableResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropTableResult) String ¶
func (p *ThriftHiveMetastoreDropTableResult) String() string
type ThriftHiveMetastoreDropTableWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreDropTableWithEnvironmentContextArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` Name string `thrift:"name,2" db:"name" json:"name"` DeleteData bool `thrift:"deleteData,3" db:"deleteData" json:"deleteData"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"` }
Attributes:
- Dbname
- Name
- DeleteData
- EnvironmentContext
func NewThriftHiveMetastoreDropTableWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreDropTableWithEnvironmentContextArgs() *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDbname ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDbname() string
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDeleteData ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDeleteData() bool
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetName ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetName() string
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField4 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreDropTableWithEnvironmentContextResult ¶
type ThriftHiveMetastoreDropTableWithEnvironmentContextResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O3 *MetaException `thrift:"o3,2" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O3
func NewThriftHiveMetastoreDropTableWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreDropTableWithEnvironmentContextResult() *ThriftHiveMetastoreDropTableWithEnvironmentContextResult
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreDropTypeArgs ¶
type ThriftHiveMetastoreDropTypeArgs struct {
Type string `thrift:"type,1" db:"type" json:"type"`
}
Attributes:
- Type
func NewThriftHiveMetastoreDropTypeArgs ¶
func NewThriftHiveMetastoreDropTypeArgs() *ThriftHiveMetastoreDropTypeArgs
func (*ThriftHiveMetastoreDropTypeArgs) GetType ¶
func (p *ThriftHiveMetastoreDropTypeArgs) GetType() string
func (*ThriftHiveMetastoreDropTypeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropTypeArgs) String ¶
func (p *ThriftHiveMetastoreDropTypeArgs) String() string
type ThriftHiveMetastoreDropTypeResult ¶
type ThriftHiveMetastoreDropTypeResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreDropTypeResult ¶
func NewThriftHiveMetastoreDropTypeResult() *ThriftHiveMetastoreDropTypeResult
func (*ThriftHiveMetastoreDropTypeResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropTypeResult) GetO1() *MetaException
func (*ThriftHiveMetastoreDropTypeResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropTypeResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreDropTypeResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropTypeResult) GetSuccess() bool
func (*ThriftHiveMetastoreDropTypeResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropTypeResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropTypeResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropTypeResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropTypeResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropTypeResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropTypeResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropTypeResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropTypeResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropTypeResult) String ¶
func (p *ThriftHiveMetastoreDropTypeResult) String() string
type ThriftHiveMetastoreDropWmTriggerArgs ¶
type ThriftHiveMetastoreDropWmTriggerArgs struct {
Request *WMDropTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreDropWmTriggerArgs ¶
func NewThriftHiveMetastoreDropWmTriggerArgs() *ThriftHiveMetastoreDropWmTriggerArgs
func (*ThriftHiveMetastoreDropWmTriggerArgs) GetRequest ¶
func (p *ThriftHiveMetastoreDropWmTriggerArgs) GetRequest() *WMDropTriggerRequest
func (*ThriftHiveMetastoreDropWmTriggerArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreDropWmTriggerArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreDropWmTriggerArgs) ReadField1 ¶
func (*ThriftHiveMetastoreDropWmTriggerArgs) String ¶
func (p *ThriftHiveMetastoreDropWmTriggerArgs) String() string
type ThriftHiveMetastoreDropWmTriggerResult ¶
type ThriftHiveMetastoreDropWmTriggerResult struct { Success *WMDropTriggerResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreDropWmTriggerResult ¶
func NewThriftHiveMetastoreDropWmTriggerResult() *ThriftHiveMetastoreDropWmTriggerResult
func (*ThriftHiveMetastoreDropWmTriggerResult) GetO1 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreDropWmTriggerResult) GetO2 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreDropWmTriggerResult) GetO3 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) GetO3() *MetaException
func (*ThriftHiveMetastoreDropWmTriggerResult) GetSuccess ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) GetSuccess() *WMDropTriggerResponse
func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO1() bool
func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO2() bool
func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetO3() bool
func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField0 ¶
func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField1 ¶
func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField2 ¶
func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField3 ¶
func (*ThriftHiveMetastoreDropWmTriggerResult) String ¶
func (p *ThriftHiveMetastoreDropWmTriggerResult) String() string
type ThriftHiveMetastoreExchangePartitionArgs ¶
type ThriftHiveMetastoreExchangePartitionArgs struct { PartitionSpecs map[string]string `thrift:"partitionSpecs,1" db:"partitionSpecs" json:"partitionSpecs"` SourceDb string `thrift:"source_db,2" db:"source_db" json:"source_db"` SourceTableName string `thrift:"source_table_name,3" db:"source_table_name" json:"source_table_name"` DestDb string `thrift:"dest_db,4" db:"dest_db" json:"dest_db"` DestTableName string `thrift:"dest_table_name,5" db:"dest_table_name" json:"dest_table_name"` }
Attributes:
- PartitionSpecs
- SourceDb
- SourceTableName
- DestDb
- DestTableName
func NewThriftHiveMetastoreExchangePartitionArgs ¶
func NewThriftHiveMetastoreExchangePartitionArgs() *ThriftHiveMetastoreExchangePartitionArgs
func (*ThriftHiveMetastoreExchangePartitionArgs) GetDestDb ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) GetDestDb() string
func (*ThriftHiveMetastoreExchangePartitionArgs) GetDestTableName ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) GetDestTableName() string
func (*ThriftHiveMetastoreExchangePartitionArgs) GetPartitionSpecs ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) GetPartitionSpecs() map[string]string
func (*ThriftHiveMetastoreExchangePartitionArgs) GetSourceDb ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) GetSourceDb() string
func (*ThriftHiveMetastoreExchangePartitionArgs) GetSourceTableName ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) GetSourceTableName() string
func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField4 ¶
func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField5 ¶
func (*ThriftHiveMetastoreExchangePartitionArgs) String ¶
func (p *ThriftHiveMetastoreExchangePartitionArgs) String() string
type ThriftHiveMetastoreExchangePartitionResult ¶
type ThriftHiveMetastoreExchangePartitionResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreExchangePartitionResult ¶
func NewThriftHiveMetastoreExchangePartitionResult() *ThriftHiveMetastoreExchangePartitionResult
func (*ThriftHiveMetastoreExchangePartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) GetO1() *MetaException
func (*ThriftHiveMetastoreExchangePartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreExchangePartitionResult) GetO3 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) GetO3() *InvalidObjectException
func (*ThriftHiveMetastoreExchangePartitionResult) GetO4 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreExchangePartitionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO3() bool
func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetO4() bool
func (*ThriftHiveMetastoreExchangePartitionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreExchangePartitionResult) ReadField0 ¶
func (*ThriftHiveMetastoreExchangePartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreExchangePartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreExchangePartitionResult) ReadField3 ¶
func (*ThriftHiveMetastoreExchangePartitionResult) ReadField4 ¶
func (*ThriftHiveMetastoreExchangePartitionResult) String ¶
func (p *ThriftHiveMetastoreExchangePartitionResult) String() string
type ThriftHiveMetastoreExchangePartitionsArgs ¶
type ThriftHiveMetastoreExchangePartitionsArgs struct { PartitionSpecs map[string]string `thrift:"partitionSpecs,1" db:"partitionSpecs" json:"partitionSpecs"` SourceDb string `thrift:"source_db,2" db:"source_db" json:"source_db"` SourceTableName string `thrift:"source_table_name,3" db:"source_table_name" json:"source_table_name"` DestDb string `thrift:"dest_db,4" db:"dest_db" json:"dest_db"` DestTableName string `thrift:"dest_table_name,5" db:"dest_table_name" json:"dest_table_name"` }
Attributes:
- PartitionSpecs
- SourceDb
- SourceTableName
- DestDb
- DestTableName
func NewThriftHiveMetastoreExchangePartitionsArgs ¶
func NewThriftHiveMetastoreExchangePartitionsArgs() *ThriftHiveMetastoreExchangePartitionsArgs
func (*ThriftHiveMetastoreExchangePartitionsArgs) GetDestDb ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetDestDb() string
func (*ThriftHiveMetastoreExchangePartitionsArgs) GetDestTableName ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetDestTableName() string
func (*ThriftHiveMetastoreExchangePartitionsArgs) GetPartitionSpecs ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetPartitionSpecs() map[string]string
func (*ThriftHiveMetastoreExchangePartitionsArgs) GetSourceDb ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetSourceDb() string
func (*ThriftHiveMetastoreExchangePartitionsArgs) GetSourceTableName ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetSourceTableName() string
func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField5 ¶
func (*ThriftHiveMetastoreExchangePartitionsArgs) String ¶
func (p *ThriftHiveMetastoreExchangePartitionsArgs) String() string
type ThriftHiveMetastoreExchangePartitionsResult ¶
type ThriftHiveMetastoreExchangePartitionsResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreExchangePartitionsResult ¶
func NewThriftHiveMetastoreExchangePartitionsResult() *ThriftHiveMetastoreExchangePartitionsResult
func (*ThriftHiveMetastoreExchangePartitionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreExchangePartitionsResult) GetO2 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreExchangePartitionsResult) GetO3 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO3() *InvalidObjectException
func (*ThriftHiveMetastoreExchangePartitionsResult) GetO4 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreExchangePartitionsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO2() bool
func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO3() bool
func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetO4() bool
func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField0 ¶
func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField2 ¶
func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField3 ¶
func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField4 ¶
func (*ThriftHiveMetastoreExchangePartitionsResult) String ¶
func (p *ThriftHiveMetastoreExchangePartitionsResult) String() string
type ThriftHiveMetastoreFireListenerEventArgs ¶
type ThriftHiveMetastoreFireListenerEventArgs struct {
Rqst *FireEventRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreFireListenerEventArgs ¶
func NewThriftHiveMetastoreFireListenerEventArgs() *ThriftHiveMetastoreFireListenerEventArgs
func (*ThriftHiveMetastoreFireListenerEventArgs) GetRqst ¶
func (p *ThriftHiveMetastoreFireListenerEventArgs) GetRqst() *FireEventRequest
func (*ThriftHiveMetastoreFireListenerEventArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreFireListenerEventArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreFireListenerEventArgs) ReadField1 ¶
func (*ThriftHiveMetastoreFireListenerEventArgs) String ¶
func (p *ThriftHiveMetastoreFireListenerEventArgs) String() string
type ThriftHiveMetastoreFireListenerEventResult ¶
type ThriftHiveMetastoreFireListenerEventResult struct {
Success *FireEventResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreFireListenerEventResult ¶
func NewThriftHiveMetastoreFireListenerEventResult() *ThriftHiveMetastoreFireListenerEventResult
func (*ThriftHiveMetastoreFireListenerEventResult) GetSuccess ¶
func (p *ThriftHiveMetastoreFireListenerEventResult) GetSuccess() *FireEventResponse
func (*ThriftHiveMetastoreFireListenerEventResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreFireListenerEventResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreFireListenerEventResult) ReadField0 ¶
func (*ThriftHiveMetastoreFireListenerEventResult) String ¶
func (p *ThriftHiveMetastoreFireListenerEventResult) String() string
type ThriftHiveMetastoreFlushCacheArgs ¶
type ThriftHiveMetastoreFlushCacheArgs struct { }
func NewThriftHiveMetastoreFlushCacheArgs ¶
func NewThriftHiveMetastoreFlushCacheArgs() *ThriftHiveMetastoreFlushCacheArgs
func (*ThriftHiveMetastoreFlushCacheArgs) String ¶
func (p *ThriftHiveMetastoreFlushCacheArgs) String() string
type ThriftHiveMetastoreFlushCacheResult ¶
type ThriftHiveMetastoreFlushCacheResult struct { }
func NewThriftHiveMetastoreFlushCacheResult ¶
func NewThriftHiveMetastoreFlushCacheResult() *ThriftHiveMetastoreFlushCacheResult
func (*ThriftHiveMetastoreFlushCacheResult) String ¶
func (p *ThriftHiveMetastoreFlushCacheResult) String() string
type ThriftHiveMetastoreGetActiveResourcePlanArgs ¶
type ThriftHiveMetastoreGetActiveResourcePlanArgs struct {
Request *WMGetActiveResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetActiveResourcePlanArgs ¶
func NewThriftHiveMetastoreGetActiveResourcePlanArgs() *ThriftHiveMetastoreGetActiveResourcePlanArgs
func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) GetRequest() *WMGetActiveResourcePlanRequest
func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanArgs) String() string
type ThriftHiveMetastoreGetActiveResourcePlanResult ¶
type ThriftHiveMetastoreGetActiveResourcePlanResult struct { Success *WMGetActiveResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O2 *MetaException `thrift:"o2,1" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O2
func NewThriftHiveMetastoreGetActiveResourcePlanResult ¶
func NewThriftHiveMetastoreGetActiveResourcePlanResult() *ThriftHiveMetastoreGetActiveResourcePlanResult
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) GetSuccess() *WMGetActiveResourcePlanResponse
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetActiveResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreGetActiveResourcePlanResult) String() string
type ThriftHiveMetastoreGetAggrStatsForArgs ¶
type ThriftHiveMetastoreGetAggrStatsForArgs struct {
Request *PartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetAggrStatsForArgs ¶
func NewThriftHiveMetastoreGetAggrStatsForArgs() *ThriftHiveMetastoreGetAggrStatsForArgs
func (*ThriftHiveMetastoreGetAggrStatsForArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetAggrStatsForArgs) GetRequest() *PartitionsStatsRequest
func (*ThriftHiveMetastoreGetAggrStatsForArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetAggrStatsForArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetAggrStatsForArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetAggrStatsForArgs) String ¶
func (p *ThriftHiveMetastoreGetAggrStatsForArgs) String() string
type ThriftHiveMetastoreGetAggrStatsForResult ¶
type ThriftHiveMetastoreGetAggrStatsForResult struct { Success *AggrStats `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetAggrStatsForResult ¶
func NewThriftHiveMetastoreGetAggrStatsForResult() *ThriftHiveMetastoreGetAggrStatsForResult
func (*ThriftHiveMetastoreGetAggrStatsForResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetAggrStatsForResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetAggrStatsForResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) GetSuccess() *AggrStats
func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetAggrStatsForResult) String ¶
func (p *ThriftHiveMetastoreGetAggrStatsForResult) String() string
type ThriftHiveMetastoreGetAllDatabasesArgs ¶
type ThriftHiveMetastoreGetAllDatabasesArgs struct { }
func NewThriftHiveMetastoreGetAllDatabasesArgs ¶
func NewThriftHiveMetastoreGetAllDatabasesArgs() *ThriftHiveMetastoreGetAllDatabasesArgs
func (*ThriftHiveMetastoreGetAllDatabasesArgs) String ¶
func (p *ThriftHiveMetastoreGetAllDatabasesArgs) String() string
type ThriftHiveMetastoreGetAllDatabasesResult ¶
type ThriftHiveMetastoreGetAllDatabasesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetAllDatabasesResult ¶
func NewThriftHiveMetastoreGetAllDatabasesResult() *ThriftHiveMetastoreGetAllDatabasesResult
func (*ThriftHiveMetastoreGetAllDatabasesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetAllDatabasesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetAllDatabasesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAllDatabasesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetAllDatabasesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetAllDatabasesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetAllDatabasesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAllDatabasesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAllDatabasesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAllDatabasesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllDatabasesResult) String ¶
func (p *ThriftHiveMetastoreGetAllDatabasesResult) String() string
type ThriftHiveMetastoreGetAllFunctionsArgs ¶
type ThriftHiveMetastoreGetAllFunctionsArgs struct { }
func NewThriftHiveMetastoreGetAllFunctionsArgs ¶
func NewThriftHiveMetastoreGetAllFunctionsArgs() *ThriftHiveMetastoreGetAllFunctionsArgs
func (*ThriftHiveMetastoreGetAllFunctionsArgs) String ¶
func (p *ThriftHiveMetastoreGetAllFunctionsArgs) String() string
type ThriftHiveMetastoreGetAllFunctionsResult ¶
type ThriftHiveMetastoreGetAllFunctionsResult struct { Success *GetAllFunctionsResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetAllFunctionsResult ¶
func NewThriftHiveMetastoreGetAllFunctionsResult() *ThriftHiveMetastoreGetAllFunctionsResult
func (*ThriftHiveMetastoreGetAllFunctionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetAllFunctionsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetAllFunctionsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAllFunctionsResult) GetSuccess() *GetAllFunctionsResponse
func (*ThriftHiveMetastoreGetAllFunctionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetAllFunctionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetAllFunctionsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAllFunctionsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAllFunctionsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAllFunctionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllFunctionsResult) String ¶
func (p *ThriftHiveMetastoreGetAllFunctionsResult) String() string
type ThriftHiveMetastoreGetAllResourcePlansArgs ¶
type ThriftHiveMetastoreGetAllResourcePlansArgs struct {
Request *WMGetAllResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetAllResourcePlansArgs ¶
func NewThriftHiveMetastoreGetAllResourcePlansArgs() *ThriftHiveMetastoreGetAllResourcePlansArgs
func (*ThriftHiveMetastoreGetAllResourcePlansArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) GetRequest() *WMGetAllResourcePlanRequest
func (*ThriftHiveMetastoreGetAllResourcePlansArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetAllResourcePlansArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllResourcePlansArgs) String ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansArgs) String() string
type ThriftHiveMetastoreGetAllResourcePlansResult ¶
type ThriftHiveMetastoreGetAllResourcePlansResult struct { Success *WMGetAllResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetAllResourcePlansResult ¶
func NewThriftHiveMetastoreGetAllResourcePlansResult() *ThriftHiveMetastoreGetAllResourcePlansResult
func (*ThriftHiveMetastoreGetAllResourcePlansResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetAllResourcePlansResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansResult) GetSuccess() *WMGetAllResourcePlanResponse
func (*ThriftHiveMetastoreGetAllResourcePlansResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetAllResourcePlansResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAllResourcePlansResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAllResourcePlansResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllResourcePlansResult) String ¶
func (p *ThriftHiveMetastoreGetAllResourcePlansResult) String() string
type ThriftHiveMetastoreGetAllTablesArgs ¶
type ThriftHiveMetastoreGetAllTablesArgs struct {
DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"`
}
Attributes:
- DbName
func NewThriftHiveMetastoreGetAllTablesArgs ¶
func NewThriftHiveMetastoreGetAllTablesArgs() *ThriftHiveMetastoreGetAllTablesArgs
func (*ThriftHiveMetastoreGetAllTablesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetAllTablesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetAllTablesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllTablesArgs) String ¶
func (p *ThriftHiveMetastoreGetAllTablesArgs) String() string
type ThriftHiveMetastoreGetAllTablesResult ¶
type ThriftHiveMetastoreGetAllTablesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetAllTablesResult ¶
func NewThriftHiveMetastoreGetAllTablesResult() *ThriftHiveMetastoreGetAllTablesResult
func (*ThriftHiveMetastoreGetAllTablesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetAllTablesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetAllTablesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAllTablesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetAllTablesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetAllTablesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetAllTablesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAllTablesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAllTablesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAllTablesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetAllTablesResult) String ¶
func (p *ThriftHiveMetastoreGetAllTablesResult) String() string
type ThriftHiveMetastoreGetAllTokenIdentifiersArgs ¶
type ThriftHiveMetastoreGetAllTokenIdentifiersArgs struct { }
func NewThriftHiveMetastoreGetAllTokenIdentifiersArgs ¶
func NewThriftHiveMetastoreGetAllTokenIdentifiersArgs() *ThriftHiveMetastoreGetAllTokenIdentifiersArgs
func (*ThriftHiveMetastoreGetAllTokenIdentifiersArgs) String ¶
func (p *ThriftHiveMetastoreGetAllTokenIdentifiersArgs) String() string
type ThriftHiveMetastoreGetAllTokenIdentifiersResult ¶
type ThriftHiveMetastoreGetAllTokenIdentifiersResult struct {
Success []string `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetAllTokenIdentifiersResult ¶
func NewThriftHiveMetastoreGetAllTokenIdentifiersResult() *ThriftHiveMetastoreGetAllTokenIdentifiersResult
func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) String ¶
func (p *ThriftHiveMetastoreGetAllTokenIdentifiersResult) String() string
type ThriftHiveMetastoreGetConfigValueArgs ¶
type ThriftHiveMetastoreGetConfigValueArgs struct { Name string `thrift:"name,1" db:"name" json:"name"` DefaultValue string `thrift:"defaultValue,2" db:"defaultValue" json:"defaultValue"` }
Attributes:
- Name
- DefaultValue
func NewThriftHiveMetastoreGetConfigValueArgs ¶
func NewThriftHiveMetastoreGetConfigValueArgs() *ThriftHiveMetastoreGetConfigValueArgs
func (*ThriftHiveMetastoreGetConfigValueArgs) GetDefaultValue ¶
func (p *ThriftHiveMetastoreGetConfigValueArgs) GetDefaultValue() string
func (*ThriftHiveMetastoreGetConfigValueArgs) GetName ¶
func (p *ThriftHiveMetastoreGetConfigValueArgs) GetName() string
func (*ThriftHiveMetastoreGetConfigValueArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetConfigValueArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetConfigValueArgs) String ¶
func (p *ThriftHiveMetastoreGetConfigValueArgs) String() string
type ThriftHiveMetastoreGetConfigValueResult ¶
type ThriftHiveMetastoreGetConfigValueResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *ConfigValSecurityException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetConfigValueResult ¶
func NewThriftHiveMetastoreGetConfigValueResult() *ThriftHiveMetastoreGetConfigValueResult
func (*ThriftHiveMetastoreGetConfigValueResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetConfigValueResult) GetO1() *ConfigValSecurityException
func (*ThriftHiveMetastoreGetConfigValueResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetConfigValueResult) GetSuccess() string
func (*ThriftHiveMetastoreGetConfigValueResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetConfigValueResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetConfigValueResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetConfigValueResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetConfigValueResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetConfigValueResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetConfigValueResult) String ¶
func (p *ThriftHiveMetastoreGetConfigValueResult) String() string
type ThriftHiveMetastoreGetCurrentNotificationEventIdArgs ¶
type ThriftHiveMetastoreGetCurrentNotificationEventIdArgs struct { }
func NewThriftHiveMetastoreGetCurrentNotificationEventIdArgs ¶
func NewThriftHiveMetastoreGetCurrentNotificationEventIdArgs() *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs
func (*ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) String ¶
func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) String() string
type ThriftHiveMetastoreGetCurrentNotificationEventIdResult ¶
type ThriftHiveMetastoreGetCurrentNotificationEventIdResult struct {
Success *CurrentNotificationEventId `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetCurrentNotificationEventIdResult ¶
func NewThriftHiveMetastoreGetCurrentNotificationEventIdResult() *ThriftHiveMetastoreGetCurrentNotificationEventIdResult
func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) GetSuccess() *CurrentNotificationEventId
func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) String ¶
func (p *ThriftHiveMetastoreGetCurrentNotificationEventIdResult) String() string
type ThriftHiveMetastoreGetDatabaseArgs ¶
type ThriftHiveMetastoreGetDatabaseArgs struct {
Name string `thrift:"name,1" db:"name" json:"name"`
}
Attributes:
- Name
func NewThriftHiveMetastoreGetDatabaseArgs ¶
func NewThriftHiveMetastoreGetDatabaseArgs() *ThriftHiveMetastoreGetDatabaseArgs
func (*ThriftHiveMetastoreGetDatabaseArgs) GetName ¶
func (p *ThriftHiveMetastoreGetDatabaseArgs) GetName() string
func (*ThriftHiveMetastoreGetDatabaseArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetDatabaseArgs) String ¶
func (p *ThriftHiveMetastoreGetDatabaseArgs) String() string
type ThriftHiveMetastoreGetDatabaseResult ¶
type ThriftHiveMetastoreGetDatabaseResult struct { Success *Database `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetDatabaseResult ¶
func NewThriftHiveMetastoreGetDatabaseResult() *ThriftHiveMetastoreGetDatabaseResult
func (*ThriftHiveMetastoreGetDatabaseResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetDatabaseResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetDatabaseResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) GetSuccess() *Database
func (*ThriftHiveMetastoreGetDatabaseResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetDatabaseResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetDatabaseResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetDatabaseResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetDatabaseResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetDatabaseResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetDatabaseResult) String ¶
func (p *ThriftHiveMetastoreGetDatabaseResult) String() string
type ThriftHiveMetastoreGetDatabasesArgs ¶
type ThriftHiveMetastoreGetDatabasesArgs struct {
Pattern string `thrift:"pattern,1" db:"pattern" json:"pattern"`
}
Attributes:
- Pattern
func NewThriftHiveMetastoreGetDatabasesArgs ¶
func NewThriftHiveMetastoreGetDatabasesArgs() *ThriftHiveMetastoreGetDatabasesArgs
func (*ThriftHiveMetastoreGetDatabasesArgs) GetPattern ¶
func (p *ThriftHiveMetastoreGetDatabasesArgs) GetPattern() string
func (*ThriftHiveMetastoreGetDatabasesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetDatabasesArgs) String ¶
func (p *ThriftHiveMetastoreGetDatabasesArgs) String() string
type ThriftHiveMetastoreGetDatabasesResult ¶
type ThriftHiveMetastoreGetDatabasesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetDatabasesResult ¶
func NewThriftHiveMetastoreGetDatabasesResult() *ThriftHiveMetastoreGetDatabasesResult
func (*ThriftHiveMetastoreGetDatabasesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetDatabasesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetDatabasesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetDatabasesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetDatabasesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetDatabasesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetDatabasesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetDatabasesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetDatabasesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetDatabasesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetDatabasesResult) String ¶
func (p *ThriftHiveMetastoreGetDatabasesResult) String() string
type ThriftHiveMetastoreGetDelegationTokenArgs ¶
type ThriftHiveMetastoreGetDelegationTokenArgs struct { TokenOwner string `thrift:"token_owner,1" db:"token_owner" json:"token_owner"` RenewerKerberosPrincipalName string `thrift:"renewer_kerberos_principal_name,2" db:"renewer_kerberos_principal_name" json:"renewer_kerberos_principal_name"` }
Attributes:
- TokenOwner
- RenewerKerberosPrincipalName
func NewThriftHiveMetastoreGetDelegationTokenArgs ¶
func NewThriftHiveMetastoreGetDelegationTokenArgs() *ThriftHiveMetastoreGetDelegationTokenArgs
func (*ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName ¶
func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName() string
func (*ThriftHiveMetastoreGetDelegationTokenArgs) GetTokenOwner ¶
func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetTokenOwner() string
func (*ThriftHiveMetastoreGetDelegationTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetDelegationTokenArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetDelegationTokenArgs) String ¶
func (p *ThriftHiveMetastoreGetDelegationTokenArgs) String() string
type ThriftHiveMetastoreGetDelegationTokenResult ¶
type ThriftHiveMetastoreGetDelegationTokenResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetDelegationTokenResult ¶
func NewThriftHiveMetastoreGetDelegationTokenResult() *ThriftHiveMetastoreGetDelegationTokenResult
func (*ThriftHiveMetastoreGetDelegationTokenResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetDelegationTokenResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetDelegationTokenResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetDelegationTokenResult) GetSuccess() string
func (*ThriftHiveMetastoreGetDelegationTokenResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetDelegationTokenResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetDelegationTokenResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetDelegationTokenResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetDelegationTokenResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetDelegationTokenResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetDelegationTokenResult) String ¶
func (p *ThriftHiveMetastoreGetDelegationTokenResult) String() string
type ThriftHiveMetastoreGetFieldsArgs ¶
type ThriftHiveMetastoreGetFieldsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` }
Attributes:
- DbName
- TableName
func NewThriftHiveMetastoreGetFieldsArgs ¶
func NewThriftHiveMetastoreGetFieldsArgs() *ThriftHiveMetastoreGetFieldsArgs
func (*ThriftHiveMetastoreGetFieldsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetFieldsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetFieldsArgs) GetTableName ¶
func (p *ThriftHiveMetastoreGetFieldsArgs) GetTableName() string
func (*ThriftHiveMetastoreGetFieldsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFieldsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetFieldsArgs) String ¶
func (p *ThriftHiveMetastoreGetFieldsArgs) String() string
type ThriftHiveMetastoreGetFieldsResult ¶
type ThriftHiveMetastoreGetFieldsResult struct { Success []*FieldSchema `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetFieldsResult ¶
func NewThriftHiveMetastoreGetFieldsResult() *ThriftHiveMetastoreGetFieldsResult
func (*ThriftHiveMetastoreGetFieldsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetFieldsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) GetO2() *UnknownTableException
func (*ThriftHiveMetastoreGetFieldsResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetFieldsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFieldsResult) GetSuccess() []*FieldSchema
func (*ThriftHiveMetastoreGetFieldsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetFieldsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetFieldsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetFieldsResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetFieldsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFieldsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFieldsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFieldsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetFieldsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetFieldsResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetFieldsResult) String ¶
func (p *ThriftHiveMetastoreGetFieldsResult) String() string
type ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,3" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TableName
- EnvironmentContext
func NewThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs() *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetTableName ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetTableName() string
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult ¶
type ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult struct { Success []*FieldSchema `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetFieldsWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreGetFieldsWithEnvironmentContextResult() *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO2() *UnknownTableException
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetSuccess() []*FieldSchema
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreGetFileMetadataArgs ¶
type ThriftHiveMetastoreGetFileMetadataArgs struct {
Req *GetFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreGetFileMetadataArgs ¶
func NewThriftHiveMetastoreGetFileMetadataArgs() *ThriftHiveMetastoreGetFileMetadataArgs
func (*ThriftHiveMetastoreGetFileMetadataArgs) GetReq ¶
func (p *ThriftHiveMetastoreGetFileMetadataArgs) GetReq() *GetFileMetadataRequest
func (*ThriftHiveMetastoreGetFileMetadataArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreGetFileMetadataArgs) IsSetReq() bool
func (*ThriftHiveMetastoreGetFileMetadataArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFileMetadataArgs) String ¶
func (p *ThriftHiveMetastoreGetFileMetadataArgs) String() string
type ThriftHiveMetastoreGetFileMetadataByExprArgs ¶
type ThriftHiveMetastoreGetFileMetadataByExprArgs struct {
Req *GetFileMetadataByExprRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreGetFileMetadataByExprArgs ¶
func NewThriftHiveMetastoreGetFileMetadataByExprArgs() *ThriftHiveMetastoreGetFileMetadataByExprArgs
func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) GetReq ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) GetReq() *GetFileMetadataByExprRequest
func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) IsSetReq() bool
func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) String ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprArgs) String() string
type ThriftHiveMetastoreGetFileMetadataByExprResult ¶
type ThriftHiveMetastoreGetFileMetadataByExprResult struct {
Success *GetFileMetadataByExprResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetFileMetadataByExprResult ¶
func NewThriftHiveMetastoreGetFileMetadataByExprResult() *ThriftHiveMetastoreGetFileMetadataByExprResult
func (*ThriftHiveMetastoreGetFileMetadataByExprResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) GetSuccess() *GetFileMetadataByExprResult_
func (*ThriftHiveMetastoreGetFileMetadataByExprResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFileMetadataByExprResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFileMetadataByExprResult) String ¶
func (p *ThriftHiveMetastoreGetFileMetadataByExprResult) String() string
type ThriftHiveMetastoreGetFileMetadataResult ¶
type ThriftHiveMetastoreGetFileMetadataResult struct {
Success *GetFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetFileMetadataResult ¶
func NewThriftHiveMetastoreGetFileMetadataResult() *ThriftHiveMetastoreGetFileMetadataResult
func (*ThriftHiveMetastoreGetFileMetadataResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFileMetadataResult) GetSuccess() *GetFileMetadataResult_
func (*ThriftHiveMetastoreGetFileMetadataResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFileMetadataResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFileMetadataResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFileMetadataResult) String ¶
func (p *ThriftHiveMetastoreGetFileMetadataResult) String() string
type ThriftHiveMetastoreGetForeignKeysArgs ¶
type ThriftHiveMetastoreGetForeignKeysArgs struct {
Request *ForeignKeysRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetForeignKeysArgs ¶
func NewThriftHiveMetastoreGetForeignKeysArgs() *ThriftHiveMetastoreGetForeignKeysArgs
func (*ThriftHiveMetastoreGetForeignKeysArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetForeignKeysArgs) GetRequest() *ForeignKeysRequest
func (*ThriftHiveMetastoreGetForeignKeysArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetForeignKeysArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetForeignKeysArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetForeignKeysArgs) String ¶
func (p *ThriftHiveMetastoreGetForeignKeysArgs) String() string
type ThriftHiveMetastoreGetForeignKeysResult ¶
type ThriftHiveMetastoreGetForeignKeysResult struct { Success *ForeignKeysResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetForeignKeysResult ¶
func NewThriftHiveMetastoreGetForeignKeysResult() *ThriftHiveMetastoreGetForeignKeysResult
func (*ThriftHiveMetastoreGetForeignKeysResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetForeignKeysResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetForeignKeysResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) GetSuccess() *ForeignKeysResponse
func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetForeignKeysResult) String ¶
func (p *ThriftHiveMetastoreGetForeignKeysResult) String() string
type ThriftHiveMetastoreGetFunctionArgs ¶
type ThriftHiveMetastoreGetFunctionArgs struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` FuncName string `thrift:"funcName,2" db:"funcName" json:"funcName"` }
Attributes:
- DbName
- FuncName
func NewThriftHiveMetastoreGetFunctionArgs ¶
func NewThriftHiveMetastoreGetFunctionArgs() *ThriftHiveMetastoreGetFunctionArgs
func (*ThriftHiveMetastoreGetFunctionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetFunctionArgs) GetDbName() string
func (*ThriftHiveMetastoreGetFunctionArgs) GetFuncName ¶
func (p *ThriftHiveMetastoreGetFunctionArgs) GetFuncName() string
func (*ThriftHiveMetastoreGetFunctionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFunctionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetFunctionArgs) String ¶
func (p *ThriftHiveMetastoreGetFunctionArgs) String() string
type ThriftHiveMetastoreGetFunctionResult ¶
type ThriftHiveMetastoreGetFunctionResult struct { Success *Function `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetFunctionResult ¶
func NewThriftHiveMetastoreGetFunctionResult() *ThriftHiveMetastoreGetFunctionResult
func (*ThriftHiveMetastoreGetFunctionResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetFunctionResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetFunctionResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetFunctionResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetFunctionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFunctionResult) GetSuccess() *Function
func (*ThriftHiveMetastoreGetFunctionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetFunctionResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetFunctionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetFunctionResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetFunctionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFunctionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFunctionResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFunctionResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetFunctionResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetFunctionResult) String ¶
func (p *ThriftHiveMetastoreGetFunctionResult) String() string
type ThriftHiveMetastoreGetFunctionsArgs ¶
type ThriftHiveMetastoreGetFunctionsArgs struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` Pattern string `thrift:"pattern,2" db:"pattern" json:"pattern"` }
Attributes:
- DbName
- Pattern
func NewThriftHiveMetastoreGetFunctionsArgs ¶
func NewThriftHiveMetastoreGetFunctionsArgs() *ThriftHiveMetastoreGetFunctionsArgs
func (*ThriftHiveMetastoreGetFunctionsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetFunctionsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetFunctionsArgs) GetPattern ¶
func (p *ThriftHiveMetastoreGetFunctionsArgs) GetPattern() string
func (*ThriftHiveMetastoreGetFunctionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetFunctionsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetFunctionsArgs) String ¶
func (p *ThriftHiveMetastoreGetFunctionsArgs) String() string
type ThriftHiveMetastoreGetFunctionsResult ¶
type ThriftHiveMetastoreGetFunctionsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetFunctionsResult ¶
func NewThriftHiveMetastoreGetFunctionsResult() *ThriftHiveMetastoreGetFunctionsResult
func (*ThriftHiveMetastoreGetFunctionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetFunctionsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetFunctionsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetFunctionsResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetFunctionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetFunctionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetFunctionsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetFunctionsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetFunctionsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetFunctionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetFunctionsResult) String ¶
func (p *ThriftHiveMetastoreGetFunctionsResult) String() string
type ThriftHiveMetastoreGetIndexByNameArgs ¶
type ThriftHiveMetastoreGetIndexByNameArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` IndexName string `thrift:"index_name,3" db:"index_name" json:"index_name"` }
Attributes:
- DbName
- TblName
- IndexName
func NewThriftHiveMetastoreGetIndexByNameArgs ¶
func NewThriftHiveMetastoreGetIndexByNameArgs() *ThriftHiveMetastoreGetIndexByNameArgs
func (*ThriftHiveMetastoreGetIndexByNameArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetDbName() string
func (*ThriftHiveMetastoreGetIndexByNameArgs) GetIndexName ¶
func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetIndexName() string
func (*ThriftHiveMetastoreGetIndexByNameArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetIndexByNameArgs) GetTblName() string
func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetIndexByNameArgs) String ¶
func (p *ThriftHiveMetastoreGetIndexByNameArgs) String() string
type ThriftHiveMetastoreGetIndexByNameResult ¶
type ThriftHiveMetastoreGetIndexByNameResult struct { Success *Index `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetIndexByNameResult ¶
func NewThriftHiveMetastoreGetIndexByNameResult() *ThriftHiveMetastoreGetIndexByNameResult
func (*ThriftHiveMetastoreGetIndexByNameResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetIndexByNameResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetIndexByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) GetSuccess() *Index
func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetIndexByNameResult) String ¶
func (p *ThriftHiveMetastoreGetIndexByNameResult) String() string
type ThriftHiveMetastoreGetIndexNamesArgs ¶
type ThriftHiveMetastoreGetIndexNamesArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxIndexes int16 `thrift:"max_indexes,3" db:"max_indexes" json:"max_indexes"` }
Attributes:
- DbName
- TblName
- MaxIndexes
func NewThriftHiveMetastoreGetIndexNamesArgs ¶
func NewThriftHiveMetastoreGetIndexNamesArgs() *ThriftHiveMetastoreGetIndexNamesArgs
func (*ThriftHiveMetastoreGetIndexNamesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes ¶
func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes() int16
func (*ThriftHiveMetastoreGetIndexNamesArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetTblName() string
func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetIndexNamesArgs) String ¶
func (p *ThriftHiveMetastoreGetIndexNamesArgs) String() string
type ThriftHiveMetastoreGetIndexNamesResult ¶
type ThriftHiveMetastoreGetIndexNamesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O2 *MetaException `thrift:"o2,1" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O2
func NewThriftHiveMetastoreGetIndexNamesResult ¶
func NewThriftHiveMetastoreGetIndexNamesResult() *ThriftHiveMetastoreGetIndexNamesResult
func (*ThriftHiveMetastoreGetIndexNamesResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetIndexNamesResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetIndexNamesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexNamesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetIndexNamesResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetIndexNamesResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetIndexNamesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexNamesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetIndexNamesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetIndexNamesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexNamesResult) String ¶
func (p *ThriftHiveMetastoreGetIndexNamesResult) String() string
type ThriftHiveMetastoreGetIndexesArgs ¶
type ThriftHiveMetastoreGetIndexesArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxIndexes int16 `thrift:"max_indexes,3" db:"max_indexes" json:"max_indexes"` }
Attributes:
- DbName
- TblName
- MaxIndexes
func NewThriftHiveMetastoreGetIndexesArgs ¶
func NewThriftHiveMetastoreGetIndexesArgs() *ThriftHiveMetastoreGetIndexesArgs
func (*ThriftHiveMetastoreGetIndexesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetIndexesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes ¶
func (p *ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes() int16
func (*ThriftHiveMetastoreGetIndexesArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetIndexesArgs) GetTblName() string
func (*ThriftHiveMetastoreGetIndexesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetIndexesArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetIndexesArgs) String ¶
func (p *ThriftHiveMetastoreGetIndexesArgs) String() string
type ThriftHiveMetastoreGetIndexesResult ¶
type ThriftHiveMetastoreGetIndexesResult struct { Success []*Index `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetIndexesResult ¶
func NewThriftHiveMetastoreGetIndexesResult() *ThriftHiveMetastoreGetIndexesResult
func (*ThriftHiveMetastoreGetIndexesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetIndexesResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetIndexesResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetIndexesResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetIndexesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexesResult) GetSuccess() []*Index
func (*ThriftHiveMetastoreGetIndexesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetIndexesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetIndexesResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetIndexesResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetIndexesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetIndexesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetIndexesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetIndexesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetIndexesResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetIndexesResult) String ¶
func (p *ThriftHiveMetastoreGetIndexesResult) String() string
type ThriftHiveMetastoreGetMasterKeysArgs ¶
type ThriftHiveMetastoreGetMasterKeysArgs struct { }
func NewThriftHiveMetastoreGetMasterKeysArgs ¶
func NewThriftHiveMetastoreGetMasterKeysArgs() *ThriftHiveMetastoreGetMasterKeysArgs
func (*ThriftHiveMetastoreGetMasterKeysArgs) String ¶
func (p *ThriftHiveMetastoreGetMasterKeysArgs) String() string
type ThriftHiveMetastoreGetMasterKeysResult ¶
type ThriftHiveMetastoreGetMasterKeysResult struct {
Success []string `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetMasterKeysResult ¶
func NewThriftHiveMetastoreGetMasterKeysResult() *ThriftHiveMetastoreGetMasterKeysResult
func (*ThriftHiveMetastoreGetMasterKeysResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetMasterKeysResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetMasterKeysResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetMasterKeysResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetMasterKeysResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetMasterKeysResult) String ¶
func (p *ThriftHiveMetastoreGetMasterKeysResult) String() string
type ThriftHiveMetastoreGetMetaConfArgs ¶
type ThriftHiveMetastoreGetMetaConfArgs struct {
Key string `thrift:"key,1" db:"key" json:"key"`
}
Attributes:
- Key
func NewThriftHiveMetastoreGetMetaConfArgs ¶
func NewThriftHiveMetastoreGetMetaConfArgs() *ThriftHiveMetastoreGetMetaConfArgs
func (*ThriftHiveMetastoreGetMetaConfArgs) GetKey ¶
func (p *ThriftHiveMetastoreGetMetaConfArgs) GetKey() string
func (*ThriftHiveMetastoreGetMetaConfArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetMetaConfArgs) String ¶
func (p *ThriftHiveMetastoreGetMetaConfArgs) String() string
type ThriftHiveMetastoreGetMetaConfResult ¶
type ThriftHiveMetastoreGetMetaConfResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetMetaConfResult ¶
func NewThriftHiveMetastoreGetMetaConfResult() *ThriftHiveMetastoreGetMetaConfResult
func (*ThriftHiveMetastoreGetMetaConfResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetMetaConfResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetMetaConfResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetMetaConfResult) GetSuccess() string
func (*ThriftHiveMetastoreGetMetaConfResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetMetaConfResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetMetaConfResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetMetaConfResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetMetaConfResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetMetaConfResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetMetaConfResult) String ¶
func (p *ThriftHiveMetastoreGetMetaConfResult) String() string
type ThriftHiveMetastoreGetMetastoreDbUUIDArgs ¶
type ThriftHiveMetastoreGetMetastoreDbUUIDArgs struct { }
func NewThriftHiveMetastoreGetMetastoreDbUUIDArgs ¶
func NewThriftHiveMetastoreGetMetastoreDbUUIDArgs() *ThriftHiveMetastoreGetMetastoreDbUUIDArgs
func (*ThriftHiveMetastoreGetMetastoreDbUUIDArgs) String ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDArgs) String() string
type ThriftHiveMetastoreGetMetastoreDbUUIDResult ¶
type ThriftHiveMetastoreGetMetastoreDbUUIDResult struct { Success *string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetMetastoreDbUUIDResult ¶
func NewThriftHiveMetastoreGetMetastoreDbUUIDResult() *ThriftHiveMetastoreGetMetastoreDbUUIDResult
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetSuccess() string
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) String ¶
func (p *ThriftHiveMetastoreGetMetastoreDbUUIDResult) String() string
type ThriftHiveMetastoreGetNextNotificationArgs ¶
type ThriftHiveMetastoreGetNextNotificationArgs struct {
Rqst *NotificationEventRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreGetNextNotificationArgs ¶
func NewThriftHiveMetastoreGetNextNotificationArgs() *ThriftHiveMetastoreGetNextNotificationArgs
func (*ThriftHiveMetastoreGetNextNotificationArgs) GetRqst ¶
func (p *ThriftHiveMetastoreGetNextNotificationArgs) GetRqst() *NotificationEventRequest
func (*ThriftHiveMetastoreGetNextNotificationArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreGetNextNotificationArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreGetNextNotificationArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetNextNotificationArgs) String ¶
func (p *ThriftHiveMetastoreGetNextNotificationArgs) String() string
type ThriftHiveMetastoreGetNextNotificationResult ¶
type ThriftHiveMetastoreGetNextNotificationResult struct {
Success *NotificationEventResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetNextNotificationResult ¶
func NewThriftHiveMetastoreGetNextNotificationResult() *ThriftHiveMetastoreGetNextNotificationResult
func (*ThriftHiveMetastoreGetNextNotificationResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetNextNotificationResult) GetSuccess() *NotificationEventResponse
func (*ThriftHiveMetastoreGetNextNotificationResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetNextNotificationResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetNextNotificationResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetNextNotificationResult) String ¶
func (p *ThriftHiveMetastoreGetNextNotificationResult) String() string
type ThriftHiveMetastoreGetNotNullConstraintsArgs ¶
type ThriftHiveMetastoreGetNotNullConstraintsArgs struct {
Request *NotNullConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetNotNullConstraintsArgs ¶
func NewThriftHiveMetastoreGetNotNullConstraintsArgs() *ThriftHiveMetastoreGetNotNullConstraintsArgs
func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) GetRequest() *NotNullConstraintsRequest
func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) String ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsArgs) String() string
type ThriftHiveMetastoreGetNotNullConstraintsResult ¶
type ThriftHiveMetastoreGetNotNullConstraintsResult struct { Success *NotNullConstraintsResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetNotNullConstraintsResult ¶
func NewThriftHiveMetastoreGetNotNullConstraintsResult() *ThriftHiveMetastoreGetNotNullConstraintsResult
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) GetSuccess() *NotNullConstraintsResponse
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetNotNullConstraintsResult) String ¶
func (p *ThriftHiveMetastoreGetNotNullConstraintsResult) String() string
type ThriftHiveMetastoreGetNotificationEventsCountArgs ¶
type ThriftHiveMetastoreGetNotificationEventsCountArgs struct {
Rqst *NotificationEventsCountRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreGetNotificationEventsCountArgs ¶
func NewThriftHiveMetastoreGetNotificationEventsCountArgs() *ThriftHiveMetastoreGetNotificationEventsCountArgs
func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) GetRqst ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) GetRqst() *NotificationEventsCountRequest
func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) ReadField1 ¶ added in v0.113.0
func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) String ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountArgs) String() string
type ThriftHiveMetastoreGetNotificationEventsCountResult ¶
type ThriftHiveMetastoreGetNotificationEventsCountResult struct {
Success *NotificationEventsCountResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetNotificationEventsCountResult ¶
func NewThriftHiveMetastoreGetNotificationEventsCountResult() *ThriftHiveMetastoreGetNotificationEventsCountResult
func (*ThriftHiveMetastoreGetNotificationEventsCountResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) GetSuccess() *NotificationEventsCountResponse
func (*ThriftHiveMetastoreGetNotificationEventsCountResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetNotificationEventsCountResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetNotificationEventsCountResult) String ¶
func (p *ThriftHiveMetastoreGetNotificationEventsCountResult) String() string
type ThriftHiveMetastoreGetNumPartitionsByFilterArgs ¶
type ThriftHiveMetastoreGetNumPartitionsByFilterArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` Filter string `thrift:"filter,3" db:"filter" json:"filter"` }
Attributes:
- DbName
- TblName
- Filter
func NewThriftHiveMetastoreGetNumPartitionsByFilterArgs ¶
func NewThriftHiveMetastoreGetNumPartitionsByFilterArgs() *ThriftHiveMetastoreGetNumPartitionsByFilterArgs
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetDbName() string
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetFilter ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetFilter() string
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetTblName() string
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) String ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterArgs) String() string
type ThriftHiveMetastoreGetNumPartitionsByFilterResult ¶
type ThriftHiveMetastoreGetNumPartitionsByFilterResult struct { Success *int32 `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetNumPartitionsByFilterResult ¶
func NewThriftHiveMetastoreGetNumPartitionsByFilterResult() *ThriftHiveMetastoreGetNumPartitionsByFilterResult
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetSuccess() int32
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) String ¶
func (p *ThriftHiveMetastoreGetNumPartitionsByFilterResult) String() string
type ThriftHiveMetastoreGetOpenTxnsArgs ¶
type ThriftHiveMetastoreGetOpenTxnsArgs struct { }
func NewThriftHiveMetastoreGetOpenTxnsArgs ¶
func NewThriftHiveMetastoreGetOpenTxnsArgs() *ThriftHiveMetastoreGetOpenTxnsArgs
func (*ThriftHiveMetastoreGetOpenTxnsArgs) String ¶
func (p *ThriftHiveMetastoreGetOpenTxnsArgs) String() string
type ThriftHiveMetastoreGetOpenTxnsInfoArgs ¶
type ThriftHiveMetastoreGetOpenTxnsInfoArgs struct { }
func NewThriftHiveMetastoreGetOpenTxnsInfoArgs ¶
func NewThriftHiveMetastoreGetOpenTxnsInfoArgs() *ThriftHiveMetastoreGetOpenTxnsInfoArgs
func (*ThriftHiveMetastoreGetOpenTxnsInfoArgs) String ¶
func (p *ThriftHiveMetastoreGetOpenTxnsInfoArgs) String() string
type ThriftHiveMetastoreGetOpenTxnsInfoResult ¶
type ThriftHiveMetastoreGetOpenTxnsInfoResult struct {
Success *GetOpenTxnsInfoResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetOpenTxnsInfoResult ¶
func NewThriftHiveMetastoreGetOpenTxnsInfoResult() *ThriftHiveMetastoreGetOpenTxnsInfoResult
func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) GetSuccess() *GetOpenTxnsInfoResponse
func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) String ¶
func (p *ThriftHiveMetastoreGetOpenTxnsInfoResult) String() string
type ThriftHiveMetastoreGetOpenTxnsResult ¶
type ThriftHiveMetastoreGetOpenTxnsResult struct {
Success *GetOpenTxnsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetOpenTxnsResult ¶
func NewThriftHiveMetastoreGetOpenTxnsResult() *ThriftHiveMetastoreGetOpenTxnsResult
func (*ThriftHiveMetastoreGetOpenTxnsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetOpenTxnsResult) GetSuccess() *GetOpenTxnsResponse
func (*ThriftHiveMetastoreGetOpenTxnsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetOpenTxnsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetOpenTxnsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetOpenTxnsResult) String ¶
func (p *ThriftHiveMetastoreGetOpenTxnsResult) String() string
type ThriftHiveMetastoreGetPartSpecsByFilterArgs ¶
type ThriftHiveMetastoreGetPartSpecsByFilterArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` Filter string `thrift:"filter,3" db:"filter" json:"filter"` MaxParts int32 `thrift:"max_parts,4" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- Filter
- MaxParts
func NewThriftHiveMetastoreGetPartSpecsByFilterArgs ¶
func NewThriftHiveMetastoreGetPartSpecsByFilterArgs() *ThriftHiveMetastoreGetPartSpecsByFilterArgs
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetFilter ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetFilter() string
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetMaxParts() int32
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) String ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterArgs) String() string
type ThriftHiveMetastoreGetPartSpecsByFilterResult ¶
type ThriftHiveMetastoreGetPartSpecsByFilterResult struct { Success []*PartitionSpec `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartSpecsByFilterResult ¶
func NewThriftHiveMetastoreGetPartSpecsByFilterResult() *ThriftHiveMetastoreGetPartSpecsByFilterResult
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) GetSuccess() []*PartitionSpec
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) String ¶
func (p *ThriftHiveMetastoreGetPartSpecsByFilterResult) String() string
type ThriftHiveMetastoreGetPartitionArgs ¶
type ThriftHiveMetastoreGetPartitionArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` }
Attributes:
- DbName
- TblName
- PartVals
func NewThriftHiveMetastoreGetPartitionArgs ¶
func NewThriftHiveMetastoreGetPartitionArgs() *ThriftHiveMetastoreGetPartitionArgs
func (*ThriftHiveMetastoreGetPartitionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreGetPartitionArgs) GetPartVals() []string
func (*ThriftHiveMetastoreGetPartitionArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionArgs) String() string
type ThriftHiveMetastoreGetPartitionByNameArgs ¶
type ThriftHiveMetastoreGetPartitionByNameArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` }
Attributes:
- DbName
- TblName
- PartName
func NewThriftHiveMetastoreGetPartitionByNameArgs ¶
func NewThriftHiveMetastoreGetPartitionByNameArgs() *ThriftHiveMetastoreGetPartitionByNameArgs
func (*ThriftHiveMetastoreGetPartitionByNameArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionByNameArgs) GetPartName ¶
func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetPartName() string
func (*ThriftHiveMetastoreGetPartitionByNameArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionByNameArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionByNameArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionByNameArgs) String() string
type ThriftHiveMetastoreGetPartitionByNameResult ¶
type ThriftHiveMetastoreGetPartitionByNameResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionByNameResult ¶
func NewThriftHiveMetastoreGetPartitionByNameResult() *ThriftHiveMetastoreGetPartitionByNameResult
func (*ThriftHiveMetastoreGetPartitionByNameResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionByNameResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionByNameResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionByNameResult) String() string
type ThriftHiveMetastoreGetPartitionColumnStatisticsArgs ¶
type ThriftHiveMetastoreGetPartitionColumnStatisticsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"` ColName string `thrift:"col_name,4" db:"col_name" json:"col_name"` }
Attributes:
- DbName
- TblName
- PartName
- ColName
func NewThriftHiveMetastoreGetPartitionColumnStatisticsArgs ¶
func NewThriftHiveMetastoreGetPartitionColumnStatisticsArgs() *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetColName ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetColName() string
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetPartName ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetPartName() string
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) String() string
type ThriftHiveMetastoreGetPartitionColumnStatisticsResult ¶
type ThriftHiveMetastoreGetPartitionColumnStatisticsResult struct { Success *ColumnStatistics `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidInputException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreGetPartitionColumnStatisticsResult ¶
func NewThriftHiveMetastoreGetPartitionColumnStatisticsResult() *ThriftHiveMetastoreGetPartitionColumnStatisticsResult
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO3() *InvalidInputException
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO4() *InvalidObjectException
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetSuccess() *ColumnStatistics
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionColumnStatisticsResult) String() string
type ThriftHiveMetastoreGetPartitionNamesArgs ¶
type ThriftHiveMetastoreGetPartitionNamesArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxParts int16 `thrift:"max_parts,3" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- MaxParts
func NewThriftHiveMetastoreGetPartitionNamesArgs ¶
func NewThriftHiveMetastoreGetPartitionNamesArgs() *ThriftHiveMetastoreGetPartitionNamesArgs
func (*ThriftHiveMetastoreGetPartitionNamesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionNamesArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionNamesArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionNamesArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionNamesArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionNamesArgs) String() string
type ThriftHiveMetastoreGetPartitionNamesPsArgs ¶
type ThriftHiveMetastoreGetPartitionNamesPsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` MaxParts int16 `thrift:"max_parts,4" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- PartVals
- MaxParts
func NewThriftHiveMetastoreGetPartitionNamesPsArgs ¶
func NewThriftHiveMetastoreGetPartitionNamesPsArgs() *ThriftHiveMetastoreGetPartitionNamesPsArgs
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetPartVals() []string
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsArgs) String() string
type ThriftHiveMetastoreGetPartitionNamesPsResult ¶
type ThriftHiveMetastoreGetPartitionNamesPsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionNamesPsResult ¶
func NewThriftHiveMetastoreGetPartitionNamesPsResult() *ThriftHiveMetastoreGetPartitionNamesPsResult
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionNamesPsResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionNamesPsResult) String() string
type ThriftHiveMetastoreGetPartitionNamesResult ¶
type ThriftHiveMetastoreGetPartitionNamesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionNamesResult ¶
func NewThriftHiveMetastoreGetPartitionNamesResult() *ThriftHiveMetastoreGetPartitionNamesResult
func (*ThriftHiveMetastoreGetPartitionNamesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionNamesResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionNamesResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionNamesResult) String() string
type ThriftHiveMetastoreGetPartitionResult ¶
type ThriftHiveMetastoreGetPartitionResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionResult ¶
func NewThriftHiveMetastoreGetPartitionResult() *ThriftHiveMetastoreGetPartitionResult
func (*ThriftHiveMetastoreGetPartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreGetPartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionResult) String() string
type ThriftHiveMetastoreGetPartitionValuesArgs ¶
type ThriftHiveMetastoreGetPartitionValuesArgs struct {
Request *PartitionValuesRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetPartitionValuesArgs ¶
func NewThriftHiveMetastoreGetPartitionValuesArgs() *ThriftHiveMetastoreGetPartitionValuesArgs
func (*ThriftHiveMetastoreGetPartitionValuesArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetPartitionValuesArgs) GetRequest() *PartitionValuesRequest
func (*ThriftHiveMetastoreGetPartitionValuesArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetPartitionValuesArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetPartitionValuesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionValuesArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionValuesArgs) String() string
type ThriftHiveMetastoreGetPartitionValuesResult ¶
type ThriftHiveMetastoreGetPartitionValuesResult struct { Success *PartitionValuesResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionValuesResult ¶
func NewThriftHiveMetastoreGetPartitionValuesResult() *ThriftHiveMetastoreGetPartitionValuesResult
func (*ThriftHiveMetastoreGetPartitionValuesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionValuesResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionValuesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) GetSuccess() *PartitionValuesResponse
func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionValuesResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionValuesResult) String() string
type ThriftHiveMetastoreGetPartitionWithAuthArgs ¶
type ThriftHiveMetastoreGetPartitionWithAuthArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` UserName string `thrift:"user_name,4" db:"user_name" json:"user_name"` GroupNames []string `thrift:"group_names,5" db:"group_names" json:"group_names"` }
Attributes:
- DbName
- TblName
- PartVals
- UserName
- GroupNames
func NewThriftHiveMetastoreGetPartitionWithAuthArgs ¶
func NewThriftHiveMetastoreGetPartitionWithAuthArgs() *ThriftHiveMetastoreGetPartitionWithAuthArgs
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetGroupNames ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetGroupNames() []string
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetPartVals() []string
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetUserName ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) GetUserName() string
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField5 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthArgs) String() string
type ThriftHiveMetastoreGetPartitionWithAuthResult ¶
type ThriftHiveMetastoreGetPartitionWithAuthResult struct { Success *Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionWithAuthResult ¶
func NewThriftHiveMetastoreGetPartitionWithAuthResult() *ThriftHiveMetastoreGetPartitionWithAuthResult
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) GetSuccess() *Partition
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionWithAuthResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionWithAuthResult) String() string
type ThriftHiveMetastoreGetPartitionsArgs ¶
type ThriftHiveMetastoreGetPartitionsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxParts int16 `thrift:"max_parts,3" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- MaxParts
func NewThriftHiveMetastoreGetPartitionsArgs ¶
func NewThriftHiveMetastoreGetPartitionsArgs() *ThriftHiveMetastoreGetPartitionsArgs
func (*ThriftHiveMetastoreGetPartitionsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsArgs) String() string
type ThriftHiveMetastoreGetPartitionsByExprArgs ¶
type ThriftHiveMetastoreGetPartitionsByExprArgs struct {
Req *PartitionsByExprRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreGetPartitionsByExprArgs ¶
func NewThriftHiveMetastoreGetPartitionsByExprArgs() *ThriftHiveMetastoreGetPartitionsByExprArgs
func (*ThriftHiveMetastoreGetPartitionsByExprArgs) GetReq ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) GetReq() *PartitionsByExprRequest
func (*ThriftHiveMetastoreGetPartitionsByExprArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) IsSetReq() bool
func (*ThriftHiveMetastoreGetPartitionsByExprArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByExprArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprArgs) String() string
type ThriftHiveMetastoreGetPartitionsByExprResult ¶
type ThriftHiveMetastoreGetPartitionsByExprResult struct { Success *PartitionsByExprResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsByExprResult ¶
func NewThriftHiveMetastoreGetPartitionsByExprResult() *ThriftHiveMetastoreGetPartitionsByExprResult
func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) GetSuccess() *PartitionsByExprResult_
func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsByExprResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByExprResult) String() string
type ThriftHiveMetastoreGetPartitionsByFilterArgs ¶
type ThriftHiveMetastoreGetPartitionsByFilterArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` Filter string `thrift:"filter,3" db:"filter" json:"filter"` MaxParts int16 `thrift:"max_parts,4" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- Filter
- MaxParts
func NewThriftHiveMetastoreGetPartitionsByFilterArgs ¶
func NewThriftHiveMetastoreGetPartitionsByFilterArgs() *ThriftHiveMetastoreGetPartitionsByFilterArgs
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetFilter ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetFilter() string
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterArgs) String() string
type ThriftHiveMetastoreGetPartitionsByFilterResult ¶
type ThriftHiveMetastoreGetPartitionsByFilterResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsByFilterResult ¶
func NewThriftHiveMetastoreGetPartitionsByFilterResult() *ThriftHiveMetastoreGetPartitionsByFilterResult
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsByFilterResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByFilterResult) String() string
type ThriftHiveMetastoreGetPartitionsByNamesArgs ¶
type ThriftHiveMetastoreGetPartitionsByNamesArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` Names []string `thrift:"names,3" db:"names" json:"names"` }
Attributes:
- DbName
- TblName
- Names
func NewThriftHiveMetastoreGetPartitionsByNamesArgs ¶
func NewThriftHiveMetastoreGetPartitionsByNamesArgs() *ThriftHiveMetastoreGetPartitionsByNamesArgs
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetNames ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetNames() []string
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesArgs) String() string
type ThriftHiveMetastoreGetPartitionsByNamesResult ¶
type ThriftHiveMetastoreGetPartitionsByNamesResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsByNamesResult ¶
func NewThriftHiveMetastoreGetPartitionsByNamesResult() *ThriftHiveMetastoreGetPartitionsByNamesResult
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsByNamesResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsByNamesResult) String() string
type ThriftHiveMetastoreGetPartitionsPsArgs ¶
type ThriftHiveMetastoreGetPartitionsPsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` MaxParts int16 `thrift:"max_parts,4" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- PartVals
- MaxParts
func NewThriftHiveMetastoreGetPartitionsPsArgs ¶
func NewThriftHiveMetastoreGetPartitionsPsArgs() *ThriftHiveMetastoreGetPartitionsPsArgs
func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetPartVals() []string
func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsPsArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionsPsArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPsArgs) String() string
type ThriftHiveMetastoreGetPartitionsPsResult ¶
type ThriftHiveMetastoreGetPartitionsPsResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsPsResult ¶
func NewThriftHiveMetastoreGetPartitionsPsResult() *ThriftHiveMetastoreGetPartitionsPsResult
func (*ThriftHiveMetastoreGetPartitionsPsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPartitionsPsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPsResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPsResult) String() string
type ThriftHiveMetastoreGetPartitionsPsWithAuthArgs ¶
type ThriftHiveMetastoreGetPartitionsPsWithAuthArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` MaxParts int16 `thrift:"max_parts,4" db:"max_parts" json:"max_parts"` UserName string `thrift:"user_name,5" db:"user_name" json:"user_name"` GroupNames []string `thrift:"group_names,6" db:"group_names" json:"group_names"` }
Attributes:
- DbName
- TblName
- PartVals
- MaxParts
- UserName
- GroupNames
func NewThriftHiveMetastoreGetPartitionsPsWithAuthArgs ¶
func NewThriftHiveMetastoreGetPartitionsPsWithAuthArgs() *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetGroupNames ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetGroupNames() []string
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetPartVals() []string
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetUserName ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetUserName() string
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField5 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField6 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) String() string
type ThriftHiveMetastoreGetPartitionsPsWithAuthResult ¶
type ThriftHiveMetastoreGetPartitionsPsWithAuthResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsPsWithAuthResult ¶
func NewThriftHiveMetastoreGetPartitionsPsWithAuthResult() *ThriftHiveMetastoreGetPartitionsPsWithAuthResult
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPsWithAuthResult) String() string
type ThriftHiveMetastoreGetPartitionsPspecArgs ¶
type ThriftHiveMetastoreGetPartitionsPspecArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxParts int32 `thrift:"max_parts,3" db:"max_parts" json:"max_parts"` }
Attributes:
- DbName
- TblName
- MaxParts
func NewThriftHiveMetastoreGetPartitionsPspecArgs ¶
func NewThriftHiveMetastoreGetPartitionsPspecArgs() *ThriftHiveMetastoreGetPartitionsPspecArgs
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetMaxParts() int32
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecArgs) String() string
type ThriftHiveMetastoreGetPartitionsPspecResult ¶
type ThriftHiveMetastoreGetPartitionsPspecResult struct { Success []*PartitionSpec `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsPspecResult ¶
func NewThriftHiveMetastoreGetPartitionsPspecResult() *ThriftHiveMetastoreGetPartitionsPspecResult
func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) GetSuccess() []*PartitionSpec
func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsPspecResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsPspecResult) String() string
type ThriftHiveMetastoreGetPartitionsResult ¶
type ThriftHiveMetastoreGetPartitionsResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsResult ¶
func NewThriftHiveMetastoreGetPartitionsResult() *ThriftHiveMetastoreGetPartitionsResult
func (*ThriftHiveMetastoreGetPartitionsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsResult) String() string
type ThriftHiveMetastoreGetPartitionsStatisticsReqArgs ¶
type ThriftHiveMetastoreGetPartitionsStatisticsReqArgs struct {
Request *PartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetPartitionsStatisticsReqArgs ¶
func NewThriftHiveMetastoreGetPartitionsStatisticsReqArgs() *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) GetRequest() *PartitionsStatsRequest
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) String() string
type ThriftHiveMetastoreGetPartitionsStatisticsReqResult ¶
type ThriftHiveMetastoreGetPartitionsStatisticsReqResult struct { Success *PartitionsStatsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsStatisticsReqResult ¶
func NewThriftHiveMetastoreGetPartitionsStatisticsReqResult() *ThriftHiveMetastoreGetPartitionsStatisticsReqResult
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetSuccess() *PartitionsStatsResult_
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsStatisticsReqResult) String() string
type ThriftHiveMetastoreGetPartitionsWithAuthArgs ¶
type ThriftHiveMetastoreGetPartitionsWithAuthArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` MaxParts int16 `thrift:"max_parts,3" db:"max_parts" json:"max_parts"` UserName string `thrift:"user_name,4" db:"user_name" json:"user_name"` GroupNames []string `thrift:"group_names,5" db:"group_names" json:"group_names"` }
Attributes:
- DbName
- TblName
- MaxParts
- UserName
- GroupNames
func NewThriftHiveMetastoreGetPartitionsWithAuthArgs ¶
func NewThriftHiveMetastoreGetPartitionsWithAuthArgs() *ThriftHiveMetastoreGetPartitionsWithAuthArgs
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetDbName() string
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetGroupNames ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetGroupNames() []string
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetMaxParts ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetMaxParts() int16
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetTblName() string
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetUserName ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetUserName() string
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField5 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) String ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthArgs) String() string
type ThriftHiveMetastoreGetPartitionsWithAuthResult ¶
type ThriftHiveMetastoreGetPartitionsWithAuthResult struct { Success []*Partition `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPartitionsWithAuthResult ¶
func NewThriftHiveMetastoreGetPartitionsWithAuthResult() *ThriftHiveMetastoreGetPartitionsWithAuthResult
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) GetSuccess() []*Partition
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) String ¶
func (p *ThriftHiveMetastoreGetPartitionsWithAuthResult) String() string
type ThriftHiveMetastoreGetPrimaryKeysArgs ¶
type ThriftHiveMetastoreGetPrimaryKeysArgs struct {
Request *PrimaryKeysRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetPrimaryKeysArgs ¶
func NewThriftHiveMetastoreGetPrimaryKeysArgs() *ThriftHiveMetastoreGetPrimaryKeysArgs
func (*ThriftHiveMetastoreGetPrimaryKeysArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) GetRequest() *PrimaryKeysRequest
func (*ThriftHiveMetastoreGetPrimaryKeysArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetPrimaryKeysArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrimaryKeysArgs) String ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) String() string
type ThriftHiveMetastoreGetPrimaryKeysResult ¶
type ThriftHiveMetastoreGetPrimaryKeysResult struct { Success *PrimaryKeysResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetPrimaryKeysResult ¶
func NewThriftHiveMetastoreGetPrimaryKeysResult() *ThriftHiveMetastoreGetPrimaryKeysResult
func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) GetSuccess() *PrimaryKeysResponse
func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetPrimaryKeysResult) String ¶
func (p *ThriftHiveMetastoreGetPrimaryKeysResult) String() string
type ThriftHiveMetastoreGetPrincipalsInRoleArgs ¶
type ThriftHiveMetastoreGetPrincipalsInRoleArgs struct {
Request *GetPrincipalsInRoleRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetPrincipalsInRoleArgs ¶
func NewThriftHiveMetastoreGetPrincipalsInRoleArgs() *ThriftHiveMetastoreGetPrincipalsInRoleArgs
func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) GetRequest() *GetPrincipalsInRoleRequest
func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) String ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleArgs) String() string
type ThriftHiveMetastoreGetPrincipalsInRoleResult ¶
type ThriftHiveMetastoreGetPrincipalsInRoleResult struct { Success *GetPrincipalsInRoleResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetPrincipalsInRoleResult ¶
func NewThriftHiveMetastoreGetPrincipalsInRoleResult() *ThriftHiveMetastoreGetPrincipalsInRoleResult
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) GetSuccess() *GetPrincipalsInRoleResponse
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) String ¶
func (p *ThriftHiveMetastoreGetPrincipalsInRoleResult) String() string
type ThriftHiveMetastoreGetPrivilegeSetArgs ¶
type ThriftHiveMetastoreGetPrivilegeSetArgs struct { HiveObject *HiveObjectRef `thrift:"hiveObject,1" db:"hiveObject" json:"hiveObject"` UserName string `thrift:"user_name,2" db:"user_name" json:"user_name"` GroupNames []string `thrift:"group_names,3" db:"group_names" json:"group_names"` }
Attributes:
- HiveObject
- UserName
- GroupNames
func NewThriftHiveMetastoreGetPrivilegeSetArgs ¶
func NewThriftHiveMetastoreGetPrivilegeSetArgs() *ThriftHiveMetastoreGetPrivilegeSetArgs
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) GetGroupNames ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetGroupNames() []string
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) GetHiveObject ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetHiveObject() *HiveObjectRef
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) GetUserName ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) GetUserName() string
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) IsSetHiveObject ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) IsSetHiveObject() bool
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetPrivilegeSetArgs) String ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) String() string
type ThriftHiveMetastoreGetPrivilegeSetResult ¶
type ThriftHiveMetastoreGetPrivilegeSetResult struct { Success *PrincipalPrivilegeSet `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetPrivilegeSetResult ¶
func NewThriftHiveMetastoreGetPrivilegeSetResult() *ThriftHiveMetastoreGetPrivilegeSetResult
func (*ThriftHiveMetastoreGetPrivilegeSetResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetPrivilegeSetResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetResult) GetSuccess() *PrincipalPrivilegeSet
func (*ThriftHiveMetastoreGetPrivilegeSetResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetPrivilegeSetResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetPrivilegeSetResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetPrivilegeSetResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetPrivilegeSetResult) String ¶
func (p *ThriftHiveMetastoreGetPrivilegeSetResult) String() string
type ThriftHiveMetastoreGetResourcePlanArgs ¶
type ThriftHiveMetastoreGetResourcePlanArgs struct {
Request *WMGetResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetResourcePlanArgs ¶
func NewThriftHiveMetastoreGetResourcePlanArgs() *ThriftHiveMetastoreGetResourcePlanArgs
func (*ThriftHiveMetastoreGetResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetResourcePlanArgs) GetRequest() *WMGetResourcePlanRequest
func (*ThriftHiveMetastoreGetResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreGetResourcePlanArgs) String() string
type ThriftHiveMetastoreGetResourcePlanResult ¶
type ThriftHiveMetastoreGetResourcePlanResult struct { Success *WMGetResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetResourcePlanResult ¶
func NewThriftHiveMetastoreGetResourcePlanResult() *ThriftHiveMetastoreGetResourcePlanResult
func (*ThriftHiveMetastoreGetResourcePlanResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) GetSuccess() *WMGetResourcePlanResponse
func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreGetResourcePlanResult) String() string
type ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs ¶
type ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs struct {
Request *GetRoleGrantsForPrincipalRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetRoleGrantsForPrincipalArgs ¶
func NewThriftHiveMetastoreGetRoleGrantsForPrincipalArgs() *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) GetRequest() *GetRoleGrantsForPrincipalRequest
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) String ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) String() string
type ThriftHiveMetastoreGetRoleGrantsForPrincipalResult ¶
type ThriftHiveMetastoreGetRoleGrantsForPrincipalResult struct { Success *GetRoleGrantsForPrincipalResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetRoleGrantsForPrincipalResult ¶
func NewThriftHiveMetastoreGetRoleGrantsForPrincipalResult() *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetSuccess() *GetRoleGrantsForPrincipalResponse
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) String ¶
func (p *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) String() string
type ThriftHiveMetastoreGetRoleNamesArgs ¶
type ThriftHiveMetastoreGetRoleNamesArgs struct { }
func NewThriftHiveMetastoreGetRoleNamesArgs ¶
func NewThriftHiveMetastoreGetRoleNamesArgs() *ThriftHiveMetastoreGetRoleNamesArgs
func (*ThriftHiveMetastoreGetRoleNamesArgs) String ¶
func (p *ThriftHiveMetastoreGetRoleNamesArgs) String() string
type ThriftHiveMetastoreGetRoleNamesResult ¶
type ThriftHiveMetastoreGetRoleNamesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetRoleNamesResult ¶
func NewThriftHiveMetastoreGetRoleNamesResult() *ThriftHiveMetastoreGetRoleNamesResult
func (*ThriftHiveMetastoreGetRoleNamesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetRoleNamesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetRoleNamesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetRoleNamesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetRoleNamesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetRoleNamesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetRoleNamesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetRoleNamesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetRoleNamesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetRoleNamesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetRoleNamesResult) String ¶
func (p *ThriftHiveMetastoreGetRoleNamesResult) String() string
type ThriftHiveMetastoreGetSchemaArgs ¶
type ThriftHiveMetastoreGetSchemaArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` }
Attributes:
- DbName
- TableName
func NewThriftHiveMetastoreGetSchemaArgs ¶
func NewThriftHiveMetastoreGetSchemaArgs() *ThriftHiveMetastoreGetSchemaArgs
func (*ThriftHiveMetastoreGetSchemaArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetSchemaArgs) GetDbName() string
func (*ThriftHiveMetastoreGetSchemaArgs) GetTableName ¶
func (p *ThriftHiveMetastoreGetSchemaArgs) GetTableName() string
func (*ThriftHiveMetastoreGetSchemaArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetSchemaArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetSchemaArgs) String ¶
func (p *ThriftHiveMetastoreGetSchemaArgs) String() string
type ThriftHiveMetastoreGetSchemaResult ¶
type ThriftHiveMetastoreGetSchemaResult struct { Success []*FieldSchema `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetSchemaResult ¶
func NewThriftHiveMetastoreGetSchemaResult() *ThriftHiveMetastoreGetSchemaResult
func (*ThriftHiveMetastoreGetSchemaResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetSchemaResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) GetO2() *UnknownTableException
func (*ThriftHiveMetastoreGetSchemaResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetSchemaResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetSchemaResult) GetSuccess() []*FieldSchema
func (*ThriftHiveMetastoreGetSchemaResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetSchemaResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetSchemaResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetSchemaResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetSchemaResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetSchemaResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetSchemaResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetSchemaResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetSchemaResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetSchemaResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetSchemaResult) String ¶
func (p *ThriftHiveMetastoreGetSchemaResult) String() string
type ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs ¶
type ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TableName string `thrift:"table_name,2" db:"table_name" json:"table_name"` EnvironmentContext *EnvironmentContext `thrift:"environment_context,3" db:"environment_context" json:"environment_context"` }
Attributes:
- DbName
- TableName
- EnvironmentContext
func NewThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs ¶
func NewThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs() *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetDbName() string
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetEnvironmentContext ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetEnvironmentContext() *EnvironmentContext
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetTableName ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetTableName() string
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) IsSetEnvironmentContext ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) IsSetEnvironmentContext() bool
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) String ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) String() string
type ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult ¶
type ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult struct { Success []*FieldSchema `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetSchemaWithEnvironmentContextResult ¶
func NewThriftHiveMetastoreGetSchemaWithEnvironmentContextResult() *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO2() *UnknownTableException
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetSuccess() []*FieldSchema
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) String ¶
func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) String() string
type ThriftHiveMetastoreGetTableArgs ¶
type ThriftHiveMetastoreGetTableArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` }
Attributes:
- Dbname
- TblName
func NewThriftHiveMetastoreGetTableArgs ¶
func NewThriftHiveMetastoreGetTableArgs() *ThriftHiveMetastoreGetTableArgs
func (*ThriftHiveMetastoreGetTableArgs) GetDbname ¶
func (p *ThriftHiveMetastoreGetTableArgs) GetDbname() string
func (*ThriftHiveMetastoreGetTableArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetTableArgs) GetTblName() string
func (*ThriftHiveMetastoreGetTableArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableArgs) String ¶
func (p *ThriftHiveMetastoreGetTableArgs) String() string
type ThriftHiveMetastoreGetTableColumnStatisticsArgs ¶
type ThriftHiveMetastoreGetTableColumnStatisticsArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` ColName string `thrift:"col_name,3" db:"col_name" json:"col_name"` }
Attributes:
- DbName
- TblName
- ColName
func NewThriftHiveMetastoreGetTableColumnStatisticsArgs ¶
func NewThriftHiveMetastoreGetTableColumnStatisticsArgs() *ThriftHiveMetastoreGetTableColumnStatisticsArgs
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetColName ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetColName() string
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetDbName() string
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetTblName ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetTblName() string
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsArgs) String() string
type ThriftHiveMetastoreGetTableColumnStatisticsResult ¶
type ThriftHiveMetastoreGetTableColumnStatisticsResult struct { Success *ColumnStatistics `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *InvalidInputException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreGetTableColumnStatisticsResult ¶
func NewThriftHiveMetastoreGetTableColumnStatisticsResult() *ThriftHiveMetastoreGetTableColumnStatisticsResult
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO3() *InvalidInputException
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO4() *InvalidObjectException
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) GetSuccess() *ColumnStatistics
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreGetTableColumnStatisticsResult) String() string
type ThriftHiveMetastoreGetTableMetaArgs ¶
type ThriftHiveMetastoreGetTableMetaArgs struct { DbPatterns string `thrift:"db_patterns,1" db:"db_patterns" json:"db_patterns"` TblPatterns string `thrift:"tbl_patterns,2" db:"tbl_patterns" json:"tbl_patterns"` TblTypes []string `thrift:"tbl_types,3" db:"tbl_types" json:"tbl_types"` }
Attributes:
- DbPatterns
- TblPatterns
- TblTypes
func NewThriftHiveMetastoreGetTableMetaArgs ¶
func NewThriftHiveMetastoreGetTableMetaArgs() *ThriftHiveMetastoreGetTableMetaArgs
func (*ThriftHiveMetastoreGetTableMetaArgs) GetDbPatterns ¶
func (p *ThriftHiveMetastoreGetTableMetaArgs) GetDbPatterns() string
func (*ThriftHiveMetastoreGetTableMetaArgs) GetTblPatterns ¶
func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblPatterns() string
func (*ThriftHiveMetastoreGetTableMetaArgs) GetTblTypes ¶
func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblTypes() []string
func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableMetaArgs) String ¶
func (p *ThriftHiveMetastoreGetTableMetaArgs) String() string
type ThriftHiveMetastoreGetTableMetaResult ¶
type ThriftHiveMetastoreGetTableMetaResult struct { Success []*TableMeta `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetTableMetaResult ¶
func NewThriftHiveMetastoreGetTableMetaResult() *ThriftHiveMetastoreGetTableMetaResult
func (*ThriftHiveMetastoreGetTableMetaResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableMetaResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTableMetaResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableMetaResult) GetSuccess() []*TableMeta
func (*ThriftHiveMetastoreGetTableMetaResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableMetaResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableMetaResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableMetaResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableMetaResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableMetaResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableMetaResult) String ¶
func (p *ThriftHiveMetastoreGetTableMetaResult) String() string
type ThriftHiveMetastoreGetTableNamesByFilterArgs ¶
type ThriftHiveMetastoreGetTableNamesByFilterArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` Filter string `thrift:"filter,2" db:"filter" json:"filter"` MaxTables int16 `thrift:"max_tables,3" db:"max_tables" json:"max_tables"` }
Attributes:
- Dbname
- Filter
- MaxTables
func NewThriftHiveMetastoreGetTableNamesByFilterArgs ¶
func NewThriftHiveMetastoreGetTableNamesByFilterArgs() *ThriftHiveMetastoreGetTableNamesByFilterArgs
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetDbname ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetDbname() string
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetFilter ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetFilter() string
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetMaxTables ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) GetMaxTables() int16
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) String ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterArgs) String() string
type ThriftHiveMetastoreGetTableNamesByFilterResult ¶
type ThriftHiveMetastoreGetTableNamesByFilterResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetTableNamesByFilterResult ¶
func NewThriftHiveMetastoreGetTableNamesByFilterResult() *ThriftHiveMetastoreGetTableNamesByFilterResult
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableNamesByFilterResult) String ¶
func (p *ThriftHiveMetastoreGetTableNamesByFilterResult) String() string
type ThriftHiveMetastoreGetTableObjectsByNameArgs ¶
type ThriftHiveMetastoreGetTableObjectsByNameArgs struct { Dbname string `thrift:"dbname,1" db:"dbname" json:"dbname"` TblNames []string `thrift:"tbl_names,2" db:"tbl_names" json:"tbl_names"` }
Attributes:
- Dbname
- TblNames
func NewThriftHiveMetastoreGetTableObjectsByNameArgs ¶
func NewThriftHiveMetastoreGetTableObjectsByNameArgs() *ThriftHiveMetastoreGetTableObjectsByNameArgs
func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) GetDbname ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) GetDbname() string
func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) GetTblNames ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) GetTblNames() []string
func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) String ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameArgs) String() string
type ThriftHiveMetastoreGetTableObjectsByNameReqArgs ¶
type ThriftHiveMetastoreGetTableObjectsByNameReqArgs struct {
Req *GetTablesRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreGetTableObjectsByNameReqArgs ¶
func NewThriftHiveMetastoreGetTableObjectsByNameReqArgs() *ThriftHiveMetastoreGetTableObjectsByNameReqArgs
func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) GetReq ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) GetReq() *GetTablesRequest
func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) IsSetReq() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) String ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqArgs) String() string
type ThriftHiveMetastoreGetTableObjectsByNameReqResult ¶
type ThriftHiveMetastoreGetTableObjectsByNameReqResult struct { Success *GetTablesResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
func NewThriftHiveMetastoreGetTableObjectsByNameReqResult ¶
func NewThriftHiveMetastoreGetTableObjectsByNameReqResult() *ThriftHiveMetastoreGetTableObjectsByNameReqResult
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO2() *InvalidOperationException
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO3 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetSuccess() *GetTablesResult_
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO3() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField3 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) String ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameReqResult) String() string
type ThriftHiveMetastoreGetTableObjectsByNameResult ¶
type ThriftHiveMetastoreGetTableObjectsByNameResult struct {
Success []*Table `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetTableObjectsByNameResult ¶
func NewThriftHiveMetastoreGetTableObjectsByNameResult() *ThriftHiveMetastoreGetTableObjectsByNameResult
func (*ThriftHiveMetastoreGetTableObjectsByNameResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) GetSuccess() []*Table
func (*ThriftHiveMetastoreGetTableObjectsByNameResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableObjectsByNameResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableObjectsByNameResult) String ¶
func (p *ThriftHiveMetastoreGetTableObjectsByNameResult) String() string
type ThriftHiveMetastoreGetTableReqArgs ¶
type ThriftHiveMetastoreGetTableReqArgs struct {
Req *GetTableRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastoreGetTableReqArgs ¶
func NewThriftHiveMetastoreGetTableReqArgs() *ThriftHiveMetastoreGetTableReqArgs
func (*ThriftHiveMetastoreGetTableReqArgs) GetReq ¶
func (p *ThriftHiveMetastoreGetTableReqArgs) GetReq() *GetTableRequest
func (*ThriftHiveMetastoreGetTableReqArgs) IsSetReq ¶
func (p *ThriftHiveMetastoreGetTableReqArgs) IsSetReq() bool
func (*ThriftHiveMetastoreGetTableReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableReqArgs) String ¶
func (p *ThriftHiveMetastoreGetTableReqArgs) String() string
type ThriftHiveMetastoreGetTableReqResult ¶
type ThriftHiveMetastoreGetTableReqResult struct { Success *GetTableResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetTableReqResult ¶
func NewThriftHiveMetastoreGetTableReqResult() *ThriftHiveMetastoreGetTableReqResult
func (*ThriftHiveMetastoreGetTableReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableReqResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTableReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableReqResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTableReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableReqResult) GetSuccess() *GetTableResult_
func (*ThriftHiveMetastoreGetTableReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableReqResult) String ¶
func (p *ThriftHiveMetastoreGetTableReqResult) String() string
type ThriftHiveMetastoreGetTableResult ¶
type ThriftHiveMetastoreGetTableResult struct { Success *Table `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetTableResult ¶
func NewThriftHiveMetastoreGetTableResult() *ThriftHiveMetastoreGetTableResult
func (*ThriftHiveMetastoreGetTableResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTableResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTableResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableResult) GetSuccess() *Table
func (*ThriftHiveMetastoreGetTableResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableResult) String ¶
func (p *ThriftHiveMetastoreGetTableResult) String() string
type ThriftHiveMetastoreGetTableStatisticsReqArgs ¶
type ThriftHiveMetastoreGetTableStatisticsReqArgs struct {
Request *TableStatsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetTableStatisticsReqArgs ¶
func NewThriftHiveMetastoreGetTableStatisticsReqArgs() *ThriftHiveMetastoreGetTableStatisticsReqArgs
func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) GetRequest() *TableStatsRequest
func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) String ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqArgs) String() string
type ThriftHiveMetastoreGetTableStatisticsReqResult ¶
type ThriftHiveMetastoreGetTableStatisticsReqResult struct { Success *TableStatsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetTableStatisticsReqResult ¶
func NewThriftHiveMetastoreGetTableStatisticsReqResult() *ThriftHiveMetastoreGetTableStatisticsReqResult
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) GetSuccess() *TableStatsResult_
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTableStatisticsReqResult) String ¶
func (p *ThriftHiveMetastoreGetTableStatisticsReqResult) String() string
type ThriftHiveMetastoreGetTablesArgs ¶
type ThriftHiveMetastoreGetTablesArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` Pattern string `thrift:"pattern,2" db:"pattern" json:"pattern"` }
Attributes:
- DbName
- Pattern
func NewThriftHiveMetastoreGetTablesArgs ¶
func NewThriftHiveMetastoreGetTablesArgs() *ThriftHiveMetastoreGetTablesArgs
func (*ThriftHiveMetastoreGetTablesArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetTablesArgs) GetDbName() string
func (*ThriftHiveMetastoreGetTablesArgs) GetPattern ¶
func (p *ThriftHiveMetastoreGetTablesArgs) GetPattern() string
func (*ThriftHiveMetastoreGetTablesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTablesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTablesArgs) String ¶
func (p *ThriftHiveMetastoreGetTablesArgs) String() string
type ThriftHiveMetastoreGetTablesByTypeArgs ¶
type ThriftHiveMetastoreGetTablesByTypeArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` Pattern string `thrift:"pattern,2" db:"pattern" json:"pattern"` TableType string `thrift:"tableType,3" db:"tableType" json:"tableType"` }
Attributes:
- DbName
- Pattern
- TableType
func NewThriftHiveMetastoreGetTablesByTypeArgs ¶
func NewThriftHiveMetastoreGetTablesByTypeArgs() *ThriftHiveMetastoreGetTablesByTypeArgs
func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetDbName ¶
func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetDbName() string
func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetPattern ¶
func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetPattern() string
func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetTableType ¶
func (p *ThriftHiveMetastoreGetTablesByTypeArgs) GetTableType() string
func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGetTablesByTypeArgs) String ¶
func (p *ThriftHiveMetastoreGetTablesByTypeArgs) String() string
type ThriftHiveMetastoreGetTablesByTypeResult ¶
type ThriftHiveMetastoreGetTablesByTypeResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetTablesByTypeResult ¶
func NewThriftHiveMetastoreGetTablesByTypeResult() *ThriftHiveMetastoreGetTablesByTypeResult
func (*ThriftHiveMetastoreGetTablesByTypeResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTablesByTypeResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTablesByTypeResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTablesByTypeResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetTablesByTypeResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTablesByTypeResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTablesByTypeResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTablesByTypeResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTablesByTypeResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTablesByTypeResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTablesByTypeResult) String ¶
func (p *ThriftHiveMetastoreGetTablesByTypeResult) String() string
type ThriftHiveMetastoreGetTablesResult ¶
type ThriftHiveMetastoreGetTablesResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGetTablesResult ¶
func NewThriftHiveMetastoreGetTablesResult() *ThriftHiveMetastoreGetTablesResult
func (*ThriftHiveMetastoreGetTablesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTablesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTablesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTablesResult) GetSuccess() []string
func (*ThriftHiveMetastoreGetTablesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTablesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTablesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTablesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTablesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTablesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTablesResult) String ¶
func (p *ThriftHiveMetastoreGetTablesResult) String() string
type ThriftHiveMetastoreGetTokenArgs ¶
type ThriftHiveMetastoreGetTokenArgs struct {
TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"`
}
Attributes:
- TokenIdentifier
func NewThriftHiveMetastoreGetTokenArgs ¶
func NewThriftHiveMetastoreGetTokenArgs() *ThriftHiveMetastoreGetTokenArgs
func (*ThriftHiveMetastoreGetTokenArgs) GetTokenIdentifier ¶
func (p *ThriftHiveMetastoreGetTokenArgs) GetTokenIdentifier() string
func (*ThriftHiveMetastoreGetTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTokenArgs) String ¶
func (p *ThriftHiveMetastoreGetTokenArgs) String() string
type ThriftHiveMetastoreGetTokenResult ¶
type ThriftHiveMetastoreGetTokenResult struct {
Success *string `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreGetTokenResult ¶
func NewThriftHiveMetastoreGetTokenResult() *ThriftHiveMetastoreGetTokenResult
func (*ThriftHiveMetastoreGetTokenResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTokenResult) GetSuccess() string
func (*ThriftHiveMetastoreGetTokenResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTokenResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTokenResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTokenResult) String ¶
func (p *ThriftHiveMetastoreGetTokenResult) String() string
type ThriftHiveMetastoreGetTriggersForResourceplanArgs ¶
type ThriftHiveMetastoreGetTriggersForResourceplanArgs struct {
Request *WMGetTriggersForResourePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetTriggersForResourceplanArgs ¶
func NewThriftHiveMetastoreGetTriggersForResourceplanArgs() *ThriftHiveMetastoreGetTriggersForResourceplanArgs
func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) GetRequest() *WMGetTriggersForResourePlanRequest
func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) String ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanArgs) String() string
type ThriftHiveMetastoreGetTriggersForResourceplanResult ¶
type ThriftHiveMetastoreGetTriggersForResourceplanResult struct { Success *WMGetTriggersForResourePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetTriggersForResourceplanResult ¶
func NewThriftHiveMetastoreGetTriggersForResourceplanResult() *ThriftHiveMetastoreGetTriggersForResourceplanResult
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) GetSuccess() *WMGetTriggersForResourePlanResponse
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) String ¶
func (p *ThriftHiveMetastoreGetTriggersForResourceplanResult) String() string
type ThriftHiveMetastoreGetTypeAllArgs ¶
type ThriftHiveMetastoreGetTypeAllArgs struct {
Name string `thrift:"name,1" db:"name" json:"name"`
}
Attributes:
- Name
func NewThriftHiveMetastoreGetTypeAllArgs ¶
func NewThriftHiveMetastoreGetTypeAllArgs() *ThriftHiveMetastoreGetTypeAllArgs
func (*ThriftHiveMetastoreGetTypeAllArgs) GetName ¶
func (p *ThriftHiveMetastoreGetTypeAllArgs) GetName() string
func (*ThriftHiveMetastoreGetTypeAllArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTypeAllArgs) String ¶
func (p *ThriftHiveMetastoreGetTypeAllArgs) String() string
type ThriftHiveMetastoreGetTypeAllResult ¶
type ThriftHiveMetastoreGetTypeAllResult struct { Success map[string]*Type `thrift:"success,0" db:"success" json:"success,omitempty"` O2 *MetaException `thrift:"o2,1" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O2
func NewThriftHiveMetastoreGetTypeAllResult ¶
func NewThriftHiveMetastoreGetTypeAllResult() *ThriftHiveMetastoreGetTypeAllResult
func (*ThriftHiveMetastoreGetTypeAllResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTypeAllResult) GetO2() *MetaException
func (*ThriftHiveMetastoreGetTypeAllResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTypeAllResult) GetSuccess() map[string]*Type
func (*ThriftHiveMetastoreGetTypeAllResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTypeAllResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTypeAllResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTypeAllResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTypeAllResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTypeAllResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTypeAllResult) String ¶
func (p *ThriftHiveMetastoreGetTypeAllResult) String() string
type ThriftHiveMetastoreGetTypeArgs ¶
type ThriftHiveMetastoreGetTypeArgs struct {
Name string `thrift:"name,1" db:"name" json:"name"`
}
Attributes:
- Name
func NewThriftHiveMetastoreGetTypeArgs ¶
func NewThriftHiveMetastoreGetTypeArgs() *ThriftHiveMetastoreGetTypeArgs
func (*ThriftHiveMetastoreGetTypeArgs) GetName ¶
func (p *ThriftHiveMetastoreGetTypeArgs) GetName() string
func (*ThriftHiveMetastoreGetTypeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetTypeArgs) String ¶
func (p *ThriftHiveMetastoreGetTypeArgs) String() string
type ThriftHiveMetastoreGetTypeResult ¶
type ThriftHiveMetastoreGetTypeResult struct { Success *Type `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetTypeResult ¶
func NewThriftHiveMetastoreGetTypeResult() *ThriftHiveMetastoreGetTypeResult
func (*ThriftHiveMetastoreGetTypeResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetTypeResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetTypeResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetTypeResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetTypeResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetTypeResult) GetSuccess() *Type
func (*ThriftHiveMetastoreGetTypeResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetTypeResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetTypeResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetTypeResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetTypeResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetTypeResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetTypeResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetTypeResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetTypeResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetTypeResult) String ¶
func (p *ThriftHiveMetastoreGetTypeResult) String() string
type ThriftHiveMetastoreGetUniqueConstraintsArgs ¶
type ThriftHiveMetastoreGetUniqueConstraintsArgs struct {
Request *UniqueConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGetUniqueConstraintsArgs ¶
func NewThriftHiveMetastoreGetUniqueConstraintsArgs() *ThriftHiveMetastoreGetUniqueConstraintsArgs
func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) GetRequest() *UniqueConstraintsRequest
func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) String ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsArgs) String() string
type ThriftHiveMetastoreGetUniqueConstraintsResult ¶
type ThriftHiveMetastoreGetUniqueConstraintsResult struct { Success *UniqueConstraintsResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreGetUniqueConstraintsResult ¶
func NewThriftHiveMetastoreGetUniqueConstraintsResult() *ThriftHiveMetastoreGetUniqueConstraintsResult
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetO1 ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetO2 ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) GetSuccess() *UniqueConstraintsResponse
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO1() bool
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO2() bool
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField0 ¶
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField1 ¶
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField2 ¶
func (*ThriftHiveMetastoreGetUniqueConstraintsResult) String ¶
func (p *ThriftHiveMetastoreGetUniqueConstraintsResult) String() string
type ThriftHiveMetastoreGrantPrivilegesArgs ¶
type ThriftHiveMetastoreGrantPrivilegesArgs struct {
Privileges *PrivilegeBag `thrift:"privileges,1" db:"privileges" json:"privileges"`
}
Attributes:
- Privileges
func NewThriftHiveMetastoreGrantPrivilegesArgs ¶
func NewThriftHiveMetastoreGrantPrivilegesArgs() *ThriftHiveMetastoreGrantPrivilegesArgs
func (*ThriftHiveMetastoreGrantPrivilegesArgs) GetPrivileges ¶
func (p *ThriftHiveMetastoreGrantPrivilegesArgs) GetPrivileges() *PrivilegeBag
func (*ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges ¶
func (p *ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges() bool
func (*ThriftHiveMetastoreGrantPrivilegesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGrantPrivilegesArgs) String ¶
func (p *ThriftHiveMetastoreGrantPrivilegesArgs) String() string
type ThriftHiveMetastoreGrantPrivilegesResult ¶
type ThriftHiveMetastoreGrantPrivilegesResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGrantPrivilegesResult ¶
func NewThriftHiveMetastoreGrantPrivilegesResult() *ThriftHiveMetastoreGrantPrivilegesResult
func (*ThriftHiveMetastoreGrantPrivilegesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGrantPrivilegesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGrantPrivilegesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGrantPrivilegesResult) GetSuccess() bool
func (*ThriftHiveMetastoreGrantPrivilegesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGrantPrivilegesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGrantPrivilegesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGrantPrivilegesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGrantPrivilegesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGrantPrivilegesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGrantPrivilegesResult) String ¶
func (p *ThriftHiveMetastoreGrantPrivilegesResult) String() string
type ThriftHiveMetastoreGrantRevokePrivilegesArgs ¶
type ThriftHiveMetastoreGrantRevokePrivilegesArgs struct {
Request *GrantRevokePrivilegeRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGrantRevokePrivilegesArgs ¶
func NewThriftHiveMetastoreGrantRevokePrivilegesArgs() *ThriftHiveMetastoreGrantRevokePrivilegesArgs
func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) GetRequest() *GrantRevokePrivilegeRequest
func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) String ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesArgs) String() string
type ThriftHiveMetastoreGrantRevokePrivilegesResult ¶
type ThriftHiveMetastoreGrantRevokePrivilegesResult struct { Success *GrantRevokePrivilegeResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGrantRevokePrivilegesResult ¶
func NewThriftHiveMetastoreGrantRevokePrivilegesResult() *ThriftHiveMetastoreGrantRevokePrivilegesResult
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) GetO1 ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) GetSuccess() *GrantRevokePrivilegeResponse
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetO1() bool
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField0 ¶
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) String ¶
func (p *ThriftHiveMetastoreGrantRevokePrivilegesResult) String() string
type ThriftHiveMetastoreGrantRevokeRoleArgs ¶
type ThriftHiveMetastoreGrantRevokeRoleArgs struct {
Request *GrantRevokeRoleRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreGrantRevokeRoleArgs ¶
func NewThriftHiveMetastoreGrantRevokeRoleArgs() *ThriftHiveMetastoreGrantRevokeRoleArgs
func (*ThriftHiveMetastoreGrantRevokeRoleArgs) GetRequest ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) GetRequest() *GrantRevokeRoleRequest
func (*ThriftHiveMetastoreGrantRevokeRoleArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreGrantRevokeRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRevokeRoleArgs) String ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) String() string
type ThriftHiveMetastoreGrantRevokeRoleResult ¶
type ThriftHiveMetastoreGrantRevokeRoleResult struct { Success *GrantRevokeRoleResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGrantRevokeRoleResult ¶
func NewThriftHiveMetastoreGrantRevokeRoleResult() *ThriftHiveMetastoreGrantRevokeRoleResult
func (*ThriftHiveMetastoreGrantRevokeRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGrantRevokeRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleResult) GetSuccess() *GrantRevokeRoleResponse
func (*ThriftHiveMetastoreGrantRevokeRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreGrantRevokeRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGrantRevokeRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreGrantRevokeRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRevokeRoleResult) String ¶
func (p *ThriftHiveMetastoreGrantRevokeRoleResult) String() string
type ThriftHiveMetastoreGrantRoleArgs ¶
type ThriftHiveMetastoreGrantRoleArgs struct { RoleName string `thrift:"role_name,1" db:"role_name" json:"role_name"` PrincipalName string `thrift:"principal_name,2" db:"principal_name" json:"principal_name"` PrincipalType PrincipalType `thrift:"principal_type,3" db:"principal_type" json:"principal_type"` Grantor string `thrift:"grantor,4" db:"grantor" json:"grantor"` GrantorType PrincipalType `thrift:"grantorType,5" db:"grantorType" json:"grantorType"` GrantOption bool `thrift:"grant_option,6" db:"grant_option" json:"grant_option"` }
Attributes:
- RoleName
- PrincipalName
- PrincipalType
- Grantor
- GrantorType
- GrantOption
func NewThriftHiveMetastoreGrantRoleArgs ¶
func NewThriftHiveMetastoreGrantRoleArgs() *ThriftHiveMetastoreGrantRoleArgs
func (*ThriftHiveMetastoreGrantRoleArgs) GetGrantOption ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantOption() bool
func (*ThriftHiveMetastoreGrantRoleArgs) GetGrantor ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantor() string
func (*ThriftHiveMetastoreGrantRoleArgs) GetGrantorType ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetGrantorType() PrincipalType
func (*ThriftHiveMetastoreGrantRoleArgs) GetPrincipalName ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetPrincipalName() string
func (*ThriftHiveMetastoreGrantRoleArgs) GetPrincipalType ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetPrincipalType() PrincipalType
func (*ThriftHiveMetastoreGrantRoleArgs) GetRoleName ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) GetRoleName() string
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField2 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField3 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField4 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField5 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) ReadField6 ¶
func (*ThriftHiveMetastoreGrantRoleArgs) String ¶
func (p *ThriftHiveMetastoreGrantRoleArgs) String() string
type ThriftHiveMetastoreGrantRoleResult ¶
type ThriftHiveMetastoreGrantRoleResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreGrantRoleResult ¶
func NewThriftHiveMetastoreGrantRoleResult() *ThriftHiveMetastoreGrantRoleResult
func (*ThriftHiveMetastoreGrantRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreGrantRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreGrantRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreGrantRoleResult) GetSuccess() bool
func (*ThriftHiveMetastoreGrantRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreGrantRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreGrantRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreGrantRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreGrantRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreGrantRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreGrantRoleResult) String ¶
func (p *ThriftHiveMetastoreGrantRoleResult) String() string
type ThriftHiveMetastoreHeartbeatArgs ¶
type ThriftHiveMetastoreHeartbeatArgs struct {
Ids *HeartbeatRequest `thrift:"ids,1" db:"ids" json:"ids"`
}
Attributes:
- Ids
func NewThriftHiveMetastoreHeartbeatArgs ¶
func NewThriftHiveMetastoreHeartbeatArgs() *ThriftHiveMetastoreHeartbeatArgs
func (*ThriftHiveMetastoreHeartbeatArgs) GetIds ¶
func (p *ThriftHiveMetastoreHeartbeatArgs) GetIds() *HeartbeatRequest
func (*ThriftHiveMetastoreHeartbeatArgs) IsSetIds ¶
func (p *ThriftHiveMetastoreHeartbeatArgs) IsSetIds() bool
func (*ThriftHiveMetastoreHeartbeatArgs) ReadField1 ¶
func (*ThriftHiveMetastoreHeartbeatArgs) String ¶
func (p *ThriftHiveMetastoreHeartbeatArgs) String() string
type ThriftHiveMetastoreHeartbeatResult ¶
type ThriftHiveMetastoreHeartbeatResult struct { O1 *NoSuchLockException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchTxnException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *TxnAbortedException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` }
Attributes:
- O1
- O2
- O3
func NewThriftHiveMetastoreHeartbeatResult ¶
func NewThriftHiveMetastoreHeartbeatResult() *ThriftHiveMetastoreHeartbeatResult
func (*ThriftHiveMetastoreHeartbeatResult) GetO1 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) GetO1() *NoSuchLockException
func (*ThriftHiveMetastoreHeartbeatResult) GetO2 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) GetO2() *NoSuchTxnException
func (*ThriftHiveMetastoreHeartbeatResult) GetO3 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) GetO3() *TxnAbortedException
func (*ThriftHiveMetastoreHeartbeatResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO1() bool
func (*ThriftHiveMetastoreHeartbeatResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO2() bool
func (*ThriftHiveMetastoreHeartbeatResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreHeartbeatResult) IsSetO3() bool
func (*ThriftHiveMetastoreHeartbeatResult) ReadField1 ¶
func (*ThriftHiveMetastoreHeartbeatResult) ReadField2 ¶
func (*ThriftHiveMetastoreHeartbeatResult) ReadField3 ¶
func (*ThriftHiveMetastoreHeartbeatResult) String ¶
func (p *ThriftHiveMetastoreHeartbeatResult) String() string
type ThriftHiveMetastoreHeartbeatTxnRangeArgs ¶
type ThriftHiveMetastoreHeartbeatTxnRangeArgs struct {
Txns *HeartbeatTxnRangeRequest `thrift:"txns,1" db:"txns" json:"txns"`
}
Attributes:
- Txns
func NewThriftHiveMetastoreHeartbeatTxnRangeArgs ¶
func NewThriftHiveMetastoreHeartbeatTxnRangeArgs() *ThriftHiveMetastoreHeartbeatTxnRangeArgs
func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) GetTxns ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) GetTxns() *HeartbeatTxnRangeRequest
func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) IsSetTxns ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) IsSetTxns() bool
func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) ReadField1 ¶
func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) String ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeArgs) String() string
type ThriftHiveMetastoreHeartbeatTxnRangeResult ¶
type ThriftHiveMetastoreHeartbeatTxnRangeResult struct {
Success *HeartbeatTxnRangeResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreHeartbeatTxnRangeResult ¶
func NewThriftHiveMetastoreHeartbeatTxnRangeResult() *ThriftHiveMetastoreHeartbeatTxnRangeResult
func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) GetSuccess ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) GetSuccess() *HeartbeatTxnRangeResponse
func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) ReadField0 ¶
func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) String ¶
func (p *ThriftHiveMetastoreHeartbeatTxnRangeResult) String() string
type ThriftHiveMetastoreIsPartitionMarkedForEventArgs ¶
type ThriftHiveMetastoreIsPartitionMarkedForEventArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals map[string]string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` EventType PartitionEventType `thrift:"eventType,4" db:"eventType" json:"eventType"` }
Attributes:
- DbName
- TblName
- PartVals
- EventType
func NewThriftHiveMetastoreIsPartitionMarkedForEventArgs ¶
func NewThriftHiveMetastoreIsPartitionMarkedForEventArgs() *ThriftHiveMetastoreIsPartitionMarkedForEventArgs
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetDbName ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetDbName() string
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetEventType ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetEventType() PartitionEventType
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetPartVals() map[string]string
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetTblName ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetTblName() string
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField1 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField2 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField3 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField4 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) String ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventArgs) String() string
type ThriftHiveMetastoreIsPartitionMarkedForEventResult ¶
type ThriftHiveMetastoreIsPartitionMarkedForEventResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *UnknownTableException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` O5 *UnknownPartitionException `thrift:"o5,5" db:"o5" json:"o5,omitempty"` O6 *InvalidPartitionException `thrift:"o6,6" db:"o6" json:"o6,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
- O5
- O6
func NewThriftHiveMetastoreIsPartitionMarkedForEventResult ¶
func NewThriftHiveMetastoreIsPartitionMarkedForEventResult() *ThriftHiveMetastoreIsPartitionMarkedForEventResult
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO1 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO1() *MetaException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO2 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO3 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO4 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO4() *UnknownTableException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO5 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO5() *UnknownPartitionException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO6 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO6() *InvalidPartitionException
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetSuccess ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetSuccess() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO1() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO2() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO3() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO4() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO5 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO5() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO6 ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO6() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField0 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField1 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField2 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField3 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField4 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField5 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField6 ¶
func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) String ¶
func (p *ThriftHiveMetastoreIsPartitionMarkedForEventResult) String() string
type ThriftHiveMetastoreListPrivilegesArgs ¶
type ThriftHiveMetastoreListPrivilegesArgs struct { PrincipalName string `thrift:"principal_name,1" db:"principal_name" json:"principal_name"` PrincipalType PrincipalType `thrift:"principal_type,2" db:"principal_type" json:"principal_type"` HiveObject *HiveObjectRef `thrift:"hiveObject,3" db:"hiveObject" json:"hiveObject"` }
Attributes:
- PrincipalName
- PrincipalType
- HiveObject
func NewThriftHiveMetastoreListPrivilegesArgs ¶
func NewThriftHiveMetastoreListPrivilegesArgs() *ThriftHiveMetastoreListPrivilegesArgs
func (*ThriftHiveMetastoreListPrivilegesArgs) GetHiveObject ¶
func (p *ThriftHiveMetastoreListPrivilegesArgs) GetHiveObject() *HiveObjectRef
func (*ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalName ¶
func (p *ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalName() string
func (*ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalType ¶
func (p *ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalType() PrincipalType
func (*ThriftHiveMetastoreListPrivilegesArgs) IsSetHiveObject ¶
func (p *ThriftHiveMetastoreListPrivilegesArgs) IsSetHiveObject() bool
func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField3 ¶
func (*ThriftHiveMetastoreListPrivilegesArgs) String ¶
func (p *ThriftHiveMetastoreListPrivilegesArgs) String() string
type ThriftHiveMetastoreListPrivilegesResult ¶
type ThriftHiveMetastoreListPrivilegesResult struct { Success []*HiveObjectPrivilege `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreListPrivilegesResult ¶
func NewThriftHiveMetastoreListPrivilegesResult() *ThriftHiveMetastoreListPrivilegesResult
func (*ThriftHiveMetastoreListPrivilegesResult) GetO1 ¶
func (p *ThriftHiveMetastoreListPrivilegesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreListPrivilegesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreListPrivilegesResult) GetSuccess() []*HiveObjectPrivilege
func (*ThriftHiveMetastoreListPrivilegesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreListPrivilegesResult) IsSetO1() bool
func (*ThriftHiveMetastoreListPrivilegesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreListPrivilegesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreListPrivilegesResult) ReadField0 ¶
func (*ThriftHiveMetastoreListPrivilegesResult) ReadField1 ¶
func (*ThriftHiveMetastoreListPrivilegesResult) String ¶
func (p *ThriftHiveMetastoreListPrivilegesResult) String() string
type ThriftHiveMetastoreListRolesArgs ¶
type ThriftHiveMetastoreListRolesArgs struct { PrincipalName string `thrift:"principal_name,1" db:"principal_name" json:"principal_name"` PrincipalType PrincipalType `thrift:"principal_type,2" db:"principal_type" json:"principal_type"` }
Attributes:
- PrincipalName
- PrincipalType
func NewThriftHiveMetastoreListRolesArgs ¶
func NewThriftHiveMetastoreListRolesArgs() *ThriftHiveMetastoreListRolesArgs
func (*ThriftHiveMetastoreListRolesArgs) GetPrincipalName ¶
func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalName() string
func (*ThriftHiveMetastoreListRolesArgs) GetPrincipalType ¶
func (p *ThriftHiveMetastoreListRolesArgs) GetPrincipalType() PrincipalType
func (*ThriftHiveMetastoreListRolesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreListRolesArgs) ReadField2 ¶
func (*ThriftHiveMetastoreListRolesArgs) String ¶
func (p *ThriftHiveMetastoreListRolesArgs) String() string
type ThriftHiveMetastoreListRolesResult ¶
type ThriftHiveMetastoreListRolesResult struct { Success []*Role `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreListRolesResult ¶
func NewThriftHiveMetastoreListRolesResult() *ThriftHiveMetastoreListRolesResult
func (*ThriftHiveMetastoreListRolesResult) GetO1 ¶
func (p *ThriftHiveMetastoreListRolesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreListRolesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreListRolesResult) GetSuccess() []*Role
func (*ThriftHiveMetastoreListRolesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreListRolesResult) IsSetO1() bool
func (*ThriftHiveMetastoreListRolesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreListRolesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreListRolesResult) ReadField0 ¶
func (*ThriftHiveMetastoreListRolesResult) ReadField1 ¶
func (*ThriftHiveMetastoreListRolesResult) String ¶
func (p *ThriftHiveMetastoreListRolesResult) String() string
type ThriftHiveMetastoreLockArgs ¶
type ThriftHiveMetastoreLockArgs struct {
Rqst *LockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreLockArgs ¶
func NewThriftHiveMetastoreLockArgs() *ThriftHiveMetastoreLockArgs
func (*ThriftHiveMetastoreLockArgs) GetRqst ¶
func (p *ThriftHiveMetastoreLockArgs) GetRqst() *LockRequest
func (*ThriftHiveMetastoreLockArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreLockArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreLockArgs) ReadField1 ¶
func (*ThriftHiveMetastoreLockArgs) String ¶
func (p *ThriftHiveMetastoreLockArgs) String() string
type ThriftHiveMetastoreLockResult ¶
type ThriftHiveMetastoreLockResult struct { Success *LockResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreLockResult ¶
func NewThriftHiveMetastoreLockResult() *ThriftHiveMetastoreLockResult
func (*ThriftHiveMetastoreLockResult) GetO1 ¶
func (p *ThriftHiveMetastoreLockResult) GetO1() *NoSuchTxnException
func (*ThriftHiveMetastoreLockResult) GetO2 ¶
func (p *ThriftHiveMetastoreLockResult) GetO2() *TxnAbortedException
func (*ThriftHiveMetastoreLockResult) GetSuccess ¶
func (p *ThriftHiveMetastoreLockResult) GetSuccess() *LockResponse
func (*ThriftHiveMetastoreLockResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreLockResult) IsSetO1() bool
func (*ThriftHiveMetastoreLockResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreLockResult) IsSetO2() bool
func (*ThriftHiveMetastoreLockResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreLockResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreLockResult) ReadField0 ¶
func (*ThriftHiveMetastoreLockResult) ReadField1 ¶
func (*ThriftHiveMetastoreLockResult) ReadField2 ¶
func (*ThriftHiveMetastoreLockResult) String ¶
func (p *ThriftHiveMetastoreLockResult) String() string
type ThriftHiveMetastoreMarkPartitionForEventArgs ¶
type ThriftHiveMetastoreMarkPartitionForEventArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals map[string]string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` EventType PartitionEventType `thrift:"eventType,4" db:"eventType" json:"eventType"` }
Attributes:
- DbName
- TblName
- PartVals
- EventType
func NewThriftHiveMetastoreMarkPartitionForEventArgs ¶
func NewThriftHiveMetastoreMarkPartitionForEventArgs() *ThriftHiveMetastoreMarkPartitionForEventArgs
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetDbName ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetDbName() string
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetEventType ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetEventType() PartitionEventType
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetPartVals() map[string]string
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetTblName ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) GetTblName() string
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField1 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField2 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField3 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField4 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventArgs) String ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventArgs) String() string
type ThriftHiveMetastoreMarkPartitionForEventResult ¶
type ThriftHiveMetastoreMarkPartitionForEventResult struct { O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *UnknownDBException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *UnknownTableException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` O5 *UnknownPartitionException `thrift:"o5,5" db:"o5" json:"o5,omitempty"` O6 *InvalidPartitionException `thrift:"o6,6" db:"o6" json:"o6,omitempty"` }
Attributes:
- O1
- O2
- O3
- O4
- O5
- O6
func NewThriftHiveMetastoreMarkPartitionForEventResult ¶
func NewThriftHiveMetastoreMarkPartitionForEventResult() *ThriftHiveMetastoreMarkPartitionForEventResult
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO1 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO1() *MetaException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO2 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO2() *NoSuchObjectException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO3 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO3() *UnknownDBException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO4 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO4() *UnknownTableException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO5 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO5() *UnknownPartitionException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO6 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) GetO6() *InvalidPartitionException
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO1() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO2() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO3() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO4() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO5 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO5() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO6 ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO6() bool
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField1 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField2 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField3 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField4 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField5 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField6 ¶
func (*ThriftHiveMetastoreMarkPartitionForEventResult) String ¶
func (p *ThriftHiveMetastoreMarkPartitionForEventResult) String() string
type ThriftHiveMetastoreOpenTxnsArgs ¶
type ThriftHiveMetastoreOpenTxnsArgs struct {
Rqst *OpenTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreOpenTxnsArgs ¶
func NewThriftHiveMetastoreOpenTxnsArgs() *ThriftHiveMetastoreOpenTxnsArgs
func (*ThriftHiveMetastoreOpenTxnsArgs) GetRqst ¶
func (p *ThriftHiveMetastoreOpenTxnsArgs) GetRqst() *OpenTxnRequest
func (*ThriftHiveMetastoreOpenTxnsArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreOpenTxnsArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreOpenTxnsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreOpenTxnsArgs) String ¶
func (p *ThriftHiveMetastoreOpenTxnsArgs) String() string
type ThriftHiveMetastoreOpenTxnsResult ¶
type ThriftHiveMetastoreOpenTxnsResult struct {
Success *OpenTxnsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreOpenTxnsResult ¶
func NewThriftHiveMetastoreOpenTxnsResult() *ThriftHiveMetastoreOpenTxnsResult
func (*ThriftHiveMetastoreOpenTxnsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreOpenTxnsResult) GetSuccess() *OpenTxnsResponse
func (*ThriftHiveMetastoreOpenTxnsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreOpenTxnsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreOpenTxnsResult) ReadField0 ¶
func (*ThriftHiveMetastoreOpenTxnsResult) String ¶
func (p *ThriftHiveMetastoreOpenTxnsResult) String() string
type ThriftHiveMetastorePartitionNameHasValidCharactersArgs ¶
type ThriftHiveMetastorePartitionNameHasValidCharactersArgs struct { PartVals []string `thrift:"part_vals,1" db:"part_vals" json:"part_vals"` ThrowException bool `thrift:"throw_exception,2" db:"throw_exception" json:"throw_exception"` }
Attributes:
- PartVals
- ThrowException
func NewThriftHiveMetastorePartitionNameHasValidCharactersArgs ¶
func NewThriftHiveMetastorePartitionNameHasValidCharactersArgs() *ThriftHiveMetastorePartitionNameHasValidCharactersArgs
func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetPartVals ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetPartVals() []string
func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetThrowException ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetThrowException() bool
func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField2 ¶
func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) String ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersArgs) String() string
type ThriftHiveMetastorePartitionNameHasValidCharactersResult ¶
type ThriftHiveMetastorePartitionNameHasValidCharactersResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastorePartitionNameHasValidCharactersResult ¶
func NewThriftHiveMetastorePartitionNameHasValidCharactersResult() *ThriftHiveMetastorePartitionNameHasValidCharactersResult
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetO1 ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetO1() *MetaException
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetSuccess() bool
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetO1 ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetO1() bool
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetSuccess() bool
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField0 ¶
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) String ¶
func (p *ThriftHiveMetastorePartitionNameHasValidCharactersResult) String() string
type ThriftHiveMetastorePartitionNameToSpecArgs ¶
type ThriftHiveMetastorePartitionNameToSpecArgs struct {
PartName string `thrift:"part_name,1" db:"part_name" json:"part_name"`
}
Attributes:
- PartName
func NewThriftHiveMetastorePartitionNameToSpecArgs ¶
func NewThriftHiveMetastorePartitionNameToSpecArgs() *ThriftHiveMetastorePartitionNameToSpecArgs
func (*ThriftHiveMetastorePartitionNameToSpecArgs) GetPartName ¶
func (p *ThriftHiveMetastorePartitionNameToSpecArgs) GetPartName() string
func (*ThriftHiveMetastorePartitionNameToSpecArgs) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameToSpecArgs) String ¶
func (p *ThriftHiveMetastorePartitionNameToSpecArgs) String() string
type ThriftHiveMetastorePartitionNameToSpecResult ¶
type ThriftHiveMetastorePartitionNameToSpecResult struct { Success map[string]string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastorePartitionNameToSpecResult ¶
func NewThriftHiveMetastorePartitionNameToSpecResult() *ThriftHiveMetastorePartitionNameToSpecResult
func (*ThriftHiveMetastorePartitionNameToSpecResult) GetO1 ¶
func (p *ThriftHiveMetastorePartitionNameToSpecResult) GetO1() *MetaException
func (*ThriftHiveMetastorePartitionNameToSpecResult) GetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameToSpecResult) GetSuccess() map[string]string
func (*ThriftHiveMetastorePartitionNameToSpecResult) IsSetO1 ¶
func (p *ThriftHiveMetastorePartitionNameToSpecResult) IsSetO1() bool
func (*ThriftHiveMetastorePartitionNameToSpecResult) IsSetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameToSpecResult) IsSetSuccess() bool
func (*ThriftHiveMetastorePartitionNameToSpecResult) ReadField0 ¶
func (*ThriftHiveMetastorePartitionNameToSpecResult) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameToSpecResult) String ¶
func (p *ThriftHiveMetastorePartitionNameToSpecResult) String() string
type ThriftHiveMetastorePartitionNameToValsArgs ¶
type ThriftHiveMetastorePartitionNameToValsArgs struct {
PartName string `thrift:"part_name,1" db:"part_name" json:"part_name"`
}
Attributes:
- PartName
func NewThriftHiveMetastorePartitionNameToValsArgs ¶
func NewThriftHiveMetastorePartitionNameToValsArgs() *ThriftHiveMetastorePartitionNameToValsArgs
func (*ThriftHiveMetastorePartitionNameToValsArgs) GetPartName ¶
func (p *ThriftHiveMetastorePartitionNameToValsArgs) GetPartName() string
func (*ThriftHiveMetastorePartitionNameToValsArgs) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameToValsArgs) String ¶
func (p *ThriftHiveMetastorePartitionNameToValsArgs) String() string
type ThriftHiveMetastorePartitionNameToValsResult ¶
type ThriftHiveMetastorePartitionNameToValsResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastorePartitionNameToValsResult ¶
func NewThriftHiveMetastorePartitionNameToValsResult() *ThriftHiveMetastorePartitionNameToValsResult
func (*ThriftHiveMetastorePartitionNameToValsResult) GetO1 ¶
func (p *ThriftHiveMetastorePartitionNameToValsResult) GetO1() *MetaException
func (*ThriftHiveMetastorePartitionNameToValsResult) GetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameToValsResult) GetSuccess() []string
func (*ThriftHiveMetastorePartitionNameToValsResult) IsSetO1 ¶
func (p *ThriftHiveMetastorePartitionNameToValsResult) IsSetO1() bool
func (*ThriftHiveMetastorePartitionNameToValsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastorePartitionNameToValsResult) IsSetSuccess() bool
func (*ThriftHiveMetastorePartitionNameToValsResult) ReadField0 ¶
func (*ThriftHiveMetastorePartitionNameToValsResult) ReadField1 ¶
func (*ThriftHiveMetastorePartitionNameToValsResult) String ¶
func (p *ThriftHiveMetastorePartitionNameToValsResult) String() string
type ThriftHiveMetastoreProcessor ¶
type ThriftHiveMetastoreProcessor struct {
// contains filtered or unexported fields
}
func NewThriftHiveMetastoreProcessor ¶
func NewThriftHiveMetastoreProcessor(handler ThriftHiveMetastore) *ThriftHiveMetastoreProcessor
func (*ThriftHiveMetastoreProcessor) AddToProcessorMap ¶
func (p *ThriftHiveMetastoreProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*ThriftHiveMetastoreProcessor) GetProcessorFunction ¶
func (p *ThriftHiveMetastoreProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*ThriftHiveMetastoreProcessor) Process ¶
func (p *ThriftHiveMetastoreProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*ThriftHiveMetastoreProcessor) ProcessorMap ¶
func (p *ThriftHiveMetastoreProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type ThriftHiveMetastorePutFileMetadataArgs ¶
type ThriftHiveMetastorePutFileMetadataArgs struct {
Req *PutFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}
Attributes:
- Req
func NewThriftHiveMetastorePutFileMetadataArgs ¶
func NewThriftHiveMetastorePutFileMetadataArgs() *ThriftHiveMetastorePutFileMetadataArgs
func (*ThriftHiveMetastorePutFileMetadataArgs) GetReq ¶
func (p *ThriftHiveMetastorePutFileMetadataArgs) GetReq() *PutFileMetadataRequest
func (*ThriftHiveMetastorePutFileMetadataArgs) IsSetReq ¶
func (p *ThriftHiveMetastorePutFileMetadataArgs) IsSetReq() bool
func (*ThriftHiveMetastorePutFileMetadataArgs) ReadField1 ¶
func (*ThriftHiveMetastorePutFileMetadataArgs) String ¶
func (p *ThriftHiveMetastorePutFileMetadataArgs) String() string
type ThriftHiveMetastorePutFileMetadataResult ¶
type ThriftHiveMetastorePutFileMetadataResult struct {
Success *PutFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastorePutFileMetadataResult ¶
func NewThriftHiveMetastorePutFileMetadataResult() *ThriftHiveMetastorePutFileMetadataResult
func (*ThriftHiveMetastorePutFileMetadataResult) GetSuccess ¶
func (p *ThriftHiveMetastorePutFileMetadataResult) GetSuccess() *PutFileMetadataResult_
func (*ThriftHiveMetastorePutFileMetadataResult) IsSetSuccess ¶
func (p *ThriftHiveMetastorePutFileMetadataResult) IsSetSuccess() bool
func (*ThriftHiveMetastorePutFileMetadataResult) ReadField0 ¶
func (*ThriftHiveMetastorePutFileMetadataResult) String ¶
func (p *ThriftHiveMetastorePutFileMetadataResult) String() string
type ThriftHiveMetastoreRemoveMasterKeyArgs ¶
type ThriftHiveMetastoreRemoveMasterKeyArgs struct {
KeySeq int32 `thrift:"key_seq,1" db:"key_seq" json:"key_seq"`
}
Attributes:
- KeySeq
func NewThriftHiveMetastoreRemoveMasterKeyArgs ¶
func NewThriftHiveMetastoreRemoveMasterKeyArgs() *ThriftHiveMetastoreRemoveMasterKeyArgs
func (*ThriftHiveMetastoreRemoveMasterKeyArgs) GetKeySeq ¶
func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) GetKeySeq() int32
func (*ThriftHiveMetastoreRemoveMasterKeyArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRemoveMasterKeyArgs) String ¶
func (p *ThriftHiveMetastoreRemoveMasterKeyArgs) String() string
type ThriftHiveMetastoreRemoveMasterKeyResult ¶
type ThriftHiveMetastoreRemoveMasterKeyResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreRemoveMasterKeyResult ¶
func NewThriftHiveMetastoreRemoveMasterKeyResult() *ThriftHiveMetastoreRemoveMasterKeyResult
func (*ThriftHiveMetastoreRemoveMasterKeyResult) GetSuccess ¶
func (p *ThriftHiveMetastoreRemoveMasterKeyResult) GetSuccess() bool
func (*ThriftHiveMetastoreRemoveMasterKeyResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreRemoveMasterKeyResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreRemoveMasterKeyResult) ReadField0 ¶
func (*ThriftHiveMetastoreRemoveMasterKeyResult) String ¶
func (p *ThriftHiveMetastoreRemoveMasterKeyResult) String() string
type ThriftHiveMetastoreRemoveTokenArgs ¶
type ThriftHiveMetastoreRemoveTokenArgs struct {
TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"`
}
Attributes:
- TokenIdentifier
func NewThriftHiveMetastoreRemoveTokenArgs ¶
func NewThriftHiveMetastoreRemoveTokenArgs() *ThriftHiveMetastoreRemoveTokenArgs
func (*ThriftHiveMetastoreRemoveTokenArgs) GetTokenIdentifier ¶
func (p *ThriftHiveMetastoreRemoveTokenArgs) GetTokenIdentifier() string
func (*ThriftHiveMetastoreRemoveTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRemoveTokenArgs) String ¶
func (p *ThriftHiveMetastoreRemoveTokenArgs) String() string
type ThriftHiveMetastoreRemoveTokenResult ¶
type ThriftHiveMetastoreRemoveTokenResult struct {
Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreRemoveTokenResult ¶
func NewThriftHiveMetastoreRemoveTokenResult() *ThriftHiveMetastoreRemoveTokenResult
func (*ThriftHiveMetastoreRemoveTokenResult) GetSuccess ¶
func (p *ThriftHiveMetastoreRemoveTokenResult) GetSuccess() bool
func (*ThriftHiveMetastoreRemoveTokenResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreRemoveTokenResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreRemoveTokenResult) ReadField0 ¶
func (*ThriftHiveMetastoreRemoveTokenResult) String ¶
func (p *ThriftHiveMetastoreRemoveTokenResult) String() string
type ThriftHiveMetastoreRenamePartitionArgs ¶
type ThriftHiveMetastoreRenamePartitionArgs struct { DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"` PartVals []string `thrift:"part_vals,3" db:"part_vals" json:"part_vals"` NewPart_ *Partition `thrift:"new_part,4" db:"new_part" json:"new_part"` }
Attributes:
- DbName
- TblName
- PartVals
- NewPart_
func NewThriftHiveMetastoreRenamePartitionArgs ¶
func NewThriftHiveMetastoreRenamePartitionArgs() *ThriftHiveMetastoreRenamePartitionArgs
func (*ThriftHiveMetastoreRenamePartitionArgs) GetDbName ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) GetDbName() string
func (*ThriftHiveMetastoreRenamePartitionArgs) GetNewPart_ ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) GetNewPart_() *Partition
func (*ThriftHiveMetastoreRenamePartitionArgs) GetPartVals ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) GetPartVals() []string
func (*ThriftHiveMetastoreRenamePartitionArgs) GetTblName ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) GetTblName() string
func (*ThriftHiveMetastoreRenamePartitionArgs) IsSetNewPart_ ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) IsSetNewPart_() bool
func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField2 ¶
func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField3 ¶
func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField4 ¶
func (*ThriftHiveMetastoreRenamePartitionArgs) String ¶
func (p *ThriftHiveMetastoreRenamePartitionArgs) String() string
type ThriftHiveMetastoreRenamePartitionResult ¶
type ThriftHiveMetastoreRenamePartitionResult struct { O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreRenamePartitionResult ¶
func NewThriftHiveMetastoreRenamePartitionResult() *ThriftHiveMetastoreRenamePartitionResult
func (*ThriftHiveMetastoreRenamePartitionResult) GetO1 ¶
func (p *ThriftHiveMetastoreRenamePartitionResult) GetO1() *InvalidOperationException
func (*ThriftHiveMetastoreRenamePartitionResult) GetO2 ¶
func (p *ThriftHiveMetastoreRenamePartitionResult) GetO2() *MetaException
func (*ThriftHiveMetastoreRenamePartitionResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreRenamePartitionResult) IsSetO1() bool
func (*ThriftHiveMetastoreRenamePartitionResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreRenamePartitionResult) IsSetO2() bool
func (*ThriftHiveMetastoreRenamePartitionResult) ReadField1 ¶
func (*ThriftHiveMetastoreRenamePartitionResult) ReadField2 ¶
func (*ThriftHiveMetastoreRenamePartitionResult) String ¶
func (p *ThriftHiveMetastoreRenamePartitionResult) String() string
type ThriftHiveMetastoreRenewDelegationTokenArgs ¶
type ThriftHiveMetastoreRenewDelegationTokenArgs struct {
TokenStrForm string `thrift:"token_str_form,1" db:"token_str_form" json:"token_str_form"`
}
Attributes:
- TokenStrForm
func NewThriftHiveMetastoreRenewDelegationTokenArgs ¶
func NewThriftHiveMetastoreRenewDelegationTokenArgs() *ThriftHiveMetastoreRenewDelegationTokenArgs
func (*ThriftHiveMetastoreRenewDelegationTokenArgs) GetTokenStrForm ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) GetTokenStrForm() string
func (*ThriftHiveMetastoreRenewDelegationTokenArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRenewDelegationTokenArgs) String ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenArgs) String() string
type ThriftHiveMetastoreRenewDelegationTokenResult ¶
type ThriftHiveMetastoreRenewDelegationTokenResult struct { Success *int64 `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreRenewDelegationTokenResult ¶
func NewThriftHiveMetastoreRenewDelegationTokenResult() *ThriftHiveMetastoreRenewDelegationTokenResult
func (*ThriftHiveMetastoreRenewDelegationTokenResult) GetO1 ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenResult) GetO1() *MetaException
func (*ThriftHiveMetastoreRenewDelegationTokenResult) GetSuccess ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenResult) GetSuccess() int64
func (*ThriftHiveMetastoreRenewDelegationTokenResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenResult) IsSetO1() bool
func (*ThriftHiveMetastoreRenewDelegationTokenResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreRenewDelegationTokenResult) ReadField0 ¶
func (*ThriftHiveMetastoreRenewDelegationTokenResult) ReadField1 ¶
func (*ThriftHiveMetastoreRenewDelegationTokenResult) String ¶
func (p *ThriftHiveMetastoreRenewDelegationTokenResult) String() string
type ThriftHiveMetastoreRevokePrivilegesArgs ¶
type ThriftHiveMetastoreRevokePrivilegesArgs struct {
Privileges *PrivilegeBag `thrift:"privileges,1" db:"privileges" json:"privileges"`
}
Attributes:
- Privileges
func NewThriftHiveMetastoreRevokePrivilegesArgs ¶
func NewThriftHiveMetastoreRevokePrivilegesArgs() *ThriftHiveMetastoreRevokePrivilegesArgs
func (*ThriftHiveMetastoreRevokePrivilegesArgs) GetPrivileges ¶
func (p *ThriftHiveMetastoreRevokePrivilegesArgs) GetPrivileges() *PrivilegeBag
func (*ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges ¶
func (p *ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges() bool
func (*ThriftHiveMetastoreRevokePrivilegesArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRevokePrivilegesArgs) String ¶
func (p *ThriftHiveMetastoreRevokePrivilegesArgs) String() string
type ThriftHiveMetastoreRevokePrivilegesResult ¶
type ThriftHiveMetastoreRevokePrivilegesResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreRevokePrivilegesResult ¶
func NewThriftHiveMetastoreRevokePrivilegesResult() *ThriftHiveMetastoreRevokePrivilegesResult
func (*ThriftHiveMetastoreRevokePrivilegesResult) GetO1 ¶
func (p *ThriftHiveMetastoreRevokePrivilegesResult) GetO1() *MetaException
func (*ThriftHiveMetastoreRevokePrivilegesResult) GetSuccess ¶
func (p *ThriftHiveMetastoreRevokePrivilegesResult) GetSuccess() bool
func (*ThriftHiveMetastoreRevokePrivilegesResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreRevokePrivilegesResult) IsSetO1() bool
func (*ThriftHiveMetastoreRevokePrivilegesResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreRevokePrivilegesResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreRevokePrivilegesResult) ReadField0 ¶
func (*ThriftHiveMetastoreRevokePrivilegesResult) ReadField1 ¶
func (*ThriftHiveMetastoreRevokePrivilegesResult) String ¶
func (p *ThriftHiveMetastoreRevokePrivilegesResult) String() string
type ThriftHiveMetastoreRevokeRoleArgs ¶
type ThriftHiveMetastoreRevokeRoleArgs struct { RoleName string `thrift:"role_name,1" db:"role_name" json:"role_name"` PrincipalName string `thrift:"principal_name,2" db:"principal_name" json:"principal_name"` PrincipalType PrincipalType `thrift:"principal_type,3" db:"principal_type" json:"principal_type"` }
Attributes:
- RoleName
- PrincipalName
- PrincipalType
func NewThriftHiveMetastoreRevokeRoleArgs ¶
func NewThriftHiveMetastoreRevokeRoleArgs() *ThriftHiveMetastoreRevokeRoleArgs
func (*ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalName ¶
func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalName() string
func (*ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalType ¶
func (p *ThriftHiveMetastoreRevokeRoleArgs) GetPrincipalType() PrincipalType
func (*ThriftHiveMetastoreRevokeRoleArgs) GetRoleName ¶
func (p *ThriftHiveMetastoreRevokeRoleArgs) GetRoleName() string
func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField1 ¶
func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField2 ¶
func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField3 ¶
func (*ThriftHiveMetastoreRevokeRoleArgs) String ¶
func (p *ThriftHiveMetastoreRevokeRoleArgs) String() string
type ThriftHiveMetastoreRevokeRoleResult ¶
type ThriftHiveMetastoreRevokeRoleResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreRevokeRoleResult ¶
func NewThriftHiveMetastoreRevokeRoleResult() *ThriftHiveMetastoreRevokeRoleResult
func (*ThriftHiveMetastoreRevokeRoleResult) GetO1 ¶
func (p *ThriftHiveMetastoreRevokeRoleResult) GetO1() *MetaException
func (*ThriftHiveMetastoreRevokeRoleResult) GetSuccess ¶
func (p *ThriftHiveMetastoreRevokeRoleResult) GetSuccess() bool
func (*ThriftHiveMetastoreRevokeRoleResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreRevokeRoleResult) IsSetO1() bool
func (*ThriftHiveMetastoreRevokeRoleResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreRevokeRoleResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreRevokeRoleResult) ReadField0 ¶
func (*ThriftHiveMetastoreRevokeRoleResult) ReadField1 ¶
func (*ThriftHiveMetastoreRevokeRoleResult) String ¶
func (p *ThriftHiveMetastoreRevokeRoleResult) String() string
type ThriftHiveMetastoreSetAggrStatsForArgs ¶
type ThriftHiveMetastoreSetAggrStatsForArgs struct {
Request *SetPartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreSetAggrStatsForArgs ¶
func NewThriftHiveMetastoreSetAggrStatsForArgs() *ThriftHiveMetastoreSetAggrStatsForArgs
func (*ThriftHiveMetastoreSetAggrStatsForArgs) GetRequest ¶
func (p *ThriftHiveMetastoreSetAggrStatsForArgs) GetRequest() *SetPartitionsStatsRequest
func (*ThriftHiveMetastoreSetAggrStatsForArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreSetAggrStatsForArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreSetAggrStatsForArgs) ReadField1 ¶
func (*ThriftHiveMetastoreSetAggrStatsForArgs) String ¶
func (p *ThriftHiveMetastoreSetAggrStatsForArgs) String() string
type ThriftHiveMetastoreSetAggrStatsForResult ¶
type ThriftHiveMetastoreSetAggrStatsForResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreSetAggrStatsForResult ¶
func NewThriftHiveMetastoreSetAggrStatsForResult() *ThriftHiveMetastoreSetAggrStatsForResult
func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO1 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO2 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO3 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO3() *MetaException
func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO4 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreSetAggrStatsForResult) GetSuccess ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) GetSuccess() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO1() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO2() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO3() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetO4() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField0 ¶
func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField1 ¶
func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField2 ¶
func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField3 ¶
func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField4 ¶
func (*ThriftHiveMetastoreSetAggrStatsForResult) String ¶
func (p *ThriftHiveMetastoreSetAggrStatsForResult) String() string
type ThriftHiveMetastoreSetMetaConfArgs ¶
type ThriftHiveMetastoreSetMetaConfArgs struct { Key string `thrift:"key,1" db:"key" json:"key"` Value string `thrift:"value,2" db:"value" json:"value"` }
Attributes:
- Key
- Value
func NewThriftHiveMetastoreSetMetaConfArgs ¶
func NewThriftHiveMetastoreSetMetaConfArgs() *ThriftHiveMetastoreSetMetaConfArgs
func (*ThriftHiveMetastoreSetMetaConfArgs) GetKey ¶
func (p *ThriftHiveMetastoreSetMetaConfArgs) GetKey() string
func (*ThriftHiveMetastoreSetMetaConfArgs) GetValue ¶
func (p *ThriftHiveMetastoreSetMetaConfArgs) GetValue() string
func (*ThriftHiveMetastoreSetMetaConfArgs) ReadField1 ¶
func (*ThriftHiveMetastoreSetMetaConfArgs) ReadField2 ¶
func (*ThriftHiveMetastoreSetMetaConfArgs) String ¶
func (p *ThriftHiveMetastoreSetMetaConfArgs) String() string
type ThriftHiveMetastoreSetMetaConfResult ¶
type ThriftHiveMetastoreSetMetaConfResult struct {
O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}
Attributes:
- O1
func NewThriftHiveMetastoreSetMetaConfResult ¶
func NewThriftHiveMetastoreSetMetaConfResult() *ThriftHiveMetastoreSetMetaConfResult
func (*ThriftHiveMetastoreSetMetaConfResult) GetO1 ¶
func (p *ThriftHiveMetastoreSetMetaConfResult) GetO1() *MetaException
func (*ThriftHiveMetastoreSetMetaConfResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreSetMetaConfResult) IsSetO1() bool
func (*ThriftHiveMetastoreSetMetaConfResult) ReadField1 ¶
func (*ThriftHiveMetastoreSetMetaConfResult) String ¶
func (p *ThriftHiveMetastoreSetMetaConfResult) String() string
type ThriftHiveMetastoreSetUgiArgs ¶
type ThriftHiveMetastoreSetUgiArgs struct { UserName string `thrift:"user_name,1" db:"user_name" json:"user_name"` GroupNames []string `thrift:"group_names,2" db:"group_names" json:"group_names"` }
Attributes:
- UserName
- GroupNames
func NewThriftHiveMetastoreSetUgiArgs ¶
func NewThriftHiveMetastoreSetUgiArgs() *ThriftHiveMetastoreSetUgiArgs
func (*ThriftHiveMetastoreSetUgiArgs) GetGroupNames ¶
func (p *ThriftHiveMetastoreSetUgiArgs) GetGroupNames() []string
func (*ThriftHiveMetastoreSetUgiArgs) GetUserName ¶
func (p *ThriftHiveMetastoreSetUgiArgs) GetUserName() string
func (*ThriftHiveMetastoreSetUgiArgs) ReadField1 ¶
func (*ThriftHiveMetastoreSetUgiArgs) ReadField2 ¶
func (*ThriftHiveMetastoreSetUgiArgs) String ¶
func (p *ThriftHiveMetastoreSetUgiArgs) String() string
type ThriftHiveMetastoreSetUgiResult ¶
type ThriftHiveMetastoreSetUgiResult struct { Success []string `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` }
Attributes:
- Success
- O1
func NewThriftHiveMetastoreSetUgiResult ¶
func NewThriftHiveMetastoreSetUgiResult() *ThriftHiveMetastoreSetUgiResult
func (*ThriftHiveMetastoreSetUgiResult) GetO1 ¶
func (p *ThriftHiveMetastoreSetUgiResult) GetO1() *MetaException
func (*ThriftHiveMetastoreSetUgiResult) GetSuccess ¶
func (p *ThriftHiveMetastoreSetUgiResult) GetSuccess() []string
func (*ThriftHiveMetastoreSetUgiResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreSetUgiResult) IsSetO1() bool
func (*ThriftHiveMetastoreSetUgiResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreSetUgiResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreSetUgiResult) ReadField0 ¶
func (*ThriftHiveMetastoreSetUgiResult) ReadField1 ¶
func (*ThriftHiveMetastoreSetUgiResult) String ¶
func (p *ThriftHiveMetastoreSetUgiResult) String() string
type ThriftHiveMetastoreShowCompactArgs ¶
type ThriftHiveMetastoreShowCompactArgs struct {
Rqst *ShowCompactRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreShowCompactArgs ¶
func NewThriftHiveMetastoreShowCompactArgs() *ThriftHiveMetastoreShowCompactArgs
func (*ThriftHiveMetastoreShowCompactArgs) GetRqst ¶
func (p *ThriftHiveMetastoreShowCompactArgs) GetRqst() *ShowCompactRequest
func (*ThriftHiveMetastoreShowCompactArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreShowCompactArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreShowCompactArgs) ReadField1 ¶
func (*ThriftHiveMetastoreShowCompactArgs) String ¶
func (p *ThriftHiveMetastoreShowCompactArgs) String() string
type ThriftHiveMetastoreShowCompactResult ¶
type ThriftHiveMetastoreShowCompactResult struct {
Success *ShowCompactResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreShowCompactResult ¶
func NewThriftHiveMetastoreShowCompactResult() *ThriftHiveMetastoreShowCompactResult
func (*ThriftHiveMetastoreShowCompactResult) GetSuccess ¶
func (p *ThriftHiveMetastoreShowCompactResult) GetSuccess() *ShowCompactResponse
func (*ThriftHiveMetastoreShowCompactResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreShowCompactResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreShowCompactResult) ReadField0 ¶
func (*ThriftHiveMetastoreShowCompactResult) String ¶
func (p *ThriftHiveMetastoreShowCompactResult) String() string
type ThriftHiveMetastoreShowLocksArgs ¶
type ThriftHiveMetastoreShowLocksArgs struct {
Rqst *ShowLocksRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreShowLocksArgs ¶
func NewThriftHiveMetastoreShowLocksArgs() *ThriftHiveMetastoreShowLocksArgs
func (*ThriftHiveMetastoreShowLocksArgs) GetRqst ¶
func (p *ThriftHiveMetastoreShowLocksArgs) GetRqst() *ShowLocksRequest
func (*ThriftHiveMetastoreShowLocksArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreShowLocksArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreShowLocksArgs) ReadField1 ¶
func (*ThriftHiveMetastoreShowLocksArgs) String ¶
func (p *ThriftHiveMetastoreShowLocksArgs) String() string
type ThriftHiveMetastoreShowLocksResult ¶
type ThriftHiveMetastoreShowLocksResult struct {
Success *ShowLocksResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewThriftHiveMetastoreShowLocksResult ¶
func NewThriftHiveMetastoreShowLocksResult() *ThriftHiveMetastoreShowLocksResult
func (*ThriftHiveMetastoreShowLocksResult) GetSuccess ¶
func (p *ThriftHiveMetastoreShowLocksResult) GetSuccess() *ShowLocksResponse
func (*ThriftHiveMetastoreShowLocksResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreShowLocksResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreShowLocksResult) ReadField0 ¶
func (*ThriftHiveMetastoreShowLocksResult) String ¶
func (p *ThriftHiveMetastoreShowLocksResult) String() string
type ThriftHiveMetastoreTruncateTableArgs ¶
type ThriftHiveMetastoreTruncateTableArgs struct { DbName string `thrift:"dbName,1" db:"dbName" json:"dbName"` TableName string `thrift:"tableName,2" db:"tableName" json:"tableName"` PartNames []string `thrift:"partNames,3" db:"partNames" json:"partNames"` }
Attributes:
- DbName
- TableName
- PartNames
func NewThriftHiveMetastoreTruncateTableArgs ¶
func NewThriftHiveMetastoreTruncateTableArgs() *ThriftHiveMetastoreTruncateTableArgs
func (*ThriftHiveMetastoreTruncateTableArgs) GetDbName ¶
func (p *ThriftHiveMetastoreTruncateTableArgs) GetDbName() string
func (*ThriftHiveMetastoreTruncateTableArgs) GetPartNames ¶
func (p *ThriftHiveMetastoreTruncateTableArgs) GetPartNames() []string
func (*ThriftHiveMetastoreTruncateTableArgs) GetTableName ¶
func (p *ThriftHiveMetastoreTruncateTableArgs) GetTableName() string
func (*ThriftHiveMetastoreTruncateTableArgs) ReadField1 ¶
func (*ThriftHiveMetastoreTruncateTableArgs) ReadField2 ¶
func (*ThriftHiveMetastoreTruncateTableArgs) ReadField3 ¶
func (*ThriftHiveMetastoreTruncateTableArgs) String ¶
func (p *ThriftHiveMetastoreTruncateTableArgs) String() string
type ThriftHiveMetastoreTruncateTableResult ¶
type ThriftHiveMetastoreTruncateTableResult struct {
O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}
Attributes:
- O1
func NewThriftHiveMetastoreTruncateTableResult ¶
func NewThriftHiveMetastoreTruncateTableResult() *ThriftHiveMetastoreTruncateTableResult
func (*ThriftHiveMetastoreTruncateTableResult) GetO1 ¶
func (p *ThriftHiveMetastoreTruncateTableResult) GetO1() *MetaException
func (*ThriftHiveMetastoreTruncateTableResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreTruncateTableResult) IsSetO1() bool
func (*ThriftHiveMetastoreTruncateTableResult) ReadField1 ¶
func (*ThriftHiveMetastoreTruncateTableResult) String ¶
func (p *ThriftHiveMetastoreTruncateTableResult) String() string
type ThriftHiveMetastoreUnlockArgs ¶
type ThriftHiveMetastoreUnlockArgs struct {
Rqst *UnlockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}
Attributes:
- Rqst
func NewThriftHiveMetastoreUnlockArgs ¶
func NewThriftHiveMetastoreUnlockArgs() *ThriftHiveMetastoreUnlockArgs
func (*ThriftHiveMetastoreUnlockArgs) GetRqst ¶
func (p *ThriftHiveMetastoreUnlockArgs) GetRqst() *UnlockRequest
func (*ThriftHiveMetastoreUnlockArgs) IsSetRqst ¶
func (p *ThriftHiveMetastoreUnlockArgs) IsSetRqst() bool
func (*ThriftHiveMetastoreUnlockArgs) ReadField1 ¶
func (*ThriftHiveMetastoreUnlockArgs) String ¶
func (p *ThriftHiveMetastoreUnlockArgs) String() string
type ThriftHiveMetastoreUnlockResult ¶
type ThriftHiveMetastoreUnlockResult struct { O1 *NoSuchLockException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *TxnOpenException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreUnlockResult ¶
func NewThriftHiveMetastoreUnlockResult() *ThriftHiveMetastoreUnlockResult
func (*ThriftHiveMetastoreUnlockResult) GetO1 ¶
func (p *ThriftHiveMetastoreUnlockResult) GetO1() *NoSuchLockException
func (*ThriftHiveMetastoreUnlockResult) GetO2 ¶
func (p *ThriftHiveMetastoreUnlockResult) GetO2() *TxnOpenException
func (*ThriftHiveMetastoreUnlockResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreUnlockResult) IsSetO1() bool
func (*ThriftHiveMetastoreUnlockResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreUnlockResult) IsSetO2() bool
func (*ThriftHiveMetastoreUnlockResult) ReadField1 ¶
func (*ThriftHiveMetastoreUnlockResult) ReadField2 ¶
func (*ThriftHiveMetastoreUnlockResult) String ¶
func (p *ThriftHiveMetastoreUnlockResult) String() string
type ThriftHiveMetastoreUpdateMasterKeyArgs ¶
type ThriftHiveMetastoreUpdateMasterKeyArgs struct { SeqNumber int32 `thrift:"seq_number,1" db:"seq_number" json:"seq_number"` Key string `thrift:"key,2" db:"key" json:"key"` }
Attributes:
- SeqNumber
- Key
func NewThriftHiveMetastoreUpdateMasterKeyArgs ¶
func NewThriftHiveMetastoreUpdateMasterKeyArgs() *ThriftHiveMetastoreUpdateMasterKeyArgs
func (*ThriftHiveMetastoreUpdateMasterKeyArgs) GetKey ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) GetKey() string
func (*ThriftHiveMetastoreUpdateMasterKeyArgs) GetSeqNumber ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) GetSeqNumber() int32
func (*ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField1 ¶
func (*ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField2 ¶
func (*ThriftHiveMetastoreUpdateMasterKeyArgs) String ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyArgs) String() string
type ThriftHiveMetastoreUpdateMasterKeyResult ¶
type ThriftHiveMetastoreUpdateMasterKeyResult struct { O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- O1
- O2
func NewThriftHiveMetastoreUpdateMasterKeyResult ¶
func NewThriftHiveMetastoreUpdateMasterKeyResult() *ThriftHiveMetastoreUpdateMasterKeyResult
func (*ThriftHiveMetastoreUpdateMasterKeyResult) GetO1 ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreUpdateMasterKeyResult) GetO2 ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyResult) GetO2() *MetaException
func (*ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO1() bool
func (*ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO2() bool
func (*ThriftHiveMetastoreUpdateMasterKeyResult) ReadField1 ¶
func (*ThriftHiveMetastoreUpdateMasterKeyResult) ReadField2 ¶
func (*ThriftHiveMetastoreUpdateMasterKeyResult) String ¶
func (p *ThriftHiveMetastoreUpdateMasterKeyResult) String() string
type ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs ¶
type ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs struct {
StatsObj *ColumnStatistics `thrift:"stats_obj,1" db:"stats_obj" json:"stats_obj"`
}
Attributes:
- StatsObj
func NewThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs ¶
func NewThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs() *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) GetStatsObj ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) GetStatsObj() *ColumnStatistics
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) IsSetStatsObj ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) IsSetStatsObj() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) String() string
type ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult ¶
type ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreUpdatePartitionColumnStatisticsResult ¶
func NewThriftHiveMetastoreUpdatePartitionColumnStatisticsResult() *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO3() *MetaException
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetSuccess() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) String() string
type ThriftHiveMetastoreUpdateTableColumnStatisticsArgs ¶
type ThriftHiveMetastoreUpdateTableColumnStatisticsArgs struct {
StatsObj *ColumnStatistics `thrift:"stats_obj,1" db:"stats_obj" json:"stats_obj"`
}
Attributes:
- StatsObj
func NewThriftHiveMetastoreUpdateTableColumnStatisticsArgs ¶
func NewThriftHiveMetastoreUpdateTableColumnStatisticsArgs() *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) GetStatsObj ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) GetStatsObj() *ColumnStatistics
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) IsSetStatsObj ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) IsSetStatsObj() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) ReadField1 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) String ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) String() string
type ThriftHiveMetastoreUpdateTableColumnStatisticsResult ¶
type ThriftHiveMetastoreUpdateTableColumnStatisticsResult struct { Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` O3 *MetaException `thrift:"o3,3" db:"o3" json:"o3,omitempty"` O4 *InvalidInputException `thrift:"o4,4" db:"o4" json:"o4,omitempty"` }
Attributes:
- Success
- O1
- O2
- O3
- O4
func NewThriftHiveMetastoreUpdateTableColumnStatisticsResult ¶
func NewThriftHiveMetastoreUpdateTableColumnStatisticsResult() *ThriftHiveMetastoreUpdateTableColumnStatisticsResult
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO1 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO2 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO2() *InvalidObjectException
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO3 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO3() *MetaException
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO4 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO4() *InvalidInputException
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetSuccess ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetSuccess() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO1() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO2() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO3 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO3() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO4 ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO4() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField0 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField1 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField2 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField3 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField4 ¶
func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) String ¶
func (p *ThriftHiveMetastoreUpdateTableColumnStatisticsResult) String() string
type ThriftHiveMetastoreValidateResourcePlanArgs ¶
type ThriftHiveMetastoreValidateResourcePlanArgs struct {
Request *WMValidateResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}
Attributes:
- Request
func NewThriftHiveMetastoreValidateResourcePlanArgs ¶
func NewThriftHiveMetastoreValidateResourcePlanArgs() *ThriftHiveMetastoreValidateResourcePlanArgs
func (*ThriftHiveMetastoreValidateResourcePlanArgs) GetRequest ¶
func (p *ThriftHiveMetastoreValidateResourcePlanArgs) GetRequest() *WMValidateResourcePlanRequest
func (*ThriftHiveMetastoreValidateResourcePlanArgs) IsSetRequest ¶
func (p *ThriftHiveMetastoreValidateResourcePlanArgs) IsSetRequest() bool
func (*ThriftHiveMetastoreValidateResourcePlanArgs) ReadField1 ¶
func (*ThriftHiveMetastoreValidateResourcePlanArgs) String ¶
func (p *ThriftHiveMetastoreValidateResourcePlanArgs) String() string
type ThriftHiveMetastoreValidateResourcePlanResult ¶
type ThriftHiveMetastoreValidateResourcePlanResult struct { Success *WMValidateResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"` O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"` O2 *MetaException `thrift:"o2,2" db:"o2" json:"o2,omitempty"` }
Attributes:
- Success
- O1
- O2
func NewThriftHiveMetastoreValidateResourcePlanResult ¶
func NewThriftHiveMetastoreValidateResourcePlanResult() *ThriftHiveMetastoreValidateResourcePlanResult
func (*ThriftHiveMetastoreValidateResourcePlanResult) GetO1 ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetO1() *NoSuchObjectException
func (*ThriftHiveMetastoreValidateResourcePlanResult) GetO2 ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetO2() *MetaException
func (*ThriftHiveMetastoreValidateResourcePlanResult) GetSuccess ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) GetSuccess() *WMValidateResourcePlanResponse
func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetO1 ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetO1() bool
func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetO2 ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetO2() bool
func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetSuccess ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) IsSetSuccess() bool
func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField0 ¶
func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField1 ¶
func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField2 ¶
func (*ThriftHiveMetastoreValidateResourcePlanResult) String ¶
func (p *ThriftHiveMetastoreValidateResourcePlanResult) String() string
type TxnAbortedException ¶
type TxnAbortedException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreAddDynamicPartitionsResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreCheckLockResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreCommitTxnResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreHeartbeatResult_O3_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreLockResult_O2_DEFAULT *TxnAbortedException
func NewTxnAbortedException ¶
func NewTxnAbortedException() *TxnAbortedException
func (*TxnAbortedException) Equals ¶
func (p *TxnAbortedException) Equals(other *TxnAbortedException) bool
func (*TxnAbortedException) Error ¶
func (p *TxnAbortedException) Error() string
func (*TxnAbortedException) GetMessage ¶
func (p *TxnAbortedException) GetMessage() string
func (*TxnAbortedException) ReadField1 ¶
func (*TxnAbortedException) String ¶
func (p *TxnAbortedException) String() string
func (TxnAbortedException) TExceptionType ¶
func (TxnAbortedException) TExceptionType() thrift.TExceptionType
func (*TxnAbortedException) Validate ¶ added in v0.113.0
func (p *TxnAbortedException) Validate() error
type TxnInfo ¶
type TxnInfo struct { ID int64 `thrift:"id,1,required" db:"id" json:"id"` State TxnState `thrift:"state,2,required" db:"state" json:"state"` User string `thrift:"user,3,required" db:"user" json:"user"` Hostname string `thrift:"hostname,4,required" db:"hostname" json:"hostname"` AgentInfo string `thrift:"agentInfo,5" db:"agentInfo" json:"agentInfo"` HeartbeatCount int32 `thrift:"heartbeatCount,6" db:"heartbeatCount" json:"heartbeatCount"` MetaInfo *string `thrift:"metaInfo,7" db:"metaInfo" json:"metaInfo,omitempty"` StartedTime *int64 `thrift:"startedTime,8" db:"startedTime" json:"startedTime,omitempty"` LastHeartbeatTime *int64 `thrift:"lastHeartbeatTime,9" db:"lastHeartbeatTime" json:"lastHeartbeatTime,omitempty"` }
Attributes:
- ID
- State
- User
- Hostname
- AgentInfo
- HeartbeatCount
- MetaInfo
- StartedTime
- LastHeartbeatTime
func NewTxnInfo ¶
func NewTxnInfo() *TxnInfo
func (*TxnInfo) GetAgentInfo ¶
func (*TxnInfo) GetHeartbeatCount ¶
func (*TxnInfo) GetHostname ¶
func (*TxnInfo) GetLastHeartbeatTime ¶
func (*TxnInfo) GetMetaInfo ¶
func (*TxnInfo) GetStartedTime ¶
func (*TxnInfo) IsSetAgentInfo ¶
func (*TxnInfo) IsSetHeartbeatCount ¶
func (*TxnInfo) IsSetLastHeartbeatTime ¶
func (*TxnInfo) IsSetMetaInfo ¶
func (*TxnInfo) IsSetStartedTime ¶
func (*TxnInfo) ReadField1 ¶
func (*TxnInfo) ReadField2 ¶
func (*TxnInfo) ReadField3 ¶
func (*TxnInfo) ReadField4 ¶
func (*TxnInfo) ReadField5 ¶
func (*TxnInfo) ReadField6 ¶
func (*TxnInfo) ReadField7 ¶
func (*TxnInfo) ReadField8 ¶
func (*TxnInfo) ReadField9 ¶
type TxnOpenException ¶
type TxnOpenException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreUnlockResult_O2_DEFAULT *TxnOpenException
func NewTxnOpenException ¶
func NewTxnOpenException() *TxnOpenException
func (*TxnOpenException) Equals ¶
func (p *TxnOpenException) Equals(other *TxnOpenException) bool
func (*TxnOpenException) Error ¶
func (p *TxnOpenException) Error() string
func (*TxnOpenException) GetMessage ¶
func (p *TxnOpenException) GetMessage() string
func (*TxnOpenException) ReadField1 ¶
func (*TxnOpenException) String ¶
func (p *TxnOpenException) String() string
func (TxnOpenException) TExceptionType ¶
func (TxnOpenException) TExceptionType() thrift.TExceptionType
func (*TxnOpenException) Validate ¶ added in v0.113.0
func (p *TxnOpenException) Validate() error
type TxnState ¶
type TxnState int64
func TxnStateFromString ¶
func TxnStatePtr ¶
func (TxnState) MarshalText ¶
func (*TxnState) UnmarshalText ¶
type Type ¶
type Type struct { Name string `thrift:"name,1" db:"name" json:"name"` Type1 *string `thrift:"type1,2" db:"type1" json:"type1,omitempty"` Type2 *string `thrift:"type2,3" db:"type2" json:"type2,omitempty"` Fields []*FieldSchema `thrift:"fields,4" db:"fields" json:"fields,omitempty"` }
Attributes:
- Name
- Type1
- Type2
- Fields
var ThriftHiveMetastoreCreateTypeArgs_Type_DEFAULT *Type
var ThriftHiveMetastoreGetTypeResult_Success_DEFAULT *Type
func (*Type) GetFields ¶
func (p *Type) GetFields() []*FieldSchema
func (*Type) IsSetFields ¶
func (*Type) IsSetType1 ¶
func (*Type) IsSetType2 ¶
func (*Type) ReadField1 ¶
func (*Type) ReadField2 ¶
func (*Type) ReadField3 ¶
func (*Type) ReadField4 ¶
type UniqueConstraintsRequest ¶
type UniqueConstraintsRequest struct { DbName string `thrift:"db_name,1,required" db:"db_name" json:"db_name"` TblName string `thrift:"tbl_name,2,required" db:"tbl_name" json:"tbl_name"` }
Attributes:
- DbName
- TblName
var ThriftHiveMetastoreGetUniqueConstraintsArgs_Request_DEFAULT *UniqueConstraintsRequest
func NewUniqueConstraintsRequest ¶
func NewUniqueConstraintsRequest() *UniqueConstraintsRequest
func (*UniqueConstraintsRequest) Equals ¶
func (p *UniqueConstraintsRequest) Equals(other *UniqueConstraintsRequest) bool
func (*UniqueConstraintsRequest) GetDbName ¶
func (p *UniqueConstraintsRequest) GetDbName() string
func (*UniqueConstraintsRequest) GetTblName ¶
func (p *UniqueConstraintsRequest) GetTblName() string
func (*UniqueConstraintsRequest) ReadField1 ¶
func (*UniqueConstraintsRequest) ReadField2 ¶
func (*UniqueConstraintsRequest) String ¶
func (p *UniqueConstraintsRequest) String() string
func (*UniqueConstraintsRequest) Validate ¶ added in v0.113.0
func (p *UniqueConstraintsRequest) Validate() error
type UniqueConstraintsResponse ¶
type UniqueConstraintsResponse struct {
UniqueConstraints []*SQLUniqueConstraint `thrift:"uniqueConstraints,1,required" db:"uniqueConstraints" json:"uniqueConstraints"`
}
Attributes:
- UniqueConstraints
var ThriftHiveMetastoreGetUniqueConstraintsResult_Success_DEFAULT *UniqueConstraintsResponse
func NewUniqueConstraintsResponse ¶
func NewUniqueConstraintsResponse() *UniqueConstraintsResponse
func (*UniqueConstraintsResponse) Equals ¶
func (p *UniqueConstraintsResponse) Equals(other *UniqueConstraintsResponse) bool
func (*UniqueConstraintsResponse) GetUniqueConstraints ¶
func (p *UniqueConstraintsResponse) GetUniqueConstraints() []*SQLUniqueConstraint
func (*UniqueConstraintsResponse) ReadField1 ¶
func (*UniqueConstraintsResponse) String ¶
func (p *UniqueConstraintsResponse) String() string
func (*UniqueConstraintsResponse) Validate ¶ added in v0.113.0
func (p *UniqueConstraintsResponse) Validate() error
type UnknownDBException ¶
type UnknownDBException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreGetFieldsResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreMarkPartitionForEventResult_O3_DEFAULT *UnknownDBException
func NewUnknownDBException ¶
func NewUnknownDBException() *UnknownDBException
func (*UnknownDBException) Equals ¶
func (p *UnknownDBException) Equals(other *UnknownDBException) bool
func (*UnknownDBException) Error ¶
func (p *UnknownDBException) Error() string
func (*UnknownDBException) GetMessage ¶
func (p *UnknownDBException) GetMessage() string
func (*UnknownDBException) ReadField1 ¶
func (*UnknownDBException) String ¶
func (p *UnknownDBException) String() string
func (UnknownDBException) TExceptionType ¶
func (UnknownDBException) TExceptionType() thrift.TExceptionType
func (*UnknownDBException) Validate ¶ added in v0.113.0
func (p *UnknownDBException) Validate() error
type UnknownPartitionException ¶
type UnknownPartitionException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O5_DEFAULT *UnknownPartitionException
var ThriftHiveMetastoreMarkPartitionForEventResult_O5_DEFAULT *UnknownPartitionException
func NewUnknownPartitionException ¶
func NewUnknownPartitionException() *UnknownPartitionException
func (*UnknownPartitionException) Equals ¶
func (p *UnknownPartitionException) Equals(other *UnknownPartitionException) bool
func (*UnknownPartitionException) Error ¶
func (p *UnknownPartitionException) Error() string
func (*UnknownPartitionException) GetMessage ¶
func (p *UnknownPartitionException) GetMessage() string
func (*UnknownPartitionException) ReadField1 ¶
func (*UnknownPartitionException) String ¶
func (p *UnknownPartitionException) String() string
func (UnknownPartitionException) TExceptionType ¶
func (UnknownPartitionException) TExceptionType() thrift.TExceptionType
func (*UnknownPartitionException) Validate ¶ added in v0.113.0
func (p *UnknownPartitionException) Validate() error
type UnknownTableException ¶
type UnknownTableException struct {
Message string `thrift:"message,1" db:"message" json:"message"`
}
Attributes:
- Message
var ThriftHiveMetastoreGetFieldsResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O4_DEFAULT *UnknownTableException
var ThriftHiveMetastoreMarkPartitionForEventResult_O4_DEFAULT *UnknownTableException
func NewUnknownTableException ¶
func NewUnknownTableException() *UnknownTableException
func (*UnknownTableException) Equals ¶
func (p *UnknownTableException) Equals(other *UnknownTableException) bool
func (*UnknownTableException) Error ¶
func (p *UnknownTableException) Error() string
func (*UnknownTableException) GetMessage ¶
func (p *UnknownTableException) GetMessage() string
func (*UnknownTableException) ReadField1 ¶
func (*UnknownTableException) String ¶
func (p *UnknownTableException) String() string
func (UnknownTableException) TExceptionType ¶
func (UnknownTableException) TExceptionType() thrift.TExceptionType
func (*UnknownTableException) Validate ¶ added in v0.113.0
func (p *UnknownTableException) Validate() error
type UnlockRequest ¶
type UnlockRequest struct {
Lockid int64 `thrift:"lockid,1,required" db:"lockid" json:"lockid"`
}
Attributes:
- Lockid
var ThriftHiveMetastoreUnlockArgs_Rqst_DEFAULT *UnlockRequest
func NewUnlockRequest ¶
func NewUnlockRequest() *UnlockRequest
func (*UnlockRequest) Equals ¶
func (p *UnlockRequest) Equals(other *UnlockRequest) bool
func (*UnlockRequest) GetLockid ¶
func (p *UnlockRequest) GetLockid() int64
func (*UnlockRequest) ReadField1 ¶
func (*UnlockRequest) String ¶
func (p *UnlockRequest) String() string
func (*UnlockRequest) Validate ¶ added in v0.113.0
func (p *UnlockRequest) Validate() error
type Version ¶
type Version struct { Version string `thrift:"version,1" db:"version" json:"version"` Comments string `thrift:"comments,2" db:"comments" json:"comments"` }
Attributes:
- Version
- Comments
func NewVersion ¶
func NewVersion() *Version
func (*Version) GetComments ¶
func (*Version) GetVersion ¶
func (*Version) ReadField1 ¶
func (*Version) ReadField2 ¶
type WMAlterResourcePlanRequest ¶
type WMAlterResourcePlanRequest struct { ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"` ResourcePlan *WMResourcePlan `thrift:"resourcePlan,2" db:"resourcePlan" json:"resourcePlan,omitempty"` IsEnableAndActivate *bool `thrift:"isEnableAndActivate,3" db:"isEnableAndActivate" json:"isEnableAndActivate,omitempty"` }
Attributes:
- ResourcePlanName
- ResourcePlan
- IsEnableAndActivate
var ThriftHiveMetastoreAlterResourcePlanArgs_Request_DEFAULT *WMAlterResourcePlanRequest
func NewWMAlterResourcePlanRequest ¶
func NewWMAlterResourcePlanRequest() *WMAlterResourcePlanRequest
func (*WMAlterResourcePlanRequest) Equals ¶
func (p *WMAlterResourcePlanRequest) Equals(other *WMAlterResourcePlanRequest) bool
func (*WMAlterResourcePlanRequest) GetIsEnableAndActivate ¶
func (p *WMAlterResourcePlanRequest) GetIsEnableAndActivate() bool
func (*WMAlterResourcePlanRequest) GetResourcePlan ¶
func (p *WMAlterResourcePlanRequest) GetResourcePlan() *WMResourcePlan
func (*WMAlterResourcePlanRequest) GetResourcePlanName ¶
func (p *WMAlterResourcePlanRequest) GetResourcePlanName() string
func (*WMAlterResourcePlanRequest) IsSetIsEnableAndActivate ¶
func (p *WMAlterResourcePlanRequest) IsSetIsEnableAndActivate() bool
func (*WMAlterResourcePlanRequest) IsSetResourcePlan ¶
func (p *WMAlterResourcePlanRequest) IsSetResourcePlan() bool
func (*WMAlterResourcePlanRequest) IsSetResourcePlanName ¶
func (p *WMAlterResourcePlanRequest) IsSetResourcePlanName() bool
func (*WMAlterResourcePlanRequest) ReadField1 ¶
func (*WMAlterResourcePlanRequest) ReadField2 ¶
func (*WMAlterResourcePlanRequest) ReadField3 ¶
func (*WMAlterResourcePlanRequest) String ¶
func (p *WMAlterResourcePlanRequest) String() string
func (*WMAlterResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMAlterResourcePlanRequest) Validate() error
type WMAlterResourcePlanResponse ¶
type WMAlterResourcePlanResponse struct {
FullResourcePlan *WMFullResourcePlan `thrift:"fullResourcePlan,1" db:"fullResourcePlan" json:"fullResourcePlan,omitempty"`
}
Attributes:
- FullResourcePlan
var ThriftHiveMetastoreAlterResourcePlanResult_Success_DEFAULT *WMAlterResourcePlanResponse
func NewWMAlterResourcePlanResponse ¶
func NewWMAlterResourcePlanResponse() *WMAlterResourcePlanResponse
func (*WMAlterResourcePlanResponse) Equals ¶
func (p *WMAlterResourcePlanResponse) Equals(other *WMAlterResourcePlanResponse) bool
func (*WMAlterResourcePlanResponse) GetFullResourcePlan ¶
func (p *WMAlterResourcePlanResponse) GetFullResourcePlan() *WMFullResourcePlan
func (*WMAlterResourcePlanResponse) IsSetFullResourcePlan ¶
func (p *WMAlterResourcePlanResponse) IsSetFullResourcePlan() bool
func (*WMAlterResourcePlanResponse) ReadField1 ¶
func (*WMAlterResourcePlanResponse) String ¶
func (p *WMAlterResourcePlanResponse) String() string
func (*WMAlterResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMAlterResourcePlanResponse) Validate() error
type WMAlterTriggerRequest ¶
type WMAlterTriggerRequest struct {
Trigger *WMTrigger `thrift:"trigger,1" db:"trigger" json:"trigger,omitempty"`
}
Attributes:
- Trigger
var ThriftHiveMetastoreAlterWmTriggerArgs_Request_DEFAULT *WMAlterTriggerRequest
func NewWMAlterTriggerRequest ¶
func NewWMAlterTriggerRequest() *WMAlterTriggerRequest
func (*WMAlterTriggerRequest) Equals ¶
func (p *WMAlterTriggerRequest) Equals(other *WMAlterTriggerRequest) bool
func (*WMAlterTriggerRequest) GetTrigger ¶
func (p *WMAlterTriggerRequest) GetTrigger() *WMTrigger
func (*WMAlterTriggerRequest) IsSetTrigger ¶
func (p *WMAlterTriggerRequest) IsSetTrigger() bool
func (*WMAlterTriggerRequest) ReadField1 ¶
func (*WMAlterTriggerRequest) String ¶
func (p *WMAlterTriggerRequest) String() string
func (*WMAlterTriggerRequest) Validate ¶ added in v0.113.0
func (p *WMAlterTriggerRequest) Validate() error
type WMAlterTriggerResponse ¶
type WMAlterTriggerResponse struct { }
var ThriftHiveMetastoreAlterWmTriggerResult_Success_DEFAULT *WMAlterTriggerResponse
func NewWMAlterTriggerResponse ¶
func NewWMAlterTriggerResponse() *WMAlterTriggerResponse
func (*WMAlterTriggerResponse) Equals ¶
func (p *WMAlterTriggerResponse) Equals(other *WMAlterTriggerResponse) bool
func (*WMAlterTriggerResponse) String ¶
func (p *WMAlterTriggerResponse) String() string
func (*WMAlterTriggerResponse) Validate ¶ added in v0.113.0
func (p *WMAlterTriggerResponse) Validate() error
type WMCreateResourcePlanRequest ¶
type WMCreateResourcePlanRequest struct {
ResourcePlan *WMResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
}
Attributes:
- ResourcePlan
var ThriftHiveMetastoreCreateResourcePlanArgs_Request_DEFAULT *WMCreateResourcePlanRequest
func NewWMCreateResourcePlanRequest ¶
func NewWMCreateResourcePlanRequest() *WMCreateResourcePlanRequest
func (*WMCreateResourcePlanRequest) Equals ¶
func (p *WMCreateResourcePlanRequest) Equals(other *WMCreateResourcePlanRequest) bool
func (*WMCreateResourcePlanRequest) GetResourcePlan ¶
func (p *WMCreateResourcePlanRequest) GetResourcePlan() *WMResourcePlan
func (*WMCreateResourcePlanRequest) IsSetResourcePlan ¶
func (p *WMCreateResourcePlanRequest) IsSetResourcePlan() bool
func (*WMCreateResourcePlanRequest) ReadField1 ¶
func (*WMCreateResourcePlanRequest) String ¶
func (p *WMCreateResourcePlanRequest) String() string
func (*WMCreateResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMCreateResourcePlanRequest) Validate() error
type WMCreateResourcePlanResponse ¶
type WMCreateResourcePlanResponse struct { }
var ThriftHiveMetastoreCreateResourcePlanResult_Success_DEFAULT *WMCreateResourcePlanResponse
func NewWMCreateResourcePlanResponse ¶
func NewWMCreateResourcePlanResponse() *WMCreateResourcePlanResponse
func (*WMCreateResourcePlanResponse) Equals ¶
func (p *WMCreateResourcePlanResponse) Equals(other *WMCreateResourcePlanResponse) bool
func (*WMCreateResourcePlanResponse) String ¶
func (p *WMCreateResourcePlanResponse) String() string
func (*WMCreateResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMCreateResourcePlanResponse) Validate() error
type WMCreateTriggerRequest ¶
type WMCreateTriggerRequest struct {
Trigger *WMTrigger `thrift:"trigger,1" db:"trigger" json:"trigger,omitempty"`
}
Attributes:
- Trigger
var ThriftHiveMetastoreCreateWmTriggerArgs_Request_DEFAULT *WMCreateTriggerRequest
func NewWMCreateTriggerRequest ¶
func NewWMCreateTriggerRequest() *WMCreateTriggerRequest
func (*WMCreateTriggerRequest) Equals ¶
func (p *WMCreateTriggerRequest) Equals(other *WMCreateTriggerRequest) bool
func (*WMCreateTriggerRequest) GetTrigger ¶
func (p *WMCreateTriggerRequest) GetTrigger() *WMTrigger
func (*WMCreateTriggerRequest) IsSetTrigger ¶
func (p *WMCreateTriggerRequest) IsSetTrigger() bool
func (*WMCreateTriggerRequest) ReadField1 ¶
func (*WMCreateTriggerRequest) String ¶
func (p *WMCreateTriggerRequest) String() string
func (*WMCreateTriggerRequest) Validate ¶ added in v0.113.0
func (p *WMCreateTriggerRequest) Validate() error
type WMCreateTriggerResponse ¶
type WMCreateTriggerResponse struct { }
var ThriftHiveMetastoreCreateWmTriggerResult_Success_DEFAULT *WMCreateTriggerResponse
func NewWMCreateTriggerResponse ¶
func NewWMCreateTriggerResponse() *WMCreateTriggerResponse
func (*WMCreateTriggerResponse) Equals ¶
func (p *WMCreateTriggerResponse) Equals(other *WMCreateTriggerResponse) bool
func (*WMCreateTriggerResponse) String ¶
func (p *WMCreateTriggerResponse) String() string
func (*WMCreateTriggerResponse) Validate ¶ added in v0.113.0
func (p *WMCreateTriggerResponse) Validate() error
type WMDropResourcePlanRequest ¶
type WMDropResourcePlanRequest struct {
ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
}
Attributes:
- ResourcePlanName
var ThriftHiveMetastoreDropResourcePlanArgs_Request_DEFAULT *WMDropResourcePlanRequest
func NewWMDropResourcePlanRequest ¶
func NewWMDropResourcePlanRequest() *WMDropResourcePlanRequest
func (*WMDropResourcePlanRequest) Equals ¶
func (p *WMDropResourcePlanRequest) Equals(other *WMDropResourcePlanRequest) bool
func (*WMDropResourcePlanRequest) GetResourcePlanName ¶
func (p *WMDropResourcePlanRequest) GetResourcePlanName() string
func (*WMDropResourcePlanRequest) IsSetResourcePlanName ¶
func (p *WMDropResourcePlanRequest) IsSetResourcePlanName() bool
func (*WMDropResourcePlanRequest) ReadField1 ¶
func (*WMDropResourcePlanRequest) String ¶
func (p *WMDropResourcePlanRequest) String() string
func (*WMDropResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMDropResourcePlanRequest) Validate() error
type WMDropResourcePlanResponse ¶
type WMDropResourcePlanResponse struct { }
var ThriftHiveMetastoreDropResourcePlanResult_Success_DEFAULT *WMDropResourcePlanResponse
func NewWMDropResourcePlanResponse ¶
func NewWMDropResourcePlanResponse() *WMDropResourcePlanResponse
func (*WMDropResourcePlanResponse) Equals ¶
func (p *WMDropResourcePlanResponse) Equals(other *WMDropResourcePlanResponse) bool
func (*WMDropResourcePlanResponse) String ¶
func (p *WMDropResourcePlanResponse) String() string
func (*WMDropResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMDropResourcePlanResponse) Validate() error
type WMDropTriggerRequest ¶
type WMDropTriggerRequest struct { ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"` TriggerName *string `thrift:"triggerName,2" db:"triggerName" json:"triggerName,omitempty"` }
Attributes:
- ResourcePlanName
- TriggerName
var ThriftHiveMetastoreDropWmTriggerArgs_Request_DEFAULT *WMDropTriggerRequest
func NewWMDropTriggerRequest ¶
func NewWMDropTriggerRequest() *WMDropTriggerRequest
func (*WMDropTriggerRequest) Equals ¶
func (p *WMDropTriggerRequest) Equals(other *WMDropTriggerRequest) bool
func (*WMDropTriggerRequest) GetResourcePlanName ¶
func (p *WMDropTriggerRequest) GetResourcePlanName() string
func (*WMDropTriggerRequest) GetTriggerName ¶
func (p *WMDropTriggerRequest) GetTriggerName() string
func (*WMDropTriggerRequest) IsSetResourcePlanName ¶
func (p *WMDropTriggerRequest) IsSetResourcePlanName() bool
func (*WMDropTriggerRequest) IsSetTriggerName ¶
func (p *WMDropTriggerRequest) IsSetTriggerName() bool
func (*WMDropTriggerRequest) ReadField1 ¶
func (*WMDropTriggerRequest) ReadField2 ¶
func (*WMDropTriggerRequest) String ¶
func (p *WMDropTriggerRequest) String() string
func (*WMDropTriggerRequest) Validate ¶ added in v0.113.0
func (p *WMDropTriggerRequest) Validate() error
type WMDropTriggerResponse ¶
type WMDropTriggerResponse struct { }
var ThriftHiveMetastoreDropWmTriggerResult_Success_DEFAULT *WMDropTriggerResponse
func NewWMDropTriggerResponse ¶
func NewWMDropTriggerResponse() *WMDropTriggerResponse
func (*WMDropTriggerResponse) Equals ¶
func (p *WMDropTriggerResponse) Equals(other *WMDropTriggerResponse) bool
func (*WMDropTriggerResponse) String ¶
func (p *WMDropTriggerResponse) String() string
func (*WMDropTriggerResponse) Validate ¶ added in v0.113.0
func (p *WMDropTriggerResponse) Validate() error
type WMFullResourcePlan ¶
type WMFullResourcePlan struct { Plan *WMResourcePlan `thrift:"plan,1,required" db:"plan" json:"plan"` Pools []*WMPool `thrift:"pools,2,required" db:"pools" json:"pools"` Mappings []*WMMapping `thrift:"mappings,3" db:"mappings" json:"mappings,omitempty"` Triggers []*WMTrigger `thrift:"triggers,4" db:"triggers" json:"triggers,omitempty"` PoolTriggers []*WMPoolTrigger `thrift:"poolTriggers,5" db:"poolTriggers" json:"poolTriggers,omitempty"` }
Attributes:
- Plan
- Pools
- Mappings
- Triggers
- PoolTriggers
var WMAlterResourcePlanResponse_FullResourcePlan_DEFAULT *WMFullResourcePlan
var WMGetActiveResourcePlanResponse_ResourcePlan_DEFAULT *WMFullResourcePlan
func NewWMFullResourcePlan ¶
func NewWMFullResourcePlan() *WMFullResourcePlan
func (*WMFullResourcePlan) Equals ¶
func (p *WMFullResourcePlan) Equals(other *WMFullResourcePlan) bool
func (*WMFullResourcePlan) GetMappings ¶
func (p *WMFullResourcePlan) GetMappings() []*WMMapping
func (*WMFullResourcePlan) GetPlan ¶
func (p *WMFullResourcePlan) GetPlan() *WMResourcePlan
func (*WMFullResourcePlan) GetPoolTriggers ¶
func (p *WMFullResourcePlan) GetPoolTriggers() []*WMPoolTrigger
func (*WMFullResourcePlan) GetPools ¶
func (p *WMFullResourcePlan) GetPools() []*WMPool
func (*WMFullResourcePlan) GetTriggers ¶
func (p *WMFullResourcePlan) GetTriggers() []*WMTrigger
func (*WMFullResourcePlan) IsSetMappings ¶
func (p *WMFullResourcePlan) IsSetMappings() bool
func (*WMFullResourcePlan) IsSetPlan ¶
func (p *WMFullResourcePlan) IsSetPlan() bool
func (*WMFullResourcePlan) IsSetPoolTriggers ¶
func (p *WMFullResourcePlan) IsSetPoolTriggers() bool
func (*WMFullResourcePlan) IsSetTriggers ¶
func (p *WMFullResourcePlan) IsSetTriggers() bool
func (*WMFullResourcePlan) ReadField1 ¶
func (*WMFullResourcePlan) ReadField2 ¶
func (*WMFullResourcePlan) ReadField3 ¶
func (*WMFullResourcePlan) ReadField4 ¶
func (*WMFullResourcePlan) ReadField5 ¶
func (*WMFullResourcePlan) String ¶
func (p *WMFullResourcePlan) String() string
func (*WMFullResourcePlan) Validate ¶ added in v0.113.0
func (p *WMFullResourcePlan) Validate() error
type WMGetActiveResourcePlanRequest ¶
type WMGetActiveResourcePlanRequest struct { }
var ThriftHiveMetastoreGetActiveResourcePlanArgs_Request_DEFAULT *WMGetActiveResourcePlanRequest
func NewWMGetActiveResourcePlanRequest ¶
func NewWMGetActiveResourcePlanRequest() *WMGetActiveResourcePlanRequest
func (*WMGetActiveResourcePlanRequest) Equals ¶
func (p *WMGetActiveResourcePlanRequest) Equals(other *WMGetActiveResourcePlanRequest) bool
func (*WMGetActiveResourcePlanRequest) String ¶
func (p *WMGetActiveResourcePlanRequest) String() string
func (*WMGetActiveResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMGetActiveResourcePlanRequest) Validate() error
type WMGetActiveResourcePlanResponse ¶
type WMGetActiveResourcePlanResponse struct {
ResourcePlan *WMFullResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
}
Attributes:
- ResourcePlan
var ThriftHiveMetastoreGetActiveResourcePlanResult_Success_DEFAULT *WMGetActiveResourcePlanResponse
func NewWMGetActiveResourcePlanResponse ¶
func NewWMGetActiveResourcePlanResponse() *WMGetActiveResourcePlanResponse
func (*WMGetActiveResourcePlanResponse) Equals ¶
func (p *WMGetActiveResourcePlanResponse) Equals(other *WMGetActiveResourcePlanResponse) bool
func (*WMGetActiveResourcePlanResponse) GetResourcePlan ¶
func (p *WMGetActiveResourcePlanResponse) GetResourcePlan() *WMFullResourcePlan
func (*WMGetActiveResourcePlanResponse) IsSetResourcePlan ¶
func (p *WMGetActiveResourcePlanResponse) IsSetResourcePlan() bool
func (*WMGetActiveResourcePlanResponse) ReadField1 ¶
func (*WMGetActiveResourcePlanResponse) String ¶
func (p *WMGetActiveResourcePlanResponse) String() string
func (*WMGetActiveResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMGetActiveResourcePlanResponse) Validate() error
type WMGetAllResourcePlanRequest ¶
type WMGetAllResourcePlanRequest struct { }
var ThriftHiveMetastoreGetAllResourcePlansArgs_Request_DEFAULT *WMGetAllResourcePlanRequest
func NewWMGetAllResourcePlanRequest ¶
func NewWMGetAllResourcePlanRequest() *WMGetAllResourcePlanRequest
func (*WMGetAllResourcePlanRequest) Equals ¶
func (p *WMGetAllResourcePlanRequest) Equals(other *WMGetAllResourcePlanRequest) bool
func (*WMGetAllResourcePlanRequest) String ¶
func (p *WMGetAllResourcePlanRequest) String() string
func (*WMGetAllResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMGetAllResourcePlanRequest) Validate() error
type WMGetAllResourcePlanResponse ¶
type WMGetAllResourcePlanResponse struct {
ResourcePlans []*WMResourcePlan `thrift:"resourcePlans,1" db:"resourcePlans" json:"resourcePlans,omitempty"`
}
Attributes:
- ResourcePlans
var ThriftHiveMetastoreGetAllResourcePlansResult_Success_DEFAULT *WMGetAllResourcePlanResponse
func NewWMGetAllResourcePlanResponse ¶
func NewWMGetAllResourcePlanResponse() *WMGetAllResourcePlanResponse
func (*WMGetAllResourcePlanResponse) Equals ¶
func (p *WMGetAllResourcePlanResponse) Equals(other *WMGetAllResourcePlanResponse) bool
func (*WMGetAllResourcePlanResponse) GetResourcePlans ¶
func (p *WMGetAllResourcePlanResponse) GetResourcePlans() []*WMResourcePlan
func (*WMGetAllResourcePlanResponse) IsSetResourcePlans ¶
func (p *WMGetAllResourcePlanResponse) IsSetResourcePlans() bool
func (*WMGetAllResourcePlanResponse) ReadField1 ¶
func (*WMGetAllResourcePlanResponse) String ¶
func (p *WMGetAllResourcePlanResponse) String() string
func (*WMGetAllResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMGetAllResourcePlanResponse) Validate() error
type WMGetResourcePlanRequest ¶
type WMGetResourcePlanRequest struct {
ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
}
Attributes:
- ResourcePlanName
var ThriftHiveMetastoreGetResourcePlanArgs_Request_DEFAULT *WMGetResourcePlanRequest
func NewWMGetResourcePlanRequest ¶
func NewWMGetResourcePlanRequest() *WMGetResourcePlanRequest
func (*WMGetResourcePlanRequest) Equals ¶
func (p *WMGetResourcePlanRequest) Equals(other *WMGetResourcePlanRequest) bool
func (*WMGetResourcePlanRequest) GetResourcePlanName ¶
func (p *WMGetResourcePlanRequest) GetResourcePlanName() string
func (*WMGetResourcePlanRequest) IsSetResourcePlanName ¶
func (p *WMGetResourcePlanRequest) IsSetResourcePlanName() bool
func (*WMGetResourcePlanRequest) ReadField1 ¶
func (*WMGetResourcePlanRequest) String ¶
func (p *WMGetResourcePlanRequest) String() string
func (*WMGetResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMGetResourcePlanRequest) Validate() error
type WMGetResourcePlanResponse ¶
type WMGetResourcePlanResponse struct {
ResourcePlan *WMResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
}
Attributes:
- ResourcePlan
var ThriftHiveMetastoreGetResourcePlanResult_Success_DEFAULT *WMGetResourcePlanResponse
func NewWMGetResourcePlanResponse ¶
func NewWMGetResourcePlanResponse() *WMGetResourcePlanResponse
func (*WMGetResourcePlanResponse) Equals ¶
func (p *WMGetResourcePlanResponse) Equals(other *WMGetResourcePlanResponse) bool
func (*WMGetResourcePlanResponse) GetResourcePlan ¶
func (p *WMGetResourcePlanResponse) GetResourcePlan() *WMResourcePlan
func (*WMGetResourcePlanResponse) IsSetResourcePlan ¶
func (p *WMGetResourcePlanResponse) IsSetResourcePlan() bool
func (*WMGetResourcePlanResponse) ReadField1 ¶
func (*WMGetResourcePlanResponse) String ¶
func (p *WMGetResourcePlanResponse) String() string
func (*WMGetResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMGetResourcePlanResponse) Validate() error
type WMGetTriggersForResourePlanRequest ¶
type WMGetTriggersForResourePlanRequest struct {
ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
}
Attributes:
- ResourcePlanName
var ThriftHiveMetastoreGetTriggersForResourceplanArgs_Request_DEFAULT *WMGetTriggersForResourePlanRequest
func NewWMGetTriggersForResourePlanRequest ¶
func NewWMGetTriggersForResourePlanRequest() *WMGetTriggersForResourePlanRequest
func (*WMGetTriggersForResourePlanRequest) Equals ¶
func (p *WMGetTriggersForResourePlanRequest) Equals(other *WMGetTriggersForResourePlanRequest) bool
func (*WMGetTriggersForResourePlanRequest) GetResourcePlanName ¶
func (p *WMGetTriggersForResourePlanRequest) GetResourcePlanName() string
func (*WMGetTriggersForResourePlanRequest) IsSetResourcePlanName ¶
func (p *WMGetTriggersForResourePlanRequest) IsSetResourcePlanName() bool
func (*WMGetTriggersForResourePlanRequest) ReadField1 ¶
func (*WMGetTriggersForResourePlanRequest) String ¶
func (p *WMGetTriggersForResourePlanRequest) String() string
func (*WMGetTriggersForResourePlanRequest) Validate ¶ added in v0.113.0
func (p *WMGetTriggersForResourePlanRequest) Validate() error
type WMGetTriggersForResourePlanResponse ¶
type WMGetTriggersForResourePlanResponse struct {
Triggers []*WMTrigger `thrift:"triggers,1" db:"triggers" json:"triggers,omitempty"`
}
Attributes:
- Triggers
var ThriftHiveMetastoreGetTriggersForResourceplanResult_Success_DEFAULT *WMGetTriggersForResourePlanResponse
func NewWMGetTriggersForResourePlanResponse ¶
func NewWMGetTriggersForResourePlanResponse() *WMGetTriggersForResourePlanResponse
func (*WMGetTriggersForResourePlanResponse) Equals ¶
func (p *WMGetTriggersForResourePlanResponse) Equals(other *WMGetTriggersForResourePlanResponse) bool
func (*WMGetTriggersForResourePlanResponse) GetTriggers ¶
func (p *WMGetTriggersForResourePlanResponse) GetTriggers() []*WMTrigger
func (*WMGetTriggersForResourePlanResponse) IsSetTriggers ¶
func (p *WMGetTriggersForResourePlanResponse) IsSetTriggers() bool
func (*WMGetTriggersForResourePlanResponse) ReadField1 ¶
func (*WMGetTriggersForResourePlanResponse) String ¶
func (p *WMGetTriggersForResourePlanResponse) String() string
func (*WMGetTriggersForResourePlanResponse) Validate ¶ added in v0.113.0
func (p *WMGetTriggersForResourePlanResponse) Validate() error
type WMMapping ¶
type WMMapping struct { ResourcePlanName string `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"` EntityType string `thrift:"entityType,2,required" db:"entityType" json:"entityType"` EntityName string `thrift:"entityName,3,required" db:"entityName" json:"entityName"` PoolName *string `thrift:"poolName,4" db:"poolName" json:"poolName,omitempty"` Ordering *int32 `thrift:"ordering,5" db:"ordering" json:"ordering,omitempty"` }
Attributes:
- ResourcePlanName
- EntityType
- EntityName
- PoolName
- Ordering
func NewWMMapping ¶
func NewWMMapping() *WMMapping
func (*WMMapping) GetEntityName ¶
func (*WMMapping) GetEntityType ¶
func (*WMMapping) GetOrdering ¶
func (*WMMapping) GetPoolName ¶
func (*WMMapping) GetResourcePlanName ¶
func (*WMMapping) IsSetOrdering ¶
func (*WMMapping) IsSetPoolName ¶
func (*WMMapping) ReadField1 ¶
func (*WMMapping) ReadField2 ¶
func (*WMMapping) ReadField3 ¶
func (*WMMapping) ReadField4 ¶
func (*WMMapping) ReadField5 ¶
type WMPool ¶
type WMPool struct { ResourcePlanName string `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"` PoolPath string `thrift:"poolPath,2,required" db:"poolPath" json:"poolPath"` AllocFraction *float64 `thrift:"allocFraction,3" db:"allocFraction" json:"allocFraction,omitempty"` QueryParallelism *int32 `thrift:"queryParallelism,4" db:"queryParallelism" json:"queryParallelism,omitempty"` SchedulingPolicy *string `thrift:"schedulingPolicy,5" db:"schedulingPolicy" json:"schedulingPolicy,omitempty"` }
Attributes:
- ResourcePlanName
- PoolPath
- AllocFraction
- QueryParallelism
- SchedulingPolicy
func (*WMPool) GetAllocFraction ¶
func (*WMPool) GetPoolPath ¶
func (*WMPool) GetQueryParallelism ¶
func (*WMPool) GetResourcePlanName ¶
func (*WMPool) GetSchedulingPolicy ¶
func (*WMPool) IsSetAllocFraction ¶
func (*WMPool) IsSetQueryParallelism ¶
func (*WMPool) IsSetSchedulingPolicy ¶
func (*WMPool) ReadField1 ¶
func (*WMPool) ReadField2 ¶
func (*WMPool) ReadField3 ¶
func (*WMPool) ReadField4 ¶
func (*WMPool) ReadField5 ¶
type WMPoolTrigger ¶
type WMPoolTrigger struct { Pool string `thrift:"pool,1,required" db:"pool" json:"pool"` Trigger string `thrift:"trigger,2,required" db:"trigger" json:"trigger"` }
Attributes:
- Pool
- Trigger
func NewWMPoolTrigger ¶
func NewWMPoolTrigger() *WMPoolTrigger
func (*WMPoolTrigger) Equals ¶
func (p *WMPoolTrigger) Equals(other *WMPoolTrigger) bool
func (*WMPoolTrigger) GetPool ¶
func (p *WMPoolTrigger) GetPool() string
func (*WMPoolTrigger) GetTrigger ¶
func (p *WMPoolTrigger) GetTrigger() string
func (*WMPoolTrigger) ReadField1 ¶
func (*WMPoolTrigger) ReadField2 ¶
func (*WMPoolTrigger) String ¶
func (p *WMPoolTrigger) String() string
func (*WMPoolTrigger) Validate ¶ added in v0.113.0
func (p *WMPoolTrigger) Validate() error
type WMResourcePlan ¶
type WMResourcePlan struct { Name string `thrift:"name,1,required" db:"name" json:"name"` Status *WMResourcePlanStatus `thrift:"status,2" db:"status" json:"status,omitempty"` QueryParallelism *int32 `thrift:"queryParallelism,3" db:"queryParallelism" json:"queryParallelism,omitempty"` DefaultPoolPath *string `thrift:"defaultPoolPath,4" db:"defaultPoolPath" json:"defaultPoolPath,omitempty"` }
Attributes:
- Name
- Status
- QueryParallelism
- DefaultPoolPath
var WMAlterResourcePlanRequest_ResourcePlan_DEFAULT *WMResourcePlan
var WMCreateResourcePlanRequest_ResourcePlan_DEFAULT *WMResourcePlan
var WMFullResourcePlan_Plan_DEFAULT *WMResourcePlan
var WMGetResourcePlanResponse_ResourcePlan_DEFAULT *WMResourcePlan
func NewWMResourcePlan ¶
func NewWMResourcePlan() *WMResourcePlan
func (*WMResourcePlan) Equals ¶
func (p *WMResourcePlan) Equals(other *WMResourcePlan) bool
func (*WMResourcePlan) GetDefaultPoolPath ¶
func (p *WMResourcePlan) GetDefaultPoolPath() string
func (*WMResourcePlan) GetName ¶
func (p *WMResourcePlan) GetName() string
func (*WMResourcePlan) GetQueryParallelism ¶
func (p *WMResourcePlan) GetQueryParallelism() int32
func (*WMResourcePlan) GetStatus ¶
func (p *WMResourcePlan) GetStatus() WMResourcePlanStatus
func (*WMResourcePlan) IsSetDefaultPoolPath ¶
func (p *WMResourcePlan) IsSetDefaultPoolPath() bool
func (*WMResourcePlan) IsSetQueryParallelism ¶
func (p *WMResourcePlan) IsSetQueryParallelism() bool
func (*WMResourcePlan) IsSetStatus ¶
func (p *WMResourcePlan) IsSetStatus() bool
func (*WMResourcePlan) ReadField1 ¶
func (*WMResourcePlan) ReadField2 ¶
func (*WMResourcePlan) ReadField3 ¶
func (*WMResourcePlan) ReadField4 ¶
func (*WMResourcePlan) String ¶
func (p *WMResourcePlan) String() string
func (*WMResourcePlan) Validate ¶ added in v0.113.0
func (p *WMResourcePlan) Validate() error
type WMResourcePlanStatus ¶
type WMResourcePlanStatus int64
const ( WMResourcePlanStatus_ACTIVE WMResourcePlanStatus = 1 WMResourcePlanStatus_ENABLED WMResourcePlanStatus = 2 WMResourcePlanStatus_DISABLED WMResourcePlanStatus = 3 )
var WMResourcePlan_Status_DEFAULT WMResourcePlanStatus
func WMResourcePlanStatusFromString ¶
func WMResourcePlanStatusFromString(s string) (WMResourcePlanStatus, error)
func WMResourcePlanStatusPtr ¶
func WMResourcePlanStatusPtr(v WMResourcePlanStatus) *WMResourcePlanStatus
func (WMResourcePlanStatus) MarshalText ¶
func (p WMResourcePlanStatus) MarshalText() ([]byte, error)
func (*WMResourcePlanStatus) Scan ¶
func (p *WMResourcePlanStatus) Scan(value interface{}) error
func (WMResourcePlanStatus) String ¶
func (p WMResourcePlanStatus) String() string
func (*WMResourcePlanStatus) UnmarshalText ¶
func (p *WMResourcePlanStatus) UnmarshalText(text []byte) error
type WMTrigger ¶
type WMTrigger struct { ResourcePlanName string `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"` TriggerName string `thrift:"triggerName,2,required" db:"triggerName" json:"triggerName"` TriggerExpression *string `thrift:"triggerExpression,3" db:"triggerExpression" json:"triggerExpression,omitempty"` ActionExpression *string `thrift:"actionExpression,4" db:"actionExpression" json:"actionExpression,omitempty"` }
Attributes:
- ResourcePlanName
- TriggerName
- TriggerExpression
- ActionExpression
var WMAlterTriggerRequest_Trigger_DEFAULT *WMTrigger
var WMCreateTriggerRequest_Trigger_DEFAULT *WMTrigger
func NewWMTrigger ¶
func NewWMTrigger() *WMTrigger
func (*WMTrigger) GetActionExpression ¶
func (*WMTrigger) GetResourcePlanName ¶
func (*WMTrigger) GetTriggerExpression ¶
func (*WMTrigger) GetTriggerName ¶
func (*WMTrigger) IsSetActionExpression ¶
func (*WMTrigger) IsSetTriggerExpression ¶
func (*WMTrigger) ReadField1 ¶
func (*WMTrigger) ReadField2 ¶
func (*WMTrigger) ReadField3 ¶
func (*WMTrigger) ReadField4 ¶
type WMValidateResourcePlanRequest ¶
type WMValidateResourcePlanRequest struct {
ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
}
Attributes:
- ResourcePlanName
var ThriftHiveMetastoreValidateResourcePlanArgs_Request_DEFAULT *WMValidateResourcePlanRequest
func NewWMValidateResourcePlanRequest ¶
func NewWMValidateResourcePlanRequest() *WMValidateResourcePlanRequest
func (*WMValidateResourcePlanRequest) Equals ¶
func (p *WMValidateResourcePlanRequest) Equals(other *WMValidateResourcePlanRequest) bool
func (*WMValidateResourcePlanRequest) GetResourcePlanName ¶
func (p *WMValidateResourcePlanRequest) GetResourcePlanName() string
func (*WMValidateResourcePlanRequest) IsSetResourcePlanName ¶
func (p *WMValidateResourcePlanRequest) IsSetResourcePlanName() bool
func (*WMValidateResourcePlanRequest) ReadField1 ¶
func (*WMValidateResourcePlanRequest) String ¶
func (p *WMValidateResourcePlanRequest) String() string
func (*WMValidateResourcePlanRequest) Validate ¶ added in v0.113.0
func (p *WMValidateResourcePlanRequest) Validate() error
type WMValidateResourcePlanResponse ¶
type WMValidateResourcePlanResponse struct {
IsValid *bool `thrift:"isValid,1" db:"isValid" json:"isValid,omitempty"`
}
Attributes:
- IsValid
var ThriftHiveMetastoreValidateResourcePlanResult_Success_DEFAULT *WMValidateResourcePlanResponse
func NewWMValidateResourcePlanResponse ¶
func NewWMValidateResourcePlanResponse() *WMValidateResourcePlanResponse
func (*WMValidateResourcePlanResponse) Equals ¶
func (p *WMValidateResourcePlanResponse) Equals(other *WMValidateResourcePlanResponse) bool
func (*WMValidateResourcePlanResponse) GetIsValid ¶
func (p *WMValidateResourcePlanResponse) GetIsValid() bool
func (*WMValidateResourcePlanResponse) IsSetIsValid ¶
func (p *WMValidateResourcePlanResponse) IsSetIsValid() bool
func (*WMValidateResourcePlanResponse) ReadField1 ¶
func (*WMValidateResourcePlanResponse) String ¶
func (p *WMValidateResourcePlanResponse) String() string
func (*WMValidateResourcePlanResponse) Validate ¶ added in v0.113.0
func (p *WMValidateResourcePlanResponse) Validate() error