hive_metastore

package
v0.0.0-...-dab448b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2020 License: MIT Imports: 8 Imported by: 4

Documentation

Index

Constants

View Source
const BUCKET_COUNT = "bucket_count"
View Source
const BUCKET_FIELD_NAME = "bucket_field_name"
View Source
const DDL_TIME = "transient_lastDdlTime"
View Source
const FIELD_TO_DIMENSION = "field_to_dimension"
View Source
const FILE_INPUT_FORMAT = "file.inputformat"
View Source
const FILE_OUTPUT_FORMAT = "file.outputformat"
View Source
const IS_ARCHIVED = "is_archived"
View Source
const META_TABLE_COLUMNS = "columns"
View Source
const META_TABLE_COLUMN_TYPES = "columns.types"
View Source
const META_TABLE_DB = "db"
View Source
const META_TABLE_LOCATION = "location"
View Source
const META_TABLE_NAME = "name"
View Source
const META_TABLE_PARTITION_COLUMNS = "partition_columns"
View Source
const META_TABLE_SERDE = "serde"
View Source
const META_TABLE_STORAGE = "storage_handler"
View Source
const ORIGINAL_LOCATION = "original_location"

Variables

View Source
var GoUnusedProtection__ int
View Source
var ThriftHiveMetastoreCreateRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreCreateTypeResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropIndexByNameResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionByNameResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropTypeResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreGetAllDatabasesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllTablesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetConfigValueResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetDatabasesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetDelegationTokenResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetDelegationTokenWithSignatureResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetFieldsResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetIndexNamesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetIndexesResult_Success_DEFAULT []*Index
View Source
var ThriftHiveMetastoreGetPartitionNamesPsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetPartitionNamesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetPartitionsByFilterResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsPsResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsWithAuthResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetRoleNamesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetSchemaResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetTablesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetTypeAllResult_Success_DEFAULT map[string]*Type
View Source
var ThriftHiveMetastoreGrantPrivilegesResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreGrantRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreListPrivilegesResult_Success_DEFAULT []*HiveObjectPrivilege
View Source
var ThriftHiveMetastoreListRolesResult_Success_DEFAULT []*Role
View Source
var ThriftHiveMetastorePartitionNameToSpecResult_Success_DEFAULT map[string]string
View Source
var ThriftHiveMetastorePartitionNameToValsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreRenewDelegationTokenResult_Success_DEFAULT int64
View Source
var ThriftHiveMetastoreRevokePrivilegesResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreRevokeRoleResult_Success_DEFAULT bool
View Source
var Type_Fields_DEFAULT []*FieldSchema
View Source
var Type_Type1_DEFAULT string
View Source
var Type_Type2_DEFAULT string

Functions

This section is empty.

Types

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 ThriftHiveMetastoreAppendPartitionByNameResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateDatabaseResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTypeResult_O1_DEFAULT *AlreadyExistsException

func NewAlreadyExistsException

func NewAlreadyExistsException() *AlreadyExistsException

func (*AlreadyExistsException) Error

func (p *AlreadyExistsException) Error() string

func (*AlreadyExistsException) GetMessage

func (p *AlreadyExistsException) GetMessage() string

func (*AlreadyExistsException) Read

func (*AlreadyExistsException) ReadField1

func (p *AlreadyExistsException) ReadField1(iprot thrift.TProtocol) error

func (*AlreadyExistsException) String

func (p *AlreadyExistsException) String() string

func (*AlreadyExistsException) Write

func (p *AlreadyExistsException) Write(oprot thrift.TProtocol) 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) Error

func (*ConfigValSecurityException) GetMessage

func (p *ConfigValSecurityException) GetMessage() string

func (*ConfigValSecurityException) Read

func (*ConfigValSecurityException) ReadField1

func (p *ConfigValSecurityException) ReadField1(iprot thrift.TProtocol) error

func (*ConfigValSecurityException) String

func (p *ConfigValSecurityException) String() string

func (*ConfigValSecurityException) Write

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"`
}

Attributes:

  • Name
  • Description
  • LocationUri
  • Parameters
  • Privileges
var ThriftHiveMetastoreAlterDatabaseArgs_Db_DEFAULT *Database
var ThriftHiveMetastoreCreateDatabaseArgs_Database_DEFAULT *Database
var ThriftHiveMetastoreGetDatabaseResult_Success_DEFAULT *Database

func NewDatabase

func NewDatabase() *Database

func (*Database) GetDescription

func (p *Database) GetDescription() string

func (*Database) GetLocationUri

func (p *Database) GetLocationUri() string

func (*Database) GetName

func (p *Database) GetName() string

func (*Database) GetParameters

func (p *Database) GetParameters() map[string]string

func (*Database) GetPrivileges

func (p *Database) GetPrivileges() *PrincipalPrivilegeSet

func (*Database) IsSetPrivileges

func (p *Database) IsSetPrivileges() bool

func (*Database) Read

func (p *Database) Read(iprot thrift.TProtocol) error

func (*Database) ReadField1

func (p *Database) ReadField1(iprot thrift.TProtocol) error

func (*Database) ReadField2

func (p *Database) ReadField2(iprot thrift.TProtocol) error

func (*Database) ReadField3

func (p *Database) ReadField3(iprot thrift.TProtocol) error

func (*Database) ReadField4

func (p *Database) ReadField4(iprot thrift.TProtocol) error

func (*Database) ReadField5

func (p *Database) ReadField5(iprot thrift.TProtocol) error

func (*Database) String

func (p *Database) String() string

func (*Database) Write

func (p *Database) Write(oprot thrift.TProtocol) 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) GetComment

func (p *FieldSchema) GetComment() string

func (*FieldSchema) GetName

func (p *FieldSchema) GetName() string

func (*FieldSchema) GetType

func (p *FieldSchema) GetType() string

func (*FieldSchema) Read

func (p *FieldSchema) Read(iprot thrift.TProtocol) error

func (*FieldSchema) ReadField1

func (p *FieldSchema) ReadField1(iprot thrift.TProtocol) error

func (*FieldSchema) ReadField2

func (p *FieldSchema) ReadField2(iprot thrift.TProtocol) error

func (*FieldSchema) ReadField3

func (p *FieldSchema) ReadField3(iprot thrift.TProtocol) error

func (*FieldSchema) String

func (p *FieldSchema) String() string

func (*FieldSchema) Write

func (p *FieldSchema) Write(oprot thrift.TProtocol) 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) 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) Read

func (p *HiveObjectPrivilege) Read(iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField1

func (p *HiveObjectPrivilege) ReadField1(iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField2

func (p *HiveObjectPrivilege) ReadField2(iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField3

func (p *HiveObjectPrivilege) ReadField3(iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField4

func (p *HiveObjectPrivilege) ReadField4(iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) String

func (p *HiveObjectPrivilege) String() string

func (*HiveObjectPrivilege) Write

func (p *HiveObjectPrivilege) Write(oprot thrift.TProtocol) 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) 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) Read

func (p *HiveObjectRef) Read(iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField1

func (p *HiveObjectRef) ReadField1(iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField2

func (p *HiveObjectRef) ReadField2(iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField3

func (p *HiveObjectRef) ReadField3(iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField4

func (p *HiveObjectRef) ReadField4(iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField5

func (p *HiveObjectRef) ReadField5(iprot thrift.TProtocol) error

func (*HiveObjectRef) String

func (p *HiveObjectRef) String() string

func (*HiveObjectRef) Write

func (p *HiveObjectRef) Write(oprot thrift.TProtocol) 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

func (*HiveObjectType) Value

func (p *HiveObjectType) Value() (driver.Value, 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 NewIndex

func NewIndex() *Index

func (*Index) GetCreateTime

func (p *Index) GetCreateTime() int32

func (*Index) GetDbName

func (p *Index) GetDbName() string

func (*Index) GetDeferredRebuild

func (p *Index) GetDeferredRebuild() bool

func (*Index) GetIndexHandlerClass

func (p *Index) GetIndexHandlerClass() string

func (*Index) GetIndexName

func (p *Index) GetIndexName() string

func (*Index) GetIndexTableName

func (p *Index) GetIndexTableName() string

func (*Index) GetLastAccessTime

func (p *Index) GetLastAccessTime() int32

func (*Index) GetOrigTableName

func (p *Index) GetOrigTableName() string

func (*Index) GetParameters

func (p *Index) GetParameters() map[string]string

func (*Index) GetSd

func (p *Index) GetSd() *StorageDescriptor

func (*Index) IsSetSd

func (p *Index) IsSetSd() bool

func (*Index) Read

func (p *Index) Read(iprot thrift.TProtocol) error

func (*Index) ReadField1

func (p *Index) ReadField1(iprot thrift.TProtocol) error

func (*Index) ReadField10

func (p *Index) ReadField10(iprot thrift.TProtocol) error

func (*Index) ReadField2

func (p *Index) ReadField2(iprot thrift.TProtocol) error

func (*Index) ReadField3

func (p *Index) ReadField3(iprot thrift.TProtocol) error

func (*Index) ReadField4

func (p *Index) ReadField4(iprot thrift.TProtocol) error

func (*Index) ReadField5

func (p *Index) ReadField5(iprot thrift.TProtocol) error

func (*Index) ReadField6

func (p *Index) ReadField6(iprot thrift.TProtocol) error

func (*Index) ReadField7

func (p *Index) ReadField7(iprot thrift.TProtocol) error

func (*Index) ReadField8

func (p *Index) ReadField8(iprot thrift.TProtocol) error

func (*Index) ReadField9

func (p *Index) ReadField9(iprot thrift.TProtocol) error

func (*Index) String

func (p *Index) String() string

func (*Index) Write

func (p *Index) Write(oprot thrift.TProtocol) error

type IndexAlreadyExistsException

type IndexAlreadyExistsException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message

func NewIndexAlreadyExistsException

func NewIndexAlreadyExistsException() *IndexAlreadyExistsException

func (*IndexAlreadyExistsException) Error

func (*IndexAlreadyExistsException) GetMessage

func (p *IndexAlreadyExistsException) GetMessage() string

func (*IndexAlreadyExistsException) Read

func (*IndexAlreadyExistsException) ReadField1

func (p *IndexAlreadyExistsException) ReadField1(iprot thrift.TProtocol) error

func (*IndexAlreadyExistsException) String

func (p *IndexAlreadyExistsException) String() string

func (*IndexAlreadyExistsException) Write

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 ThriftHiveMetastoreAppendPartitionByNameResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateDatabaseResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTypeResult_O2_DEFAULT *InvalidObjectException

func NewInvalidObjectException

func NewInvalidObjectException() *InvalidObjectException

func (*InvalidObjectException) Error

func (p *InvalidObjectException) Error() string

func (*InvalidObjectException) GetMessage

func (p *InvalidObjectException) GetMessage() string

func (*InvalidObjectException) Read

func (*InvalidObjectException) ReadField1

func (p *InvalidObjectException) ReadField1(iprot thrift.TProtocol) error

func (*InvalidObjectException) String

func (p *InvalidObjectException) String() string

func (*InvalidObjectException) Write

func (p *InvalidObjectException) Write(oprot thrift.TProtocol) error

type InvalidOperationException

type InvalidOperationException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message
var ThriftHiveMetastoreAlterIndexResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropDatabaseResult_O2_DEFAULT *InvalidOperationException

func NewInvalidOperationException

func NewInvalidOperationException() *InvalidOperationException

func (*InvalidOperationException) Error

func (p *InvalidOperationException) Error() string

func (*InvalidOperationException) GetMessage

func (p *InvalidOperationException) GetMessage() string

func (*InvalidOperationException) Read

func (*InvalidOperationException) ReadField1

func (p *InvalidOperationException) ReadField1(iprot thrift.TProtocol) error

func (*InvalidOperationException) String

func (p *InvalidOperationException) String() string

func (*InvalidOperationException) Write

type MetaException

type MetaException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message
var ThriftHiveMetastoreAddIndexResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAlterDatabaseResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAlterIndexResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionByNameResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCancelDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTypeResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropIndexByNameResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionByNameResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabaseResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDelegationTokenWithSignatureResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexByNameResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexNamesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetIndexesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionByNameResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrivilegeSetResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetRoleNamesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeAllResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListRolesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToSpecResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToValsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRenewDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokePrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokeRoleResult_O1_DEFAULT *MetaException

func NewMetaException

func NewMetaException() *MetaException

func (*MetaException) Error

func (p *MetaException) Error() string

func (*MetaException) GetMessage

func (p *MetaException) GetMessage() string

func (*MetaException) Read

func (p *MetaException) Read(iprot thrift.TProtocol) error

func (*MetaException) ReadField1

func (p *MetaException) ReadField1(iprot thrift.TProtocol) error

func (*MetaException) String

func (p *MetaException) String() string

func (*MetaException) Write

func (p *MetaException) Write(oprot thrift.TProtocol) error

type NoSuchObjectException

type NoSuchObjectException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message
var ThriftHiveMetastoreAlterDatabaseResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropIndexByNameResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionByNameResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTableResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTypeResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetIndexByNameResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetIndexesResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionByNameResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTypeResult_O2_DEFAULT *NoSuchObjectException

func NewNoSuchObjectException

func NewNoSuchObjectException() *NoSuchObjectException

func (*NoSuchObjectException) Error

func (p *NoSuchObjectException) Error() string

func (*NoSuchObjectException) GetMessage

func (p *NoSuchObjectException) GetMessage() string

func (*NoSuchObjectException) Read

func (*NoSuchObjectException) ReadField1

func (p *NoSuchObjectException) ReadField1(iprot thrift.TProtocol) error

func (*NoSuchObjectException) String

func (p *NoSuchObjectException) String() string

func (*NoSuchObjectException) Write

func (p *NoSuchObjectException) Write(oprot thrift.TProtocol) 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 NewOrder

func NewOrder() *Order

func (*Order) GetCol

func (p *Order) GetCol() string

func (*Order) GetOrder

func (p *Order) GetOrder() int32

func (*Order) Read

func (p *Order) Read(iprot thrift.TProtocol) error

func (*Order) ReadField1

func (p *Order) ReadField1(iprot thrift.TProtocol) error

func (*Order) ReadField2

func (p *Order) ReadField2(iprot thrift.TProtocol) error

func (*Order) String

func (p *Order) String() string

func (*Order) Write

func (p *Order) Write(oprot thrift.TProtocol) error

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 ThriftHiveMetastoreAlterPartitionArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionWithAuthResult_Success_DEFAULT *Partition

func NewPartition

func NewPartition() *Partition

func (*Partition) GetCreateTime

func (p *Partition) GetCreateTime() int32

func (*Partition) GetDbName

func (p *Partition) GetDbName() string

func (*Partition) GetLastAccessTime

func (p *Partition) GetLastAccessTime() int32

func (*Partition) GetParameters

func (p *Partition) GetParameters() map[string]string

func (*Partition) GetPrivileges

func (p *Partition) GetPrivileges() *PrincipalPrivilegeSet

func (*Partition) GetSd

func (p *Partition) GetSd() *StorageDescriptor

func (*Partition) GetTableName

func (p *Partition) GetTableName() string

func (*Partition) GetValues

func (p *Partition) GetValues() []string

func (*Partition) IsSetPrivileges

func (p *Partition) IsSetPrivileges() bool

func (*Partition) IsSetSd

func (p *Partition) IsSetSd() bool

func (*Partition) Read

func (p *Partition) Read(iprot thrift.TProtocol) error

func (*Partition) ReadField1

func (p *Partition) ReadField1(iprot thrift.TProtocol) error

func (*Partition) ReadField2

func (p *Partition) ReadField2(iprot thrift.TProtocol) error

func (*Partition) ReadField3

func (p *Partition) ReadField3(iprot thrift.TProtocol) error

func (*Partition) ReadField4

func (p *Partition) ReadField4(iprot thrift.TProtocol) error

func (*Partition) ReadField5

func (p *Partition) ReadField5(iprot thrift.TProtocol) error

func (*Partition) ReadField6

func (p *Partition) ReadField6(iprot thrift.TProtocol) error

func (*Partition) ReadField7

func (p *Partition) ReadField7(iprot thrift.TProtocol) error

func (*Partition) ReadField8

func (p *Partition) ReadField8(iprot thrift.TProtocol) error

func (*Partition) String

func (p *Partition) String() string

func (*Partition) Write

func (p *Partition) Write(oprot thrift.TProtocol) 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 Partition_Privileges_DEFAULT *PrincipalPrivilegeSet
var Table_Privileges_DEFAULT *PrincipalPrivilegeSet
var ThriftHiveMetastoreGetPrivilegeSetResult_Success_DEFAULT *PrincipalPrivilegeSet

func NewPrincipalPrivilegeSet

func NewPrincipalPrivilegeSet() *PrincipalPrivilegeSet

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) Read

func (*PrincipalPrivilegeSet) ReadField1

func (p *PrincipalPrivilegeSet) ReadField1(iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) ReadField2

func (p *PrincipalPrivilegeSet) ReadField2(iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) ReadField3

func (p *PrincipalPrivilegeSet) ReadField3(iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) String

func (p *PrincipalPrivilegeSet) String() string

func (*PrincipalPrivilegeSet) Write

func (p *PrincipalPrivilegeSet) Write(oprot thrift.TProtocol) error

type PrincipalType

type PrincipalType int64
const (
	PrincipalType_USER  PrincipalType = 1
	PrincipalType_ROLE  PrincipalType = 2
	PrincipalType_GROUP PrincipalType = 3
)

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

func (*PrincipalType) Value

func (p *PrincipalType) Value() (driver.Value, error)

type PrivilegeBag

type PrivilegeBag struct {
	Privileges []*HiveObjectPrivilege `thrift:"privileges,1" db:"privileges" json:"privileges"`
}

Attributes:

  • Privileges
var ThriftHiveMetastoreGrantPrivilegesArgs_Privileges_DEFAULT *PrivilegeBag
var ThriftHiveMetastoreRevokePrivilegesArgs_Privileges_DEFAULT *PrivilegeBag

func NewPrivilegeBag

func NewPrivilegeBag() *PrivilegeBag

func (*PrivilegeBag) GetPrivileges

func (p *PrivilegeBag) GetPrivileges() []*HiveObjectPrivilege

func (*PrivilegeBag) Read

func (p *PrivilegeBag) Read(iprot thrift.TProtocol) error

func (*PrivilegeBag) ReadField1

func (p *PrivilegeBag) ReadField1(iprot thrift.TProtocol) error

func (*PrivilegeBag) String

func (p *PrivilegeBag) String() string

func (*PrivilegeBag) Write

func (p *PrivilegeBag) Write(oprot thrift.TProtocol) 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) 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) Read

func (p *PrivilegeGrantInfo) Read(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField1

func (p *PrivilegeGrantInfo) ReadField1(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField2

func (p *PrivilegeGrantInfo) ReadField2(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField3

func (p *PrivilegeGrantInfo) ReadField3(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField4

func (p *PrivilegeGrantInfo) ReadField4(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField5

func (p *PrivilegeGrantInfo) ReadField5(iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) String

func (p *PrivilegeGrantInfo) String() string

func (*PrivilegeGrantInfo) Write

func (p *PrivilegeGrantInfo) Write(oprot thrift.TProtocol) 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 NewRole

func NewRole() *Role

func (*Role) GetCreateTime

func (p *Role) GetCreateTime() int32

func (*Role) GetOwnerName

func (p *Role) GetOwnerName() string

func (*Role) GetRoleName

func (p *Role) GetRoleName() string

func (*Role) Read

func (p *Role) Read(iprot thrift.TProtocol) error

func (*Role) ReadField1

func (p *Role) ReadField1(iprot thrift.TProtocol) error

func (*Role) ReadField2

func (p *Role) ReadField2(iprot thrift.TProtocol) error

func (*Role) ReadField3

func (p *Role) ReadField3(iprot thrift.TProtocol) error

func (*Role) String

func (p *Role) String() string

func (*Role) Write

func (p *Role) Write(oprot thrift.TProtocol) 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 NewSchema

func NewSchema() *Schema

func (*Schema) GetFieldSchemas

func (p *Schema) GetFieldSchemas() []*FieldSchema

func (*Schema) GetProperties

func (p *Schema) GetProperties() map[string]string

func (*Schema) Read

func (p *Schema) Read(iprot thrift.TProtocol) error

func (*Schema) ReadField1

func (p *Schema) ReadField1(iprot thrift.TProtocol) error

func (*Schema) ReadField2

func (p *Schema) ReadField2(iprot thrift.TProtocol) error

func (*Schema) String

func (p *Schema) String() string

func (*Schema) Write

func (p *Schema) Write(oprot thrift.TProtocol) error

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) GetName

func (p *SerDeInfo) GetName() string

func (*SerDeInfo) GetParameters

func (p *SerDeInfo) GetParameters() map[string]string

func (*SerDeInfo) GetSerializationLib

func (p *SerDeInfo) GetSerializationLib() string

func (*SerDeInfo) Read

func (p *SerDeInfo) Read(iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField1

func (p *SerDeInfo) ReadField1(iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField2

func (p *SerDeInfo) ReadField2(iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField3

func (p *SerDeInfo) ReadField3(iprot thrift.TProtocol) error

func (*SerDeInfo) String

func (p *SerDeInfo) String() string

func (*SerDeInfo) Write

func (p *SerDeInfo) Write(oprot thrift.TProtocol) 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"`
}

Attributes:

  • Cols
  • Location
  • InputFormat
  • OutputFormat
  • Compressed
  • NumBuckets
  • SerdeInfo
  • BucketCols
  • SortCols
  • Parameters
var Index_Sd_DEFAULT *StorageDescriptor
var Partition_Sd_DEFAULT *StorageDescriptor
var Table_Sd_DEFAULT *StorageDescriptor

func NewStorageDescriptor

func NewStorageDescriptor() *StorageDescriptor

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) GetSortCols

func (p *StorageDescriptor) GetSortCols() []*Order

func (*StorageDescriptor) IsSetSerdeInfo

func (p *StorageDescriptor) IsSetSerdeInfo() bool

func (*StorageDescriptor) Read

func (p *StorageDescriptor) Read(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField1

func (p *StorageDescriptor) ReadField1(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField10

func (p *StorageDescriptor) ReadField10(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField2

func (p *StorageDescriptor) ReadField2(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField3

func (p *StorageDescriptor) ReadField3(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField4

func (p *StorageDescriptor) ReadField4(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField5

func (p *StorageDescriptor) ReadField5(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField6

func (p *StorageDescriptor) ReadField6(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField7

func (p *StorageDescriptor) ReadField7(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField8

func (p *StorageDescriptor) ReadField8(iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField9

func (p *StorageDescriptor) ReadField9(iprot thrift.TProtocol) error

func (*StorageDescriptor) String

func (p *StorageDescriptor) String() string

func (*StorageDescriptor) Write

func (p *StorageDescriptor) Write(oprot thrift.TProtocol) 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"`
}

Attributes:

  • TableName
  • DbName
  • Owner
  • CreateTime
  • LastAccessTime
  • Retention
  • Sd
  • PartitionKeys
  • Parameters
  • ViewOriginalText
  • ViewExpandedText
  • TableType
  • Privileges
var ThriftHiveMetastoreAddIndexArgs_IndexTable_DEFAULT *Table
var ThriftHiveMetastoreAlterTableArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreCreateTableArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreGetTableResult_Success_DEFAULT *Table

func NewTable

func NewTable() *Table

func (*Table) GetCreateTime

func (p *Table) GetCreateTime() int32

func (*Table) GetDbName

func (p *Table) GetDbName() string

func (*Table) GetLastAccessTime

func (p *Table) GetLastAccessTime() int32

func (*Table) GetOwner

func (p *Table) GetOwner() string

func (*Table) GetParameters

func (p *Table) GetParameters() map[string]string

func (*Table) GetPartitionKeys

func (p *Table) GetPartitionKeys() []*FieldSchema

func (*Table) GetPrivileges

func (p *Table) GetPrivileges() *PrincipalPrivilegeSet

func (*Table) GetRetention

func (p *Table) GetRetention() int32

func (*Table) GetSd

func (p *Table) GetSd() *StorageDescriptor

func (*Table) GetTableName

func (p *Table) GetTableName() string

func (*Table) GetTableType

func (p *Table) GetTableType() string

func (*Table) GetViewExpandedText

func (p *Table) GetViewExpandedText() string

func (*Table) GetViewOriginalText

func (p *Table) GetViewOriginalText() string

func (*Table) IsSetPrivileges

func (p *Table) IsSetPrivileges() bool

func (*Table) IsSetSd

func (p *Table) IsSetSd() bool

func (*Table) Read

func (p *Table) Read(iprot thrift.TProtocol) error

func (*Table) ReadField1

func (p *Table) ReadField1(iprot thrift.TProtocol) error

func (*Table) ReadField10

func (p *Table) ReadField10(iprot thrift.TProtocol) error

func (*Table) ReadField11

func (p *Table) ReadField11(iprot thrift.TProtocol) error

func (*Table) ReadField12

func (p *Table) ReadField12(iprot thrift.TProtocol) error

func (*Table) ReadField13

func (p *Table) ReadField13(iprot thrift.TProtocol) error

func (*Table) ReadField2

func (p *Table) ReadField2(iprot thrift.TProtocol) error

func (*Table) ReadField3

func (p *Table) ReadField3(iprot thrift.TProtocol) error

func (*Table) ReadField4

func (p *Table) ReadField4(iprot thrift.TProtocol) error

func (*Table) ReadField5

func (p *Table) ReadField5(iprot thrift.TProtocol) error

func (*Table) ReadField6

func (p *Table) ReadField6(iprot thrift.TProtocol) error

func (*Table) ReadField7

func (p *Table) ReadField7(iprot thrift.TProtocol) error

func (*Table) ReadField8

func (p *Table) ReadField8(iprot thrift.TProtocol) error

func (*Table) ReadField9

func (p *Table) ReadField9(iprot thrift.TProtocol) error

func (*Table) String

func (p *Table) String() string

func (*Table) Write

func (p *Table) Write(oprot thrift.TProtocol) error

type ThriftHiveMetastore

type ThriftHiveMetastore interface {
	fb303.FacebookService

	// 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
	DropDatabase(ctx context.Context, name string, deleteData 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
	GetSchema(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error)
	// Parameters:
	//  - Tbl
	CreateTable(ctx context.Context, tbl *Table) (err error)
	// Parameters:
	//  - Dbname
	//  - Name
	//  - DeleteData
	DropTable(ctx context.Context, dbname string, name string, deleteData bool) (err error)
	// Parameters:
	//  - DbName
	//  - Pattern
	GetTables(ctx context.Context, db_name string, pattern string) (r []string, 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
	//  - TblName
	//  - NewTbl_
	AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (err error)
	// Parameters:
	//  - NewPart_
	AddPartition(ctx context.Context, new_part *Partition) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (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
	//  - PartVals
	//  - DeleteData
	DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool) (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
	//  - PartVals
	GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []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
	GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []string, 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
	//  - NewPart_
	AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (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:
	//  - 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:
	//  - 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:
	//  - 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:
	//  - RenewerKerberosPrincipalName
	GetDelegationToken(ctx context.Context, renewer_kerberos_principal_name string) (r string, err error)
	// Parameters:
	//  - RenewerKerberosPrincipalName
	//  - TokenSignature
	GetDelegationTokenWithSignature(ctx context.Context, renewer_kerberos_principal_name string, token_signature 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)
}

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) Read

func (*ThriftHiveMetastoreAddIndexArgs) ReadField1

func (*ThriftHiveMetastoreAddIndexArgs) ReadField2

func (*ThriftHiveMetastoreAddIndexArgs) String

func (*ThriftHiveMetastoreAddIndexArgs) Write

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 (*ThriftHiveMetastoreAddIndexResult) GetO2

func (*ThriftHiveMetastoreAddIndexResult) GetO3

func (*ThriftHiveMetastoreAddIndexResult) GetSuccess

func (p *ThriftHiveMetastoreAddIndexResult) GetSuccess() *Index

func (*ThriftHiveMetastoreAddIndexResult) IsSetO1

func (*ThriftHiveMetastoreAddIndexResult) IsSetO2

func (*ThriftHiveMetastoreAddIndexResult) IsSetO3

func (*ThriftHiveMetastoreAddIndexResult) IsSetSuccess

func (p *ThriftHiveMetastoreAddIndexResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAddIndexResult) Read

func (*ThriftHiveMetastoreAddIndexResult) ReadField0

func (*ThriftHiveMetastoreAddIndexResult) ReadField1

func (*ThriftHiveMetastoreAddIndexResult) ReadField2

func (*ThriftHiveMetastoreAddIndexResult) ReadField3

func (*ThriftHiveMetastoreAddIndexResult) String

func (*ThriftHiveMetastoreAddIndexResult) Write

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 (*ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_

func (p *ThriftHiveMetastoreAddPartitionArgs) IsSetNewPart_() bool

func (*ThriftHiveMetastoreAddPartitionArgs) Read

func (*ThriftHiveMetastoreAddPartitionArgs) ReadField1

func (*ThriftHiveMetastoreAddPartitionArgs) String

func (*ThriftHiveMetastoreAddPartitionArgs) Write

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 (*ThriftHiveMetastoreAddPartitionResult) GetO2

func (*ThriftHiveMetastoreAddPartitionResult) GetO3

func (*ThriftHiveMetastoreAddPartitionResult) GetSuccess

func (*ThriftHiveMetastoreAddPartitionResult) IsSetO1

func (*ThriftHiveMetastoreAddPartitionResult) IsSetO2

func (*ThriftHiveMetastoreAddPartitionResult) IsSetO3

func (*ThriftHiveMetastoreAddPartitionResult) IsSetSuccess

func (p *ThriftHiveMetastoreAddPartitionResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAddPartitionResult) Read

func (*ThriftHiveMetastoreAddPartitionResult) ReadField0

func (*ThriftHiveMetastoreAddPartitionResult) ReadField1

func (*ThriftHiveMetastoreAddPartitionResult) ReadField2

func (*ThriftHiveMetastoreAddPartitionResult) ReadField3

func (*ThriftHiveMetastoreAddPartitionResult) String

func (*ThriftHiveMetastoreAddPartitionResult) Write

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 (*ThriftHiveMetastoreAlterDatabaseArgs) GetDbname

func (*ThriftHiveMetastoreAlterDatabaseArgs) IsSetDb

func (*ThriftHiveMetastoreAlterDatabaseArgs) Read

func (*ThriftHiveMetastoreAlterDatabaseArgs) ReadField1

func (*ThriftHiveMetastoreAlterDatabaseArgs) ReadField2

func (*ThriftHiveMetastoreAlterDatabaseArgs) String

func (*ThriftHiveMetastoreAlterDatabaseArgs) Write

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 (*ThriftHiveMetastoreAlterDatabaseResult) GetO2

func (*ThriftHiveMetastoreAlterDatabaseResult) IsSetO1

func (*ThriftHiveMetastoreAlterDatabaseResult) IsSetO2

func (*ThriftHiveMetastoreAlterDatabaseResult) Read

func (*ThriftHiveMetastoreAlterDatabaseResult) ReadField1

func (*ThriftHiveMetastoreAlterDatabaseResult) ReadField2

func (*ThriftHiveMetastoreAlterDatabaseResult) String

func (*ThriftHiveMetastoreAlterDatabaseResult) Write

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 (*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) Read

func (*ThriftHiveMetastoreAlterIndexArgs) ReadField1

func (*ThriftHiveMetastoreAlterIndexArgs) ReadField2

func (*ThriftHiveMetastoreAlterIndexArgs) ReadField3

func (*ThriftHiveMetastoreAlterIndexArgs) ReadField4

func (*ThriftHiveMetastoreAlterIndexArgs) String

func (*ThriftHiveMetastoreAlterIndexArgs) Write

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 (*ThriftHiveMetastoreAlterIndexResult) GetO2

func (*ThriftHiveMetastoreAlterIndexResult) IsSetO1

func (*ThriftHiveMetastoreAlterIndexResult) IsSetO2

func (*ThriftHiveMetastoreAlterIndexResult) Read

func (*ThriftHiveMetastoreAlterIndexResult) ReadField1

func (*ThriftHiveMetastoreAlterIndexResult) ReadField2

func (*ThriftHiveMetastoreAlterIndexResult) String

func (*ThriftHiveMetastoreAlterIndexResult) Write

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 (*ThriftHiveMetastoreAlterPartitionArgs) GetNewPart_

func (*ThriftHiveMetastoreAlterPartitionArgs) GetTblName

func (*ThriftHiveMetastoreAlterPartitionArgs) IsSetNewPart_

func (p *ThriftHiveMetastoreAlterPartitionArgs) IsSetNewPart_() bool

func (*ThriftHiveMetastoreAlterPartitionArgs) Read

func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField1

func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField2

func (*ThriftHiveMetastoreAlterPartitionArgs) ReadField3

func (*ThriftHiveMetastoreAlterPartitionArgs) String

func (*ThriftHiveMetastoreAlterPartitionArgs) Write

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 (*ThriftHiveMetastoreAlterPartitionResult) GetO2

func (*ThriftHiveMetastoreAlterPartitionResult) IsSetO1

func (*ThriftHiveMetastoreAlterPartitionResult) IsSetO2

func (*ThriftHiveMetastoreAlterPartitionResult) Read

func (*ThriftHiveMetastoreAlterPartitionResult) ReadField1

func (*ThriftHiveMetastoreAlterPartitionResult) ReadField2

func (*ThriftHiveMetastoreAlterPartitionResult) String

func (*ThriftHiveMetastoreAlterPartitionResult) Write

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 (*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) Read

func (*ThriftHiveMetastoreAlterTableArgs) ReadField1

func (*ThriftHiveMetastoreAlterTableArgs) ReadField2

func (*ThriftHiveMetastoreAlterTableArgs) ReadField3

func (*ThriftHiveMetastoreAlterTableArgs) String

func (*ThriftHiveMetastoreAlterTableArgs) Write

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 (*ThriftHiveMetastoreAlterTableResult) GetO2

func (*ThriftHiveMetastoreAlterTableResult) IsSetO1

func (*ThriftHiveMetastoreAlterTableResult) IsSetO2

func (*ThriftHiveMetastoreAlterTableResult) Read

func (*ThriftHiveMetastoreAlterTableResult) ReadField1

func (*ThriftHiveMetastoreAlterTableResult) ReadField2

func (*ThriftHiveMetastoreAlterTableResult) String

func (*ThriftHiveMetastoreAlterTableResult) Write

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 (*ThriftHiveMetastoreAppendPartitionArgs) GetPartVals

func (*ThriftHiveMetastoreAppendPartitionArgs) GetTblName

func (*ThriftHiveMetastoreAppendPartitionArgs) Read

func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField1

func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField2

func (*ThriftHiveMetastoreAppendPartitionArgs) ReadField3

func (*ThriftHiveMetastoreAppendPartitionArgs) String

func (*ThriftHiveMetastoreAppendPartitionArgs) Write

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 (*ThriftHiveMetastoreAppendPartitionByNameArgs) GetPartName

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) GetTblName

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) Read

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField1

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField2

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) ReadField3

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) String

func (*ThriftHiveMetastoreAppendPartitionByNameArgs) Write

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 (*ThriftHiveMetastoreAppendPartitionByNameResult) GetO2

func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetO3

func (*ThriftHiveMetastoreAppendPartitionByNameResult) GetSuccess

func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO1

func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO2

func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetO3

func (*ThriftHiveMetastoreAppendPartitionByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreAppendPartitionByNameResult) Read

func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField0

func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField1

func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField2

func (*ThriftHiveMetastoreAppendPartitionByNameResult) ReadField3

func (*ThriftHiveMetastoreAppendPartitionByNameResult) String

func (*ThriftHiveMetastoreAppendPartitionByNameResult) Write

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 (*ThriftHiveMetastoreAppendPartitionResult) GetO2

func (*ThriftHiveMetastoreAppendPartitionResult) GetO3

func (*ThriftHiveMetastoreAppendPartitionResult) GetSuccess

func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO1

func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO2

func (*ThriftHiveMetastoreAppendPartitionResult) IsSetO3

func (*ThriftHiveMetastoreAppendPartitionResult) IsSetSuccess

func (*ThriftHiveMetastoreAppendPartitionResult) Read

func (*ThriftHiveMetastoreAppendPartitionResult) ReadField0

func (*ThriftHiveMetastoreAppendPartitionResult) ReadField1

func (*ThriftHiveMetastoreAppendPartitionResult) ReadField2

func (*ThriftHiveMetastoreAppendPartitionResult) ReadField3

func (*ThriftHiveMetastoreAppendPartitionResult) String

func (*ThriftHiveMetastoreAppendPartitionResult) Write

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 (*ThriftHiveMetastoreCancelDelegationTokenArgs) Read

func (*ThriftHiveMetastoreCancelDelegationTokenArgs) ReadField1

func (*ThriftHiveMetastoreCancelDelegationTokenArgs) String

func (*ThriftHiveMetastoreCancelDelegationTokenArgs) Write

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 (*ThriftHiveMetastoreCancelDelegationTokenResult) IsSetO1

func (*ThriftHiveMetastoreCancelDelegationTokenResult) Read

func (*ThriftHiveMetastoreCancelDelegationTokenResult) ReadField1

func (*ThriftHiveMetastoreCancelDelegationTokenResult) String

func (*ThriftHiveMetastoreCancelDelegationTokenResult) Write

type ThriftHiveMetastoreClient

type ThriftHiveMetastoreClient struct {
	*fb303.FacebookServiceClient
}

This interface is live.

func NewThriftHiveMetastoreClient

func NewThriftHiveMetastoreClient(c thrift.TClient) *ThriftHiveMetastoreClient

func NewThriftHiveMetastoreClientProtocol

func NewThriftHiveMetastoreClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ThriftHiveMetastoreClient

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) AddPartition

func (p *ThriftHiveMetastoreClient) AddPartition(ctx context.Context, new_part *Partition) (r *Partition, err error)

Parameters:

  • NewPart_

func (*ThriftHiveMetastoreClient) AlterDatabase

func (p *ThriftHiveMetastoreClient) AlterDatabase(ctx context.Context, dbname string, db *Database) (err error)

Parameters:

  • Dbname
  • Db

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) AlterTable

func (p *ThriftHiveMetastoreClient) AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (err error)

Parameters:

  • Dbname
  • TblName
  • NewTbl_

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) CancelDelegationToken

func (p *ThriftHiveMetastoreClient) CancelDelegationToken(ctx context.Context, token_str_form string) (err error)

Parameters:

  • TokenStrForm

func (*ThriftHiveMetastoreClient) CreateDatabase

func (p *ThriftHiveMetastoreClient) CreateDatabase(ctx context.Context, database *Database) (err error)

Parameters:

  • Database

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) CreateType

func (p *ThriftHiveMetastoreClient) CreateType(ctx context.Context, type_a1 *Type) (r bool, err error)

Parameters:

  • Type

func (*ThriftHiveMetastoreClient) DropDatabase

func (p *ThriftHiveMetastoreClient) DropDatabase(ctx context.Context, name string, deleteData bool) (err error)

Parameters:

  • Name
  • DeleteData

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) 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) DropType

func (p *ThriftHiveMetastoreClient) DropType(ctx context.Context, type_a1 string) (r bool, err error)

Parameters:

  • Type

func (*ThriftHiveMetastoreClient) GetAllDatabases

func (p *ThriftHiveMetastoreClient) GetAllDatabases(ctx context.Context) (r []string, err error)

func (*ThriftHiveMetastoreClient) GetAllTables

func (p *ThriftHiveMetastoreClient) GetAllTables(ctx context.Context, db_name string) (r []string, err error)

Parameters:

  • DbName

func (*ThriftHiveMetastoreClient) GetConfigValue

func (p *ThriftHiveMetastoreClient) GetConfigValue(ctx context.Context, name string, defaultValue string) (r string, err error)

Parameters:

  • Name
  • DefaultValue

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, renewer_kerberos_principal_name string) (r string, err error)

Parameters:

  • RenewerKerberosPrincipalName

func (*ThriftHiveMetastoreClient) GetDelegationTokenWithSignature

func (p *ThriftHiveMetastoreClient) GetDelegationTokenWithSignature(ctx context.Context, renewer_kerberos_principal_name string, token_signature string) (r string, err error)

Parameters:

  • RenewerKerberosPrincipalName
  • TokenSignature

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) GetTable

func (p *ThriftHiveMetastoreClient) GetTable(ctx context.Context, dbname string, tbl_name string) (r *Table, err error)

Parameters:

  • Dbname
  • TblName

func (*ThriftHiveMetastoreClient) GetTables

func (p *ThriftHiveMetastoreClient) GetTables(ctx context.Context, db_name string, pattern string) (r []string, err error)

Parameters:

  • DbName
  • Pattern

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) GrantPrivileges

func (p *ThriftHiveMetastoreClient) GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (r bool, err error)

Parameters:

  • Privileges

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) 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) 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) 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

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 (*ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase

func (p *ThriftHiveMetastoreCreateDatabaseArgs) IsSetDatabase() bool

func (*ThriftHiveMetastoreCreateDatabaseArgs) Read

func (*ThriftHiveMetastoreCreateDatabaseArgs) ReadField1

func (*ThriftHiveMetastoreCreateDatabaseArgs) String

func (*ThriftHiveMetastoreCreateDatabaseArgs) Write

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 (*ThriftHiveMetastoreCreateDatabaseResult) GetO2

func (*ThriftHiveMetastoreCreateDatabaseResult) GetO3

func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO1

func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO2

func (*ThriftHiveMetastoreCreateDatabaseResult) IsSetO3

func (*ThriftHiveMetastoreCreateDatabaseResult) Read

func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField1

func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField2

func (*ThriftHiveMetastoreCreateDatabaseResult) ReadField3

func (*ThriftHiveMetastoreCreateDatabaseResult) String

func (*ThriftHiveMetastoreCreateDatabaseResult) Write

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 (*ThriftHiveMetastoreCreateRoleArgs) IsSetRole

func (p *ThriftHiveMetastoreCreateRoleArgs) IsSetRole() bool

func (*ThriftHiveMetastoreCreateRoleArgs) Read

func (*ThriftHiveMetastoreCreateRoleArgs) ReadField1

func (*ThriftHiveMetastoreCreateRoleArgs) String

func (*ThriftHiveMetastoreCreateRoleArgs) Write

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 (*ThriftHiveMetastoreCreateRoleResult) GetSuccess

func (p *ThriftHiveMetastoreCreateRoleResult) GetSuccess() bool

func (*ThriftHiveMetastoreCreateRoleResult) IsSetO1

func (*ThriftHiveMetastoreCreateRoleResult) IsSetSuccess

func (p *ThriftHiveMetastoreCreateRoleResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreCreateRoleResult) Read

func (*ThriftHiveMetastoreCreateRoleResult) ReadField0

func (*ThriftHiveMetastoreCreateRoleResult) ReadField1

func (*ThriftHiveMetastoreCreateRoleResult) String

func (*ThriftHiveMetastoreCreateRoleResult) Write

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 (*ThriftHiveMetastoreCreateTableArgs) IsSetTbl

func (*ThriftHiveMetastoreCreateTableArgs) Read

func (*ThriftHiveMetastoreCreateTableArgs) ReadField1

func (*ThriftHiveMetastoreCreateTableArgs) String

func (*ThriftHiveMetastoreCreateTableArgs) Write

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 (*ThriftHiveMetastoreCreateTableResult) GetO2

func (*ThriftHiveMetastoreCreateTableResult) GetO3

func (*ThriftHiveMetastoreCreateTableResult) GetO4

func (*ThriftHiveMetastoreCreateTableResult) IsSetO1

func (*ThriftHiveMetastoreCreateTableResult) IsSetO2

func (*ThriftHiveMetastoreCreateTableResult) IsSetO3

func (*ThriftHiveMetastoreCreateTableResult) IsSetO4

func (*ThriftHiveMetastoreCreateTableResult) Read

func (*ThriftHiveMetastoreCreateTableResult) ReadField1

func (*ThriftHiveMetastoreCreateTableResult) ReadField2

func (*ThriftHiveMetastoreCreateTableResult) ReadField3

func (*ThriftHiveMetastoreCreateTableResult) ReadField4

func (*ThriftHiveMetastoreCreateTableResult) String

func (*ThriftHiveMetastoreCreateTableResult) Write

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 (*ThriftHiveMetastoreCreateTypeArgs) IsSetType

func (p *ThriftHiveMetastoreCreateTypeArgs) IsSetType() bool

func (*ThriftHiveMetastoreCreateTypeArgs) Read

func (*ThriftHiveMetastoreCreateTypeArgs) ReadField1

func (*ThriftHiveMetastoreCreateTypeArgs) String

func (*ThriftHiveMetastoreCreateTypeArgs) Write

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 (*ThriftHiveMetastoreCreateTypeResult) GetO2

func (*ThriftHiveMetastoreCreateTypeResult) GetO3

func (*ThriftHiveMetastoreCreateTypeResult) GetSuccess

func (p *ThriftHiveMetastoreCreateTypeResult) GetSuccess() bool

func (*ThriftHiveMetastoreCreateTypeResult) IsSetO1

func (*ThriftHiveMetastoreCreateTypeResult) IsSetO2

func (*ThriftHiveMetastoreCreateTypeResult) IsSetO3

func (*ThriftHiveMetastoreCreateTypeResult) IsSetSuccess

func (p *ThriftHiveMetastoreCreateTypeResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreCreateTypeResult) Read

func (*ThriftHiveMetastoreCreateTypeResult) ReadField0

func (*ThriftHiveMetastoreCreateTypeResult) ReadField1

func (*ThriftHiveMetastoreCreateTypeResult) ReadField2

func (*ThriftHiveMetastoreCreateTypeResult) ReadField3

func (*ThriftHiveMetastoreCreateTypeResult) String

func (*ThriftHiveMetastoreCreateTypeResult) Write

type ThriftHiveMetastoreDropDatabaseArgs

type ThriftHiveMetastoreDropDatabaseArgs struct {
	Name       string `thrift:"name,1" db:"name" json:"name"`
	DeleteData bool   `thrift:"deleteData,2" db:"deleteData" json:"deleteData"`
}

Attributes:

  • Name
  • DeleteData

func NewThriftHiveMetastoreDropDatabaseArgs

func NewThriftHiveMetastoreDropDatabaseArgs() *ThriftHiveMetastoreDropDatabaseArgs

func (*ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData

func (p *ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData() bool

func (*ThriftHiveMetastoreDropDatabaseArgs) GetName

func (*ThriftHiveMetastoreDropDatabaseArgs) Read

func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField1

func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField2

func (*ThriftHiveMetastoreDropDatabaseArgs) String

func (*ThriftHiveMetastoreDropDatabaseArgs) Write

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 (*ThriftHiveMetastoreDropDatabaseResult) GetO2

func (*ThriftHiveMetastoreDropDatabaseResult) GetO3

func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO1

func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO2

func (*ThriftHiveMetastoreDropDatabaseResult) IsSetO3

func (*ThriftHiveMetastoreDropDatabaseResult) Read

func (*ThriftHiveMetastoreDropDatabaseResult) ReadField1

func (*ThriftHiveMetastoreDropDatabaseResult) ReadField2

func (*ThriftHiveMetastoreDropDatabaseResult) ReadField3

func (*ThriftHiveMetastoreDropDatabaseResult) String

func (*ThriftHiveMetastoreDropDatabaseResult) Write

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 (*ThriftHiveMetastoreDropIndexByNameArgs) GetDeleteData

func (p *ThriftHiveMetastoreDropIndexByNameArgs) GetDeleteData() bool

func (*ThriftHiveMetastoreDropIndexByNameArgs) GetIndexName

func (*ThriftHiveMetastoreDropIndexByNameArgs) GetTblName

func (*ThriftHiveMetastoreDropIndexByNameArgs) Read

func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField1

func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField2

func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField3

func (*ThriftHiveMetastoreDropIndexByNameArgs) ReadField4

func (*ThriftHiveMetastoreDropIndexByNameArgs) String

func (*ThriftHiveMetastoreDropIndexByNameArgs) Write

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 (*ThriftHiveMetastoreDropIndexByNameResult) GetO2

func (*ThriftHiveMetastoreDropIndexByNameResult) GetSuccess

func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetO1

func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetO2

func (*ThriftHiveMetastoreDropIndexByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreDropIndexByNameResult) Read

func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField0

func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField1

func (*ThriftHiveMetastoreDropIndexByNameResult) ReadField2

func (*ThriftHiveMetastoreDropIndexByNameResult) String

func (*ThriftHiveMetastoreDropIndexByNameResult) Write

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 (*ThriftHiveMetastoreDropPartitionArgs) GetDeleteData

func (p *ThriftHiveMetastoreDropPartitionArgs) GetDeleteData() bool

func (*ThriftHiveMetastoreDropPartitionArgs) GetPartVals

func (p *ThriftHiveMetastoreDropPartitionArgs) GetPartVals() []string

func (*ThriftHiveMetastoreDropPartitionArgs) GetTblName

func (*ThriftHiveMetastoreDropPartitionArgs) Read

func (*ThriftHiveMetastoreDropPartitionArgs) ReadField1

func (*ThriftHiveMetastoreDropPartitionArgs) ReadField2

func (*ThriftHiveMetastoreDropPartitionArgs) ReadField3

func (*ThriftHiveMetastoreDropPartitionArgs) ReadField4

func (*ThriftHiveMetastoreDropPartitionArgs) String

func (*ThriftHiveMetastoreDropPartitionArgs) Write

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 (*ThriftHiveMetastoreDropPartitionByNameArgs) GetDeleteData

func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetPartName

func (*ThriftHiveMetastoreDropPartitionByNameArgs) GetTblName

func (*ThriftHiveMetastoreDropPartitionByNameArgs) Read

func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField1

func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField2

func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField3

func (*ThriftHiveMetastoreDropPartitionByNameArgs) ReadField4

func (*ThriftHiveMetastoreDropPartitionByNameArgs) String

func (*ThriftHiveMetastoreDropPartitionByNameArgs) Write

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 (*ThriftHiveMetastoreDropPartitionByNameResult) GetO2

func (*ThriftHiveMetastoreDropPartitionByNameResult) GetSuccess

func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetO1

func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetO2

func (*ThriftHiveMetastoreDropPartitionByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreDropPartitionByNameResult) Read

func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField0

func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField1

func (*ThriftHiveMetastoreDropPartitionByNameResult) ReadField2

func (*ThriftHiveMetastoreDropPartitionByNameResult) String

func (*ThriftHiveMetastoreDropPartitionByNameResult) Write

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 (*ThriftHiveMetastoreDropPartitionResult) GetO2

func (*ThriftHiveMetastoreDropPartitionResult) GetSuccess

func (*ThriftHiveMetastoreDropPartitionResult) IsSetO1

func (*ThriftHiveMetastoreDropPartitionResult) IsSetO2

func (*ThriftHiveMetastoreDropPartitionResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropPartitionResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropPartitionResult) Read

func (*ThriftHiveMetastoreDropPartitionResult) ReadField0

func (*ThriftHiveMetastoreDropPartitionResult) ReadField1

func (*ThriftHiveMetastoreDropPartitionResult) ReadField2

func (*ThriftHiveMetastoreDropPartitionResult) String

func (*ThriftHiveMetastoreDropPartitionResult) Write

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) Read

func (*ThriftHiveMetastoreDropRoleArgs) ReadField1

func (*ThriftHiveMetastoreDropRoleArgs) String

func (*ThriftHiveMetastoreDropRoleArgs) Write

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 (*ThriftHiveMetastoreDropRoleResult) GetSuccess

func (p *ThriftHiveMetastoreDropRoleResult) GetSuccess() bool

func (*ThriftHiveMetastoreDropRoleResult) IsSetO1

func (*ThriftHiveMetastoreDropRoleResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropRoleResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropRoleResult) Read

func (*ThriftHiveMetastoreDropRoleResult) ReadField0

func (*ThriftHiveMetastoreDropRoleResult) ReadField1

func (*ThriftHiveMetastoreDropRoleResult) String

func (*ThriftHiveMetastoreDropRoleResult) Write

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 (*ThriftHiveMetastoreDropTableArgs) GetDeleteData

func (p *ThriftHiveMetastoreDropTableArgs) GetDeleteData() bool

func (*ThriftHiveMetastoreDropTableArgs) GetName

func (*ThriftHiveMetastoreDropTableArgs) Read

func (*ThriftHiveMetastoreDropTableArgs) ReadField1

func (*ThriftHiveMetastoreDropTableArgs) ReadField2

func (*ThriftHiveMetastoreDropTableArgs) ReadField3

func (*ThriftHiveMetastoreDropTableArgs) String

func (*ThriftHiveMetastoreDropTableArgs) Write

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 (*ThriftHiveMetastoreDropTableResult) GetO3

func (*ThriftHiveMetastoreDropTableResult) IsSetO1

func (*ThriftHiveMetastoreDropTableResult) IsSetO3

func (*ThriftHiveMetastoreDropTableResult) Read

func (*ThriftHiveMetastoreDropTableResult) ReadField1

func (*ThriftHiveMetastoreDropTableResult) ReadField2

func (*ThriftHiveMetastoreDropTableResult) String

func (*ThriftHiveMetastoreDropTableResult) Write

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 (*ThriftHiveMetastoreDropTypeArgs) Read

func (*ThriftHiveMetastoreDropTypeArgs) ReadField1

func (*ThriftHiveMetastoreDropTypeArgs) String

func (*ThriftHiveMetastoreDropTypeArgs) Write

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 (*ThriftHiveMetastoreDropTypeResult) GetO2

func (*ThriftHiveMetastoreDropTypeResult) GetSuccess

func (p *ThriftHiveMetastoreDropTypeResult) GetSuccess() bool

func (*ThriftHiveMetastoreDropTypeResult) IsSetO1

func (*ThriftHiveMetastoreDropTypeResult) IsSetO2

func (*ThriftHiveMetastoreDropTypeResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropTypeResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropTypeResult) Read

func (*ThriftHiveMetastoreDropTypeResult) ReadField0

func (*ThriftHiveMetastoreDropTypeResult) ReadField1

func (*ThriftHiveMetastoreDropTypeResult) ReadField2

func (*ThriftHiveMetastoreDropTypeResult) String

func (*ThriftHiveMetastoreDropTypeResult) Write

type ThriftHiveMetastoreGetAllDatabasesArgs

type ThriftHiveMetastoreGetAllDatabasesArgs struct {
}

func NewThriftHiveMetastoreGetAllDatabasesArgs

func NewThriftHiveMetastoreGetAllDatabasesArgs() *ThriftHiveMetastoreGetAllDatabasesArgs

func (*ThriftHiveMetastoreGetAllDatabasesArgs) Read

func (*ThriftHiveMetastoreGetAllDatabasesArgs) String

func (*ThriftHiveMetastoreGetAllDatabasesArgs) Write

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 (*ThriftHiveMetastoreGetAllDatabasesResult) GetSuccess

func (*ThriftHiveMetastoreGetAllDatabasesResult) IsSetO1

func (*ThriftHiveMetastoreGetAllDatabasesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllDatabasesResult) Read

func (*ThriftHiveMetastoreGetAllDatabasesResult) ReadField0

func (*ThriftHiveMetastoreGetAllDatabasesResult) ReadField1

func (*ThriftHiveMetastoreGetAllDatabasesResult) String

func (*ThriftHiveMetastoreGetAllDatabasesResult) Write

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 (*ThriftHiveMetastoreGetAllTablesArgs) Read

func (*ThriftHiveMetastoreGetAllTablesArgs) ReadField1

func (*ThriftHiveMetastoreGetAllTablesArgs) String

func (*ThriftHiveMetastoreGetAllTablesArgs) Write

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 (*ThriftHiveMetastoreGetAllTablesResult) GetSuccess

func (*ThriftHiveMetastoreGetAllTablesResult) IsSetO1

func (*ThriftHiveMetastoreGetAllTablesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetAllTablesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetAllTablesResult) Read

func (*ThriftHiveMetastoreGetAllTablesResult) ReadField0

func (*ThriftHiveMetastoreGetAllTablesResult) ReadField1

func (*ThriftHiveMetastoreGetAllTablesResult) String

func (*ThriftHiveMetastoreGetAllTablesResult) Write

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 (*ThriftHiveMetastoreGetConfigValueArgs) Read

func (*ThriftHiveMetastoreGetConfigValueArgs) ReadField1

func (*ThriftHiveMetastoreGetConfigValueArgs) ReadField2

func (*ThriftHiveMetastoreGetConfigValueArgs) String

func (*ThriftHiveMetastoreGetConfigValueArgs) Write

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 (*ThriftHiveMetastoreGetConfigValueResult) GetSuccess

func (*ThriftHiveMetastoreGetConfigValueResult) IsSetO1

func (*ThriftHiveMetastoreGetConfigValueResult) IsSetSuccess

func (*ThriftHiveMetastoreGetConfigValueResult) Read

func (*ThriftHiveMetastoreGetConfigValueResult) ReadField0

func (*ThriftHiveMetastoreGetConfigValueResult) ReadField1

func (*ThriftHiveMetastoreGetConfigValueResult) String

func (*ThriftHiveMetastoreGetConfigValueResult) Write

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 (*ThriftHiveMetastoreGetDatabaseArgs) Read

func (*ThriftHiveMetastoreGetDatabaseArgs) ReadField1

func (*ThriftHiveMetastoreGetDatabaseArgs) String

func (*ThriftHiveMetastoreGetDatabaseArgs) Write

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 (*ThriftHiveMetastoreGetDatabaseResult) GetO2

func (*ThriftHiveMetastoreGetDatabaseResult) GetSuccess

func (*ThriftHiveMetastoreGetDatabaseResult) IsSetO1

func (*ThriftHiveMetastoreGetDatabaseResult) IsSetO2

func (*ThriftHiveMetastoreGetDatabaseResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetDatabaseResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetDatabaseResult) Read

func (*ThriftHiveMetastoreGetDatabaseResult) ReadField0

func (*ThriftHiveMetastoreGetDatabaseResult) ReadField1

func (*ThriftHiveMetastoreGetDatabaseResult) ReadField2

func (*ThriftHiveMetastoreGetDatabaseResult) String

func (*ThriftHiveMetastoreGetDatabaseResult) Write

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 (*ThriftHiveMetastoreGetDatabasesArgs) Read

func (*ThriftHiveMetastoreGetDatabasesArgs) ReadField1

func (*ThriftHiveMetastoreGetDatabasesArgs) String

func (*ThriftHiveMetastoreGetDatabasesArgs) Write

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 (*ThriftHiveMetastoreGetDatabasesResult) GetSuccess

func (*ThriftHiveMetastoreGetDatabasesResult) IsSetO1

func (*ThriftHiveMetastoreGetDatabasesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetDatabasesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetDatabasesResult) Read

func (*ThriftHiveMetastoreGetDatabasesResult) ReadField0

func (*ThriftHiveMetastoreGetDatabasesResult) ReadField1

func (*ThriftHiveMetastoreGetDatabasesResult) String

func (*ThriftHiveMetastoreGetDatabasesResult) Write

type ThriftHiveMetastoreGetDelegationTokenArgs

type ThriftHiveMetastoreGetDelegationTokenArgs struct {
	RenewerKerberosPrincipalName string `thrift:"renewer_kerberos_principal_name,1" db:"renewer_kerberos_principal_name" json:"renewer_kerberos_principal_name"`
}

Attributes:

  • RenewerKerberosPrincipalName

func NewThriftHiveMetastoreGetDelegationTokenArgs

func NewThriftHiveMetastoreGetDelegationTokenArgs() *ThriftHiveMetastoreGetDelegationTokenArgs

func (*ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName

func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName() string

func (*ThriftHiveMetastoreGetDelegationTokenArgs) Read

func (*ThriftHiveMetastoreGetDelegationTokenArgs) ReadField1

func (*ThriftHiveMetastoreGetDelegationTokenArgs) String

func (*ThriftHiveMetastoreGetDelegationTokenArgs) Write

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 (*ThriftHiveMetastoreGetDelegationTokenResult) GetSuccess

func (*ThriftHiveMetastoreGetDelegationTokenResult) IsSetO1

func (*ThriftHiveMetastoreGetDelegationTokenResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDelegationTokenResult) Read

func (*ThriftHiveMetastoreGetDelegationTokenResult) ReadField0

func (*ThriftHiveMetastoreGetDelegationTokenResult) ReadField1

func (*ThriftHiveMetastoreGetDelegationTokenResult) String

func (*ThriftHiveMetastoreGetDelegationTokenResult) Write

type ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs

type ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs struct {
	RenewerKerberosPrincipalName string `thrift:"renewer_kerberos_principal_name,1" db:"renewer_kerberos_principal_name" json:"renewer_kerberos_principal_name"`
	TokenSignature               string `thrift:"token_signature,2" db:"token_signature" json:"token_signature"`
}

Attributes:

  • RenewerKerberosPrincipalName
  • TokenSignature

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) GetRenewerKerberosPrincipalName

func (p *ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) GetRenewerKerberosPrincipalName() string

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) GetTokenSignature

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) Read

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) ReadField1

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) ReadField2

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) String

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureArgs) Write

type ThriftHiveMetastoreGetDelegationTokenWithSignatureResult

type ThriftHiveMetastoreGetDelegationTokenWithSignatureResult 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 (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) GetO1

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) GetSuccess

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) IsSetO1

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) Read

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) ReadField0

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) ReadField1

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) String

func (*ThriftHiveMetastoreGetDelegationTokenWithSignatureResult) Write

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 (*ThriftHiveMetastoreGetFieldsArgs) GetTableName

func (p *ThriftHiveMetastoreGetFieldsArgs) GetTableName() string

func (*ThriftHiveMetastoreGetFieldsArgs) Read

func (*ThriftHiveMetastoreGetFieldsArgs) ReadField1

func (*ThriftHiveMetastoreGetFieldsArgs) ReadField2

func (*ThriftHiveMetastoreGetFieldsArgs) String

func (*ThriftHiveMetastoreGetFieldsArgs) Write

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 (*ThriftHiveMetastoreGetFieldsResult) GetO2

func (*ThriftHiveMetastoreGetFieldsResult) GetO3

func (*ThriftHiveMetastoreGetFieldsResult) GetSuccess

func (*ThriftHiveMetastoreGetFieldsResult) IsSetO1

func (*ThriftHiveMetastoreGetFieldsResult) IsSetO2

func (*ThriftHiveMetastoreGetFieldsResult) IsSetO3

func (*ThriftHiveMetastoreGetFieldsResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetFieldsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetFieldsResult) Read

func (*ThriftHiveMetastoreGetFieldsResult) ReadField0

func (*ThriftHiveMetastoreGetFieldsResult) ReadField1

func (*ThriftHiveMetastoreGetFieldsResult) ReadField2

func (*ThriftHiveMetastoreGetFieldsResult) ReadField3

func (*ThriftHiveMetastoreGetFieldsResult) String

func (*ThriftHiveMetastoreGetFieldsResult) Write

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 (*ThriftHiveMetastoreGetIndexByNameArgs) GetIndexName

func (*ThriftHiveMetastoreGetIndexByNameArgs) GetTblName

func (*ThriftHiveMetastoreGetIndexByNameArgs) Read

func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField1

func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField2

func (*ThriftHiveMetastoreGetIndexByNameArgs) ReadField3

func (*ThriftHiveMetastoreGetIndexByNameArgs) String

func (*ThriftHiveMetastoreGetIndexByNameArgs) Write

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 (*ThriftHiveMetastoreGetIndexByNameResult) GetO2

func (*ThriftHiveMetastoreGetIndexByNameResult) GetSuccess

func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetO1

func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetO2

func (*ThriftHiveMetastoreGetIndexByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreGetIndexByNameResult) Read

func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField0

func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField1

func (*ThriftHiveMetastoreGetIndexByNameResult) ReadField2

func (*ThriftHiveMetastoreGetIndexByNameResult) String

func (*ThriftHiveMetastoreGetIndexByNameResult) Write

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 (*ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes

func (p *ThriftHiveMetastoreGetIndexNamesArgs) GetMaxIndexes() int16

func (*ThriftHiveMetastoreGetIndexNamesArgs) GetTblName

func (*ThriftHiveMetastoreGetIndexNamesArgs) Read

func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField1

func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField2

func (*ThriftHiveMetastoreGetIndexNamesArgs) ReadField3

func (*ThriftHiveMetastoreGetIndexNamesArgs) String

func (*ThriftHiveMetastoreGetIndexNamesArgs) Write

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 (*ThriftHiveMetastoreGetIndexNamesResult) GetSuccess

func (*ThriftHiveMetastoreGetIndexNamesResult) IsSetO2

func (*ThriftHiveMetastoreGetIndexNamesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetIndexNamesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetIndexNamesResult) Read

func (*ThriftHiveMetastoreGetIndexNamesResult) ReadField0

func (*ThriftHiveMetastoreGetIndexNamesResult) ReadField1

func (*ThriftHiveMetastoreGetIndexNamesResult) String

func (*ThriftHiveMetastoreGetIndexNamesResult) Write

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 (*ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes

func (p *ThriftHiveMetastoreGetIndexesArgs) GetMaxIndexes() int16

func (*ThriftHiveMetastoreGetIndexesArgs) GetTblName

func (p *ThriftHiveMetastoreGetIndexesArgs) GetTblName() string

func (*ThriftHiveMetastoreGetIndexesArgs) Read

func (*ThriftHiveMetastoreGetIndexesArgs) ReadField1

func (*ThriftHiveMetastoreGetIndexesArgs) ReadField2

func (*ThriftHiveMetastoreGetIndexesArgs) ReadField3

func (*ThriftHiveMetastoreGetIndexesArgs) String

func (*ThriftHiveMetastoreGetIndexesArgs) Write

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 (*ThriftHiveMetastoreGetIndexesResult) GetO2

func (*ThriftHiveMetastoreGetIndexesResult) GetSuccess

func (p *ThriftHiveMetastoreGetIndexesResult) GetSuccess() []*Index

func (*ThriftHiveMetastoreGetIndexesResult) IsSetO1

func (*ThriftHiveMetastoreGetIndexesResult) IsSetO2

func (*ThriftHiveMetastoreGetIndexesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetIndexesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetIndexesResult) Read

func (*ThriftHiveMetastoreGetIndexesResult) ReadField0

func (*ThriftHiveMetastoreGetIndexesResult) ReadField1

func (*ThriftHiveMetastoreGetIndexesResult) ReadField2

func (*ThriftHiveMetastoreGetIndexesResult) String

func (*ThriftHiveMetastoreGetIndexesResult) Write

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 (*ThriftHiveMetastoreGetPartitionArgs) GetPartVals

func (p *ThriftHiveMetastoreGetPartitionArgs) GetPartVals() []string

func (*ThriftHiveMetastoreGetPartitionArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionArgs) Read

func (*ThriftHiveMetastoreGetPartitionArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionArgs) String

func (*ThriftHiveMetastoreGetPartitionArgs) Write

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 (*ThriftHiveMetastoreGetPartitionByNameArgs) GetPartName

func (*ThriftHiveMetastoreGetPartitionByNameArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionByNameArgs) Read

func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionByNameArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionByNameArgs) String

func (*ThriftHiveMetastoreGetPartitionByNameArgs) Write

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 (*ThriftHiveMetastoreGetPartitionByNameResult) GetO2

func (*ThriftHiveMetastoreGetPartitionByNameResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionByNameResult) Read

func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionByNameResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionByNameResult) String

func (*ThriftHiveMetastoreGetPartitionByNameResult) Write

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 (*ThriftHiveMetastoreGetPartitionNamesArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionNamesArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionNamesArgs) Read

func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionNamesArgs) String

func (*ThriftHiveMetastoreGetPartitionNamesArgs) Write

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 (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetPartVals

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) Read

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) String

func (*ThriftHiveMetastoreGetPartitionNamesPsArgs) Write

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"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetPartitionNamesPsResult

func NewThriftHiveMetastoreGetPartitionNamesPsResult() *ThriftHiveMetastoreGetPartitionNamesPsResult

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) String

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) Write

type ThriftHiveMetastoreGetPartitionNamesResult

type ThriftHiveMetastoreGetPartitionNamesResult 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 NewThriftHiveMetastoreGetPartitionNamesResult

func NewThriftHiveMetastoreGetPartitionNamesResult() *ThriftHiveMetastoreGetPartitionNamesResult

func (*ThriftHiveMetastoreGetPartitionNamesResult) GetO2

func (*ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesResult) String

func (*ThriftHiveMetastoreGetPartitionNamesResult) Write

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 (*ThriftHiveMetastoreGetPartitionResult) GetO2

func (*ThriftHiveMetastoreGetPartitionResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetPartitionResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetPartitionResult) Read

func (*ThriftHiveMetastoreGetPartitionResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionResult) String

func (*ThriftHiveMetastoreGetPartitionResult) Write

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 (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetGroupNames

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetPartVals

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) GetUserName

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) Read

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) ReadField5

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) String

func (*ThriftHiveMetastoreGetPartitionWithAuthArgs) Write

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 (*ThriftHiveMetastoreGetPartitionWithAuthResult) GetO2

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) Read

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) String

func (*ThriftHiveMetastoreGetPartitionWithAuthResult) Write

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 (*ThriftHiveMetastoreGetPartitionsArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsArgs) Read

func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsArgs) String

func (*ThriftHiveMetastoreGetPartitionsArgs) Write

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 (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetFilter

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) Read

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) String

func (*ThriftHiveMetastoreGetPartitionsByFilterArgs) Write

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 (*ThriftHiveMetastoreGetPartitionsByFilterResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) Read

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) String

func (*ThriftHiveMetastoreGetPartitionsByFilterResult) Write

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 (*ThriftHiveMetastoreGetPartitionsPsArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetPartVals

func (*ThriftHiveMetastoreGetPartitionsPsArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsPsArgs) Read

func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsPsArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionsPsArgs) String

func (*ThriftHiveMetastoreGetPartitionsPsArgs) Write

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"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetPartitionsPsResult

func NewThriftHiveMetastoreGetPartitionsPsResult() *ThriftHiveMetastoreGetPartitionsPsResult

func (*ThriftHiveMetastoreGetPartitionsPsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsResult) Read

func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsResult) String

func (*ThriftHiveMetastoreGetPartitionsPsResult) Write

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 (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetGroupNames

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetPartVals

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) GetUserName

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) Read

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField5

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) ReadField6

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) String

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthArgs) Write

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 (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) Read

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) String

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthResult) Write

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 (*ThriftHiveMetastoreGetPartitionsResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetPartitionsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetPartitionsResult) Read

func (*ThriftHiveMetastoreGetPartitionsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsResult) String

func (*ThriftHiveMetastoreGetPartitionsResult) Write

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 (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetGroupNames

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) GetUserName

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) Read

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) ReadField5

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) String

func (*ThriftHiveMetastoreGetPartitionsWithAuthArgs) Write

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 (*ThriftHiveMetastoreGetPartitionsWithAuthResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) Read

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) String

func (*ThriftHiveMetastoreGetPartitionsWithAuthResult) Write

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 (*ThriftHiveMetastoreGetPrivilegeSetArgs) GetUserName

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) IsSetHiveObject

func (p *ThriftHiveMetastoreGetPrivilegeSetArgs) IsSetHiveObject() bool

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) Read

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField1

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField2

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) ReadField3

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) String

func (*ThriftHiveMetastoreGetPrivilegeSetArgs) Write

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 (*ThriftHiveMetastoreGetPrivilegeSetResult) GetSuccess

func (*ThriftHiveMetastoreGetPrivilegeSetResult) IsSetO1

func (*ThriftHiveMetastoreGetPrivilegeSetResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPrivilegeSetResult) Read

func (*ThriftHiveMetastoreGetPrivilegeSetResult) ReadField0

func (*ThriftHiveMetastoreGetPrivilegeSetResult) ReadField1

func (*ThriftHiveMetastoreGetPrivilegeSetResult) String

func (*ThriftHiveMetastoreGetPrivilegeSetResult) Write

type ThriftHiveMetastoreGetRoleNamesArgs

type ThriftHiveMetastoreGetRoleNamesArgs struct {
}

func NewThriftHiveMetastoreGetRoleNamesArgs

func NewThriftHiveMetastoreGetRoleNamesArgs() *ThriftHiveMetastoreGetRoleNamesArgs

func (*ThriftHiveMetastoreGetRoleNamesArgs) Read

func (*ThriftHiveMetastoreGetRoleNamesArgs) String

func (*ThriftHiveMetastoreGetRoleNamesArgs) Write

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 (*ThriftHiveMetastoreGetRoleNamesResult) GetSuccess

func (*ThriftHiveMetastoreGetRoleNamesResult) IsSetO1

func (*ThriftHiveMetastoreGetRoleNamesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetRoleNamesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetRoleNamesResult) Read

func (*ThriftHiveMetastoreGetRoleNamesResult) ReadField0

func (*ThriftHiveMetastoreGetRoleNamesResult) ReadField1

func (*ThriftHiveMetastoreGetRoleNamesResult) String

func (*ThriftHiveMetastoreGetRoleNamesResult) Write

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 (*ThriftHiveMetastoreGetSchemaArgs) GetTableName

func (p *ThriftHiveMetastoreGetSchemaArgs) GetTableName() string

func (*ThriftHiveMetastoreGetSchemaArgs) Read

func (*ThriftHiveMetastoreGetSchemaArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaArgs) ReadField2

func (*ThriftHiveMetastoreGetSchemaArgs) String

func (*ThriftHiveMetastoreGetSchemaArgs) Write

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 (*ThriftHiveMetastoreGetSchemaResult) GetO2

func (*ThriftHiveMetastoreGetSchemaResult) GetO3

func (*ThriftHiveMetastoreGetSchemaResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaResult) IsSetO3

func (*ThriftHiveMetastoreGetSchemaResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetSchemaResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetSchemaResult) Read

func (*ThriftHiveMetastoreGetSchemaResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaResult) ReadField3

func (*ThriftHiveMetastoreGetSchemaResult) String

func (*ThriftHiveMetastoreGetSchemaResult) Write

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) Read

func (*ThriftHiveMetastoreGetTableArgs) ReadField1

func (*ThriftHiveMetastoreGetTableArgs) ReadField2

func (*ThriftHiveMetastoreGetTableArgs) String

func (*ThriftHiveMetastoreGetTableArgs) Write

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 (*ThriftHiveMetastoreGetTableResult) GetO2

func (*ThriftHiveMetastoreGetTableResult) GetSuccess

func (p *ThriftHiveMetastoreGetTableResult) GetSuccess() *Table

func (*ThriftHiveMetastoreGetTableResult) IsSetO1

func (*ThriftHiveMetastoreGetTableResult) IsSetO2

func (*ThriftHiveMetastoreGetTableResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTableResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTableResult) Read

func (*ThriftHiveMetastoreGetTableResult) ReadField0

func (*ThriftHiveMetastoreGetTableResult) ReadField1

func (*ThriftHiveMetastoreGetTableResult) ReadField2

func (*ThriftHiveMetastoreGetTableResult) String

func (*ThriftHiveMetastoreGetTableResult) Write

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 (*ThriftHiveMetastoreGetTablesArgs) GetPattern

func (p *ThriftHiveMetastoreGetTablesArgs) GetPattern() string

func (*ThriftHiveMetastoreGetTablesArgs) Read

func (*ThriftHiveMetastoreGetTablesArgs) ReadField1

func (*ThriftHiveMetastoreGetTablesArgs) ReadField2

func (*ThriftHiveMetastoreGetTablesArgs) String

func (*ThriftHiveMetastoreGetTablesArgs) Write

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 (*ThriftHiveMetastoreGetTablesResult) GetSuccess

func (p *ThriftHiveMetastoreGetTablesResult) GetSuccess() []string

func (*ThriftHiveMetastoreGetTablesResult) IsSetO1

func (*ThriftHiveMetastoreGetTablesResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTablesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTablesResult) Read

func (*ThriftHiveMetastoreGetTablesResult) ReadField0

func (*ThriftHiveMetastoreGetTablesResult) ReadField1

func (*ThriftHiveMetastoreGetTablesResult) String

func (*ThriftHiveMetastoreGetTablesResult) Write

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 (*ThriftHiveMetastoreGetTypeAllArgs) Read

func (*ThriftHiveMetastoreGetTypeAllArgs) ReadField1

func (*ThriftHiveMetastoreGetTypeAllArgs) String

func (*ThriftHiveMetastoreGetTypeAllArgs) Write

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 (*ThriftHiveMetastoreGetTypeAllResult) GetSuccess

func (p *ThriftHiveMetastoreGetTypeAllResult) GetSuccess() map[string]*Type

func (*ThriftHiveMetastoreGetTypeAllResult) IsSetO2

func (*ThriftHiveMetastoreGetTypeAllResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTypeAllResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTypeAllResult) Read

func (*ThriftHiveMetastoreGetTypeAllResult) ReadField0

func (*ThriftHiveMetastoreGetTypeAllResult) ReadField1

func (*ThriftHiveMetastoreGetTypeAllResult) String

func (*ThriftHiveMetastoreGetTypeAllResult) Write

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 (*ThriftHiveMetastoreGetTypeArgs) Read

func (*ThriftHiveMetastoreGetTypeArgs) ReadField1

func (*ThriftHiveMetastoreGetTypeArgs) String

func (*ThriftHiveMetastoreGetTypeArgs) Write

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 (*ThriftHiveMetastoreGetTypeResult) GetO2

func (*ThriftHiveMetastoreGetTypeResult) GetSuccess

func (p *ThriftHiveMetastoreGetTypeResult) GetSuccess() *Type

func (*ThriftHiveMetastoreGetTypeResult) IsSetO1

func (*ThriftHiveMetastoreGetTypeResult) IsSetO2

func (*ThriftHiveMetastoreGetTypeResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTypeResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTypeResult) Read

func (*ThriftHiveMetastoreGetTypeResult) ReadField0

func (*ThriftHiveMetastoreGetTypeResult) ReadField1

func (*ThriftHiveMetastoreGetTypeResult) ReadField2

func (*ThriftHiveMetastoreGetTypeResult) String

func (*ThriftHiveMetastoreGetTypeResult) Write

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 (*ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges

func (p *ThriftHiveMetastoreGrantPrivilegesArgs) IsSetPrivileges() bool

func (*ThriftHiveMetastoreGrantPrivilegesArgs) Read

func (*ThriftHiveMetastoreGrantPrivilegesArgs) ReadField1

func (*ThriftHiveMetastoreGrantPrivilegesArgs) String

func (*ThriftHiveMetastoreGrantPrivilegesArgs) Write

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 (*ThriftHiveMetastoreGrantPrivilegesResult) GetSuccess

func (*ThriftHiveMetastoreGrantPrivilegesResult) IsSetO1

func (*ThriftHiveMetastoreGrantPrivilegesResult) IsSetSuccess

func (*ThriftHiveMetastoreGrantPrivilegesResult) Read

func (*ThriftHiveMetastoreGrantPrivilegesResult) ReadField0

func (*ThriftHiveMetastoreGrantPrivilegesResult) ReadField1

func (*ThriftHiveMetastoreGrantPrivilegesResult) String

func (*ThriftHiveMetastoreGrantPrivilegesResult) Write

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) Read

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField1

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField2

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField3

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField4

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField5

func (*ThriftHiveMetastoreGrantRoleArgs) ReadField6

func (*ThriftHiveMetastoreGrantRoleArgs) String

func (*ThriftHiveMetastoreGrantRoleArgs) Write

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 (*ThriftHiveMetastoreGrantRoleResult) GetSuccess

func (p *ThriftHiveMetastoreGrantRoleResult) GetSuccess() bool

func (*ThriftHiveMetastoreGrantRoleResult) IsSetO1

func (*ThriftHiveMetastoreGrantRoleResult) IsSetSuccess

func (p *ThriftHiveMetastoreGrantRoleResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGrantRoleResult) Read

func (*ThriftHiveMetastoreGrantRoleResult) ReadField0

func (*ThriftHiveMetastoreGrantRoleResult) ReadField1

func (*ThriftHiveMetastoreGrantRoleResult) String

func (*ThriftHiveMetastoreGrantRoleResult) Write

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 (*ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalName

func (p *ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalName() string

func (*ThriftHiveMetastoreListPrivilegesArgs) GetPrincipalType

func (*ThriftHiveMetastoreListPrivilegesArgs) IsSetHiveObject

func (p *ThriftHiveMetastoreListPrivilegesArgs) IsSetHiveObject() bool

func (*ThriftHiveMetastoreListPrivilegesArgs) Read

func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField1

func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField2

func (*ThriftHiveMetastoreListPrivilegesArgs) ReadField3

func (*ThriftHiveMetastoreListPrivilegesArgs) String

func (*ThriftHiveMetastoreListPrivilegesArgs) Write

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 (*ThriftHiveMetastoreListPrivilegesResult) GetSuccess

func (*ThriftHiveMetastoreListPrivilegesResult) IsSetO1

func (*ThriftHiveMetastoreListPrivilegesResult) IsSetSuccess

func (*ThriftHiveMetastoreListPrivilegesResult) Read

func (*ThriftHiveMetastoreListPrivilegesResult) ReadField0

func (*ThriftHiveMetastoreListPrivilegesResult) ReadField1

func (*ThriftHiveMetastoreListPrivilegesResult) String

func (*ThriftHiveMetastoreListPrivilegesResult) Write

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) Read

func (*ThriftHiveMetastoreListRolesArgs) ReadField1

func (*ThriftHiveMetastoreListRolesArgs) ReadField2

func (*ThriftHiveMetastoreListRolesArgs) String

func (*ThriftHiveMetastoreListRolesArgs) Write

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 (*ThriftHiveMetastoreListRolesResult) GetSuccess

func (p *ThriftHiveMetastoreListRolesResult) GetSuccess() []*Role

func (*ThriftHiveMetastoreListRolesResult) IsSetO1

func (*ThriftHiveMetastoreListRolesResult) IsSetSuccess

func (p *ThriftHiveMetastoreListRolesResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreListRolesResult) Read

func (*ThriftHiveMetastoreListRolesResult) ReadField0

func (*ThriftHiveMetastoreListRolesResult) ReadField1

func (*ThriftHiveMetastoreListRolesResult) String

func (*ThriftHiveMetastoreListRolesResult) Write

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 (*ThriftHiveMetastorePartitionNameToSpecArgs) Read

func (*ThriftHiveMetastorePartitionNameToSpecArgs) ReadField1

func (*ThriftHiveMetastorePartitionNameToSpecArgs) String

func (*ThriftHiveMetastorePartitionNameToSpecArgs) Write

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 (*ThriftHiveMetastorePartitionNameToSpecResult) GetSuccess

func (*ThriftHiveMetastorePartitionNameToSpecResult) IsSetO1

func (*ThriftHiveMetastorePartitionNameToSpecResult) IsSetSuccess

func (*ThriftHiveMetastorePartitionNameToSpecResult) Read

func (*ThriftHiveMetastorePartitionNameToSpecResult) ReadField0

func (*ThriftHiveMetastorePartitionNameToSpecResult) ReadField1

func (*ThriftHiveMetastorePartitionNameToSpecResult) String

func (*ThriftHiveMetastorePartitionNameToSpecResult) Write

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 (*ThriftHiveMetastorePartitionNameToValsArgs) Read

func (*ThriftHiveMetastorePartitionNameToValsArgs) ReadField1

func (*ThriftHiveMetastorePartitionNameToValsArgs) String

func (*ThriftHiveMetastorePartitionNameToValsArgs) Write

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 (*ThriftHiveMetastorePartitionNameToValsResult) GetSuccess

func (*ThriftHiveMetastorePartitionNameToValsResult) IsSetO1

func (*ThriftHiveMetastorePartitionNameToValsResult) IsSetSuccess

func (*ThriftHiveMetastorePartitionNameToValsResult) Read

func (*ThriftHiveMetastorePartitionNameToValsResult) ReadField0

func (*ThriftHiveMetastorePartitionNameToValsResult) ReadField1

func (*ThriftHiveMetastorePartitionNameToValsResult) String

func (*ThriftHiveMetastorePartitionNameToValsResult) Write

type ThriftHiveMetastoreProcessor

type ThriftHiveMetastoreProcessor struct {
	*fb303.FacebookServiceProcessor
}

func NewThriftHiveMetastoreProcessor

func NewThriftHiveMetastoreProcessor(handler ThriftHiveMetastore) *ThriftHiveMetastoreProcessor

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 (*ThriftHiveMetastoreRenewDelegationTokenArgs) Read

func (*ThriftHiveMetastoreRenewDelegationTokenArgs) ReadField1

func (*ThriftHiveMetastoreRenewDelegationTokenArgs) String

func (*ThriftHiveMetastoreRenewDelegationTokenArgs) Write

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 (*ThriftHiveMetastoreRenewDelegationTokenResult) GetSuccess

func (*ThriftHiveMetastoreRenewDelegationTokenResult) IsSetO1

func (*ThriftHiveMetastoreRenewDelegationTokenResult) IsSetSuccess

func (*ThriftHiveMetastoreRenewDelegationTokenResult) Read

func (*ThriftHiveMetastoreRenewDelegationTokenResult) ReadField0

func (*ThriftHiveMetastoreRenewDelegationTokenResult) ReadField1

func (*ThriftHiveMetastoreRenewDelegationTokenResult) String

func (*ThriftHiveMetastoreRenewDelegationTokenResult) Write

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 (*ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges

func (p *ThriftHiveMetastoreRevokePrivilegesArgs) IsSetPrivileges() bool

func (*ThriftHiveMetastoreRevokePrivilegesArgs) Read

func (*ThriftHiveMetastoreRevokePrivilegesArgs) ReadField1

func (*ThriftHiveMetastoreRevokePrivilegesArgs) String

func (*ThriftHiveMetastoreRevokePrivilegesArgs) Write

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 (*ThriftHiveMetastoreRevokePrivilegesResult) GetSuccess

func (*ThriftHiveMetastoreRevokePrivilegesResult) IsSetO1

func (*ThriftHiveMetastoreRevokePrivilegesResult) IsSetSuccess

func (*ThriftHiveMetastoreRevokePrivilegesResult) Read

func (*ThriftHiveMetastoreRevokePrivilegesResult) ReadField0

func (*ThriftHiveMetastoreRevokePrivilegesResult) ReadField1

func (*ThriftHiveMetastoreRevokePrivilegesResult) String

func (*ThriftHiveMetastoreRevokePrivilegesResult) Write

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) Read

func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField1

func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField2

func (*ThriftHiveMetastoreRevokeRoleArgs) ReadField3

func (*ThriftHiveMetastoreRevokeRoleArgs) String

func (*ThriftHiveMetastoreRevokeRoleArgs) Write

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 (*ThriftHiveMetastoreRevokeRoleResult) GetSuccess

func (p *ThriftHiveMetastoreRevokeRoleResult) GetSuccess() bool

func (*ThriftHiveMetastoreRevokeRoleResult) IsSetO1

func (*ThriftHiveMetastoreRevokeRoleResult) IsSetSuccess

func (p *ThriftHiveMetastoreRevokeRoleResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreRevokeRoleResult) Read

func (*ThriftHiveMetastoreRevokeRoleResult) ReadField0

func (*ThriftHiveMetastoreRevokeRoleResult) ReadField1

func (*ThriftHiveMetastoreRevokeRoleResult) String

func (*ThriftHiveMetastoreRevokeRoleResult) Write

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 NewType

func NewType() *Type

func (*Type) GetFields

func (p *Type) GetFields() []*FieldSchema

func (*Type) GetName

func (p *Type) GetName() string

func (*Type) GetType1

func (p *Type) GetType1() string

func (*Type) GetType2

func (p *Type) GetType2() string

func (*Type) IsSetFields

func (p *Type) IsSetFields() bool

func (*Type) IsSetType1

func (p *Type) IsSetType1() bool

func (*Type) IsSetType2

func (p *Type) IsSetType2() bool

func (*Type) Read

func (p *Type) Read(iprot thrift.TProtocol) error

func (*Type) ReadField1

func (p *Type) ReadField1(iprot thrift.TProtocol) error

func (*Type) ReadField2

func (p *Type) ReadField2(iprot thrift.TProtocol) error

func (*Type) ReadField3

func (p *Type) ReadField3(iprot thrift.TProtocol) error

func (*Type) ReadField4

func (p *Type) ReadField4(iprot thrift.TProtocol) error

func (*Type) String

func (p *Type) String() string

func (*Type) Write

func (p *Type) Write(oprot thrift.TProtocol) error

type UnknownDBException

type UnknownDBException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message
var ThriftHiveMetastoreGetFieldsResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaResult_O3_DEFAULT *UnknownDBException

func NewUnknownDBException

func NewUnknownDBException() *UnknownDBException

func (*UnknownDBException) Error

func (p *UnknownDBException) Error() string

func (*UnknownDBException) GetMessage

func (p *UnknownDBException) GetMessage() string

func (*UnknownDBException) Read

func (p *UnknownDBException) Read(iprot thrift.TProtocol) error

func (*UnknownDBException) ReadField1

func (p *UnknownDBException) ReadField1(iprot thrift.TProtocol) error

func (*UnknownDBException) String

func (p *UnknownDBException) String() string

func (*UnknownDBException) Write

func (p *UnknownDBException) Write(oprot thrift.TProtocol) error

type UnknownTableException

type UnknownTableException struct {
	Message string `thrift:"message,1" db:"message" json:"message"`
}

Attributes:

  • Message
var ThriftHiveMetastoreGetFieldsResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaResult_O2_DEFAULT *UnknownTableException

func NewUnknownTableException

func NewUnknownTableException() *UnknownTableException

func (*UnknownTableException) Error

func (p *UnknownTableException) Error() string

func (*UnknownTableException) GetMessage

func (p *UnknownTableException) GetMessage() string

func (*UnknownTableException) Read

func (*UnknownTableException) ReadField1

func (p *UnknownTableException) ReadField1(iprot thrift.TProtocol) error

func (*UnknownTableException) String

func (p *UnknownTableException) String() string

func (*UnknownTableException) Write

func (p *UnknownTableException) Write(oprot thrift.TProtocol) 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 (p *Version) GetComments() string

func (*Version) GetVersion

func (p *Version) GetVersion() string

func (*Version) Read

func (p *Version) Read(iprot thrift.TProtocol) error

func (*Version) ReadField1

func (p *Version) ReadField1(iprot thrift.TProtocol) error

func (*Version) ReadField2

func (p *Version) ReadField2(iprot thrift.TProtocol) error

func (*Version) String

func (p *Version) String() string

func (*Version) Write

func (p *Version) Write(oprot thrift.TProtocol) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL