hive_metastore

package
v0.0.0-...-0006e72 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const ACCESSTYPE_NONE = 1
View Source
const ACCESSTYPE_READONLY = 2
View Source
const ACCESSTYPE_READWRITE = 8
View Source
const ACCESSTYPE_WRITEONLY = 4
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 DRUID_CONFIG_PREFIX = "druid."
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 HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__"
View Source
const HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__"
View Source
const HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__"
View Source
const IS_ARCHIVED = "is_archived"
View Source
const IS_IMMUTABLE = "immutable"
View Source
const JDBC_CONFIG_PREFIX = "hive.sql."
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_PARTITION_COLUMN_TYPES = "partition_columns.types"
View Source
const META_TABLE_SERDE = "serde"
View Source
const META_TABLE_STORAGE = "storage_handler"
View Source
const ORIGINAL_LOCATION = "original_location"
View Source
const TABLE_BUCKETING_VERSION = "bucketing_version"
View Source
const TABLE_IS_CTAS = "created_with_ctas"
View Source
const TABLE_IS_TRANSACTIONAL = "transactional"
View Source
const TABLE_NO_AUTO_COMPACT = "no_auto_compaction"
View Source
const TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties"

Variables

View Source
var AbortTxnRequest_ReplPolicy_DEFAULT string
View Source
var AddPartitionsRequest_CatName_DEFAULT string
View Source
var AddPartitionsRequest_NeedResult__DEFAULT bool = true
View Source
var AddPartitionsRequest_ValidWriteIdList_DEFAULT string
View Source
var AddPartitionsResult__IsStatsCompliant_DEFAULT bool
View Source
var AddPartitionsResult__Partitions_DEFAULT []*Partition
View Source
var AggrStats_IsStatsCompliant_DEFAULT bool
View Source
var AllocateTableWriteIdsRequest_ReplPolicy_DEFAULT string
View Source
var AllocateTableWriteIdsRequest_SrcTxnToWriteIdList_DEFAULT []*TxnToWriteId
View Source
var AllocateTableWriteIdsRequest_TxnIds_DEFAULT []int64
View Source
var AlterPartitionsRequest_CatName_DEFAULT string
View Source
var AlterPartitionsRequest_ValidWriteIdList_DEFAULT string
View Source
var AlterPartitionsRequest_WriteId_DEFAULT int64 = -1
View Source
var AlterTableRequest_CatName_DEFAULT string
View Source
var AlterTableRequest_ProcessorCapabilities_DEFAULT []string
View Source
var AlterTableRequest_ProcessorIdentifier_DEFAULT string
View Source
var AlterTableRequest_ValidWriteIdList_DEFAULT string
View Source
var AlterTableRequest_WriteId_DEFAULT int64 = -1
View Source
var BasicTxnInfo_Dbname_DEFAULT string
View Source
var BasicTxnInfo_Partitionname_DEFAULT string
View Source
var BasicTxnInfo_Tablename_DEFAULT string
View Source
var BasicTxnInfo_Time_DEFAULT int64
View Source
var BasicTxnInfo_Txnid_DEFAULT int64
View Source
var BinaryColumnStatsData_BitVectors_DEFAULT []byte
View Source
var BooleanColumnStatsData_BitVectors_DEFAULT []byte
View Source
var CacheFileMetadataRequest_IsAllParts_DEFAULT bool
View Source
var CacheFileMetadataRequest_PartName_DEFAULT string
View Source
var Catalog_CreateTime_DEFAULT int32
View Source
var Catalog_Description_DEFAULT string
View Source
var CheckLockRequest_ElapsedMs_DEFAULT int64
View Source
var CheckLockRequest_Txnid_DEFAULT int64
View Source
var ColumnStatisticsDesc_CatName_DEFAULT string
View Source
var ColumnStatisticsDesc_LastAnalyzed_DEFAULT int64
View Source
var ColumnStatisticsDesc_PartName_DEFAULT string
View Source
var ColumnStatistics_Engine_DEFAULT string
View Source
var ColumnStatistics_IsStatsCompliant_DEFAULT bool
View Source
var CommitTxnRequest_ExclWriteEnabled_DEFAULT bool = true
View Source
var CommitTxnRequest_ReplPolicy_DEFAULT string
View Source
var CommitTxnRequest_WriteEventInfos_DEFAULT []*WriteEventInfo
View Source
var CompactionInfoStruct_EnqueueTime_DEFAULT int64
View Source
var CompactionInfoStruct_ErrorMessage_DEFAULT string
View Source
var CompactionInfoStruct_Hasoldabort_DEFAULT bool
View Source
var CompactionInfoStruct_HighestWriteId_DEFAULT int64
View Source
var CompactionInfoStruct_Partitionname_DEFAULT string
View Source
var CompactionInfoStruct_Properties_DEFAULT string
View Source
var CompactionInfoStruct_Runas_DEFAULT string
View Source
var CompactionInfoStruct_Start_DEFAULT int64
View Source
var CompactionInfoStruct_State_DEFAULT string
View Source
var CompactionInfoStruct_Toomanyaborts_DEFAULT bool
View Source
var CompactionInfoStruct_WorkerId_DEFAULT string
View Source
var CompactionRequest_InitiatorId_DEFAULT string
View Source
var CompactionRequest_InitiatorVersion_DEFAULT string
View Source
var CompactionRequest_Partitionname_DEFAULT string
View Source
var CompactionRequest_Properties_DEFAULT map[string]string
View Source
var CompactionRequest_Runas_DEFAULT string
View Source
var CreateDatabaseRequest_CatalogName_DEFAULT string
View Source
var CreateDatabaseRequest_CreateTime_DEFAULT int32
View Source
var CreateDatabaseRequest_DataConnectorName_DEFAULT string
View Source
var CreateDatabaseRequest_Description_DEFAULT string
View Source
var CreateDatabaseRequest_LocationUri_DEFAULT string
View Source
var CreateDatabaseRequest_ManagedLocationUri_DEFAULT string
View Source
var CreateDatabaseRequest_OwnerName_DEFAULT string
View Source
var CreateDatabaseRequest_Parameters_DEFAULT map[string]string
View Source
var CreateDatabaseRequest_Type_DEFAULT string
View Source
var CreateTableRequest_CheckConstraints_DEFAULT []*SQLCheckConstraint
View Source
var CreateTableRequest_DefaultConstraints_DEFAULT []*SQLDefaultConstraint
View Source
var CreateTableRequest_ForeignKeys_DEFAULT []*SQLForeignKey
View Source
var CreateTableRequest_NotNullConstraints_DEFAULT []*SQLNotNullConstraint
View Source
var CreateTableRequest_PrimaryKeys_DEFAULT []*SQLPrimaryKey
View Source
var CreateTableRequest_ProcessorCapabilities_DEFAULT []string
View Source
var CreateTableRequest_ProcessorIdentifier_DEFAULT string
View Source
var CreateTableRequest_UniqueConstraints_DEFAULT []*SQLUniqueConstraint
View Source
var CreationMetadata_MaterializationTime_DEFAULT int64
View Source
var CreationMetadata_ValidTxnList_DEFAULT string
View Source
var DataConnector_CreateTime_DEFAULT int32
View Source
var DataConnector_Description_DEFAULT string
View Source
var DataConnector_OwnerName_DEFAULT string
View Source
var DataConnector_Parameters_DEFAULT map[string]string
View Source
var Database_CatalogName_DEFAULT string
View Source
var Database_ConnectorName_DEFAULT string
View Source
var Database_CreateTime_DEFAULT int32
View Source
var Database_ManagedLocationUri_DEFAULT string
View Source
var Database_OwnerName_DEFAULT string
View Source
var Database_RemoteDbname_DEFAULT string
View Source
var DateColumnStatsData_BitVectors_DEFAULT []byte
View Source
var DecimalColumnStatsData_BitVectors_DEFAULT []byte
View Source
var DoubleColumnStatsData_BitVectors_DEFAULT []byte
View Source
var DoubleColumnStatsData_HighValue_DEFAULT float64
View Source
var DoubleColumnStatsData_LowValue_DEFAULT float64
View Source
var DropConstraintRequest_CatName_DEFAULT string
View Source
var DropPartitionsExpr_PartArchiveLevel_DEFAULT int32
View Source
var DropPartitionsRequest_CatName_DEFAULT string
View Source
var DropPartitionsRequest_DeleteData_DEFAULT bool
View Source
var DropPartitionsRequest_IfExists_DEFAULT bool = true
View Source
var DropPartitionsRequest_IgnoreProtection_DEFAULT bool
View Source
var DropPartitionsRequest_NeedResult__DEFAULT bool = true
View Source
var DropPartitionsResult__Partitions_DEFAULT []*Partition
View Source
var ExtendedTableInfo_AccessType_DEFAULT int32
View Source
var ExtendedTableInfo_RequiredReadCapabilities_DEFAULT []string
View Source
var ExtendedTableInfo_RequiredWriteCapabilities_DEFAULT []string
View Source
var FindSchemasByColsRqst_ColName_DEFAULT string
View Source
var FindSchemasByColsRqst_ColNamespace_DEFAULT string
View Source
var FindSchemasByColsRqst_Type_DEFAULT string
View Source
var FireEventRequestData_InsertDatas_DEFAULT []*InsertEventRequestData
View Source
var FireEventRequest_CatName_DEFAULT string
View Source
var FireEventRequest_DbName_DEFAULT string
View Source
var FireEventRequest_PartitionVals_DEFAULT []string
View Source
var FireEventRequest_TableName_DEFAULT string
View Source
var ForeignKeysRequest_CatName_DEFAULT string
View Source
var Function_CatName_DEFAULT string
View Source
var GetAllFunctionsResponse_Functions_DEFAULT []*Function
View Source
var GetDatabaseRequest_CatalogName_DEFAULT string
View Source
var GetDatabaseRequest_Name_DEFAULT string
View Source
var GetDatabaseRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetDatabaseRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetFieldsRequest_CatName_DEFAULT string
View Source
var GetFieldsRequest_ID_DEFAULT int64 = -1
View Source
var GetFieldsRequest_ValidWriteIdList_DEFAULT string
View Source
var GetFileMetadataByExprRequest_DoGetFooters_DEFAULT bool
View Source
var GetLatestCommittedCompactionInfoRequest_Partitionnames_DEFAULT []string
View Source
var GetOpenTxnsRequest_ExcludeTxnTypes_DEFAULT []TxnType
View Source
var GetOpenTxnsResponse_MinOpenTxn_DEFAULT int64
View Source
var GetPartitionNamesPsRequest_CatName_DEFAULT string
View Source
var GetPartitionNamesPsRequest_ID_DEFAULT int64 = -1
View Source
var GetPartitionNamesPsRequest_MaxParts_DEFAULT int16 = -1
View Source
var GetPartitionNamesPsRequest_PartValues_DEFAULT []string
View Source
var GetPartitionNamesPsRequest_ValidWriteIdList_DEFAULT string
View Source
var GetPartitionRequest_CatName_DEFAULT string
View Source
var GetPartitionRequest_ID_DEFAULT int64 = -1
View Source
var GetPartitionRequest_ValidWriteIdList_DEFAULT string
View Source
var GetPartitionsByNamesRequest_Engine_DEFAULT string
View Source
var GetPartitionsByNamesRequest_GetColStats_DEFAULT bool
View Source
var GetPartitionsByNamesRequest_GetFileMetadata_DEFAULT bool
View Source
var GetPartitionsByNamesRequest_ID_DEFAULT int64 = -1
View Source
var GetPartitionsByNamesRequest_Names_DEFAULT []string
View Source
var GetPartitionsByNamesRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetPartitionsByNamesRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetPartitionsByNamesRequest_ValidWriteIdList_DEFAULT string
View Source
var GetPartitionsFilterSpec_Filters_DEFAULT []string
View Source
var GetPartitionsPsWithAuthRequest_CatName_DEFAULT string
View Source
var GetPartitionsPsWithAuthRequest_GroupNames_DEFAULT []string
View Source
var GetPartitionsPsWithAuthRequest_ID_DEFAULT int64 = -1
View Source
var GetPartitionsPsWithAuthRequest_MaxParts_DEFAULT int16 = -1
View Source
var GetPartitionsPsWithAuthRequest_PartVals_DEFAULT []string
View Source
var GetPartitionsPsWithAuthRequest_UserName_DEFAULT string
View Source
var GetPartitionsPsWithAuthRequest_ValidWriteIdList_DEFAULT string
View Source
var GetPartitionsRequest_CatName_DEFAULT string
View Source
var GetPartitionsRequest_GroupNames_DEFAULT []string
View Source
var GetPartitionsRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetPartitionsRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetPartitionsRequest_User_DEFAULT string
View Source
var GetPartitionsRequest_ValidWriteIdList_DEFAULT string
View Source
var GetPartitionsRequest_WithAuth_DEFAULT bool
View Source
var GetReplicationMetricsRequest_DumpExecutionId_DEFAULT int64
View Source
var GetReplicationMetricsRequest_Policy_DEFAULT string
View Source
var GetReplicationMetricsRequest_ScheduledExecutionId_DEFAULT int64
View Source
var GetSchemaRequest_CatName_DEFAULT string
View Source
var GetSchemaRequest_ID_DEFAULT int64 = -1
View Source
var GetSchemaRequest_ValidWriteIdList_DEFAULT string
View Source
var GetTableRequest_CatName_DEFAULT string
View Source
var GetTableRequest_Engine_DEFAULT string
View Source
var GetTableRequest_GetColumnStats_DEFAULT bool
View Source
var GetTableRequest_ID_DEFAULT int64 = -1
View Source
var GetTableRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetTableRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetTableRequest_ValidWriteIdList_DEFAULT string
View Source
var GetTableResult__IsStatsCompliant_DEFAULT bool
View Source
var GetTablesExtRequest_Limit_DEFAULT int32
View Source
var GetTablesExtRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetTablesExtRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetTablesRequest_CatName_DEFAULT string
View Source
var GetTablesRequest_ProcessorCapabilities_DEFAULT []string
View Source
var GetTablesRequest_ProcessorIdentifier_DEFAULT string
View Source
var GetTablesRequest_TblNames_DEFAULT []string
View Source
var GetValidWriteIdsRequest_ValidTxnList_DEFAULT string
View Source
var GetValidWriteIdsRequest_WriteId_DEFAULT int64
View Source
var GoUnusedProtection__ int
View Source
var GrantRevokePrivilegeRequest_RevokeGrantOption_DEFAULT bool
View Source
var GrantRevokePrivilegeResponse_Success_DEFAULT bool
View Source
var GrantRevokeRoleRequest_GrantOption_DEFAULT bool
View Source
var GrantRevokeRoleRequest_Grantor_DEFAULT string
View Source
var GrantRevokeRoleResponse_Success_DEFAULT bool
View Source
var HeartbeatRequest_Lockid_DEFAULT int64
View Source
var HeartbeatRequest_Txnid_DEFAULT int64
View Source
var HiveObjectRef_CatName_DEFAULT string
View Source
var ISchema_Description_DEFAULT string
View Source
var ISchema_SchemaGroup_DEFAULT string
View Source
var InsertEventRequestData_FilesAddedChecksum_DEFAULT []string
View Source
var InsertEventRequestData_PartitionVal_DEFAULT []string
View Source
var InsertEventRequestData_Replace_DEFAULT bool
View Source
var InsertEventRequestData_SubDirectoryList_DEFAULT []string
View Source
var ListPackageRequest_DbName_DEFAULT string
View Source
var ListStoredProcedureRequest_DbName_DEFAULT string
View Source
var LockComponent_IsDynamicPartitionWrite_DEFAULT bool = false
View Source
var LockComponent_IsTransactional_DEFAULT bool = false
View Source
var LockComponent_Partitionname_DEFAULT string
View Source
var LockComponent_Tablename_DEFAULT string
View Source
var LockRequest_AgentInfo_DEFAULT string = "Unknown"
View Source
var LockRequest_Txnid_DEFAULT int64
View Source
var LockRequest_ZeroWaitReadEnabled_DEFAULT bool = false
View Source
var LockResponse_ErrorMessage_DEFAULT string
View Source
var LongColumnStatsData_BitVectors_DEFAULT []byte
View Source
var LongColumnStatsData_HighValue_DEFAULT int64
View Source
var LongColumnStatsData_LowValue_DEFAULT int64
View Source
var MetadataPpdResult__IncludeBitset_DEFAULT []byte
View Source
var MetadataPpdResult__Metadata_DEFAULT []byte
View Source
var NotificationEventRequest_EventTypeSkipList_DEFAULT []string
View Source
var NotificationEventRequest_MaxEvents_DEFAULT int32
View Source
var NotificationEvent_CatName_DEFAULT string
View Source
var NotificationEvent_DbName_DEFAULT string
View Source
var NotificationEvent_MessageFormat_DEFAULT string
View Source
var NotificationEvent_TableName_DEFAULT string
View Source
var NotificationEventsCountRequest_CatName_DEFAULT string
View Source
var NotificationEventsCountRequest_Limit_DEFAULT int64
View Source
var NotificationEventsCountRequest_ToEventId_DEFAULT int64
View Source
var OpenTxnRequest_AgentInfo_DEFAULT string = "Unknown"
View Source
var OpenTxnRequest_ReplPolicy_DEFAULT string
View Source
var OpenTxnRequest_ReplSrcTxnIds_DEFAULT []int64
View Source
var PartitionSpec_CatName_DEFAULT string
View Source
var PartitionSpec_IsStatsCompliant_DEFAULT bool
View Source
var PartitionSpec_WriteId_DEFAULT int64 = -1
View Source
var PartitionValuesRequest_ApplyDistinct_DEFAULT bool = true
View Source
var PartitionValuesRequest_Ascending_DEFAULT bool = true
View Source
var PartitionValuesRequest_CatName_DEFAULT string
View Source
var PartitionValuesRequest_Filter_DEFAULT string
View Source
var PartitionValuesRequest_MaxParts_DEFAULT int64 = -1
View Source
var PartitionValuesRequest_PartitionOrder_DEFAULT []*FieldSchema
View Source
var PartitionValuesRequest_ValidWriteIdList_DEFAULT string
View Source
var Partition_CatName_DEFAULT string
View Source
var Partition_IsStatsCompliant_DEFAULT bool
View Source
var Partition_WriteId_DEFAULT int64 = -1
View Source
var PartitionsByExprRequest_CatName_DEFAULT string
View Source
var PartitionsByExprRequest_DefaultPartitionName_DEFAULT string
View Source
var PartitionsByExprRequest_ID_DEFAULT int64 = -1
View Source
var PartitionsByExprRequest_MaxParts_DEFAULT int16 = -1
View Source
var PartitionsByExprRequest_Order_DEFAULT string
View Source
var PartitionsByExprRequest_ValidWriteIdList_DEFAULT string
View Source
var PartitionsRequest_CatName_DEFAULT string
View Source
var PartitionsRequest_ID_DEFAULT int64 = -1
View Source
var PartitionsRequest_MaxParts_DEFAULT int16 = -1
View Source
var PartitionsRequest_ValidWriteIdList_DEFAULT string
View Source
var PartitionsStatsRequest_CatName_DEFAULT string
View Source
var PartitionsStatsRequest_ValidWriteIdList_DEFAULT string
View Source
var PartitionsStatsResult__IsStatsCompliant_DEFAULT bool
View Source
var PrimaryKeysRequest_CatName_DEFAULT string
View Source
var RenamePartitionRequest_CatName_DEFAULT string
View Source
var RenamePartitionRequest_ValidWriteIdList_DEFAULT string
View Source
var ReplLastIdInfo_Catalog_DEFAULT string
View Source
var ReplLastIdInfo_PartitionList_DEFAULT []string
View Source
var ReplLastIdInfo_Table_DEFAULT string
View Source
var ReplTblWriteIdStateRequest_PartNames_DEFAULT []string
View Source
var ReplicationMetrics_Metadata_DEFAULT string
View Source
var ReplicationMetrics_Progress_DEFAULT string
View Source
var RequestPartsSpec_Exprs_DEFAULT []*DropPartitionsExpr
View Source
var RequestPartsSpec_Names_DEFAULT []string
View Source
var RuntimeStat_CreateTime_DEFAULT int32
View Source
var SQLAllTableConstraints_CheckConstraints_DEFAULT []*SQLCheckConstraint
View Source
var SQLAllTableConstraints_DefaultConstraints_DEFAULT []*SQLDefaultConstraint
View Source
var SQLAllTableConstraints_ForeignKeys_DEFAULT []*SQLForeignKey
View Source
var SQLAllTableConstraints_NotNullConstraints_DEFAULT []*SQLNotNullConstraint
View Source
var SQLAllTableConstraints_PrimaryKeys_DEFAULT []*SQLPrimaryKey
View Source
var SQLAllTableConstraints_UniqueConstraints_DEFAULT []*SQLUniqueConstraint
View Source
var SQLForeignKey_CatName_DEFAULT string
View Source
var SQLPrimaryKey_CatName_DEFAULT string
View Source
var ScheduledQueryPollResponse_ExecutionId_DEFAULT int64
View Source
var ScheduledQueryPollResponse_Query_DEFAULT string
View Source
var ScheduledQueryPollResponse_User_DEFAULT string
View Source
var ScheduledQueryProgressInfo_ErrorMessage_DEFAULT string
View Source
var ScheduledQuery_Enabled_DEFAULT bool
View Source
var ScheduledQuery_NextExecution_DEFAULT int32
View Source
var ScheduledQuery_Query_DEFAULT string
View Source
var ScheduledQuery_Schedule_DEFAULT string
View Source
var ScheduledQuery_User_DEFAULT string
View Source
var SchemaVersion_Description_DEFAULT string
View Source
var SchemaVersion_Fingerprint_DEFAULT string
View Source
var SchemaVersion_Name_DEFAULT string
View Source
var SchemaVersion_SchemaText_DEFAULT string
View Source
var SerDeInfo_Description_DEFAULT string
View Source
var SerDeInfo_DeserializerClass_DEFAULT string
View Source
var SerDeInfo_SerializerClass_DEFAULT string
View Source
var SetPartitionsStatsRequest_NeedMerge_DEFAULT bool
View Source
var SetPartitionsStatsRequest_ValidWriteIdList_DEFAULT string
View Source
var SetPartitionsStatsRequest_WriteId_DEFAULT int64 = -1
View Source
var ShowCompactResponseElement_EndTime_DEFAULT int64
View Source
var ShowCompactResponseElement_EnqueueTime_DEFAULT int64
View Source
var ShowCompactResponseElement_ErrorMessage_DEFAULT string
View Source
var ShowCompactResponseElement_HadoopJobId_DEFAULT string = "None"
View Source
var ShowCompactResponseElement_HightestTxnId_DEFAULT int64
View Source
var ShowCompactResponseElement_ID_DEFAULT int64
View Source
var ShowCompactResponseElement_InitiatorId_DEFAULT string
View Source
var ShowCompactResponseElement_InitiatorVersion_DEFAULT string
View Source
var ShowCompactResponseElement_MetaInfo_DEFAULT string
View Source
var ShowCompactResponseElement_Partitionname_DEFAULT string
View Source
var ShowCompactResponseElement_RunAs_DEFAULT string
View Source
var ShowCompactResponseElement_Start_DEFAULT int64
View Source
var ShowCompactResponseElement_WorkerVersion_DEFAULT string
View Source
var ShowCompactResponseElement_Workerid_DEFAULT string
View Source
var ShowLocksRequest_Dbname_DEFAULT string
View Source
var ShowLocksRequest_IsExtended_DEFAULT bool = false
View Source
var ShowLocksRequest_Partname_DEFAULT string
View Source
var ShowLocksRequest_Tablename_DEFAULT string
View Source
var ShowLocksRequest_Txnid_DEFAULT int64
View Source
var ShowLocksResponseElement_Acquiredat_DEFAULT int64
View Source
var ShowLocksResponseElement_AgentInfo_DEFAULT string
View Source
var ShowLocksResponseElement_BlockedByExtId_DEFAULT int64
View Source
var ShowLocksResponseElement_BlockedByIntId_DEFAULT int64
View Source
var ShowLocksResponseElement_HeartbeatCount_DEFAULT int32 = 0
View Source
var ShowLocksResponseElement_LockIdInternal_DEFAULT int64
View Source
var ShowLocksResponseElement_Partname_DEFAULT string
View Source
var ShowLocksResponseElement_Tablename_DEFAULT string
View Source
var ShowLocksResponseElement_Txnid_DEFAULT int64
View Source
var StorageDescriptor_StoredAsSubDirectories_DEFAULT bool
View Source
var StringColumnStatsData_BitVectors_DEFAULT []byte
View Source
var TableMeta_CatName_DEFAULT string
View Source
var TableMeta_Comments_DEFAULT string
View Source
var TableStatsRequest_CatName_DEFAULT string
View Source
var TableStatsRequest_ID_DEFAULT int64 = -1
View Source
var TableStatsRequest_ValidWriteIdList_DEFAULT string
View Source
var TableStatsResult__IsStatsCompliant_DEFAULT bool
View Source
var TableValidWriteIds_MinOpenWriteId_DEFAULT int64
View Source
var Table_AccessType_DEFAULT int8
View Source
var Table_CatName_DEFAULT string
View Source
var Table_ID_DEFAULT int64
View Source
var Table_IsStatsCompliant_DEFAULT bool
View Source
var Table_RequiredReadCapabilities_DEFAULT []string
View Source
var Table_RequiredWriteCapabilities_DEFAULT []string
View Source
var Table_RewriteEnabled_DEFAULT bool
View Source
var Table_Temporary_DEFAULT bool = false
View Source
var Table_WriteId_DEFAULT int64 = -1
View Source
var ThriftHiveMetastoreAddMasterKeyResult_Success_DEFAULT int32
View Source
var ThriftHiveMetastoreAddPartitionsPspecResult_Success_DEFAULT int32
View Source
var ThriftHiveMetastoreAddPartitionsResult_Success_DEFAULT int32
View Source
var ThriftHiveMetastoreAddTokenResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreCreateRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreCreateTypeResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionByNameResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreDropTypeResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreExchangePartitionsResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreFindColumnsWithStatsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllDatabasesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult_Success_DEFAULT []*Table
View Source
var ThriftHiveMetastoreGetAllPackagesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllStoredProceduresResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllTablesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetAllTokenIdentifiersResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetConfigValueResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetDatabasesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetDataconnectorsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetDelegationTokenResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetFieldsResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetFunctionsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetLatestTxnidInConflictResult_Success_DEFAULT int64
View Source
var ThriftHiveMetastoreGetMasterKeysResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetMaterializedViewsForRewritingResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetMetaConfResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetMetastoreDbUUIDResult_Success_DEFAULT string
View Source
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_Success_DEFAULT int32
View Source
var ThriftHiveMetastoreGetPartSpecsByFilterResult_Success_DEFAULT []*PartitionSpec
View Source
var ThriftHiveMetastoreGetPartitionNamesPsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetPartitionNamesReqResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetPartitionNamesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetPartitionsByFilterResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsByNamesResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsPsResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsPspecResult_Success_DEFAULT []*PartitionSpec
View Source
var ThriftHiveMetastoreGetPartitionsResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetPartitionsWithAuthResult_Success_DEFAULT []*Partition
View Source
var ThriftHiveMetastoreGetRoleNamesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetRuntimeStatsResult_Success_DEFAULT []*RuntimeStat
View Source
var ThriftHiveMetastoreGetSchemaAllVersionsResult_Success_DEFAULT []*SchemaVersion
View Source
var ThriftHiveMetastoreGetSchemaResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_Success_DEFAULT []*FieldSchema
View Source
var ThriftHiveMetastoreGetTableMetaResult_Success_DEFAULT []*TableMeta
View Source
var ThriftHiveMetastoreGetTableNamesByFilterResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetTableObjectsByNameResult_Success_DEFAULT []*Table
View Source
var ThriftHiveMetastoreGetTablesByTypeResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetTablesExtResult_Success_DEFAULT []*ExtendedTableInfo
View Source
var ThriftHiveMetastoreGetTablesResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreGetTokenResult_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 ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreListPrivilegesResult_Success_DEFAULT []*HiveObjectPrivilege
View Source
var ThriftHiveMetastoreListRolesResult_Success_DEFAULT []*Role
View Source
var ThriftHiveMetastorePartitionNameHasValidCharactersResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastorePartitionNameToSpecResult_Success_DEFAULT map[string]string
View Source
var ThriftHiveMetastorePartitionNameToValsResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreRemoveMasterKeyResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreRemoveTokenResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreRenewDelegationTokenResult_Success_DEFAULT int64
View Source
var ThriftHiveMetastoreRevokePrivilegesResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreRevokeRoleResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreSetAggrStatsForResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreSetUgiResult_Success_DEFAULT []string
View Source
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_Success_DEFAULT bool
View Source
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_Success_DEFAULT bool
View Source
var TimestampColumnStatsData_BitVectors_DEFAULT []byte
View Source
var TruncateTableRequest_PartNames_DEFAULT []string
View Source
var TruncateTableRequest_ValidWriteIdList_DEFAULT string
View Source
var TruncateTableRequest_WriteId_DEFAULT int64 = -1
View Source
var TxnInfo_AgentInfo_DEFAULT string = "Unknown"
View Source
var TxnInfo_HeartbeatCount_DEFAULT int32 = 0
View Source
var TxnInfo_LastHeartbeatTime_DEFAULT int64
View Source
var TxnInfo_MetaInfo_DEFAULT string
View Source
var TxnInfo_StartedTime_DEFAULT int64
View Source
var Type_Fields_DEFAULT []*FieldSchema
View Source
var Type_Type1_DEFAULT string
View Source
var Type_Type2_DEFAULT string
View Source
var WMAlterPoolRequest_PoolPath_DEFAULT string
View Source
var WMAlterResourcePlanRequest_IsEnableAndActivate_DEFAULT bool
View Source
var WMAlterResourcePlanRequest_IsForceDeactivate_DEFAULT bool
View Source
var WMAlterResourcePlanRequest_IsReplace_DEFAULT bool
View Source
var WMAlterResourcePlanRequest_Ns_DEFAULT string
View Source
var WMAlterResourcePlanRequest_ResourcePlanName_DEFAULT string
View Source
var WMCreateOrDropTriggerToPoolMappingRequest_Drop_DEFAULT bool
View Source
var WMCreateOrDropTriggerToPoolMappingRequest_Ns_DEFAULT string
View Source
var WMCreateOrDropTriggerToPoolMappingRequest_PoolPath_DEFAULT string
View Source
var WMCreateOrDropTriggerToPoolMappingRequest_ResourcePlanName_DEFAULT string
View Source
var WMCreateOrDropTriggerToPoolMappingRequest_TriggerName_DEFAULT string
View Source
var WMCreateOrUpdateMappingRequest_Update_DEFAULT bool
View Source
var WMCreateResourcePlanRequest_CopyFrom_DEFAULT string
View Source
var WMDropPoolRequest_Ns_DEFAULT string
View Source
var WMDropPoolRequest_PoolPath_DEFAULT string
View Source
var WMDropPoolRequest_ResourcePlanName_DEFAULT string
View Source
var WMDropResourcePlanRequest_Ns_DEFAULT string
View Source
var WMDropResourcePlanRequest_ResourcePlanName_DEFAULT string
View Source
var WMDropTriggerRequest_Ns_DEFAULT string
View Source
var WMDropTriggerRequest_ResourcePlanName_DEFAULT string
View Source
var WMDropTriggerRequest_TriggerName_DEFAULT string
View Source
var WMFullResourcePlan_Mappings_DEFAULT []*WMMapping
View Source
var WMFullResourcePlan_PoolTriggers_DEFAULT []*WMPoolTrigger
View Source
var WMFullResourcePlan_Triggers_DEFAULT []*WMTrigger
View Source
var WMGetActiveResourcePlanRequest_Ns_DEFAULT string
View Source
var WMGetAllResourcePlanRequest_Ns_DEFAULT string
View Source
var WMGetAllResourcePlanResponse_ResourcePlans_DEFAULT []*WMResourcePlan
View Source
var WMGetResourcePlanRequest_Ns_DEFAULT string
View Source
var WMGetResourcePlanRequest_ResourcePlanName_DEFAULT string
View Source
var WMGetTriggersForResourePlanRequest_Ns_DEFAULT string
View Source
var WMGetTriggersForResourePlanRequest_ResourcePlanName_DEFAULT string
View Source
var WMGetTriggersForResourePlanResponse_Triggers_DEFAULT []*WMTrigger
View Source
var WMMapping_Ns_DEFAULT string
View Source
var WMMapping_Ordering_DEFAULT int32
View Source
var WMMapping_PoolPath_DEFAULT string
View Source
var WMNullablePool_AllocFraction_DEFAULT float64
View Source
var WMNullablePool_IsSetSchedulingPolicy_DEFAULT bool
View Source
var WMNullablePool_Ns_DEFAULT string
View Source
var WMNullablePool_QueryParallelism_DEFAULT int32
View Source
var WMNullablePool_SchedulingPolicy_DEFAULT string
View Source
var WMNullableResourcePlan_DefaultPoolPath_DEFAULT string
View Source
var WMNullableResourcePlan_IsSetDefaultPoolPath_DEFAULT bool
View Source
var WMNullableResourcePlan_IsSetQueryParallelism_DEFAULT bool
View Source
var WMNullableResourcePlan_Name_DEFAULT string
View Source
var WMNullableResourcePlan_Ns_DEFAULT string
View Source
var WMNullableResourcePlan_QueryParallelism_DEFAULT int32
View Source
var WMPoolTrigger_Ns_DEFAULT string
View Source
var WMPool_AllocFraction_DEFAULT float64
View Source
var WMPool_Ns_DEFAULT string
View Source
var WMPool_QueryParallelism_DEFAULT int32
View Source
var WMPool_SchedulingPolicy_DEFAULT string
View Source
var WMResourcePlan_DefaultPoolPath_DEFAULT string
View Source
var WMResourcePlan_Ns_DEFAULT string
View Source
var WMResourcePlan_QueryParallelism_DEFAULT int32
View Source
var WMTrigger_ActionExpression_DEFAULT string
View Source
var WMTrigger_IsInUnmanaged_DEFAULT bool
View Source
var WMTrigger_Ns_DEFAULT string
View Source
var WMTrigger_TriggerExpression_DEFAULT string
View Source
var WMValidateResourcePlanRequest_Ns_DEFAULT string
View Source
var WMValidateResourcePlanRequest_ResourcePlanName_DEFAULT string
View Source
var WMValidateResourcePlanResponse_Errors_DEFAULT []string
View Source
var WMValidateResourcePlanResponse_Warnings_DEFAULT []string
View Source
var WriteEventInfo_PartitionObj_DEFAULT string
View Source
var WriteEventInfo_Partition_DEFAULT string
View Source
var WriteEventInfo_TableObj_DEFAULT string
View Source
var WriteNotificationLogRequest_PartitionVals_DEFAULT []string

Functions

This section is empty.

Types

type AbortTxnRequest

type AbortTxnRequest struct {
	Txnid      int64   `thrift:"txnid,1,required" db:"txnid" json:"txnid"`
	ReplPolicy *string `thrift:"replPolicy,2" db:"replPolicy" json:"replPolicy,omitempty"`
}

Attributes:

  • Txnid
  • ReplPolicy
var ThriftHiveMetastoreAbortTxnArgs_Rqst_DEFAULT *AbortTxnRequest

func NewAbortTxnRequest

func NewAbortTxnRequest() *AbortTxnRequest

func (*AbortTxnRequest) Equals

func (p *AbortTxnRequest) Equals(other *AbortTxnRequest) bool

func (*AbortTxnRequest) GetReplPolicy

func (p *AbortTxnRequest) GetReplPolicy() string

func (*AbortTxnRequest) GetTxnid

func (p *AbortTxnRequest) GetTxnid() int64

func (*AbortTxnRequest) IsSetReplPolicy

func (p *AbortTxnRequest) IsSetReplPolicy() bool

func (*AbortTxnRequest) Read

func (p *AbortTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AbortTxnRequest) ReadField1

func (p *AbortTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AbortTxnRequest) ReadField2

func (p *AbortTxnRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AbortTxnRequest) String

func (p *AbortTxnRequest) String() string

func (*AbortTxnRequest) Write

func (p *AbortTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type AbortTxnsRequest

type AbortTxnsRequest struct {
	TxnIds []int64 `thrift:"txn_ids,1,required" db:"txn_ids" json:"txn_ids"`
}

Attributes:

  • TxnIds
var ThriftHiveMetastoreAbortTxnsArgs_Rqst_DEFAULT *AbortTxnsRequest

func NewAbortTxnsRequest

func NewAbortTxnsRequest() *AbortTxnsRequest

func (*AbortTxnsRequest) Equals

func (p *AbortTxnsRequest) Equals(other *AbortTxnsRequest) bool

func (*AbortTxnsRequest) GetTxnIds

func (p *AbortTxnsRequest) GetTxnIds() []int64

func (*AbortTxnsRequest) Read

func (p *AbortTxnsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AbortTxnsRequest) ReadField1

func (p *AbortTxnsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AbortTxnsRequest) String

func (p *AbortTxnsRequest) String() string

func (*AbortTxnsRequest) Write

func (p *AbortTxnsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type AddCheckConstraintRequest

type AddCheckConstraintRequest struct {
	CheckConstraintCols []*SQLCheckConstraint `thrift:"checkConstraintCols,1,required" db:"checkConstraintCols" json:"checkConstraintCols"`
}

Attributes:

  • CheckConstraintCols
var ThriftHiveMetastoreAddCheckConstraintArgs_Req_DEFAULT *AddCheckConstraintRequest

func NewAddCheckConstraintRequest

func NewAddCheckConstraintRequest() *AddCheckConstraintRequest

func (*AddCheckConstraintRequest) Equals

func (*AddCheckConstraintRequest) GetCheckConstraintCols

func (p *AddCheckConstraintRequest) GetCheckConstraintCols() []*SQLCheckConstraint

func (*AddCheckConstraintRequest) Read

func (*AddCheckConstraintRequest) ReadField1

func (p *AddCheckConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddCheckConstraintRequest) String

func (p *AddCheckConstraintRequest) String() string

func (*AddCheckConstraintRequest) Write

type AddDefaultConstraintRequest

type AddDefaultConstraintRequest struct {
	DefaultConstraintCols []*SQLDefaultConstraint `thrift:"defaultConstraintCols,1,required" db:"defaultConstraintCols" json:"defaultConstraintCols"`
}

Attributes:

  • DefaultConstraintCols
var ThriftHiveMetastoreAddDefaultConstraintArgs_Req_DEFAULT *AddDefaultConstraintRequest

func NewAddDefaultConstraintRequest

func NewAddDefaultConstraintRequest() *AddDefaultConstraintRequest

func (*AddDefaultConstraintRequest) Equals

func (*AddDefaultConstraintRequest) GetDefaultConstraintCols

func (p *AddDefaultConstraintRequest) GetDefaultConstraintCols() []*SQLDefaultConstraint

func (*AddDefaultConstraintRequest) Read

func (*AddDefaultConstraintRequest) ReadField1

func (*AddDefaultConstraintRequest) String

func (p *AddDefaultConstraintRequest) String() string

func (*AddDefaultConstraintRequest) Write

type AddDynamicPartitions

type AddDynamicPartitions struct {
	Txnid          int64             `thrift:"txnid,1,required" db:"txnid" json:"txnid"`
	Writeid        int64             `thrift:"writeid,2,required" db:"writeid" json:"writeid"`
	Dbname         string            `thrift:"dbname,3,required" db:"dbname" json:"dbname"`
	Tablename      string            `thrift:"tablename,4,required" db:"tablename" json:"tablename"`
	Partitionnames []string          `thrift:"partitionnames,5,required" db:"partitionnames" json:"partitionnames"`
	OperationType  DataOperationType `thrift:"operationType,6" db:"operationType" json:"operationType"`
}

Attributes:

  • Txnid
  • Writeid
  • Dbname
  • Tablename
  • Partitionnames
  • OperationType
var ThriftHiveMetastoreAddDynamicPartitionsArgs_Rqst_DEFAULT *AddDynamicPartitions

func NewAddDynamicPartitions

func NewAddDynamicPartitions() *AddDynamicPartitions

func (*AddDynamicPartitions) Equals

func (*AddDynamicPartitions) GetDbname

func (p *AddDynamicPartitions) GetDbname() string

func (*AddDynamicPartitions) GetOperationType

func (p *AddDynamicPartitions) GetOperationType() DataOperationType

func (*AddDynamicPartitions) GetPartitionnames

func (p *AddDynamicPartitions) GetPartitionnames() []string

func (*AddDynamicPartitions) GetTablename

func (p *AddDynamicPartitions) GetTablename() string

func (*AddDynamicPartitions) GetTxnid

func (p *AddDynamicPartitions) GetTxnid() int64

func (*AddDynamicPartitions) GetWriteid

func (p *AddDynamicPartitions) GetWriteid() int64

func (*AddDynamicPartitions) IsSetOperationType

func (p *AddDynamicPartitions) IsSetOperationType() bool

func (*AddDynamicPartitions) Read

func (*AddDynamicPartitions) ReadField1

func (p *AddDynamicPartitions) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) ReadField2

func (p *AddDynamicPartitions) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) ReadField3

func (p *AddDynamicPartitions) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) ReadField4

func (p *AddDynamicPartitions) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) ReadField5

func (p *AddDynamicPartitions) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) ReadField6

func (p *AddDynamicPartitions) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*AddDynamicPartitions) String

func (p *AddDynamicPartitions) String() string

func (*AddDynamicPartitions) Write

type AddForeignKeyRequest

type AddForeignKeyRequest struct {
	ForeignKeyCols []*SQLForeignKey `thrift:"foreignKeyCols,1,required" db:"foreignKeyCols" json:"foreignKeyCols"`
}

Attributes:

  • ForeignKeyCols
var ThriftHiveMetastoreAddForeignKeyArgs_Req_DEFAULT *AddForeignKeyRequest

func NewAddForeignKeyRequest

func NewAddForeignKeyRequest() *AddForeignKeyRequest

func (*AddForeignKeyRequest) Equals

func (*AddForeignKeyRequest) GetForeignKeyCols

func (p *AddForeignKeyRequest) GetForeignKeyCols() []*SQLForeignKey

func (*AddForeignKeyRequest) Read

func (*AddForeignKeyRequest) ReadField1

func (p *AddForeignKeyRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddForeignKeyRequest) String

func (p *AddForeignKeyRequest) String() string

func (*AddForeignKeyRequest) Write

type AddNotNullConstraintRequest

type AddNotNullConstraintRequest struct {
	NotNullConstraintCols []*SQLNotNullConstraint `thrift:"notNullConstraintCols,1,required" db:"notNullConstraintCols" json:"notNullConstraintCols"`
}

Attributes:

  • NotNullConstraintCols
var ThriftHiveMetastoreAddNotNullConstraintArgs_Req_DEFAULT *AddNotNullConstraintRequest

func NewAddNotNullConstraintRequest

func NewAddNotNullConstraintRequest() *AddNotNullConstraintRequest

func (*AddNotNullConstraintRequest) Equals

func (*AddNotNullConstraintRequest) GetNotNullConstraintCols

func (p *AddNotNullConstraintRequest) GetNotNullConstraintCols() []*SQLNotNullConstraint

func (*AddNotNullConstraintRequest) Read

func (*AddNotNullConstraintRequest) ReadField1

func (*AddNotNullConstraintRequest) String

func (p *AddNotNullConstraintRequest) String() string

func (*AddNotNullConstraintRequest) Write

type AddPackageRequest

type AddPackageRequest struct {
	CatName     string `thrift:"catName,1" db:"catName" json:"catName"`
	DbName      string `thrift:"dbName,2" db:"dbName" json:"dbName"`
	PackageName string `thrift:"packageName,3" db:"packageName" json:"packageName"`
	OwnerName   string `thrift:"ownerName,4" db:"ownerName" json:"ownerName"`
	Header      string `thrift:"header,5" db:"header" json:"header"`
	Body        string `thrift:"body,6" db:"body" json:"body"`
}

Attributes:

  • CatName
  • DbName
  • PackageName
  • OwnerName
  • Header
  • Body
var ThriftHiveMetastoreAddPackageArgs_Request_DEFAULT *AddPackageRequest

func NewAddPackageRequest

func NewAddPackageRequest() *AddPackageRequest

func (*AddPackageRequest) Equals

func (p *AddPackageRequest) Equals(other *AddPackageRequest) bool

func (*AddPackageRequest) GetBody

func (p *AddPackageRequest) GetBody() string

func (*AddPackageRequest) GetCatName

func (p *AddPackageRequest) GetCatName() string

func (*AddPackageRequest) GetDbName

func (p *AddPackageRequest) GetDbName() string

func (*AddPackageRequest) GetHeader

func (p *AddPackageRequest) GetHeader() string

func (*AddPackageRequest) GetOwnerName

func (p *AddPackageRequest) GetOwnerName() string

func (*AddPackageRequest) GetPackageName

func (p *AddPackageRequest) GetPackageName() string

func (*AddPackageRequest) Read

func (p *AddPackageRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField1

func (p *AddPackageRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField2

func (p *AddPackageRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField3

func (p *AddPackageRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField4

func (p *AddPackageRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField5

func (p *AddPackageRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) ReadField6

func (p *AddPackageRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPackageRequest) String

func (p *AddPackageRequest) String() string

func (*AddPackageRequest) Write

func (p *AddPackageRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type AddPartitionsRequest

type AddPartitionsRequest struct {
	DbName           string       `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName          string       `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	Parts            []*Partition `thrift:"parts,3,required" db:"parts" json:"parts"`
	IfNotExists      bool         `thrift:"ifNotExists,4,required" db:"ifNotExists" json:"ifNotExists"`
	NeedResult_      bool         `thrift:"needResult,5" db:"needResult" json:"needResult"`
	CatName          *string      `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
	ValidWriteIdList *string      `thrift:"validWriteIdList,7" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • DbName
  • TblName
  • Parts
  • IfNotExists
  • NeedResult_
  • CatName
  • ValidWriteIdList
var ThriftHiveMetastoreAddPartitionsReqArgs_Request_DEFAULT *AddPartitionsRequest

func NewAddPartitionsRequest

func NewAddPartitionsRequest() *AddPartitionsRequest

func (*AddPartitionsRequest) Equals

func (*AddPartitionsRequest) GetCatName

func (p *AddPartitionsRequest) GetCatName() string

func (*AddPartitionsRequest) GetDbName

func (p *AddPartitionsRequest) GetDbName() string

func (*AddPartitionsRequest) GetIfNotExists

func (p *AddPartitionsRequest) GetIfNotExists() bool

func (*AddPartitionsRequest) GetNeedResult_

func (p *AddPartitionsRequest) GetNeedResult_() bool

func (*AddPartitionsRequest) GetParts

func (p *AddPartitionsRequest) GetParts() []*Partition

func (*AddPartitionsRequest) GetTblName

func (p *AddPartitionsRequest) GetTblName() string

func (*AddPartitionsRequest) GetValidWriteIdList

func (p *AddPartitionsRequest) GetValidWriteIdList() string

func (*AddPartitionsRequest) IsSetCatName

func (p *AddPartitionsRequest) IsSetCatName() bool

func (*AddPartitionsRequest) IsSetNeedResult_

func (p *AddPartitionsRequest) IsSetNeedResult_() bool

func (*AddPartitionsRequest) IsSetValidWriteIdList

func (p *AddPartitionsRequest) IsSetValidWriteIdList() bool

func (*AddPartitionsRequest) Read

func (*AddPartitionsRequest) ReadField1

func (p *AddPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField2

func (p *AddPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField3

func (p *AddPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField4

func (p *AddPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField5

func (p *AddPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField6

func (p *AddPartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) ReadField7

func (p *AddPartitionsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsRequest) String

func (p *AddPartitionsRequest) String() string

func (*AddPartitionsRequest) Write

type AddPartitionsResult_

type AddPartitionsResult_ struct {
	Partitions       []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions,omitempty"`
	IsStatsCompliant *bool        `thrift:"isStatsCompliant,2" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • Partitions
  • IsStatsCompliant
var ThriftHiveMetastoreAddPartitionsReqResult_Success_DEFAULT *AddPartitionsResult_

func NewAddPartitionsResult_

func NewAddPartitionsResult_() *AddPartitionsResult_

func (*AddPartitionsResult_) Equals

func (*AddPartitionsResult_) GetIsStatsCompliant

func (p *AddPartitionsResult_) GetIsStatsCompliant() bool

func (*AddPartitionsResult_) GetPartitions

func (p *AddPartitionsResult_) GetPartitions() []*Partition

func (*AddPartitionsResult_) IsSetIsStatsCompliant

func (p *AddPartitionsResult_) IsSetIsStatsCompliant() bool

func (*AddPartitionsResult_) IsSetPartitions

func (p *AddPartitionsResult_) IsSetPartitions() bool

func (*AddPartitionsResult_) Read

func (*AddPartitionsResult_) ReadField1

func (p *AddPartitionsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsResult_) ReadField2

func (p *AddPartitionsResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPartitionsResult_) String

func (p *AddPartitionsResult_) String() string

func (*AddPartitionsResult_) Write

type AddPrimaryKeyRequest

type AddPrimaryKeyRequest struct {
	PrimaryKeyCols []*SQLPrimaryKey `thrift:"primaryKeyCols,1,required" db:"primaryKeyCols" json:"primaryKeyCols"`
}

Attributes:

  • PrimaryKeyCols
var ThriftHiveMetastoreAddPrimaryKeyArgs_Req_DEFAULT *AddPrimaryKeyRequest

func NewAddPrimaryKeyRequest

func NewAddPrimaryKeyRequest() *AddPrimaryKeyRequest

func (*AddPrimaryKeyRequest) Equals

func (*AddPrimaryKeyRequest) GetPrimaryKeyCols

func (p *AddPrimaryKeyRequest) GetPrimaryKeyCols() []*SQLPrimaryKey

func (*AddPrimaryKeyRequest) Read

func (*AddPrimaryKeyRequest) ReadField1

func (p *AddPrimaryKeyRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddPrimaryKeyRequest) String

func (p *AddPrimaryKeyRequest) String() string

func (*AddPrimaryKeyRequest) Write

type AddUniqueConstraintRequest

type AddUniqueConstraintRequest struct {
	UniqueConstraintCols []*SQLUniqueConstraint `thrift:"uniqueConstraintCols,1,required" db:"uniqueConstraintCols" json:"uniqueConstraintCols"`
}

Attributes:

  • UniqueConstraintCols
var ThriftHiveMetastoreAddUniqueConstraintArgs_Req_DEFAULT *AddUniqueConstraintRequest

func NewAddUniqueConstraintRequest

func NewAddUniqueConstraintRequest() *AddUniqueConstraintRequest

func (*AddUniqueConstraintRequest) Equals

func (*AddUniqueConstraintRequest) GetUniqueConstraintCols

func (p *AddUniqueConstraintRequest) GetUniqueConstraintCols() []*SQLUniqueConstraint

func (*AddUniqueConstraintRequest) Read

func (*AddUniqueConstraintRequest) ReadField1

func (p *AddUniqueConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AddUniqueConstraintRequest) String

func (p *AddUniqueConstraintRequest) String() string

func (*AddUniqueConstraintRequest) Write

type AggrStats

type AggrStats struct {
	ColStats         []*ColumnStatisticsObj `thrift:"colStats,1,required" db:"colStats" json:"colStats"`
	PartsFound       int64                  `thrift:"partsFound,2,required" db:"partsFound" json:"partsFound"`
	IsStatsCompliant *bool                  `thrift:"isStatsCompliant,3" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • ColStats
  • PartsFound
  • IsStatsCompliant
var ThriftHiveMetastoreGetAggrStatsForResult_Success_DEFAULT *AggrStats

func NewAggrStats

func NewAggrStats() *AggrStats

func (*AggrStats) Equals

func (p *AggrStats) Equals(other *AggrStats) bool

func (*AggrStats) GetColStats

func (p *AggrStats) GetColStats() []*ColumnStatisticsObj

func (*AggrStats) GetIsStatsCompliant

func (p *AggrStats) GetIsStatsCompliant() bool

func (*AggrStats) GetPartsFound

func (p *AggrStats) GetPartsFound() int64

func (*AggrStats) IsSetIsStatsCompliant

func (p *AggrStats) IsSetIsStatsCompliant() bool

func (*AggrStats) Read

func (p *AggrStats) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AggrStats) ReadField1

func (p *AggrStats) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AggrStats) ReadField2

func (p *AggrStats) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AggrStats) ReadField3

func (p *AggrStats) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AggrStats) String

func (p *AggrStats) String() string

func (*AggrStats) Write

func (p *AggrStats) Write(ctx context.Context, oprot thrift.TProtocol) error

type AllTableConstraintsRequest

type AllTableConstraintsRequest struct {
	DbName  string `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName string `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	CatName string `thrift:"catName,3,required" db:"catName" json:"catName"`
}

Attributes:

  • DbName
  • TblName
  • CatName
var ThriftHiveMetastoreGetAllTableConstraintsArgs_Request_DEFAULT *AllTableConstraintsRequest

func NewAllTableConstraintsRequest

func NewAllTableConstraintsRequest() *AllTableConstraintsRequest

func (*AllTableConstraintsRequest) Equals

func (*AllTableConstraintsRequest) GetCatName

func (p *AllTableConstraintsRequest) GetCatName() string

func (*AllTableConstraintsRequest) GetDbName

func (p *AllTableConstraintsRequest) GetDbName() string

func (*AllTableConstraintsRequest) GetTblName

func (p *AllTableConstraintsRequest) GetTblName() string

func (*AllTableConstraintsRequest) Read

func (*AllTableConstraintsRequest) ReadField1

func (p *AllTableConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AllTableConstraintsRequest) ReadField2

func (p *AllTableConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AllTableConstraintsRequest) ReadField3

func (p *AllTableConstraintsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AllTableConstraintsRequest) String

func (p *AllTableConstraintsRequest) String() string

func (*AllTableConstraintsRequest) Write

type AllTableConstraintsResponse

type AllTableConstraintsResponse struct {
	AllTableConstraints *SQLAllTableConstraints `thrift:"allTableConstraints,1,required" db:"allTableConstraints" json:"allTableConstraints"`
}

Attributes:

  • AllTableConstraints
var ThriftHiveMetastoreGetAllTableConstraintsResult_Success_DEFAULT *AllTableConstraintsResponse

func NewAllTableConstraintsResponse

func NewAllTableConstraintsResponse() *AllTableConstraintsResponse

func (*AllTableConstraintsResponse) Equals

func (*AllTableConstraintsResponse) GetAllTableConstraints

func (p *AllTableConstraintsResponse) GetAllTableConstraints() *SQLAllTableConstraints

func (*AllTableConstraintsResponse) IsSetAllTableConstraints

func (p *AllTableConstraintsResponse) IsSetAllTableConstraints() bool

func (*AllTableConstraintsResponse) Read

func (*AllTableConstraintsResponse) ReadField1

func (*AllTableConstraintsResponse) String

func (p *AllTableConstraintsResponse) String() string

func (*AllTableConstraintsResponse) Write

type AllocateTableWriteIdsRequest

type AllocateTableWriteIdsRequest struct {
	DbName              string          `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TableName           string          `thrift:"tableName,2,required" db:"tableName" json:"tableName"`
	TxnIds              []int64         `thrift:"txnIds,3" db:"txnIds" json:"txnIds,omitempty"`
	ReplPolicy          *string         `thrift:"replPolicy,4" db:"replPolicy" json:"replPolicy,omitempty"`
	SrcTxnToWriteIdList []*TxnToWriteId `thrift:"srcTxnToWriteIdList,5" db:"srcTxnToWriteIdList" json:"srcTxnToWriteIdList,omitempty"`
}

Attributes:

  • DbName
  • TableName
  • TxnIds
  • ReplPolicy
  • SrcTxnToWriteIdList
var ThriftHiveMetastoreAllocateTableWriteIdsArgs_Rqst_DEFAULT *AllocateTableWriteIdsRequest

func NewAllocateTableWriteIdsRequest

func NewAllocateTableWriteIdsRequest() *AllocateTableWriteIdsRequest

func (*AllocateTableWriteIdsRequest) Equals

func (*AllocateTableWriteIdsRequest) GetDbName

func (p *AllocateTableWriteIdsRequest) GetDbName() string

func (*AllocateTableWriteIdsRequest) GetReplPolicy

func (p *AllocateTableWriteIdsRequest) GetReplPolicy() string

func (*AllocateTableWriteIdsRequest) GetSrcTxnToWriteIdList

func (p *AllocateTableWriteIdsRequest) GetSrcTxnToWriteIdList() []*TxnToWriteId

func (*AllocateTableWriteIdsRequest) GetTableName

func (p *AllocateTableWriteIdsRequest) GetTableName() string

func (*AllocateTableWriteIdsRequest) GetTxnIds

func (p *AllocateTableWriteIdsRequest) GetTxnIds() []int64

func (*AllocateTableWriteIdsRequest) IsSetReplPolicy

func (p *AllocateTableWriteIdsRequest) IsSetReplPolicy() bool

func (*AllocateTableWriteIdsRequest) IsSetSrcTxnToWriteIdList

func (p *AllocateTableWriteIdsRequest) IsSetSrcTxnToWriteIdList() bool

func (*AllocateTableWriteIdsRequest) IsSetTxnIds

func (p *AllocateTableWriteIdsRequest) IsSetTxnIds() bool

func (*AllocateTableWriteIdsRequest) Read

func (*AllocateTableWriteIdsRequest) ReadField1

func (*AllocateTableWriteIdsRequest) ReadField2

func (*AllocateTableWriteIdsRequest) ReadField3

func (*AllocateTableWriteIdsRequest) ReadField4

func (*AllocateTableWriteIdsRequest) ReadField5

func (*AllocateTableWriteIdsRequest) String

func (*AllocateTableWriteIdsRequest) Write

type AllocateTableWriteIdsResponse

type AllocateTableWriteIdsResponse struct {
	TxnToWriteIds []*TxnToWriteId `thrift:"txnToWriteIds,1,required" db:"txnToWriteIds" json:"txnToWriteIds"`
}

Attributes:

  • TxnToWriteIds
var ThriftHiveMetastoreAllocateTableWriteIdsResult_Success_DEFAULT *AllocateTableWriteIdsResponse

func NewAllocateTableWriteIdsResponse

func NewAllocateTableWriteIdsResponse() *AllocateTableWriteIdsResponse

func (*AllocateTableWriteIdsResponse) Equals

func (*AllocateTableWriteIdsResponse) GetTxnToWriteIds

func (p *AllocateTableWriteIdsResponse) GetTxnToWriteIds() []*TxnToWriteId

func (*AllocateTableWriteIdsResponse) Read

func (*AllocateTableWriteIdsResponse) ReadField1

func (*AllocateTableWriteIdsResponse) String

func (*AllocateTableWriteIdsResponse) Write

type AlreadyExistsException

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

Attributes:

  • Message
var ThriftHiveMetastoreAddPartitionResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsPspecResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsReqResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddPartitionsResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddSchemaVersionResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAddSerdeResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAlterWmPoolResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionByNameResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O2_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateCatalogResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateDatabaseResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateDataconnectorResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateFunctionResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateIschemaResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateOrUpdateWmMappingResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateResourcePlanResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableReqResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateTypeResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateWmPoolResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreCreateWmTriggerResult_O1_DEFAULT *AlreadyExistsException
var ThriftHiveMetastoreScheduledQueryMaintenanceResult_O3_DEFAULT *AlreadyExistsException

func NewAlreadyExistsException

func NewAlreadyExistsException() *AlreadyExistsException

func (*AlreadyExistsException) Equals

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(ctx context.Context, iprot thrift.TProtocol) error

func (*AlreadyExistsException) String

func (p *AlreadyExistsException) String() string

func (AlreadyExistsException) TExceptionType

func (AlreadyExistsException) TExceptionType() thrift.TExceptionType

func (*AlreadyExistsException) Write

type AlterCatalogRequest

type AlterCatalogRequest struct {
	Name    string   `thrift:"name,1" db:"name" json:"name"`
	NewCat_ *Catalog `thrift:"newCat,2" db:"newCat" json:"newCat"`
}

Attributes:

  • Name
  • NewCat_
var ThriftHiveMetastoreAlterCatalogArgs_Rqst_DEFAULT *AlterCatalogRequest

func NewAlterCatalogRequest

func NewAlterCatalogRequest() *AlterCatalogRequest

func (*AlterCatalogRequest) Equals

func (p *AlterCatalogRequest) Equals(other *AlterCatalogRequest) bool

func (*AlterCatalogRequest) GetName

func (p *AlterCatalogRequest) GetName() string

func (*AlterCatalogRequest) GetNewCat_

func (p *AlterCatalogRequest) GetNewCat_() *Catalog

func (*AlterCatalogRequest) IsSetNewCat_

func (p *AlterCatalogRequest) IsSetNewCat_() bool

func (*AlterCatalogRequest) Read

func (*AlterCatalogRequest) ReadField1

func (p *AlterCatalogRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterCatalogRequest) ReadField2

func (p *AlterCatalogRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterCatalogRequest) String

func (p *AlterCatalogRequest) String() string

func (*AlterCatalogRequest) Write

type AlterISchemaRequest

type AlterISchemaRequest struct {
	Name *ISchemaName `thrift:"name,1" db:"name" json:"name"`
	// unused field # 2
	NewSchema_ *ISchema `thrift:"newSchema,3" db:"newSchema" json:"newSchema"`
}

Attributes:

  • Name
  • NewSchema_
var ThriftHiveMetastoreAlterIschemaArgs_Rqst_DEFAULT *AlterISchemaRequest

func NewAlterISchemaRequest

func NewAlterISchemaRequest() *AlterISchemaRequest

func (*AlterISchemaRequest) Equals

func (p *AlterISchemaRequest) Equals(other *AlterISchemaRequest) bool

func (*AlterISchemaRequest) GetName

func (p *AlterISchemaRequest) GetName() *ISchemaName

func (*AlterISchemaRequest) GetNewSchema_

func (p *AlterISchemaRequest) GetNewSchema_() *ISchema

func (*AlterISchemaRequest) IsSetName

func (p *AlterISchemaRequest) IsSetName() bool

func (*AlterISchemaRequest) IsSetNewSchema_

func (p *AlterISchemaRequest) IsSetNewSchema_() bool

func (*AlterISchemaRequest) Read

func (*AlterISchemaRequest) ReadField1

func (p *AlterISchemaRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterISchemaRequest) ReadField3

func (p *AlterISchemaRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterISchemaRequest) String

func (p *AlterISchemaRequest) String() string

func (*AlterISchemaRequest) Write

type AlterPartitionsRequest

type AlterPartitionsRequest struct {
	CatName            *string             `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName             string              `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TableName          string              `thrift:"tableName,3,required" db:"tableName" json:"tableName"`
	Partitions         []*Partition        `thrift:"partitions,4,required" db:"partitions" json:"partitions"`
	EnvironmentContext *EnvironmentContext `thrift:"environmentContext,5" db:"environmentContext" json:"environmentContext,omitempty"`
	WriteId            int64               `thrift:"writeId,6" db:"writeId" json:"writeId"`
	ValidWriteIdList   *string             `thrift:"validWriteIdList,7" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • CatName
  • DbName
  • TableName
  • Partitions
  • EnvironmentContext
  • WriteId
  • ValidWriteIdList
var ThriftHiveMetastoreAlterPartitionsReqArgs_Req_DEFAULT *AlterPartitionsRequest

func NewAlterPartitionsRequest

func NewAlterPartitionsRequest() *AlterPartitionsRequest

func (*AlterPartitionsRequest) Equals

func (*AlterPartitionsRequest) GetCatName

func (p *AlterPartitionsRequest) GetCatName() string

func (*AlterPartitionsRequest) GetDbName

func (p *AlterPartitionsRequest) GetDbName() string

func (*AlterPartitionsRequest) GetEnvironmentContext

func (p *AlterPartitionsRequest) GetEnvironmentContext() *EnvironmentContext

func (*AlterPartitionsRequest) GetPartitions

func (p *AlterPartitionsRequest) GetPartitions() []*Partition

func (*AlterPartitionsRequest) GetTableName

func (p *AlterPartitionsRequest) GetTableName() string

func (*AlterPartitionsRequest) GetValidWriteIdList

func (p *AlterPartitionsRequest) GetValidWriteIdList() string

func (*AlterPartitionsRequest) GetWriteId

func (p *AlterPartitionsRequest) GetWriteId() int64

func (*AlterPartitionsRequest) IsSetCatName

func (p *AlterPartitionsRequest) IsSetCatName() bool

func (*AlterPartitionsRequest) IsSetEnvironmentContext

func (p *AlterPartitionsRequest) IsSetEnvironmentContext() bool

func (*AlterPartitionsRequest) IsSetValidWriteIdList

func (p *AlterPartitionsRequest) IsSetValidWriteIdList() bool

func (*AlterPartitionsRequest) IsSetWriteId

func (p *AlterPartitionsRequest) IsSetWriteId() bool

func (*AlterPartitionsRequest) Read

func (*AlterPartitionsRequest) ReadField1

func (p *AlterPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField2

func (p *AlterPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField3

func (p *AlterPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField4

func (p *AlterPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField5

func (p *AlterPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField6

func (p *AlterPartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) ReadField7

func (p *AlterPartitionsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterPartitionsRequest) String

func (p *AlterPartitionsRequest) String() string

func (*AlterPartitionsRequest) Write

type AlterPartitionsResponse

type AlterPartitionsResponse struct {
}
var ThriftHiveMetastoreAlterPartitionsReqResult_Success_DEFAULT *AlterPartitionsResponse

func NewAlterPartitionsResponse

func NewAlterPartitionsResponse() *AlterPartitionsResponse

func (*AlterPartitionsResponse) Equals

func (*AlterPartitionsResponse) Read

func (*AlterPartitionsResponse) String

func (p *AlterPartitionsResponse) String() string

func (*AlterPartitionsResponse) Write

type AlterTableRequest

type AlterTableRequest struct {
	CatName               *string             `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName                string              `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TableName             string              `thrift:"tableName,3,required" db:"tableName" json:"tableName"`
	Table                 *Table              `thrift:"table,4,required" db:"table" json:"table"`
	EnvironmentContext    *EnvironmentContext `thrift:"environmentContext,5" db:"environmentContext" json:"environmentContext,omitempty"`
	WriteId               int64               `thrift:"writeId,6" db:"writeId" json:"writeId"`
	ValidWriteIdList      *string             `thrift:"validWriteIdList,7" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ProcessorCapabilities []string            `thrift:"processorCapabilities,8" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string             `thrift:"processorIdentifier,9" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
}

Attributes:

  • CatName
  • DbName
  • TableName
  • Table
  • EnvironmentContext
  • WriteId
  • ValidWriteIdList
  • ProcessorCapabilities
  • ProcessorIdentifier
var ThriftHiveMetastoreAlterTableReqArgs_Req_DEFAULT *AlterTableRequest

func NewAlterTableRequest

func NewAlterTableRequest() *AlterTableRequest

func (*AlterTableRequest) Equals

func (p *AlterTableRequest) Equals(other *AlterTableRequest) bool

func (*AlterTableRequest) GetCatName

func (p *AlterTableRequest) GetCatName() string

func (*AlterTableRequest) GetDbName

func (p *AlterTableRequest) GetDbName() string

func (*AlterTableRequest) GetEnvironmentContext

func (p *AlterTableRequest) GetEnvironmentContext() *EnvironmentContext

func (*AlterTableRequest) GetProcessorCapabilities

func (p *AlterTableRequest) GetProcessorCapabilities() []string

func (*AlterTableRequest) GetProcessorIdentifier

func (p *AlterTableRequest) GetProcessorIdentifier() string

func (*AlterTableRequest) GetTable

func (p *AlterTableRequest) GetTable() *Table

func (*AlterTableRequest) GetTableName

func (p *AlterTableRequest) GetTableName() string

func (*AlterTableRequest) GetValidWriteIdList

func (p *AlterTableRequest) GetValidWriteIdList() string

func (*AlterTableRequest) GetWriteId

func (p *AlterTableRequest) GetWriteId() int64

func (*AlterTableRequest) IsSetCatName

func (p *AlterTableRequest) IsSetCatName() bool

func (*AlterTableRequest) IsSetEnvironmentContext

func (p *AlterTableRequest) IsSetEnvironmentContext() bool

func (*AlterTableRequest) IsSetProcessorCapabilities

func (p *AlterTableRequest) IsSetProcessorCapabilities() bool

func (*AlterTableRequest) IsSetProcessorIdentifier

func (p *AlterTableRequest) IsSetProcessorIdentifier() bool

func (*AlterTableRequest) IsSetTable

func (p *AlterTableRequest) IsSetTable() bool

func (*AlterTableRequest) IsSetValidWriteIdList

func (p *AlterTableRequest) IsSetValidWriteIdList() bool

func (*AlterTableRequest) IsSetWriteId

func (p *AlterTableRequest) IsSetWriteId() bool

func (*AlterTableRequest) Read

func (p *AlterTableRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField1

func (p *AlterTableRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField2

func (p *AlterTableRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField3

func (p *AlterTableRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField4

func (p *AlterTableRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField5

func (p *AlterTableRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField6

func (p *AlterTableRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField7

func (p *AlterTableRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField8

func (p *AlterTableRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) ReadField9

func (p *AlterTableRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*AlterTableRequest) String

func (p *AlterTableRequest) String() string

func (*AlterTableRequest) Write

func (p *AlterTableRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type AlterTableResponse

type AlterTableResponse struct {
}
var ThriftHiveMetastoreAlterTableReqResult_Success_DEFAULT *AlterTableResponse

func NewAlterTableResponse

func NewAlterTableResponse() *AlterTableResponse

func (*AlterTableResponse) Equals

func (p *AlterTableResponse) Equals(other *AlterTableResponse) bool

func (*AlterTableResponse) Read

func (*AlterTableResponse) String

func (p *AlterTableResponse) String() string

func (*AlterTableResponse) Write

func (p *AlterTableResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type BasicTxnInfo

type BasicTxnInfo struct {
	Isnull        bool    `thrift:"isnull,1,required" db:"isnull" json:"isnull"`
	Time          *int64  `thrift:"time,2" db:"time" json:"time,omitempty"`
	Txnid         *int64  `thrift:"txnid,3" db:"txnid" json:"txnid,omitempty"`
	Dbname        *string `thrift:"dbname,4" db:"dbname" json:"dbname,omitempty"`
	Tablename     *string `thrift:"tablename,5" db:"tablename" json:"tablename,omitempty"`
	Partitionname *string `thrift:"partitionname,6" db:"partitionname" json:"partitionname,omitempty"`
}

Attributes:

  • Isnull
  • Time
  • Txnid
  • Dbname
  • Tablename
  • Partitionname

func NewBasicTxnInfo

func NewBasicTxnInfo() *BasicTxnInfo

func (*BasicTxnInfo) Equals

func (p *BasicTxnInfo) Equals(other *BasicTxnInfo) bool

func (*BasicTxnInfo) GetDbname

func (p *BasicTxnInfo) GetDbname() string

func (*BasicTxnInfo) GetIsnull

func (p *BasicTxnInfo) GetIsnull() bool

func (*BasicTxnInfo) GetPartitionname

func (p *BasicTxnInfo) GetPartitionname() string

func (*BasicTxnInfo) GetTablename

func (p *BasicTxnInfo) GetTablename() string

func (*BasicTxnInfo) GetTime

func (p *BasicTxnInfo) GetTime() int64

func (*BasicTxnInfo) GetTxnid

func (p *BasicTxnInfo) GetTxnid() int64

func (*BasicTxnInfo) IsSetDbname

func (p *BasicTxnInfo) IsSetDbname() bool

func (*BasicTxnInfo) IsSetPartitionname

func (p *BasicTxnInfo) IsSetPartitionname() bool

func (*BasicTxnInfo) IsSetTablename

func (p *BasicTxnInfo) IsSetTablename() bool

func (*BasicTxnInfo) IsSetTime

func (p *BasicTxnInfo) IsSetTime() bool

func (*BasicTxnInfo) IsSetTxnid

func (p *BasicTxnInfo) IsSetTxnid() bool

func (*BasicTxnInfo) Read

func (p *BasicTxnInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField1

func (p *BasicTxnInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField2

func (p *BasicTxnInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField3

func (p *BasicTxnInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField4

func (p *BasicTxnInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField5

func (p *BasicTxnInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) ReadField6

func (p *BasicTxnInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*BasicTxnInfo) String

func (p *BasicTxnInfo) String() string

func (*BasicTxnInfo) Write

func (p *BasicTxnInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type BinaryColumnStatsData

type BinaryColumnStatsData struct {
	MaxColLen  int64   `thrift:"maxColLen,1,required" db:"maxColLen" json:"maxColLen"`
	AvgColLen  float64 `thrift:"avgColLen,2,required" db:"avgColLen" json:"avgColLen"`
	NumNulls   int64   `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	BitVectors []byte  `thrift:"bitVectors,4" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • MaxColLen
  • AvgColLen
  • NumNulls
  • BitVectors
var ColumnStatisticsData_BinaryStats_DEFAULT *BinaryColumnStatsData

func NewBinaryColumnStatsData

func NewBinaryColumnStatsData() *BinaryColumnStatsData

func (*BinaryColumnStatsData) Equals

func (*BinaryColumnStatsData) GetAvgColLen

func (p *BinaryColumnStatsData) GetAvgColLen() float64

func (*BinaryColumnStatsData) GetBitVectors

func (p *BinaryColumnStatsData) GetBitVectors() []byte

func (*BinaryColumnStatsData) GetMaxColLen

func (p *BinaryColumnStatsData) GetMaxColLen() int64

func (*BinaryColumnStatsData) GetNumNulls

func (p *BinaryColumnStatsData) GetNumNulls() int64

func (*BinaryColumnStatsData) IsSetBitVectors

func (p *BinaryColumnStatsData) IsSetBitVectors() bool

func (*BinaryColumnStatsData) Read

func (*BinaryColumnStatsData) ReadField1

func (p *BinaryColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*BinaryColumnStatsData) ReadField2

func (p *BinaryColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*BinaryColumnStatsData) ReadField3

func (p *BinaryColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*BinaryColumnStatsData) ReadField4

func (p *BinaryColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*BinaryColumnStatsData) String

func (p *BinaryColumnStatsData) String() string

func (*BinaryColumnStatsData) Write

type BooleanColumnStatsData

type BooleanColumnStatsData struct {
	NumTrues   int64  `thrift:"numTrues,1,required" db:"numTrues" json:"numTrues"`
	NumFalses  int64  `thrift:"numFalses,2,required" db:"numFalses" json:"numFalses"`
	NumNulls   int64  `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	BitVectors []byte `thrift:"bitVectors,4" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • NumTrues
  • NumFalses
  • NumNulls
  • BitVectors
var ColumnStatisticsData_BooleanStats_DEFAULT *BooleanColumnStatsData

func NewBooleanColumnStatsData

func NewBooleanColumnStatsData() *BooleanColumnStatsData

func (*BooleanColumnStatsData) Equals

func (*BooleanColumnStatsData) GetBitVectors

func (p *BooleanColumnStatsData) GetBitVectors() []byte

func (*BooleanColumnStatsData) GetNumFalses

func (p *BooleanColumnStatsData) GetNumFalses() int64

func (*BooleanColumnStatsData) GetNumNulls

func (p *BooleanColumnStatsData) GetNumNulls() int64

func (*BooleanColumnStatsData) GetNumTrues

func (p *BooleanColumnStatsData) GetNumTrues() int64

func (*BooleanColumnStatsData) IsSetBitVectors

func (p *BooleanColumnStatsData) IsSetBitVectors() bool

func (*BooleanColumnStatsData) Read

func (*BooleanColumnStatsData) ReadField1

func (p *BooleanColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*BooleanColumnStatsData) ReadField2

func (p *BooleanColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*BooleanColumnStatsData) ReadField3

func (p *BooleanColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*BooleanColumnStatsData) ReadField4

func (p *BooleanColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*BooleanColumnStatsData) String

func (p *BooleanColumnStatsData) String() string

func (*BooleanColumnStatsData) Write

type CacheFileMetadataRequest

type CacheFileMetadataRequest struct {
	DbName     string  `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName    string  `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	PartName   *string `thrift:"partName,3" db:"partName" json:"partName,omitempty"`
	IsAllParts *bool   `thrift:"isAllParts,4" db:"isAllParts" json:"isAllParts,omitempty"`
}

Attributes:

  • DbName
  • TblName
  • PartName
  • IsAllParts
var ThriftHiveMetastoreCacheFileMetadataArgs_Req_DEFAULT *CacheFileMetadataRequest

func NewCacheFileMetadataRequest

func NewCacheFileMetadataRequest() *CacheFileMetadataRequest

func (*CacheFileMetadataRequest) Equals

func (*CacheFileMetadataRequest) GetDbName

func (p *CacheFileMetadataRequest) GetDbName() string

func (*CacheFileMetadataRequest) GetIsAllParts

func (p *CacheFileMetadataRequest) GetIsAllParts() bool

func (*CacheFileMetadataRequest) GetPartName

func (p *CacheFileMetadataRequest) GetPartName() string

func (*CacheFileMetadataRequest) GetTblName

func (p *CacheFileMetadataRequest) GetTblName() string

func (*CacheFileMetadataRequest) IsSetIsAllParts

func (p *CacheFileMetadataRequest) IsSetIsAllParts() bool

func (*CacheFileMetadataRequest) IsSetPartName

func (p *CacheFileMetadataRequest) IsSetPartName() bool

func (*CacheFileMetadataRequest) Read

func (*CacheFileMetadataRequest) ReadField1

func (p *CacheFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CacheFileMetadataRequest) ReadField2

func (p *CacheFileMetadataRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CacheFileMetadataRequest) ReadField3

func (p *CacheFileMetadataRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CacheFileMetadataRequest) ReadField4

func (p *CacheFileMetadataRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CacheFileMetadataRequest) String

func (p *CacheFileMetadataRequest) String() string

func (*CacheFileMetadataRequest) Write

type CacheFileMetadataResult_

type CacheFileMetadataResult_ struct {
	IsSupported bool `thrift:"isSupported,1,required" db:"isSupported" json:"isSupported"`
}

Attributes:

  • IsSupported
var ThriftHiveMetastoreCacheFileMetadataResult_Success_DEFAULT *CacheFileMetadataResult_

func NewCacheFileMetadataResult_

func NewCacheFileMetadataResult_() *CacheFileMetadataResult_

func (*CacheFileMetadataResult_) Equals

func (*CacheFileMetadataResult_) GetIsSupported

func (p *CacheFileMetadataResult_) GetIsSupported() bool

func (*CacheFileMetadataResult_) Read

func (*CacheFileMetadataResult_) ReadField1

func (p *CacheFileMetadataResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CacheFileMetadataResult_) String

func (p *CacheFileMetadataResult_) String() string

func (*CacheFileMetadataResult_) Write

type Catalog

type Catalog struct {
	Name        string  `thrift:"name,1" db:"name" json:"name"`
	Description *string `thrift:"description,2" db:"description" json:"description,omitempty"`
	LocationUri string  `thrift:"locationUri,3" db:"locationUri" json:"locationUri"`
	CreateTime  *int32  `thrift:"createTime,4" db:"createTime" json:"createTime,omitempty"`
}

Attributes:

  • Name
  • Description
  • LocationUri
  • CreateTime
var AlterCatalogRequest_NewCat__DEFAULT *Catalog
var CreateCatalogRequest_Catalog_DEFAULT *Catalog
var GetCatalogResponse_Catalog_DEFAULT *Catalog

func NewCatalog

func NewCatalog() *Catalog

func (*Catalog) Equals

func (p *Catalog) Equals(other *Catalog) bool

func (*Catalog) GetCreateTime

func (p *Catalog) GetCreateTime() int32

func (*Catalog) GetDescription

func (p *Catalog) GetDescription() string

func (*Catalog) GetLocationUri

func (p *Catalog) GetLocationUri() string

func (*Catalog) GetName

func (p *Catalog) GetName() string

func (*Catalog) IsSetCreateTime

func (p *Catalog) IsSetCreateTime() bool

func (*Catalog) IsSetDescription

func (p *Catalog) IsSetDescription() bool

func (*Catalog) Read

func (p *Catalog) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Catalog) ReadField1

func (p *Catalog) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Catalog) ReadField2

func (p *Catalog) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Catalog) ReadField3

func (p *Catalog) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Catalog) ReadField4

func (p *Catalog) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Catalog) String

func (p *Catalog) String() string

func (*Catalog) Write

func (p *Catalog) Write(ctx context.Context, oprot thrift.TProtocol) error

type CheckConstraintsRequest

type CheckConstraintsRequest struct {
	CatName string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  string `thrift:"db_name,2,required" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,3,required" db:"tbl_name" json:"tbl_name"`
}

Attributes:

  • CatName
  • DbName
  • TblName
var ThriftHiveMetastoreGetCheckConstraintsArgs_Request_DEFAULT *CheckConstraintsRequest

func NewCheckConstraintsRequest

func NewCheckConstraintsRequest() *CheckConstraintsRequest

func (*CheckConstraintsRequest) Equals

func (*CheckConstraintsRequest) GetCatName

func (p *CheckConstraintsRequest) GetCatName() string

func (*CheckConstraintsRequest) GetDbName

func (p *CheckConstraintsRequest) GetDbName() string

func (*CheckConstraintsRequest) GetTblName

func (p *CheckConstraintsRequest) GetTblName() string

func (*CheckConstraintsRequest) Read

func (*CheckConstraintsRequest) ReadField1

func (p *CheckConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckConstraintsRequest) ReadField2

func (p *CheckConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckConstraintsRequest) ReadField3

func (p *CheckConstraintsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckConstraintsRequest) String

func (p *CheckConstraintsRequest) String() string

func (*CheckConstraintsRequest) Write

type CheckConstraintsResponse

type CheckConstraintsResponse struct {
	CheckConstraints []*SQLCheckConstraint `thrift:"checkConstraints,1,required" db:"checkConstraints" json:"checkConstraints"`
}

Attributes:

  • CheckConstraints
var ThriftHiveMetastoreGetCheckConstraintsResult_Success_DEFAULT *CheckConstraintsResponse

func NewCheckConstraintsResponse

func NewCheckConstraintsResponse() *CheckConstraintsResponse

func (*CheckConstraintsResponse) Equals

func (*CheckConstraintsResponse) GetCheckConstraints

func (p *CheckConstraintsResponse) GetCheckConstraints() []*SQLCheckConstraint

func (*CheckConstraintsResponse) Read

func (*CheckConstraintsResponse) ReadField1

func (p *CheckConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckConstraintsResponse) String

func (p *CheckConstraintsResponse) String() string

func (*CheckConstraintsResponse) Write

type CheckLockRequest

type CheckLockRequest struct {
	Lockid    int64  `thrift:"lockid,1,required" db:"lockid" json:"lockid"`
	Txnid     *int64 `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"`
	ElapsedMs *int64 `thrift:"elapsed_ms,3" db:"elapsed_ms" json:"elapsed_ms,omitempty"`
}

Attributes:

  • Lockid
  • Txnid
  • ElapsedMs
var ThriftHiveMetastoreCheckLockArgs_Rqst_DEFAULT *CheckLockRequest

func NewCheckLockRequest

func NewCheckLockRequest() *CheckLockRequest

func (*CheckLockRequest) Equals

func (p *CheckLockRequest) Equals(other *CheckLockRequest) bool

func (*CheckLockRequest) GetElapsedMs

func (p *CheckLockRequest) GetElapsedMs() int64

func (*CheckLockRequest) GetLockid

func (p *CheckLockRequest) GetLockid() int64

func (*CheckLockRequest) GetTxnid

func (p *CheckLockRequest) GetTxnid() int64

func (*CheckLockRequest) IsSetElapsedMs

func (p *CheckLockRequest) IsSetElapsedMs() bool

func (*CheckLockRequest) IsSetTxnid

func (p *CheckLockRequest) IsSetTxnid() bool

func (*CheckLockRequest) Read

func (p *CheckLockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckLockRequest) ReadField1

func (p *CheckLockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckLockRequest) ReadField2

func (p *CheckLockRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckLockRequest) ReadField3

func (p *CheckLockRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CheckLockRequest) String

func (p *CheckLockRequest) String() string

func (*CheckLockRequest) Write

func (p *CheckLockRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type ClearFileMetadataRequest

type ClearFileMetadataRequest struct {
	FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
}

Attributes:

  • FileIds
var ThriftHiveMetastoreClearFileMetadataArgs_Req_DEFAULT *ClearFileMetadataRequest

func NewClearFileMetadataRequest

func NewClearFileMetadataRequest() *ClearFileMetadataRequest

func (*ClearFileMetadataRequest) Equals

func (*ClearFileMetadataRequest) GetFileIds

func (p *ClearFileMetadataRequest) GetFileIds() []int64

func (*ClearFileMetadataRequest) Read

func (*ClearFileMetadataRequest) ReadField1

func (p *ClearFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ClearFileMetadataRequest) String

func (p *ClearFileMetadataRequest) String() string

func (*ClearFileMetadataRequest) Write

type ClearFileMetadataResult_

type ClearFileMetadataResult_ struct {
}
var ThriftHiveMetastoreClearFileMetadataResult_Success_DEFAULT *ClearFileMetadataResult_

func NewClearFileMetadataResult_

func NewClearFileMetadataResult_() *ClearFileMetadataResult_

func (*ClearFileMetadataResult_) Equals

func (*ClearFileMetadataResult_) Read

func (*ClearFileMetadataResult_) String

func (p *ClearFileMetadataResult_) String() string

func (*ClearFileMetadataResult_) Write

type ClientCapabilities

type ClientCapabilities struct {
	Values []ClientCapability `thrift:"values,1,required" db:"values" json:"values"`
}

Attributes:

  • Values
var GetTableRequest_Capabilities_DEFAULT *ClientCapabilities
var GetTablesRequest_Capabilities_DEFAULT *ClientCapabilities

func NewClientCapabilities

func NewClientCapabilities() *ClientCapabilities

func (*ClientCapabilities) Equals

func (p *ClientCapabilities) Equals(other *ClientCapabilities) bool

func (*ClientCapabilities) GetValues

func (p *ClientCapabilities) GetValues() []ClientCapability

func (*ClientCapabilities) Read

func (*ClientCapabilities) ReadField1

func (p *ClientCapabilities) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ClientCapabilities) String

func (p *ClientCapabilities) String() string

func (*ClientCapabilities) Write

func (p *ClientCapabilities) Write(ctx context.Context, oprot thrift.TProtocol) error

type ClientCapability

type ClientCapability int64
const (
	ClientCapability_TEST_CAPABILITY    ClientCapability = 1
	ClientCapability_INSERT_ONLY_TABLES ClientCapability = 2
)

func ClientCapabilityFromString

func ClientCapabilityFromString(s string) (ClientCapability, error)

func ClientCapabilityPtr

func ClientCapabilityPtr(v ClientCapability) *ClientCapability

func (ClientCapability) MarshalText

func (p ClientCapability) MarshalText() ([]byte, error)

func (*ClientCapability) Scan

func (p *ClientCapability) Scan(value interface{}) error

func (ClientCapability) String

func (p ClientCapability) String() string

func (*ClientCapability) UnmarshalText

func (p *ClientCapability) UnmarshalText(text []byte) error

func (*ClientCapability) Value

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

type CmRecycleRequest

type CmRecycleRequest struct {
	DataPath string `thrift:"dataPath,1,required" db:"dataPath" json:"dataPath"`
	Purge    bool   `thrift:"purge,2,required" db:"purge" json:"purge"`
}

Attributes:

  • DataPath
  • Purge
var ThriftHiveMetastoreCmRecycleArgs_Request_DEFAULT *CmRecycleRequest

func NewCmRecycleRequest

func NewCmRecycleRequest() *CmRecycleRequest

func (*CmRecycleRequest) Equals

func (p *CmRecycleRequest) Equals(other *CmRecycleRequest) bool

func (*CmRecycleRequest) GetDataPath

func (p *CmRecycleRequest) GetDataPath() string

func (*CmRecycleRequest) GetPurge

func (p *CmRecycleRequest) GetPurge() bool

func (*CmRecycleRequest) Read

func (p *CmRecycleRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CmRecycleRequest) ReadField1

func (p *CmRecycleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CmRecycleRequest) ReadField2

func (p *CmRecycleRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CmRecycleRequest) String

func (p *CmRecycleRequest) String() string

func (*CmRecycleRequest) Write

func (p *CmRecycleRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type CmRecycleResponse

type CmRecycleResponse struct {
}
var ThriftHiveMetastoreCmRecycleResult_Success_DEFAULT *CmRecycleResponse

func NewCmRecycleResponse

func NewCmRecycleResponse() *CmRecycleResponse

func (*CmRecycleResponse) Equals

func (p *CmRecycleResponse) Equals(other *CmRecycleResponse) bool

func (*CmRecycleResponse) Read

func (p *CmRecycleResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CmRecycleResponse) String

func (p *CmRecycleResponse) String() string

func (*CmRecycleResponse) Write

func (p *CmRecycleResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type ColumnStatistics

type ColumnStatistics struct {
	StatsDesc        *ColumnStatisticsDesc  `thrift:"statsDesc,1,required" db:"statsDesc" json:"statsDesc"`
	StatsObj         []*ColumnStatisticsObj `thrift:"statsObj,2,required" db:"statsObj" json:"statsObj"`
	IsStatsCompliant *bool                  `thrift:"isStatsCompliant,3" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
	Engine           *string                `thrift:"engine,4" db:"engine" json:"engine,omitempty"`
}

Attributes:

  • StatsDesc
  • StatsObj
  • IsStatsCompliant
  • Engine
var Partition_ColStats_DEFAULT *ColumnStatistics
var Table_ColStats_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_Success_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreGetTableColumnStatisticsResult_Success_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs_StatsObj_DEFAULT *ColumnStatistics
var ThriftHiveMetastoreUpdateTableColumnStatisticsArgs_StatsObj_DEFAULT *ColumnStatistics

func NewColumnStatistics

func NewColumnStatistics() *ColumnStatistics

func (*ColumnStatistics) Equals

func (p *ColumnStatistics) Equals(other *ColumnStatistics) bool

func (*ColumnStatistics) GetEngine

func (p *ColumnStatistics) GetEngine() string

func (*ColumnStatistics) GetIsStatsCompliant

func (p *ColumnStatistics) GetIsStatsCompliant() bool

func (*ColumnStatistics) GetStatsDesc

func (p *ColumnStatistics) GetStatsDesc() *ColumnStatisticsDesc

func (*ColumnStatistics) GetStatsObj

func (p *ColumnStatistics) GetStatsObj() []*ColumnStatisticsObj

func (*ColumnStatistics) IsSetEngine

func (p *ColumnStatistics) IsSetEngine() bool

func (*ColumnStatistics) IsSetIsStatsCompliant

func (p *ColumnStatistics) IsSetIsStatsCompliant() bool

func (*ColumnStatistics) IsSetStatsDesc

func (p *ColumnStatistics) IsSetStatsDesc() bool

func (*ColumnStatistics) Read

func (p *ColumnStatistics) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatistics) ReadField1

func (p *ColumnStatistics) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatistics) ReadField2

func (p *ColumnStatistics) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatistics) ReadField3

func (p *ColumnStatistics) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatistics) ReadField4

func (p *ColumnStatistics) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatistics) String

func (p *ColumnStatistics) String() string

func (*ColumnStatistics) Write

func (p *ColumnStatistics) Write(ctx context.Context, oprot thrift.TProtocol) error

type ColumnStatisticsData

type ColumnStatisticsData struct {
	BooleanStats   *BooleanColumnStatsData   `thrift:"booleanStats,1" db:"booleanStats" json:"booleanStats,omitempty"`
	LongStats      *LongColumnStatsData      `thrift:"longStats,2" db:"longStats" json:"longStats,omitempty"`
	DoubleStats    *DoubleColumnStatsData    `thrift:"doubleStats,3" db:"doubleStats" json:"doubleStats,omitempty"`
	StringStats    *StringColumnStatsData    `thrift:"stringStats,4" db:"stringStats" json:"stringStats,omitempty"`
	BinaryStats    *BinaryColumnStatsData    `thrift:"binaryStats,5" db:"binaryStats" json:"binaryStats,omitempty"`
	DecimalStats   *DecimalColumnStatsData   `thrift:"decimalStats,6" db:"decimalStats" json:"decimalStats,omitempty"`
	DateStats      *DateColumnStatsData      `thrift:"dateStats,7" db:"dateStats" json:"dateStats,omitempty"`
	TimestampStats *TimestampColumnStatsData `thrift:"timestampStats,8" db:"timestampStats" json:"timestampStats,omitempty"`
}

Attributes:

  • BooleanStats
  • LongStats
  • DoubleStats
  • StringStats
  • BinaryStats
  • DecimalStats
  • DateStats
  • TimestampStats
var ColumnStatisticsObj_StatsData_DEFAULT *ColumnStatisticsData

func NewColumnStatisticsData

func NewColumnStatisticsData() *ColumnStatisticsData

func (*ColumnStatisticsData) CountSetFieldsColumnStatisticsData

func (p *ColumnStatisticsData) CountSetFieldsColumnStatisticsData() int

func (*ColumnStatisticsData) Equals

func (*ColumnStatisticsData) GetBinaryStats

func (p *ColumnStatisticsData) GetBinaryStats() *BinaryColumnStatsData

func (*ColumnStatisticsData) GetBooleanStats

func (p *ColumnStatisticsData) GetBooleanStats() *BooleanColumnStatsData

func (*ColumnStatisticsData) GetDateStats

func (p *ColumnStatisticsData) GetDateStats() *DateColumnStatsData

func (*ColumnStatisticsData) GetDecimalStats

func (p *ColumnStatisticsData) GetDecimalStats() *DecimalColumnStatsData

func (*ColumnStatisticsData) GetDoubleStats

func (p *ColumnStatisticsData) GetDoubleStats() *DoubleColumnStatsData

func (*ColumnStatisticsData) GetLongStats

func (p *ColumnStatisticsData) GetLongStats() *LongColumnStatsData

func (*ColumnStatisticsData) GetStringStats

func (p *ColumnStatisticsData) GetStringStats() *StringColumnStatsData

func (*ColumnStatisticsData) GetTimestampStats

func (p *ColumnStatisticsData) GetTimestampStats() *TimestampColumnStatsData

func (*ColumnStatisticsData) IsSetBinaryStats

func (p *ColumnStatisticsData) IsSetBinaryStats() bool

func (*ColumnStatisticsData) IsSetBooleanStats

func (p *ColumnStatisticsData) IsSetBooleanStats() bool

func (*ColumnStatisticsData) IsSetDateStats

func (p *ColumnStatisticsData) IsSetDateStats() bool

func (*ColumnStatisticsData) IsSetDecimalStats

func (p *ColumnStatisticsData) IsSetDecimalStats() bool

func (*ColumnStatisticsData) IsSetDoubleStats

func (p *ColumnStatisticsData) IsSetDoubleStats() bool

func (*ColumnStatisticsData) IsSetLongStats

func (p *ColumnStatisticsData) IsSetLongStats() bool

func (*ColumnStatisticsData) IsSetStringStats

func (p *ColumnStatisticsData) IsSetStringStats() bool

func (*ColumnStatisticsData) IsSetTimestampStats

func (p *ColumnStatisticsData) IsSetTimestampStats() bool

func (*ColumnStatisticsData) Read

func (*ColumnStatisticsData) ReadField1

func (p *ColumnStatisticsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField2

func (p *ColumnStatisticsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField3

func (p *ColumnStatisticsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField4

func (p *ColumnStatisticsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField5

func (p *ColumnStatisticsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField6

func (p *ColumnStatisticsData) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField7

func (p *ColumnStatisticsData) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) ReadField8

func (p *ColumnStatisticsData) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsData) String

func (p *ColumnStatisticsData) String() string

func (*ColumnStatisticsData) Write

type ColumnStatisticsDesc

type ColumnStatisticsDesc struct {
	IsTblLevel   bool    `thrift:"isTblLevel,1,required" db:"isTblLevel" json:"isTblLevel"`
	DbName       string  `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TableName    string  `thrift:"tableName,3,required" db:"tableName" json:"tableName"`
	PartName     *string `thrift:"partName,4" db:"partName" json:"partName,omitempty"`
	LastAnalyzed *int64  `thrift:"lastAnalyzed,5" db:"lastAnalyzed" json:"lastAnalyzed,omitempty"`
	CatName      *string `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • IsTblLevel
  • DbName
  • TableName
  • PartName
  • LastAnalyzed
  • CatName
var ColumnStatistics_StatsDesc_DEFAULT *ColumnStatisticsDesc

func NewColumnStatisticsDesc

func NewColumnStatisticsDesc() *ColumnStatisticsDesc

func (*ColumnStatisticsDesc) Equals

func (*ColumnStatisticsDesc) GetCatName

func (p *ColumnStatisticsDesc) GetCatName() string

func (*ColumnStatisticsDesc) GetDbName

func (p *ColumnStatisticsDesc) GetDbName() string

func (*ColumnStatisticsDesc) GetIsTblLevel

func (p *ColumnStatisticsDesc) GetIsTblLevel() bool

func (*ColumnStatisticsDesc) GetLastAnalyzed

func (p *ColumnStatisticsDesc) GetLastAnalyzed() int64

func (*ColumnStatisticsDesc) GetPartName

func (p *ColumnStatisticsDesc) GetPartName() string

func (*ColumnStatisticsDesc) GetTableName

func (p *ColumnStatisticsDesc) GetTableName() string

func (*ColumnStatisticsDesc) IsSetCatName

func (p *ColumnStatisticsDesc) IsSetCatName() bool

func (*ColumnStatisticsDesc) IsSetLastAnalyzed

func (p *ColumnStatisticsDesc) IsSetLastAnalyzed() bool

func (*ColumnStatisticsDesc) IsSetPartName

func (p *ColumnStatisticsDesc) IsSetPartName() bool

func (*ColumnStatisticsDesc) Read

func (*ColumnStatisticsDesc) ReadField1

func (p *ColumnStatisticsDesc) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) ReadField2

func (p *ColumnStatisticsDesc) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) ReadField3

func (p *ColumnStatisticsDesc) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) ReadField4

func (p *ColumnStatisticsDesc) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) ReadField5

func (p *ColumnStatisticsDesc) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) ReadField6

func (p *ColumnStatisticsDesc) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsDesc) String

func (p *ColumnStatisticsDesc) String() string

func (*ColumnStatisticsDesc) Write

type ColumnStatisticsObj

type ColumnStatisticsObj struct {
	ColName   string                `thrift:"colName,1,required" db:"colName" json:"colName"`
	ColType   string                `thrift:"colType,2,required" db:"colType" json:"colType"`
	StatsData *ColumnStatisticsData `thrift:"statsData,3,required" db:"statsData" json:"statsData"`
}

Attributes:

  • ColName
  • ColType
  • StatsData

func NewColumnStatisticsObj

func NewColumnStatisticsObj() *ColumnStatisticsObj

func (*ColumnStatisticsObj) Equals

func (p *ColumnStatisticsObj) Equals(other *ColumnStatisticsObj) bool

func (*ColumnStatisticsObj) GetColName

func (p *ColumnStatisticsObj) GetColName() string

func (*ColumnStatisticsObj) GetColType

func (p *ColumnStatisticsObj) GetColType() string

func (*ColumnStatisticsObj) GetStatsData

func (p *ColumnStatisticsObj) GetStatsData() *ColumnStatisticsData

func (*ColumnStatisticsObj) IsSetStatsData

func (p *ColumnStatisticsObj) IsSetStatsData() bool

func (*ColumnStatisticsObj) Read

func (*ColumnStatisticsObj) ReadField1

func (p *ColumnStatisticsObj) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsObj) ReadField2

func (p *ColumnStatisticsObj) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsObj) ReadField3

func (p *ColumnStatisticsObj) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ColumnStatisticsObj) String

func (p *ColumnStatisticsObj) String() string

func (*ColumnStatisticsObj) Write

type CommitTxnKeyValue

type CommitTxnKeyValue struct {
	TableId int64  `thrift:"tableId,1,required" db:"tableId" json:"tableId"`
	Key     string `thrift:"key,2,required" db:"key" json:"key"`
	Value   string `thrift:"value,3,required" db:"value" json:"value"`
}

Attributes:

  • TableId
  • Key
  • Value
var CommitTxnRequest_KeyValue_DEFAULT *CommitTxnKeyValue

func NewCommitTxnKeyValue

func NewCommitTxnKeyValue() *CommitTxnKeyValue

func (*CommitTxnKeyValue) Equals

func (p *CommitTxnKeyValue) Equals(other *CommitTxnKeyValue) bool

func (*CommitTxnKeyValue) GetKey

func (p *CommitTxnKeyValue) GetKey() string

func (*CommitTxnKeyValue) GetTableId

func (p *CommitTxnKeyValue) GetTableId() int64

func (*CommitTxnKeyValue) GetValue

func (p *CommitTxnKeyValue) GetValue() string

func (*CommitTxnKeyValue) Read

func (p *CommitTxnKeyValue) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnKeyValue) ReadField1

func (p *CommitTxnKeyValue) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnKeyValue) ReadField2

func (p *CommitTxnKeyValue) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnKeyValue) ReadField3

func (p *CommitTxnKeyValue) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnKeyValue) String

func (p *CommitTxnKeyValue) String() string

func (*CommitTxnKeyValue) Write

func (p *CommitTxnKeyValue) Write(ctx context.Context, oprot thrift.TProtocol) error

type CommitTxnRequest

type CommitTxnRequest struct {
	Txnid            int64              `thrift:"txnid,1,required" db:"txnid" json:"txnid"`
	ReplPolicy       *string            `thrift:"replPolicy,2" db:"replPolicy" json:"replPolicy,omitempty"`
	WriteEventInfos  []*WriteEventInfo  `thrift:"writeEventInfos,3" db:"writeEventInfos" json:"writeEventInfos,omitempty"`
	ReplLastIdInfo   *ReplLastIdInfo    `thrift:"replLastIdInfo,4" db:"replLastIdInfo" json:"replLastIdInfo,omitempty"`
	KeyValue         *CommitTxnKeyValue `thrift:"keyValue,5" db:"keyValue" json:"keyValue,omitempty"`
	ExclWriteEnabled bool               `thrift:"exclWriteEnabled,6" db:"exclWriteEnabled" json:"exclWriteEnabled"`
}

Attributes:

  • Txnid
  • ReplPolicy
  • WriteEventInfos
  • ReplLastIdInfo
  • KeyValue
  • ExclWriteEnabled
var ThriftHiveMetastoreCommitTxnArgs_Rqst_DEFAULT *CommitTxnRequest

func NewCommitTxnRequest

func NewCommitTxnRequest() *CommitTxnRequest

func (*CommitTxnRequest) Equals

func (p *CommitTxnRequest) Equals(other *CommitTxnRequest) bool

func (*CommitTxnRequest) GetExclWriteEnabled

func (p *CommitTxnRequest) GetExclWriteEnabled() bool

func (*CommitTxnRequest) GetKeyValue

func (p *CommitTxnRequest) GetKeyValue() *CommitTxnKeyValue

func (*CommitTxnRequest) GetReplLastIdInfo

func (p *CommitTxnRequest) GetReplLastIdInfo() *ReplLastIdInfo

func (*CommitTxnRequest) GetReplPolicy

func (p *CommitTxnRequest) GetReplPolicy() string

func (*CommitTxnRequest) GetTxnid

func (p *CommitTxnRequest) GetTxnid() int64

func (*CommitTxnRequest) GetWriteEventInfos

func (p *CommitTxnRequest) GetWriteEventInfos() []*WriteEventInfo

func (*CommitTxnRequest) IsSetExclWriteEnabled

func (p *CommitTxnRequest) IsSetExclWriteEnabled() bool

func (*CommitTxnRequest) IsSetKeyValue

func (p *CommitTxnRequest) IsSetKeyValue() bool

func (*CommitTxnRequest) IsSetReplLastIdInfo

func (p *CommitTxnRequest) IsSetReplLastIdInfo() bool

func (*CommitTxnRequest) IsSetReplPolicy

func (p *CommitTxnRequest) IsSetReplPolicy() bool

func (*CommitTxnRequest) IsSetWriteEventInfos

func (p *CommitTxnRequest) IsSetWriteEventInfos() bool

func (*CommitTxnRequest) Read

func (p *CommitTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField1

func (p *CommitTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField2

func (p *CommitTxnRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField3

func (p *CommitTxnRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField4

func (p *CommitTxnRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField5

func (p *CommitTxnRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) ReadField6

func (p *CommitTxnRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CommitTxnRequest) String

func (p *CommitTxnRequest) String() string

func (*CommitTxnRequest) Write

func (p *CommitTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type CompactionInfoStruct

type CompactionInfoStruct struct {
	ID             int64          `thrift:"id,1,required" db:"id" json:"id"`
	Dbname         string         `thrift:"dbname,2,required" db:"dbname" json:"dbname"`
	Tablename      string         `thrift:"tablename,3,required" db:"tablename" json:"tablename"`
	Partitionname  *string        `thrift:"partitionname,4" db:"partitionname" json:"partitionname,omitempty"`
	Type           CompactionType `thrift:"type,5,required" db:"type" json:"type"`
	Runas          *string        `thrift:"runas,6" db:"runas" json:"runas,omitempty"`
	Properties     *string        `thrift:"properties,7" db:"properties" json:"properties,omitempty"`
	Toomanyaborts  *bool          `thrift:"toomanyaborts,8" db:"toomanyaborts" json:"toomanyaborts,omitempty"`
	State          *string        `thrift:"state,9" db:"state" json:"state,omitempty"`
	WorkerId       *string        `thrift:"workerId,10" db:"workerId" json:"workerId,omitempty"`
	Start          *int64         `thrift:"start,11" db:"start" json:"start,omitempty"`
	HighestWriteId *int64         `thrift:"highestWriteId,12" db:"highestWriteId" json:"highestWriteId,omitempty"`
	ErrorMessage   *string        `thrift:"errorMessage,13" db:"errorMessage" json:"errorMessage,omitempty"`
	Hasoldabort    *bool          `thrift:"hasoldabort,14" db:"hasoldabort" json:"hasoldabort,omitempty"`
	EnqueueTime    *int64         `thrift:"enqueueTime,15" db:"enqueueTime" json:"enqueueTime,omitempty"`
}

Attributes:

  • ID
  • Dbname
  • Tablename
  • Partitionname
  • Type
  • Runas
  • Properties
  • Toomanyaborts
  • State
  • WorkerId
  • Start
  • HighestWriteId
  • ErrorMessage
  • Hasoldabort
  • EnqueueTime
var OptionalCompactionInfoStruct_Ci_DEFAULT *CompactionInfoStruct
var ThriftHiveMetastoreFindColumnsWithStatsArgs_Cr_DEFAULT *CompactionInfoStruct
var ThriftHiveMetastoreMarkCleanedArgs_Cr_DEFAULT *CompactionInfoStruct
var ThriftHiveMetastoreMarkCompactedArgs_Cr_DEFAULT *CompactionInfoStruct
var ThriftHiveMetastoreMarkFailedArgs_Cr_DEFAULT *CompactionInfoStruct
var ThriftHiveMetastoreUpdateCompactorStateArgs_Cr_DEFAULT *CompactionInfoStruct

func NewCompactionInfoStruct

func NewCompactionInfoStruct() *CompactionInfoStruct

func (*CompactionInfoStruct) Equals

func (*CompactionInfoStruct) GetDbname

func (p *CompactionInfoStruct) GetDbname() string

func (*CompactionInfoStruct) GetEnqueueTime

func (p *CompactionInfoStruct) GetEnqueueTime() int64

func (*CompactionInfoStruct) GetErrorMessage

func (p *CompactionInfoStruct) GetErrorMessage() string

func (*CompactionInfoStruct) GetHasoldabort

func (p *CompactionInfoStruct) GetHasoldabort() bool

func (*CompactionInfoStruct) GetHighestWriteId

func (p *CompactionInfoStruct) GetHighestWriteId() int64

func (*CompactionInfoStruct) GetID

func (p *CompactionInfoStruct) GetID() int64

func (*CompactionInfoStruct) GetPartitionname

func (p *CompactionInfoStruct) GetPartitionname() string

func (*CompactionInfoStruct) GetProperties

func (p *CompactionInfoStruct) GetProperties() string

func (*CompactionInfoStruct) GetRunas

func (p *CompactionInfoStruct) GetRunas() string

func (*CompactionInfoStruct) GetStart

func (p *CompactionInfoStruct) GetStart() int64

func (*CompactionInfoStruct) GetState

func (p *CompactionInfoStruct) GetState() string

func (*CompactionInfoStruct) GetTablename

func (p *CompactionInfoStruct) GetTablename() string

func (*CompactionInfoStruct) GetToomanyaborts

func (p *CompactionInfoStruct) GetToomanyaborts() bool

func (*CompactionInfoStruct) GetType

func (p *CompactionInfoStruct) GetType() CompactionType

func (*CompactionInfoStruct) GetWorkerId

func (p *CompactionInfoStruct) GetWorkerId() string

func (*CompactionInfoStruct) IsSetEnqueueTime

func (p *CompactionInfoStruct) IsSetEnqueueTime() bool

func (*CompactionInfoStruct) IsSetErrorMessage

func (p *CompactionInfoStruct) IsSetErrorMessage() bool

func (*CompactionInfoStruct) IsSetHasoldabort

func (p *CompactionInfoStruct) IsSetHasoldabort() bool

func (*CompactionInfoStruct) IsSetHighestWriteId

func (p *CompactionInfoStruct) IsSetHighestWriteId() bool

func (*CompactionInfoStruct) IsSetPartitionname

func (p *CompactionInfoStruct) IsSetPartitionname() bool

func (*CompactionInfoStruct) IsSetProperties

func (p *CompactionInfoStruct) IsSetProperties() bool

func (*CompactionInfoStruct) IsSetRunas

func (p *CompactionInfoStruct) IsSetRunas() bool

func (*CompactionInfoStruct) IsSetStart

func (p *CompactionInfoStruct) IsSetStart() bool

func (*CompactionInfoStruct) IsSetState

func (p *CompactionInfoStruct) IsSetState() bool

func (*CompactionInfoStruct) IsSetToomanyaborts

func (p *CompactionInfoStruct) IsSetToomanyaborts() bool

func (*CompactionInfoStruct) IsSetWorkerId

func (p *CompactionInfoStruct) IsSetWorkerId() bool

func (*CompactionInfoStruct) Read

func (*CompactionInfoStruct) ReadField1

func (p *CompactionInfoStruct) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField10

func (p *CompactionInfoStruct) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField11

func (p *CompactionInfoStruct) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField12

func (p *CompactionInfoStruct) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField13

func (p *CompactionInfoStruct) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField14

func (p *CompactionInfoStruct) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField15

func (p *CompactionInfoStruct) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField2

func (p *CompactionInfoStruct) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField3

func (p *CompactionInfoStruct) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField4

func (p *CompactionInfoStruct) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField5

func (p *CompactionInfoStruct) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField6

func (p *CompactionInfoStruct) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField7

func (p *CompactionInfoStruct) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField8

func (p *CompactionInfoStruct) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) ReadField9

func (p *CompactionInfoStruct) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionInfoStruct) String

func (p *CompactionInfoStruct) String() string

func (*CompactionInfoStruct) Write

type CompactionRequest

type CompactionRequest struct {
	Dbname           string            `thrift:"dbname,1,required" db:"dbname" json:"dbname"`
	Tablename        string            `thrift:"tablename,2,required" db:"tablename" json:"tablename"`
	Partitionname    *string           `thrift:"partitionname,3" db:"partitionname" json:"partitionname,omitempty"`
	Type             CompactionType    `thrift:"type,4,required" db:"type" json:"type"`
	Runas            *string           `thrift:"runas,5" db:"runas" json:"runas,omitempty"`
	Properties       map[string]string `thrift:"properties,6" db:"properties" json:"properties,omitempty"`
	InitiatorId      *string           `thrift:"initiatorId,7" db:"initiatorId" json:"initiatorId,omitempty"`
	InitiatorVersion *string           `thrift:"initiatorVersion,8" db:"initiatorVersion" json:"initiatorVersion,omitempty"`
}

Attributes:

  • Dbname
  • Tablename
  • Partitionname
  • Type
  • Runas
  • Properties
  • InitiatorId
  • InitiatorVersion
var ThriftHiveMetastoreCompact2Args_Rqst_DEFAULT *CompactionRequest
var ThriftHiveMetastoreCompactArgs_Rqst_DEFAULT *CompactionRequest

func NewCompactionRequest

func NewCompactionRequest() *CompactionRequest

func (*CompactionRequest) Equals

func (p *CompactionRequest) Equals(other *CompactionRequest) bool

func (*CompactionRequest) GetDbname

func (p *CompactionRequest) GetDbname() string

func (*CompactionRequest) GetInitiatorId

func (p *CompactionRequest) GetInitiatorId() string

func (*CompactionRequest) GetInitiatorVersion

func (p *CompactionRequest) GetInitiatorVersion() string

func (*CompactionRequest) GetPartitionname

func (p *CompactionRequest) GetPartitionname() string

func (*CompactionRequest) GetProperties

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

func (*CompactionRequest) GetRunas

func (p *CompactionRequest) GetRunas() string

func (*CompactionRequest) GetTablename

func (p *CompactionRequest) GetTablename() string

func (*CompactionRequest) GetType

func (p *CompactionRequest) GetType() CompactionType

func (*CompactionRequest) IsSetInitiatorId

func (p *CompactionRequest) IsSetInitiatorId() bool

func (*CompactionRequest) IsSetInitiatorVersion

func (p *CompactionRequest) IsSetInitiatorVersion() bool

func (*CompactionRequest) IsSetPartitionname

func (p *CompactionRequest) IsSetPartitionname() bool

func (*CompactionRequest) IsSetProperties

func (p *CompactionRequest) IsSetProperties() bool

func (*CompactionRequest) IsSetRunas

func (p *CompactionRequest) IsSetRunas() bool

func (*CompactionRequest) Read

func (p *CompactionRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField1

func (p *CompactionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField2

func (p *CompactionRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField3

func (p *CompactionRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField4

func (p *CompactionRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField5

func (p *CompactionRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField6

func (p *CompactionRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField7

func (p *CompactionRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) ReadField8

func (p *CompactionRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionRequest) String

func (p *CompactionRequest) String() string

func (*CompactionRequest) Write

func (p *CompactionRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type CompactionResponse

type CompactionResponse struct {
	ID       int64  `thrift:"id,1,required" db:"id" json:"id"`
	State    string `thrift:"state,2,required" db:"state" json:"state"`
	Accepted bool   `thrift:"accepted,3,required" db:"accepted" json:"accepted"`
}

Attributes:

  • ID
  • State
  • Accepted
var ThriftHiveMetastoreCompact2Result_Success_DEFAULT *CompactionResponse

func NewCompactionResponse

func NewCompactionResponse() *CompactionResponse

func (*CompactionResponse) Equals

func (p *CompactionResponse) Equals(other *CompactionResponse) bool

func (*CompactionResponse) GetAccepted

func (p *CompactionResponse) GetAccepted() bool

func (*CompactionResponse) GetID

func (p *CompactionResponse) GetID() int64

func (*CompactionResponse) GetState

func (p *CompactionResponse) GetState() string

func (*CompactionResponse) Read

func (*CompactionResponse) ReadField1

func (p *CompactionResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionResponse) ReadField2

func (p *CompactionResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionResponse) ReadField3

func (p *CompactionResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CompactionResponse) String

func (p *CompactionResponse) String() string

func (*CompactionResponse) Write

func (p *CompactionResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type CompactionType

type CompactionType int64
const (
	CompactionType_MINOR CompactionType = 1
	CompactionType_MAJOR CompactionType = 2
)

func CompactionTypeFromString

func CompactionTypeFromString(s string) (CompactionType, error)

func CompactionTypePtr

func CompactionTypePtr(v CompactionType) *CompactionType

func (CompactionType) MarshalText

func (p CompactionType) MarshalText() ([]byte, error)

func (*CompactionType) Scan

func (p *CompactionType) Scan(value interface{}) error

func (CompactionType) String

func (p CompactionType) String() string

func (*CompactionType) UnmarshalText

func (p *CompactionType) UnmarshalText(text []byte) error

func (*CompactionType) Value

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

type ConfigValSecurityException

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

Attributes:

  • Message
var ThriftHiveMetastoreGetConfigValueResult_O1_DEFAULT *ConfigValSecurityException

func NewConfigValSecurityException

func NewConfigValSecurityException() *ConfigValSecurityException

func (*ConfigValSecurityException) Equals

func (*ConfigValSecurityException) Error

func (*ConfigValSecurityException) GetMessage

func (p *ConfigValSecurityException) GetMessage() string

func (*ConfigValSecurityException) Read

func (*ConfigValSecurityException) ReadField1

func (p *ConfigValSecurityException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ConfigValSecurityException) String

func (p *ConfigValSecurityException) String() string

func (ConfigValSecurityException) TExceptionType

func (*ConfigValSecurityException) Write

type CreateCatalogRequest

type CreateCatalogRequest struct {
	Catalog *Catalog `thrift:"catalog,1" db:"catalog" json:"catalog"`
}

Attributes:

  • Catalog
var ThriftHiveMetastoreCreateCatalogArgs_Catalog_DEFAULT *CreateCatalogRequest

func NewCreateCatalogRequest

func NewCreateCatalogRequest() *CreateCatalogRequest

func (*CreateCatalogRequest) Equals

func (*CreateCatalogRequest) GetCatalog

func (p *CreateCatalogRequest) GetCatalog() *Catalog

func (*CreateCatalogRequest) IsSetCatalog

func (p *CreateCatalogRequest) IsSetCatalog() bool

func (*CreateCatalogRequest) Read

func (*CreateCatalogRequest) ReadField1

func (p *CreateCatalogRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateCatalogRequest) String

func (p *CreateCatalogRequest) String() string

func (*CreateCatalogRequest) Write

type CreateDataConnectorRequest

type CreateDataConnectorRequest struct {
	Connector *DataConnector `thrift:"connector,1" db:"connector" json:"connector"`
}

Attributes:

  • Connector

func NewCreateDataConnectorRequest

func NewCreateDataConnectorRequest() *CreateDataConnectorRequest

func (*CreateDataConnectorRequest) Equals

func (*CreateDataConnectorRequest) GetConnector

func (p *CreateDataConnectorRequest) GetConnector() *DataConnector

func (*CreateDataConnectorRequest) IsSetConnector

func (p *CreateDataConnectorRequest) IsSetConnector() bool

func (*CreateDataConnectorRequest) Read

func (*CreateDataConnectorRequest) ReadField1

func (p *CreateDataConnectorRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDataConnectorRequest) String

func (p *CreateDataConnectorRequest) String() string

func (*CreateDataConnectorRequest) Write

type CreateDatabaseRequest

type CreateDatabaseRequest struct {
	DatabaseName       string                 `thrift:"databaseName,1,required" db:"databaseName" json:"databaseName"`
	Description        *string                `thrift:"description,2" db:"description" json:"description,omitempty"`
	LocationUri        *string                `thrift:"locationUri,3" db:"locationUri" json:"locationUri,omitempty"`
	Parameters         map[string]string      `thrift:"parameters,4" db:"parameters" json:"parameters,omitempty"`
	Privileges         *PrincipalPrivilegeSet `thrift:"privileges,5" db:"privileges" json:"privileges,omitempty"`
	OwnerName          *string                `thrift:"ownerName,6" db:"ownerName" json:"ownerName,omitempty"`
	OwnerType          *PrincipalType         `thrift:"ownerType,7" db:"ownerType" json:"ownerType,omitempty"`
	CatalogName        *string                `thrift:"catalogName,8" db:"catalogName" json:"catalogName,omitempty"`
	CreateTime         *int32                 `thrift:"createTime,9" db:"createTime" json:"createTime,omitempty"`
	ManagedLocationUri *string                `thrift:"managedLocationUri,10" db:"managedLocationUri" json:"managedLocationUri,omitempty"`
	Type               *string                `thrift:"type,11" db:"type" json:"type,omitempty"`
	DataConnectorName  *string                `thrift:"dataConnectorName,12" db:"dataConnectorName" json:"dataConnectorName,omitempty"`
}

Attributes:

  • DatabaseName
  • Description
  • LocationUri
  • Parameters
  • Privileges
  • OwnerName
  • OwnerType
  • CatalogName
  • CreateTime
  • ManagedLocationUri
  • Type
  • DataConnectorName

func NewCreateDatabaseRequest

func NewCreateDatabaseRequest() *CreateDatabaseRequest

func (*CreateDatabaseRequest) Equals

func (*CreateDatabaseRequest) GetCatalogName

func (p *CreateDatabaseRequest) GetCatalogName() string

func (*CreateDatabaseRequest) GetCreateTime

func (p *CreateDatabaseRequest) GetCreateTime() int32

func (*CreateDatabaseRequest) GetDataConnectorName

func (p *CreateDatabaseRequest) GetDataConnectorName() string

func (*CreateDatabaseRequest) GetDatabaseName

func (p *CreateDatabaseRequest) GetDatabaseName() string

func (*CreateDatabaseRequest) GetDescription

func (p *CreateDatabaseRequest) GetDescription() string

func (*CreateDatabaseRequest) GetLocationUri

func (p *CreateDatabaseRequest) GetLocationUri() string

func (*CreateDatabaseRequest) GetManagedLocationUri

func (p *CreateDatabaseRequest) GetManagedLocationUri() string

func (*CreateDatabaseRequest) GetOwnerName

func (p *CreateDatabaseRequest) GetOwnerName() string

func (*CreateDatabaseRequest) GetOwnerType

func (p *CreateDatabaseRequest) GetOwnerType() PrincipalType

func (*CreateDatabaseRequest) GetParameters

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

func (*CreateDatabaseRequest) GetPrivileges

func (p *CreateDatabaseRequest) GetPrivileges() *PrincipalPrivilegeSet

func (*CreateDatabaseRequest) GetType

func (p *CreateDatabaseRequest) GetType() string

func (*CreateDatabaseRequest) IsSetCatalogName

func (p *CreateDatabaseRequest) IsSetCatalogName() bool

func (*CreateDatabaseRequest) IsSetCreateTime

func (p *CreateDatabaseRequest) IsSetCreateTime() bool

func (*CreateDatabaseRequest) IsSetDataConnectorName

func (p *CreateDatabaseRequest) IsSetDataConnectorName() bool

func (*CreateDatabaseRequest) IsSetDescription

func (p *CreateDatabaseRequest) IsSetDescription() bool

func (*CreateDatabaseRequest) IsSetLocationUri

func (p *CreateDatabaseRequest) IsSetLocationUri() bool

func (*CreateDatabaseRequest) IsSetManagedLocationUri

func (p *CreateDatabaseRequest) IsSetManagedLocationUri() bool

func (*CreateDatabaseRequest) IsSetOwnerName

func (p *CreateDatabaseRequest) IsSetOwnerName() bool

func (*CreateDatabaseRequest) IsSetOwnerType

func (p *CreateDatabaseRequest) IsSetOwnerType() bool

func (*CreateDatabaseRequest) IsSetParameters

func (p *CreateDatabaseRequest) IsSetParameters() bool

func (*CreateDatabaseRequest) IsSetPrivileges

func (p *CreateDatabaseRequest) IsSetPrivileges() bool

func (*CreateDatabaseRequest) IsSetType

func (p *CreateDatabaseRequest) IsSetType() bool

func (*CreateDatabaseRequest) Read

func (*CreateDatabaseRequest) ReadField1

func (p *CreateDatabaseRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField10

func (p *CreateDatabaseRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField11

func (p *CreateDatabaseRequest) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField12

func (p *CreateDatabaseRequest) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField2

func (p *CreateDatabaseRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField3

func (p *CreateDatabaseRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField4

func (p *CreateDatabaseRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField5

func (p *CreateDatabaseRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField6

func (p *CreateDatabaseRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField7

func (p *CreateDatabaseRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField8

func (p *CreateDatabaseRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) ReadField9

func (p *CreateDatabaseRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateDatabaseRequest) String

func (p *CreateDatabaseRequest) String() string

func (*CreateDatabaseRequest) Write

type CreateTableRequest

type CreateTableRequest struct {
	Table                 *Table                  `thrift:"table,1,required" db:"table" json:"table"`
	EnvContext            *EnvironmentContext     `thrift:"envContext,2" db:"envContext" json:"envContext,omitempty"`
	PrimaryKeys           []*SQLPrimaryKey        `thrift:"primaryKeys,3" db:"primaryKeys" json:"primaryKeys,omitempty"`
	ForeignKeys           []*SQLForeignKey        `thrift:"foreignKeys,4" db:"foreignKeys" json:"foreignKeys,omitempty"`
	UniqueConstraints     []*SQLUniqueConstraint  `thrift:"uniqueConstraints,5" db:"uniqueConstraints" json:"uniqueConstraints,omitempty"`
	NotNullConstraints    []*SQLNotNullConstraint `thrift:"notNullConstraints,6" db:"notNullConstraints" json:"notNullConstraints,omitempty"`
	DefaultConstraints    []*SQLDefaultConstraint `thrift:"defaultConstraints,7" db:"defaultConstraints" json:"defaultConstraints,omitempty"`
	CheckConstraints      []*SQLCheckConstraint   `thrift:"checkConstraints,8" db:"checkConstraints" json:"checkConstraints,omitempty"`
	ProcessorCapabilities []string                `thrift:"processorCapabilities,9" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string                 `thrift:"processorIdentifier,10" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
}

Attributes:

  • Table
  • EnvContext
  • PrimaryKeys
  • ForeignKeys
  • UniqueConstraints
  • NotNullConstraints
  • DefaultConstraints
  • CheckConstraints
  • ProcessorCapabilities
  • ProcessorIdentifier
var ThriftHiveMetastoreCreateTableReqArgs_Request_DEFAULT *CreateTableRequest

func NewCreateTableRequest

func NewCreateTableRequest() *CreateTableRequest

func (*CreateTableRequest) Equals

func (p *CreateTableRequest) Equals(other *CreateTableRequest) bool

func (*CreateTableRequest) GetCheckConstraints

func (p *CreateTableRequest) GetCheckConstraints() []*SQLCheckConstraint

func (*CreateTableRequest) GetDefaultConstraints

func (p *CreateTableRequest) GetDefaultConstraints() []*SQLDefaultConstraint

func (*CreateTableRequest) GetEnvContext

func (p *CreateTableRequest) GetEnvContext() *EnvironmentContext

func (*CreateTableRequest) GetForeignKeys

func (p *CreateTableRequest) GetForeignKeys() []*SQLForeignKey

func (*CreateTableRequest) GetNotNullConstraints

func (p *CreateTableRequest) GetNotNullConstraints() []*SQLNotNullConstraint

func (*CreateTableRequest) GetPrimaryKeys

func (p *CreateTableRequest) GetPrimaryKeys() []*SQLPrimaryKey

func (*CreateTableRequest) GetProcessorCapabilities

func (p *CreateTableRequest) GetProcessorCapabilities() []string

func (*CreateTableRequest) GetProcessorIdentifier

func (p *CreateTableRequest) GetProcessorIdentifier() string

func (*CreateTableRequest) GetTable

func (p *CreateTableRequest) GetTable() *Table

func (*CreateTableRequest) GetUniqueConstraints

func (p *CreateTableRequest) GetUniqueConstraints() []*SQLUniqueConstraint

func (*CreateTableRequest) IsSetCheckConstraints

func (p *CreateTableRequest) IsSetCheckConstraints() bool

func (*CreateTableRequest) IsSetDefaultConstraints

func (p *CreateTableRequest) IsSetDefaultConstraints() bool

func (*CreateTableRequest) IsSetEnvContext

func (p *CreateTableRequest) IsSetEnvContext() bool

func (*CreateTableRequest) IsSetForeignKeys

func (p *CreateTableRequest) IsSetForeignKeys() bool

func (*CreateTableRequest) IsSetNotNullConstraints

func (p *CreateTableRequest) IsSetNotNullConstraints() bool

func (*CreateTableRequest) IsSetPrimaryKeys

func (p *CreateTableRequest) IsSetPrimaryKeys() bool

func (*CreateTableRequest) IsSetProcessorCapabilities

func (p *CreateTableRequest) IsSetProcessorCapabilities() bool

func (*CreateTableRequest) IsSetProcessorIdentifier

func (p *CreateTableRequest) IsSetProcessorIdentifier() bool

func (*CreateTableRequest) IsSetTable

func (p *CreateTableRequest) IsSetTable() bool

func (*CreateTableRequest) IsSetUniqueConstraints

func (p *CreateTableRequest) IsSetUniqueConstraints() bool

func (*CreateTableRequest) Read

func (*CreateTableRequest) ReadField1

func (p *CreateTableRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField10

func (p *CreateTableRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField2

func (p *CreateTableRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField3

func (p *CreateTableRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField4

func (p *CreateTableRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField5

func (p *CreateTableRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField6

func (p *CreateTableRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField7

func (p *CreateTableRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField8

func (p *CreateTableRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) ReadField9

func (p *CreateTableRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*CreateTableRequest) String

func (p *CreateTableRequest) String() string

func (*CreateTableRequest) Write

func (p *CreateTableRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type CreationMetadata

type CreationMetadata struct {
	CatName             string   `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName              string   `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName             string   `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	TablesUsed          []string `thrift:"tablesUsed,4,required" db:"tablesUsed" json:"tablesUsed"`
	ValidTxnList        *string  `thrift:"validTxnList,5" db:"validTxnList" json:"validTxnList,omitempty"`
	MaterializationTime *int64   `thrift:"materializationTime,6" db:"materializationTime" json:"materializationTime,omitempty"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • TablesUsed
  • ValidTxnList
  • MaterializationTime
var Table_CreationMetadata_DEFAULT *CreationMetadata
var ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs_CreationMetadata_DEFAULT *CreationMetadata
var ThriftHiveMetastoreUpdateCreationMetadataArgs_CreationMetadata_DEFAULT *CreationMetadata

func NewCreationMetadata

func NewCreationMetadata() *CreationMetadata

func (*CreationMetadata) Equals

func (p *CreationMetadata) Equals(other *CreationMetadata) bool

func (*CreationMetadata) GetCatName

func (p *CreationMetadata) GetCatName() string

func (*CreationMetadata) GetDbName

func (p *CreationMetadata) GetDbName() string

func (*CreationMetadata) GetMaterializationTime

func (p *CreationMetadata) GetMaterializationTime() int64

func (*CreationMetadata) GetTablesUsed

func (p *CreationMetadata) GetTablesUsed() []string

func (*CreationMetadata) GetTblName

func (p *CreationMetadata) GetTblName() string

func (*CreationMetadata) GetValidTxnList

func (p *CreationMetadata) GetValidTxnList() string

func (*CreationMetadata) IsSetMaterializationTime

func (p *CreationMetadata) IsSetMaterializationTime() bool

func (*CreationMetadata) IsSetValidTxnList

func (p *CreationMetadata) IsSetValidTxnList() bool

func (*CreationMetadata) Read

func (p *CreationMetadata) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField1

func (p *CreationMetadata) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField2

func (p *CreationMetadata) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField3

func (p *CreationMetadata) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField4

func (p *CreationMetadata) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField5

func (p *CreationMetadata) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) ReadField6

func (p *CreationMetadata) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*CreationMetadata) String

func (p *CreationMetadata) String() string

func (*CreationMetadata) Write

func (p *CreationMetadata) Write(ctx context.Context, oprot thrift.TProtocol) error

type CurrentNotificationEventId

type CurrentNotificationEventId struct {
	EventId int64 `thrift:"eventId,1,required" db:"eventId" json:"eventId"`
}

Attributes:

  • EventId
var ThriftHiveMetastoreGetCurrentNotificationEventIdResult_Success_DEFAULT *CurrentNotificationEventId

func NewCurrentNotificationEventId

func NewCurrentNotificationEventId() *CurrentNotificationEventId

func (*CurrentNotificationEventId) Equals

func (*CurrentNotificationEventId) GetEventId

func (p *CurrentNotificationEventId) GetEventId() int64

func (*CurrentNotificationEventId) Read

func (*CurrentNotificationEventId) ReadField1

func (p *CurrentNotificationEventId) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*CurrentNotificationEventId) String

func (p *CurrentNotificationEventId) String() string

func (*CurrentNotificationEventId) Write

type DataConnector

type DataConnector struct {
	Name        string            `thrift:"name,1" db:"name" json:"name"`
	Type        string            `thrift:"type,2" db:"type" json:"type"`
	URL         string            `thrift:"url,3" db:"url" json:"url"`
	Description *string           `thrift:"description,4" db:"description" json:"description,omitempty"`
	Parameters  map[string]string `thrift:"parameters,5" db:"parameters" json:"parameters,omitempty"`
	OwnerName   *string           `thrift:"ownerName,6" db:"ownerName" json:"ownerName,omitempty"`
	OwnerType   *PrincipalType    `thrift:"ownerType,7" db:"ownerType" json:"ownerType,omitempty"`
	CreateTime  *int32            `thrift:"createTime,8" db:"createTime" json:"createTime,omitempty"`
}

Attributes:

  • Name
  • Type
  • URL
  • Description
  • Parameters
  • OwnerName
  • OwnerType
  • CreateTime
var CreateDataConnectorRequest_Connector_DEFAULT *DataConnector
var ThriftHiveMetastoreAlterDataconnectorArgs_Connector_DEFAULT *DataConnector
var ThriftHiveMetastoreCreateDataconnectorArgs_Connector_DEFAULT *DataConnector
var ThriftHiveMetastoreGetDataconnectorReqResult_Success_DEFAULT *DataConnector

func NewDataConnector

func NewDataConnector() *DataConnector

func (*DataConnector) Equals

func (p *DataConnector) Equals(other *DataConnector) bool

func (*DataConnector) GetCreateTime

func (p *DataConnector) GetCreateTime() int32

func (*DataConnector) GetDescription

func (p *DataConnector) GetDescription() string

func (*DataConnector) GetName

func (p *DataConnector) GetName() string

func (*DataConnector) GetOwnerName

func (p *DataConnector) GetOwnerName() string

func (*DataConnector) GetOwnerType

func (p *DataConnector) GetOwnerType() PrincipalType

func (*DataConnector) GetParameters

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

func (*DataConnector) GetType

func (p *DataConnector) GetType() string

func (*DataConnector) GetURL

func (p *DataConnector) GetURL() string

func (*DataConnector) IsSetCreateTime

func (p *DataConnector) IsSetCreateTime() bool

func (*DataConnector) IsSetDescription

func (p *DataConnector) IsSetDescription() bool

func (*DataConnector) IsSetOwnerName

func (p *DataConnector) IsSetOwnerName() bool

func (*DataConnector) IsSetOwnerType

func (p *DataConnector) IsSetOwnerType() bool

func (*DataConnector) IsSetParameters

func (p *DataConnector) IsSetParameters() bool

func (*DataConnector) Read

func (p *DataConnector) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField1

func (p *DataConnector) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField2

func (p *DataConnector) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField3

func (p *DataConnector) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField4

func (p *DataConnector) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField5

func (p *DataConnector) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField6

func (p *DataConnector) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField7

func (p *DataConnector) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) ReadField8

func (p *DataConnector) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*DataConnector) String

func (p *DataConnector) String() string

func (*DataConnector) Write

func (p *DataConnector) Write(ctx context.Context, oprot thrift.TProtocol) error

type DataOperationType

type DataOperationType int64
const (
	DataOperationType_SELECT DataOperationType = 1
	DataOperationType_INSERT DataOperationType = 2
	DataOperationType_UPDATE DataOperationType = 3
	DataOperationType_DELETE DataOperationType = 4
	DataOperationType_UNSET  DataOperationType = 5
	DataOperationType_NO_TXN DataOperationType = 6
)
var AddDynamicPartitions_OperationType_DEFAULT DataOperationType = 5
var LockComponent_OperationType_DEFAULT DataOperationType = 5

func DataOperationTypeFromString

func DataOperationTypeFromString(s string) (DataOperationType, error)

func DataOperationTypePtr

func DataOperationTypePtr(v DataOperationType) *DataOperationType

func (DataOperationType) MarshalText

func (p DataOperationType) MarshalText() ([]byte, error)

func (*DataOperationType) Scan

func (p *DataOperationType) Scan(value interface{}) error

func (DataOperationType) String

func (p DataOperationType) String() string

func (*DataOperationType) UnmarshalText

func (p *DataOperationType) UnmarshalText(text []byte) error

func (*DataOperationType) Value

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

type Database

type Database struct {
	Name               string                 `thrift:"name,1" db:"name" json:"name"`
	Description        string                 `thrift:"description,2" db:"description" json:"description"`
	LocationUri        string                 `thrift:"locationUri,3" db:"locationUri" json:"locationUri"`
	Parameters         map[string]string      `thrift:"parameters,4" db:"parameters" json:"parameters"`
	Privileges         *PrincipalPrivilegeSet `thrift:"privileges,5" db:"privileges" json:"privileges,omitempty"`
	OwnerName          *string                `thrift:"ownerName,6" db:"ownerName" json:"ownerName,omitempty"`
	OwnerType          *PrincipalType         `thrift:"ownerType,7" db:"ownerType" json:"ownerType,omitempty"`
	CatalogName        *string                `thrift:"catalogName,8" db:"catalogName" json:"catalogName,omitempty"`
	CreateTime         *int32                 `thrift:"createTime,9" db:"createTime" json:"createTime,omitempty"`
	ManagedLocationUri *string                `thrift:"managedLocationUri,10" db:"managedLocationUri" json:"managedLocationUri,omitempty"`
	Type               *DatabaseType          `thrift:"type,11" db:"type" json:"type,omitempty"`
	ConnectorName      *string                `thrift:"connector_name,12" db:"connector_name" json:"connector_name,omitempty"`
	RemoteDbname       *string                `thrift:"remote_dbname,13" db:"remote_dbname" json:"remote_dbname,omitempty"`
}

Attributes:

  • Name
  • Description
  • LocationUri
  • Parameters
  • Privileges
  • OwnerName
  • OwnerType
  • CatalogName
  • CreateTime
  • ManagedLocationUri
  • Type
  • ConnectorName
  • RemoteDbname
var ThriftHiveMetastoreAlterDatabaseArgs_Db_DEFAULT *Database
var ThriftHiveMetastoreCreateDatabaseArgs_Database_DEFAULT *Database
var ThriftHiveMetastoreGetDatabaseReqResult_Success_DEFAULT *Database
var ThriftHiveMetastoreGetDatabaseResult_Success_DEFAULT *Database

func NewDatabase

func NewDatabase() *Database

func (*Database) Equals

func (p *Database) Equals(other *Database) bool

func (*Database) GetCatalogName

func (p *Database) GetCatalogName() string

func (*Database) GetConnectorName

func (p *Database) GetConnectorName() string

func (*Database) GetCreateTime

func (p *Database) GetCreateTime() int32

func (*Database) GetDescription

func (p *Database) GetDescription() string

func (*Database) GetLocationUri

func (p *Database) GetLocationUri() string

func (*Database) GetManagedLocationUri

func (p *Database) GetManagedLocationUri() string

func (*Database) GetName

func (p *Database) GetName() string

func (*Database) GetOwnerName

func (p *Database) GetOwnerName() string

func (*Database) GetOwnerType

func (p *Database) GetOwnerType() PrincipalType

func (*Database) GetParameters

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

func (*Database) GetPrivileges

func (p *Database) GetPrivileges() *PrincipalPrivilegeSet

func (*Database) GetRemoteDbname

func (p *Database) GetRemoteDbname() string

func (*Database) GetType

func (p *Database) GetType() DatabaseType

func (*Database) IsSetCatalogName

func (p *Database) IsSetCatalogName() bool

func (*Database) IsSetConnectorName

func (p *Database) IsSetConnectorName() bool

func (*Database) IsSetCreateTime

func (p *Database) IsSetCreateTime() bool

func (*Database) IsSetManagedLocationUri

func (p *Database) IsSetManagedLocationUri() bool

func (*Database) IsSetOwnerName

func (p *Database) IsSetOwnerName() bool

func (*Database) IsSetOwnerType

func (p *Database) IsSetOwnerType() bool

func (*Database) IsSetPrivileges

func (p *Database) IsSetPrivileges() bool

func (*Database) IsSetRemoteDbname

func (p *Database) IsSetRemoteDbname() bool

func (*Database) IsSetType

func (p *Database) IsSetType() bool

func (*Database) Read

func (p *Database) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField1

func (p *Database) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField10

func (p *Database) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField11

func (p *Database) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField12

func (p *Database) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField13

func (p *Database) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField2

func (p *Database) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField3

func (p *Database) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField4

func (p *Database) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField5

func (p *Database) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField6

func (p *Database) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField7

func (p *Database) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField8

func (p *Database) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) ReadField9

func (p *Database) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*Database) String

func (p *Database) String() string

func (*Database) Write

func (p *Database) Write(ctx context.Context, oprot thrift.TProtocol) error

type DatabaseType

type DatabaseType int64
const (
	DatabaseType_NATIVE DatabaseType = 1
	DatabaseType_REMOTE DatabaseType = 2
)
var Database_Type_DEFAULT DatabaseType

func DatabaseTypeFromString

func DatabaseTypeFromString(s string) (DatabaseType, error)

func DatabaseTypePtr

func DatabaseTypePtr(v DatabaseType) *DatabaseType

func (DatabaseType) MarshalText

func (p DatabaseType) MarshalText() ([]byte, error)

func (*DatabaseType) Scan

func (p *DatabaseType) Scan(value interface{}) error

func (DatabaseType) String

func (p DatabaseType) String() string

func (*DatabaseType) UnmarshalText

func (p *DatabaseType) UnmarshalText(text []byte) error

func (*DatabaseType) Value

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

type Date

type Date struct {
	DaysSinceEpoch int64 `thrift:"daysSinceEpoch,1,required" db:"daysSinceEpoch" json:"daysSinceEpoch"`
}

Attributes:

  • DaysSinceEpoch
var DateColumnStatsData_HighValue_DEFAULT *Date
var DateColumnStatsData_LowValue_DEFAULT *Date

func NewDate

func NewDate() *Date

func (*Date) Equals

func (p *Date) Equals(other *Date) bool

func (*Date) GetDaysSinceEpoch

func (p *Date) GetDaysSinceEpoch() int64

func (*Date) Read

func (p *Date) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Date) ReadField1

func (p *Date) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Date) String

func (p *Date) String() string

func (*Date) Write

func (p *Date) Write(ctx context.Context, oprot thrift.TProtocol) error

type DateColumnStatsData

type DateColumnStatsData struct {
	LowValue   *Date  `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"`
	HighValue  *Date  `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"`
	NumNulls   int64  `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64  `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • LowValue
  • HighValue
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_DateStats_DEFAULT *DateColumnStatsData

func NewDateColumnStatsData

func NewDateColumnStatsData() *DateColumnStatsData

func (*DateColumnStatsData) Equals

func (p *DateColumnStatsData) Equals(other *DateColumnStatsData) bool

func (*DateColumnStatsData) GetBitVectors

func (p *DateColumnStatsData) GetBitVectors() []byte

func (*DateColumnStatsData) GetHighValue

func (p *DateColumnStatsData) GetHighValue() *Date

func (*DateColumnStatsData) GetLowValue

func (p *DateColumnStatsData) GetLowValue() *Date

func (*DateColumnStatsData) GetNumDVs

func (p *DateColumnStatsData) GetNumDVs() int64

func (*DateColumnStatsData) GetNumNulls

func (p *DateColumnStatsData) GetNumNulls() int64

func (*DateColumnStatsData) IsSetBitVectors

func (p *DateColumnStatsData) IsSetBitVectors() bool

func (*DateColumnStatsData) IsSetHighValue

func (p *DateColumnStatsData) IsSetHighValue() bool

func (*DateColumnStatsData) IsSetLowValue

func (p *DateColumnStatsData) IsSetLowValue() bool

func (*DateColumnStatsData) Read

func (*DateColumnStatsData) ReadField1

func (p *DateColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DateColumnStatsData) ReadField2

func (p *DateColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DateColumnStatsData) ReadField3

func (p *DateColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DateColumnStatsData) ReadField4

func (p *DateColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DateColumnStatsData) ReadField5

func (p *DateColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DateColumnStatsData) String

func (p *DateColumnStatsData) String() string

func (*DateColumnStatsData) Write

type Decimal

type Decimal struct {
	Unscaled []byte `thrift:"unscaled,1,required" db:"unscaled" json:"unscaled"`
	// unused field # 2
	Scale int16 `thrift:"scale,3,required" db:"scale" json:"scale"`
}

Attributes:

  • Scale
  • Unscaled
var DecimalColumnStatsData_HighValue_DEFAULT *Decimal
var DecimalColumnStatsData_LowValue_DEFAULT *Decimal

func NewDecimal

func NewDecimal() *Decimal

func (*Decimal) Equals

func (p *Decimal) Equals(other *Decimal) bool

func (*Decimal) GetScale

func (p *Decimal) GetScale() int16

func (*Decimal) GetUnscaled

func (p *Decimal) GetUnscaled() []byte

func (*Decimal) Read

func (p *Decimal) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Decimal) ReadField1

func (p *Decimal) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Decimal) ReadField3

func (p *Decimal) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Decimal) String

func (p *Decimal) String() string

func (*Decimal) Write

func (p *Decimal) Write(ctx context.Context, oprot thrift.TProtocol) error

type DecimalColumnStatsData

type DecimalColumnStatsData struct {
	LowValue   *Decimal `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"`
	HighValue  *Decimal `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"`
	NumNulls   int64    `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64    `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte   `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • LowValue
  • HighValue
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_DecimalStats_DEFAULT *DecimalColumnStatsData

func NewDecimalColumnStatsData

func NewDecimalColumnStatsData() *DecimalColumnStatsData

func (*DecimalColumnStatsData) Equals

func (*DecimalColumnStatsData) GetBitVectors

func (p *DecimalColumnStatsData) GetBitVectors() []byte

func (*DecimalColumnStatsData) GetHighValue

func (p *DecimalColumnStatsData) GetHighValue() *Decimal

func (*DecimalColumnStatsData) GetLowValue

func (p *DecimalColumnStatsData) GetLowValue() *Decimal

func (*DecimalColumnStatsData) GetNumDVs

func (p *DecimalColumnStatsData) GetNumDVs() int64

func (*DecimalColumnStatsData) GetNumNulls

func (p *DecimalColumnStatsData) GetNumNulls() int64

func (*DecimalColumnStatsData) IsSetBitVectors

func (p *DecimalColumnStatsData) IsSetBitVectors() bool

func (*DecimalColumnStatsData) IsSetHighValue

func (p *DecimalColumnStatsData) IsSetHighValue() bool

func (*DecimalColumnStatsData) IsSetLowValue

func (p *DecimalColumnStatsData) IsSetLowValue() bool

func (*DecimalColumnStatsData) Read

func (*DecimalColumnStatsData) ReadField1

func (p *DecimalColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DecimalColumnStatsData) ReadField2

func (p *DecimalColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DecimalColumnStatsData) ReadField3

func (p *DecimalColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DecimalColumnStatsData) ReadField4

func (p *DecimalColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DecimalColumnStatsData) ReadField5

func (p *DecimalColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DecimalColumnStatsData) String

func (p *DecimalColumnStatsData) String() string

func (*DecimalColumnStatsData) Write

type DefaultConstraintsRequest

type DefaultConstraintsRequest struct {
	CatName string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  string `thrift:"db_name,2,required" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,3,required" db:"tbl_name" json:"tbl_name"`
}

Attributes:

  • CatName
  • DbName
  • TblName
var ThriftHiveMetastoreGetDefaultConstraintsArgs_Request_DEFAULT *DefaultConstraintsRequest

func NewDefaultConstraintsRequest

func NewDefaultConstraintsRequest() *DefaultConstraintsRequest

func (*DefaultConstraintsRequest) Equals

func (*DefaultConstraintsRequest) GetCatName

func (p *DefaultConstraintsRequest) GetCatName() string

func (*DefaultConstraintsRequest) GetDbName

func (p *DefaultConstraintsRequest) GetDbName() string

func (*DefaultConstraintsRequest) GetTblName

func (p *DefaultConstraintsRequest) GetTblName() string

func (*DefaultConstraintsRequest) Read

func (*DefaultConstraintsRequest) ReadField1

func (p *DefaultConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DefaultConstraintsRequest) ReadField2

func (p *DefaultConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DefaultConstraintsRequest) ReadField3

func (p *DefaultConstraintsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DefaultConstraintsRequest) String

func (p *DefaultConstraintsRequest) String() string

func (*DefaultConstraintsRequest) Write

type DefaultConstraintsResponse

type DefaultConstraintsResponse struct {
	DefaultConstraints []*SQLDefaultConstraint `thrift:"defaultConstraints,1,required" db:"defaultConstraints" json:"defaultConstraints"`
}

Attributes:

  • DefaultConstraints
var ThriftHiveMetastoreGetDefaultConstraintsResult_Success_DEFAULT *DefaultConstraintsResponse

func NewDefaultConstraintsResponse

func NewDefaultConstraintsResponse() *DefaultConstraintsResponse

func (*DefaultConstraintsResponse) Equals

func (*DefaultConstraintsResponse) GetDefaultConstraints

func (p *DefaultConstraintsResponse) GetDefaultConstraints() []*SQLDefaultConstraint

func (*DefaultConstraintsResponse) Read

func (*DefaultConstraintsResponse) ReadField1

func (p *DefaultConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DefaultConstraintsResponse) String

func (p *DefaultConstraintsResponse) String() string

func (*DefaultConstraintsResponse) Write

type DoubleColumnStatsData

type DoubleColumnStatsData struct {
	LowValue   *float64 `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"`
	HighValue  *float64 `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"`
	NumNulls   int64    `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64    `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte   `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • LowValue
  • HighValue
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_DoubleStats_DEFAULT *DoubleColumnStatsData

func NewDoubleColumnStatsData

func NewDoubleColumnStatsData() *DoubleColumnStatsData

func (*DoubleColumnStatsData) Equals

func (*DoubleColumnStatsData) GetBitVectors

func (p *DoubleColumnStatsData) GetBitVectors() []byte

func (*DoubleColumnStatsData) GetHighValue

func (p *DoubleColumnStatsData) GetHighValue() float64

func (*DoubleColumnStatsData) GetLowValue

func (p *DoubleColumnStatsData) GetLowValue() float64

func (*DoubleColumnStatsData) GetNumDVs

func (p *DoubleColumnStatsData) GetNumDVs() int64

func (*DoubleColumnStatsData) GetNumNulls

func (p *DoubleColumnStatsData) GetNumNulls() int64

func (*DoubleColumnStatsData) IsSetBitVectors

func (p *DoubleColumnStatsData) IsSetBitVectors() bool

func (*DoubleColumnStatsData) IsSetHighValue

func (p *DoubleColumnStatsData) IsSetHighValue() bool

func (*DoubleColumnStatsData) IsSetLowValue

func (p *DoubleColumnStatsData) IsSetLowValue() bool

func (*DoubleColumnStatsData) Read

func (*DoubleColumnStatsData) ReadField1

func (p *DoubleColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DoubleColumnStatsData) ReadField2

func (p *DoubleColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DoubleColumnStatsData) ReadField3

func (p *DoubleColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DoubleColumnStatsData) ReadField4

func (p *DoubleColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DoubleColumnStatsData) ReadField5

func (p *DoubleColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DoubleColumnStatsData) String

func (p *DoubleColumnStatsData) String() string

func (*DoubleColumnStatsData) Write

type DropCatalogRequest

type DropCatalogRequest struct {
	Name string `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name
var ThriftHiveMetastoreDropCatalogArgs_CatName_DEFAULT *DropCatalogRequest

func NewDropCatalogRequest

func NewDropCatalogRequest() *DropCatalogRequest

func (*DropCatalogRequest) Equals

func (p *DropCatalogRequest) Equals(other *DropCatalogRequest) bool

func (*DropCatalogRequest) GetName

func (p *DropCatalogRequest) GetName() string

func (*DropCatalogRequest) Read

func (*DropCatalogRequest) ReadField1

func (p *DropCatalogRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropCatalogRequest) String

func (p *DropCatalogRequest) String() string

func (*DropCatalogRequest) Write

func (p *DropCatalogRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type DropConstraintRequest

type DropConstraintRequest struct {
	Dbname         string  `thrift:"dbname,1,required" db:"dbname" json:"dbname"`
	Tablename      string  `thrift:"tablename,2,required" db:"tablename" json:"tablename"`
	Constraintname string  `thrift:"constraintname,3,required" db:"constraintname" json:"constraintname"`
	CatName        *string `thrift:"catName,4" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • Dbname
  • Tablename
  • Constraintname
  • CatName
var ThriftHiveMetastoreDropConstraintArgs_Req_DEFAULT *DropConstraintRequest

func NewDropConstraintRequest

func NewDropConstraintRequest() *DropConstraintRequest

func (*DropConstraintRequest) Equals

func (*DropConstraintRequest) GetCatName

func (p *DropConstraintRequest) GetCatName() string

func (*DropConstraintRequest) GetConstraintname

func (p *DropConstraintRequest) GetConstraintname() string

func (*DropConstraintRequest) GetDbname

func (p *DropConstraintRequest) GetDbname() string

func (*DropConstraintRequest) GetTablename

func (p *DropConstraintRequest) GetTablename() string

func (*DropConstraintRequest) IsSetCatName

func (p *DropConstraintRequest) IsSetCatName() bool

func (*DropConstraintRequest) Read

func (*DropConstraintRequest) ReadField1

func (p *DropConstraintRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropConstraintRequest) ReadField2

func (p *DropConstraintRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DropConstraintRequest) ReadField3

func (p *DropConstraintRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DropConstraintRequest) ReadField4

func (p *DropConstraintRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DropConstraintRequest) String

func (p *DropConstraintRequest) String() string

func (*DropConstraintRequest) Write

type DropPackageRequest

type DropPackageRequest struct {
	CatName     string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName      string `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	PackageName string `thrift:"packageName,3,required" db:"packageName" json:"packageName"`
}

Attributes:

  • CatName
  • DbName
  • PackageName
var ThriftHiveMetastoreDropPackageArgs_Request_DEFAULT *DropPackageRequest

func NewDropPackageRequest

func NewDropPackageRequest() *DropPackageRequest

func (*DropPackageRequest) Equals

func (p *DropPackageRequest) Equals(other *DropPackageRequest) bool

func (*DropPackageRequest) GetCatName

func (p *DropPackageRequest) GetCatName() string

func (*DropPackageRequest) GetDbName

func (p *DropPackageRequest) GetDbName() string

func (*DropPackageRequest) GetPackageName

func (p *DropPackageRequest) GetPackageName() string

func (*DropPackageRequest) Read

func (*DropPackageRequest) ReadField1

func (p *DropPackageRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPackageRequest) ReadField2

func (p *DropPackageRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPackageRequest) ReadField3

func (p *DropPackageRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPackageRequest) String

func (p *DropPackageRequest) String() string

func (*DropPackageRequest) Write

func (p *DropPackageRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type DropPartitionsExpr

type DropPartitionsExpr struct {
	Expr             []byte `thrift:"expr,1,required" db:"expr" json:"expr"`
	PartArchiveLevel *int32 `thrift:"partArchiveLevel,2" db:"partArchiveLevel" json:"partArchiveLevel,omitempty"`
}

Attributes:

  • Expr
  • PartArchiveLevel

func NewDropPartitionsExpr

func NewDropPartitionsExpr() *DropPartitionsExpr

func (*DropPartitionsExpr) Equals

func (p *DropPartitionsExpr) Equals(other *DropPartitionsExpr) bool

func (*DropPartitionsExpr) GetExpr

func (p *DropPartitionsExpr) GetExpr() []byte

func (*DropPartitionsExpr) GetPartArchiveLevel

func (p *DropPartitionsExpr) GetPartArchiveLevel() int32

func (*DropPartitionsExpr) IsSetPartArchiveLevel

func (p *DropPartitionsExpr) IsSetPartArchiveLevel() bool

func (*DropPartitionsExpr) Read

func (*DropPartitionsExpr) ReadField1

func (p *DropPartitionsExpr) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsExpr) ReadField2

func (p *DropPartitionsExpr) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsExpr) String

func (p *DropPartitionsExpr) String() string

func (*DropPartitionsExpr) Write

func (p *DropPartitionsExpr) Write(ctx context.Context, oprot thrift.TProtocol) error

type DropPartitionsRequest

type DropPartitionsRequest struct {
	DbName             string              `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName            string              `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	Parts              *RequestPartsSpec   `thrift:"parts,3,required" db:"parts" json:"parts"`
	DeleteData         *bool               `thrift:"deleteData,4" db:"deleteData" json:"deleteData,omitempty"`
	IfExists           bool                `thrift:"ifExists,5" db:"ifExists" json:"ifExists"`
	IgnoreProtection   *bool               `thrift:"ignoreProtection,6" db:"ignoreProtection" json:"ignoreProtection,omitempty"`
	EnvironmentContext *EnvironmentContext `thrift:"environmentContext,7" db:"environmentContext" json:"environmentContext,omitempty"`
	NeedResult_        bool                `thrift:"needResult,8" db:"needResult" json:"needResult"`
	CatName            *string             `thrift:"catName,9" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • DbName
  • TblName
  • Parts
  • DeleteData
  • IfExists
  • IgnoreProtection
  • EnvironmentContext
  • NeedResult_
  • CatName
var ThriftHiveMetastoreDropPartitionsReqArgs_Req_DEFAULT *DropPartitionsRequest

func NewDropPartitionsRequest

func NewDropPartitionsRequest() *DropPartitionsRequest

func (*DropPartitionsRequest) Equals

func (*DropPartitionsRequest) GetCatName

func (p *DropPartitionsRequest) GetCatName() string

func (*DropPartitionsRequest) GetDbName

func (p *DropPartitionsRequest) GetDbName() string

func (*DropPartitionsRequest) GetDeleteData

func (p *DropPartitionsRequest) GetDeleteData() bool

func (*DropPartitionsRequest) GetEnvironmentContext

func (p *DropPartitionsRequest) GetEnvironmentContext() *EnvironmentContext

func (*DropPartitionsRequest) GetIfExists

func (p *DropPartitionsRequest) GetIfExists() bool

func (*DropPartitionsRequest) GetIgnoreProtection

func (p *DropPartitionsRequest) GetIgnoreProtection() bool

func (*DropPartitionsRequest) GetNeedResult_

func (p *DropPartitionsRequest) GetNeedResult_() bool

func (*DropPartitionsRequest) GetParts

func (p *DropPartitionsRequest) GetParts() *RequestPartsSpec

func (*DropPartitionsRequest) GetTblName

func (p *DropPartitionsRequest) GetTblName() string

func (*DropPartitionsRequest) IsSetCatName

func (p *DropPartitionsRequest) IsSetCatName() bool

func (*DropPartitionsRequest) IsSetDeleteData

func (p *DropPartitionsRequest) IsSetDeleteData() bool

func (*DropPartitionsRequest) IsSetEnvironmentContext

func (p *DropPartitionsRequest) IsSetEnvironmentContext() bool

func (*DropPartitionsRequest) IsSetIfExists

func (p *DropPartitionsRequest) IsSetIfExists() bool

func (*DropPartitionsRequest) IsSetIgnoreProtection

func (p *DropPartitionsRequest) IsSetIgnoreProtection() bool

func (*DropPartitionsRequest) IsSetNeedResult_

func (p *DropPartitionsRequest) IsSetNeedResult_() bool

func (*DropPartitionsRequest) IsSetParts

func (p *DropPartitionsRequest) IsSetParts() bool

func (*DropPartitionsRequest) Read

func (*DropPartitionsRequest) ReadField1

func (p *DropPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField2

func (p *DropPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField3

func (p *DropPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField4

func (p *DropPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField5

func (p *DropPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField6

func (p *DropPartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField7

func (p *DropPartitionsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField8

func (p *DropPartitionsRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) ReadField9

func (p *DropPartitionsRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsRequest) String

func (p *DropPartitionsRequest) String() string

func (*DropPartitionsRequest) Write

type DropPartitionsResult_

type DropPartitionsResult_ struct {
	Partitions []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions,omitempty"`
}

Attributes:

  • Partitions
var ThriftHiveMetastoreDropPartitionsReqResult_Success_DEFAULT *DropPartitionsResult_

func NewDropPartitionsResult_

func NewDropPartitionsResult_() *DropPartitionsResult_

func (*DropPartitionsResult_) Equals

func (*DropPartitionsResult_) GetPartitions

func (p *DropPartitionsResult_) GetPartitions() []*Partition

func (*DropPartitionsResult_) IsSetPartitions

func (p *DropPartitionsResult_) IsSetPartitions() bool

func (*DropPartitionsResult_) Read

func (*DropPartitionsResult_) ReadField1

func (p *DropPartitionsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*DropPartitionsResult_) String

func (p *DropPartitionsResult_) String() string

func (*DropPartitionsResult_) Write

type EnvironmentContext

type EnvironmentContext struct {
	Properties map[string]string `thrift:"properties,1" db:"properties" json:"properties"`
}

Attributes:

  • Properties
var AlterPartitionsRequest_EnvironmentContext_DEFAULT *EnvironmentContext
var AlterTableRequest_EnvironmentContext_DEFAULT *EnvironmentContext
var CreateTableRequest_EnvContext_DEFAULT *EnvironmentContext
var DropPartitionsRequest_EnvironmentContext_DEFAULT *EnvironmentContext
var GetFieldsRequest_EnvContext_DEFAULT *EnvironmentContext
var GetSchemaRequest_EnvContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreDropTableWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs_EnvironmentContext_DEFAULT *EnvironmentContext

func NewEnvironmentContext

func NewEnvironmentContext() *EnvironmentContext

func (*EnvironmentContext) Equals

func (p *EnvironmentContext) Equals(other *EnvironmentContext) bool

func (*EnvironmentContext) GetProperties

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

func (*EnvironmentContext) Read

func (*EnvironmentContext) ReadField1

func (p *EnvironmentContext) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*EnvironmentContext) String

func (p *EnvironmentContext) String() string

func (*EnvironmentContext) Write

func (p *EnvironmentContext) Write(ctx context.Context, oprot thrift.TProtocol) error

type EventRequestType

type EventRequestType int64
const (
	EventRequestType_INSERT EventRequestType = 1
	EventRequestType_UPDATE EventRequestType = 2
	EventRequestType_DELETE EventRequestType = 3
)

func EventRequestTypeFromString

func EventRequestTypeFromString(s string) (EventRequestType, error)

func EventRequestTypePtr

func EventRequestTypePtr(v EventRequestType) *EventRequestType

func (EventRequestType) MarshalText

func (p EventRequestType) MarshalText() ([]byte, error)

func (*EventRequestType) Scan

func (p *EventRequestType) Scan(value interface{}) error

func (EventRequestType) String

func (p EventRequestType) String() string

func (*EventRequestType) UnmarshalText

func (p *EventRequestType) UnmarshalText(text []byte) error

func (*EventRequestType) Value

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

type ExtendedTableInfo

type ExtendedTableInfo struct {
	TblName                   string   `thrift:"tblName,1,required" db:"tblName" json:"tblName"`
	AccessType                *int32   `thrift:"accessType,2" db:"accessType" json:"accessType,omitempty"`
	RequiredReadCapabilities  []string `thrift:"requiredReadCapabilities,3" db:"requiredReadCapabilities" json:"requiredReadCapabilities,omitempty"`
	RequiredWriteCapabilities []string `thrift:"requiredWriteCapabilities,4" db:"requiredWriteCapabilities" json:"requiredWriteCapabilities,omitempty"`
}

Attributes:

  • TblName
  • AccessType
  • RequiredReadCapabilities
  • RequiredWriteCapabilities

func NewExtendedTableInfo

func NewExtendedTableInfo() *ExtendedTableInfo

func (*ExtendedTableInfo) Equals

func (p *ExtendedTableInfo) Equals(other *ExtendedTableInfo) bool

func (*ExtendedTableInfo) GetAccessType

func (p *ExtendedTableInfo) GetAccessType() int32

func (*ExtendedTableInfo) GetRequiredReadCapabilities

func (p *ExtendedTableInfo) GetRequiredReadCapabilities() []string

func (*ExtendedTableInfo) GetRequiredWriteCapabilities

func (p *ExtendedTableInfo) GetRequiredWriteCapabilities() []string

func (*ExtendedTableInfo) GetTblName

func (p *ExtendedTableInfo) GetTblName() string

func (*ExtendedTableInfo) IsSetAccessType

func (p *ExtendedTableInfo) IsSetAccessType() bool

func (*ExtendedTableInfo) IsSetRequiredReadCapabilities

func (p *ExtendedTableInfo) IsSetRequiredReadCapabilities() bool

func (*ExtendedTableInfo) IsSetRequiredWriteCapabilities

func (p *ExtendedTableInfo) IsSetRequiredWriteCapabilities() bool

func (*ExtendedTableInfo) Read

func (p *ExtendedTableInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedTableInfo) ReadField1

func (p *ExtendedTableInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedTableInfo) ReadField2

func (p *ExtendedTableInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedTableInfo) ReadField3

func (p *ExtendedTableInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedTableInfo) ReadField4

func (p *ExtendedTableInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ExtendedTableInfo) String

func (p *ExtendedTableInfo) String() string

func (*ExtendedTableInfo) Write

func (p *ExtendedTableInfo) Write(ctx context.Context, 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) Equals

func (p *FieldSchema) Equals(other *FieldSchema) bool

func (*FieldSchema) GetComment

func (p *FieldSchema) GetComment() string

func (*FieldSchema) GetName

func (p *FieldSchema) GetName() string

func (*FieldSchema) GetType

func (p *FieldSchema) GetType() string

func (*FieldSchema) Read

func (p *FieldSchema) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FieldSchema) ReadField1

func (p *FieldSchema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FieldSchema) ReadField2

func (p *FieldSchema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FieldSchema) ReadField3

func (p *FieldSchema) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FieldSchema) String

func (p *FieldSchema) String() string

func (*FieldSchema) Write

func (p *FieldSchema) Write(ctx context.Context, oprot thrift.TProtocol) error

type FileMetadataExprType

type FileMetadataExprType int64
const (
	FileMetadataExprType_ORC_SARG FileMetadataExprType = 1
)
var GetFileMetadataByExprRequest_Type_DEFAULT FileMetadataExprType
var PutFileMetadataRequest_Type_DEFAULT FileMetadataExprType

func FileMetadataExprTypeFromString

func FileMetadataExprTypeFromString(s string) (FileMetadataExprType, error)

func (FileMetadataExprType) MarshalText

func (p FileMetadataExprType) MarshalText() ([]byte, error)

func (*FileMetadataExprType) Scan

func (p *FileMetadataExprType) Scan(value interface{}) error

func (FileMetadataExprType) String

func (p FileMetadataExprType) String() string

func (*FileMetadataExprType) UnmarshalText

func (p *FileMetadataExprType) UnmarshalText(text []byte) error

func (*FileMetadataExprType) Value

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

type FindSchemasByColsResp

type FindSchemasByColsResp struct {
	SchemaVersions []*SchemaVersionDescriptor `thrift:"schemaVersions,1" db:"schemaVersions" json:"schemaVersions"`
}

Attributes:

  • SchemaVersions
var ThriftHiveMetastoreGetSchemasByColsResult_Success_DEFAULT *FindSchemasByColsResp

func NewFindSchemasByColsResp

func NewFindSchemasByColsResp() *FindSchemasByColsResp

func (*FindSchemasByColsResp) Equals

func (*FindSchemasByColsResp) GetSchemaVersions

func (p *FindSchemasByColsResp) GetSchemaVersions() []*SchemaVersionDescriptor

func (*FindSchemasByColsResp) Read

func (*FindSchemasByColsResp) ReadField1

func (p *FindSchemasByColsResp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FindSchemasByColsResp) String

func (p *FindSchemasByColsResp) String() string

func (*FindSchemasByColsResp) Write

type FindSchemasByColsRqst

type FindSchemasByColsRqst struct {
	ColName      *string `thrift:"colName,1" db:"colName" json:"colName,omitempty"`
	ColNamespace *string `thrift:"colNamespace,2" db:"colNamespace" json:"colNamespace,omitempty"`
	Type         *string `thrift:"type,3" db:"type" json:"type,omitempty"`
}

Attributes:

  • ColName
  • ColNamespace
  • Type
var ThriftHiveMetastoreGetSchemasByColsArgs_Rqst_DEFAULT *FindSchemasByColsRqst

func NewFindSchemasByColsRqst

func NewFindSchemasByColsRqst() *FindSchemasByColsRqst

func (*FindSchemasByColsRqst) Equals

func (*FindSchemasByColsRqst) GetColName

func (p *FindSchemasByColsRqst) GetColName() string

func (*FindSchemasByColsRqst) GetColNamespace

func (p *FindSchemasByColsRqst) GetColNamespace() string

func (*FindSchemasByColsRqst) GetType

func (p *FindSchemasByColsRqst) GetType() string

func (*FindSchemasByColsRqst) IsSetColName

func (p *FindSchemasByColsRqst) IsSetColName() bool

func (*FindSchemasByColsRqst) IsSetColNamespace

func (p *FindSchemasByColsRqst) IsSetColNamespace() bool

func (*FindSchemasByColsRqst) IsSetType

func (p *FindSchemasByColsRqst) IsSetType() bool

func (*FindSchemasByColsRqst) Read

func (*FindSchemasByColsRqst) ReadField1

func (p *FindSchemasByColsRqst) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FindSchemasByColsRqst) ReadField2

func (p *FindSchemasByColsRqst) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FindSchemasByColsRqst) ReadField3

func (p *FindSchemasByColsRqst) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FindSchemasByColsRqst) String

func (p *FindSchemasByColsRqst) String() string

func (*FindSchemasByColsRqst) Write

type FireEventRequest

type FireEventRequest struct {
	Successful    bool                  `thrift:"successful,1,required" db:"successful" json:"successful"`
	Data          *FireEventRequestData `thrift:"data,2,required" db:"data" json:"data"`
	DbName        *string               `thrift:"dbName,3" db:"dbName" json:"dbName,omitempty"`
	TableName     *string               `thrift:"tableName,4" db:"tableName" json:"tableName,omitempty"`
	PartitionVals []string              `thrift:"partitionVals,5" db:"partitionVals" json:"partitionVals,omitempty"`
	CatName       *string               `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • Successful
  • Data
  • DbName
  • TableName
  • PartitionVals
  • CatName
var ThriftHiveMetastoreFireListenerEventArgs_Rqst_DEFAULT *FireEventRequest

func NewFireEventRequest

func NewFireEventRequest() *FireEventRequest

func (*FireEventRequest) Equals

func (p *FireEventRequest) Equals(other *FireEventRequest) bool

func (*FireEventRequest) GetCatName

func (p *FireEventRequest) GetCatName() string

func (*FireEventRequest) GetData

func (p *FireEventRequest) GetData() *FireEventRequestData

func (*FireEventRequest) GetDbName

func (p *FireEventRequest) GetDbName() string

func (*FireEventRequest) GetPartitionVals

func (p *FireEventRequest) GetPartitionVals() []string

func (*FireEventRequest) GetSuccessful

func (p *FireEventRequest) GetSuccessful() bool

func (*FireEventRequest) GetTableName

func (p *FireEventRequest) GetTableName() string

func (*FireEventRequest) IsSetCatName

func (p *FireEventRequest) IsSetCatName() bool

func (*FireEventRequest) IsSetData

func (p *FireEventRequest) IsSetData() bool

func (*FireEventRequest) IsSetDbName

func (p *FireEventRequest) IsSetDbName() bool

func (*FireEventRequest) IsSetPartitionVals

func (p *FireEventRequest) IsSetPartitionVals() bool

func (*FireEventRequest) IsSetTableName

func (p *FireEventRequest) IsSetTableName() bool

func (*FireEventRequest) Read

func (p *FireEventRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField1

func (p *FireEventRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField2

func (p *FireEventRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField3

func (p *FireEventRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField4

func (p *FireEventRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField5

func (p *FireEventRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) ReadField6

func (p *FireEventRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequest) String

func (p *FireEventRequest) String() string

func (*FireEventRequest) Write

func (p *FireEventRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type FireEventRequestData

type FireEventRequestData struct {
	InsertData  *InsertEventRequestData   `thrift:"insertData,1" db:"insertData" json:"insertData,omitempty"`
	InsertDatas []*InsertEventRequestData `thrift:"insertDatas,2" db:"insertDatas" json:"insertDatas,omitempty"`
}

Attributes:

  • InsertData
  • InsertDatas
var FireEventRequest_Data_DEFAULT *FireEventRequestData

func NewFireEventRequestData

func NewFireEventRequestData() *FireEventRequestData

func (*FireEventRequestData) CountSetFieldsFireEventRequestData

func (p *FireEventRequestData) CountSetFieldsFireEventRequestData() int

func (*FireEventRequestData) Equals

func (*FireEventRequestData) GetInsertData

func (p *FireEventRequestData) GetInsertData() *InsertEventRequestData

func (*FireEventRequestData) GetInsertDatas

func (p *FireEventRequestData) GetInsertDatas() []*InsertEventRequestData

func (*FireEventRequestData) IsSetInsertData

func (p *FireEventRequestData) IsSetInsertData() bool

func (*FireEventRequestData) IsSetInsertDatas

func (p *FireEventRequestData) IsSetInsertDatas() bool

func (*FireEventRequestData) Read

func (*FireEventRequestData) ReadField1

func (p *FireEventRequestData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequestData) ReadField2

func (p *FireEventRequestData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventRequestData) String

func (p *FireEventRequestData) String() string

func (*FireEventRequestData) Write

type FireEventResponse

type FireEventResponse struct {
	EventIds []int64 `thrift:"eventIds,1" db:"eventIds" json:"eventIds"`
}

Attributes:

  • EventIds
var ThriftHiveMetastoreFireListenerEventResult_Success_DEFAULT *FireEventResponse

func NewFireEventResponse

func NewFireEventResponse() *FireEventResponse

func (*FireEventResponse) Equals

func (p *FireEventResponse) Equals(other *FireEventResponse) bool

func (*FireEventResponse) GetEventIds

func (p *FireEventResponse) GetEventIds() []int64

func (*FireEventResponse) Read

func (p *FireEventResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventResponse) ReadField1

func (p *FireEventResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*FireEventResponse) String

func (p *FireEventResponse) String() string

func (*FireEventResponse) Write

func (p *FireEventResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type ForeignKeysRequest

type ForeignKeysRequest struct {
	ParentDbName   string  `thrift:"parent_db_name,1" db:"parent_db_name" json:"parent_db_name"`
	ParentTblName  string  `thrift:"parent_tbl_name,2" db:"parent_tbl_name" json:"parent_tbl_name"`
	ForeignDbName  string  `thrift:"foreign_db_name,3" db:"foreign_db_name" json:"foreign_db_name"`
	ForeignTblName string  `thrift:"foreign_tbl_name,4" db:"foreign_tbl_name" json:"foreign_tbl_name"`
	CatName        *string `thrift:"catName,5" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • ParentDbName
  • ParentTblName
  • ForeignDbName
  • ForeignTblName
  • CatName
var ThriftHiveMetastoreGetForeignKeysArgs_Request_DEFAULT *ForeignKeysRequest

func NewForeignKeysRequest

func NewForeignKeysRequest() *ForeignKeysRequest

func (*ForeignKeysRequest) Equals

func (p *ForeignKeysRequest) Equals(other *ForeignKeysRequest) bool

func (*ForeignKeysRequest) GetCatName

func (p *ForeignKeysRequest) GetCatName() string

func (*ForeignKeysRequest) GetForeignDbName

func (p *ForeignKeysRequest) GetForeignDbName() string

func (*ForeignKeysRequest) GetForeignTblName

func (p *ForeignKeysRequest) GetForeignTblName() string

func (*ForeignKeysRequest) GetParentDbName

func (p *ForeignKeysRequest) GetParentDbName() string

func (*ForeignKeysRequest) GetParentTblName

func (p *ForeignKeysRequest) GetParentTblName() string

func (*ForeignKeysRequest) IsSetCatName

func (p *ForeignKeysRequest) IsSetCatName() bool

func (*ForeignKeysRequest) Read

func (*ForeignKeysRequest) ReadField1

func (p *ForeignKeysRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysRequest) ReadField2

func (p *ForeignKeysRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysRequest) ReadField3

func (p *ForeignKeysRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysRequest) ReadField4

func (p *ForeignKeysRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysRequest) ReadField5

func (p *ForeignKeysRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysRequest) String

func (p *ForeignKeysRequest) String() string

func (*ForeignKeysRequest) Write

func (p *ForeignKeysRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type ForeignKeysResponse

type ForeignKeysResponse struct {
	ForeignKeys []*SQLForeignKey `thrift:"foreignKeys,1,required" db:"foreignKeys" json:"foreignKeys"`
}

Attributes:

  • ForeignKeys
var ThriftHiveMetastoreGetForeignKeysResult_Success_DEFAULT *ForeignKeysResponse

func NewForeignKeysResponse

func NewForeignKeysResponse() *ForeignKeysResponse

func (*ForeignKeysResponse) Equals

func (p *ForeignKeysResponse) Equals(other *ForeignKeysResponse) bool

func (*ForeignKeysResponse) GetForeignKeys

func (p *ForeignKeysResponse) GetForeignKeys() []*SQLForeignKey

func (*ForeignKeysResponse) Read

func (*ForeignKeysResponse) ReadField1

func (p *ForeignKeysResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ForeignKeysResponse) String

func (p *ForeignKeysResponse) String() string

func (*ForeignKeysResponse) Write

type Function

type Function struct {
	FunctionName string         `thrift:"functionName,1" db:"functionName" json:"functionName"`
	DbName       string         `thrift:"dbName,2" db:"dbName" json:"dbName"`
	ClassName    string         `thrift:"className,3" db:"className" json:"className"`
	OwnerName    string         `thrift:"ownerName,4" db:"ownerName" json:"ownerName"`
	OwnerType    PrincipalType  `thrift:"ownerType,5" db:"ownerType" json:"ownerType"`
	CreateTime   int32          `thrift:"createTime,6" db:"createTime" json:"createTime"`
	FunctionType FunctionType   `thrift:"functionType,7" db:"functionType" json:"functionType"`
	ResourceUris []*ResourceUri `thrift:"resourceUris,8" db:"resourceUris" json:"resourceUris"`
	CatName      *string        `thrift:"catName,9" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • FunctionName
  • DbName
  • ClassName
  • OwnerName
  • OwnerType
  • CreateTime
  • FunctionType
  • ResourceUris
  • CatName
var ThriftHiveMetastoreAlterFunctionArgs_NewFunc__DEFAULT *Function
var ThriftHiveMetastoreCreateFunctionArgs_Func_DEFAULT *Function
var ThriftHiveMetastoreGetFunctionResult_Success_DEFAULT *Function

func NewFunction

func NewFunction() *Function

func (*Function) Equals

func (p *Function) Equals(other *Function) bool

func (*Function) GetCatName

func (p *Function) GetCatName() string

func (*Function) GetClassName

func (p *Function) GetClassName() string

func (*Function) GetCreateTime

func (p *Function) GetCreateTime() int32

func (*Function) GetDbName

func (p *Function) GetDbName() string

func (*Function) GetFunctionName

func (p *Function) GetFunctionName() string

func (*Function) GetFunctionType

func (p *Function) GetFunctionType() FunctionType

func (*Function) GetOwnerName

func (p *Function) GetOwnerName() string

func (*Function) GetOwnerType

func (p *Function) GetOwnerType() PrincipalType

func (*Function) GetResourceUris

func (p *Function) GetResourceUris() []*ResourceUri

func (*Function) IsSetCatName

func (p *Function) IsSetCatName() bool

func (*Function) Read

func (p *Function) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField1

func (p *Function) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField2

func (p *Function) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField3

func (p *Function) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField4

func (p *Function) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField5

func (p *Function) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField6

func (p *Function) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField7

func (p *Function) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField8

func (p *Function) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) ReadField9

func (p *Function) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*Function) String

func (p *Function) String() string

func (*Function) Write

func (p *Function) Write(ctx context.Context, oprot thrift.TProtocol) error

type FunctionType

type FunctionType int64
const (
	FunctionType_JAVA FunctionType = 1
)

func FunctionTypeFromString

func FunctionTypeFromString(s string) (FunctionType, error)

func FunctionTypePtr

func FunctionTypePtr(v FunctionType) *FunctionType

func (FunctionType) MarshalText

func (p FunctionType) MarshalText() ([]byte, error)

func (*FunctionType) Scan

func (p *FunctionType) Scan(value interface{}) error

func (FunctionType) String

func (p FunctionType) String() string

func (*FunctionType) UnmarshalText

func (p *FunctionType) UnmarshalText(text []byte) error

func (*FunctionType) Value

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

type GetAllFunctionsResponse

type GetAllFunctionsResponse struct {
	Functions []*Function `thrift:"functions,1" db:"functions" json:"functions,omitempty"`
}

Attributes:

  • Functions
var ThriftHiveMetastoreGetAllFunctionsResult_Success_DEFAULT *GetAllFunctionsResponse

func NewGetAllFunctionsResponse

func NewGetAllFunctionsResponse() *GetAllFunctionsResponse

func (*GetAllFunctionsResponse) Equals

func (*GetAllFunctionsResponse) GetFunctions

func (p *GetAllFunctionsResponse) GetFunctions() []*Function

func (*GetAllFunctionsResponse) IsSetFunctions

func (p *GetAllFunctionsResponse) IsSetFunctions() bool

func (*GetAllFunctionsResponse) Read

func (*GetAllFunctionsResponse) ReadField1

func (p *GetAllFunctionsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetAllFunctionsResponse) String

func (p *GetAllFunctionsResponse) String() string

func (*GetAllFunctionsResponse) Write

type GetCatalogRequest

type GetCatalogRequest struct {
	Name string `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name
var ThriftHiveMetastoreGetCatalogArgs_CatName_DEFAULT *GetCatalogRequest

func NewGetCatalogRequest

func NewGetCatalogRequest() *GetCatalogRequest

func (*GetCatalogRequest) Equals

func (p *GetCatalogRequest) Equals(other *GetCatalogRequest) bool

func (*GetCatalogRequest) GetName

func (p *GetCatalogRequest) GetName() string

func (*GetCatalogRequest) Read

func (p *GetCatalogRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetCatalogRequest) ReadField1

func (p *GetCatalogRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetCatalogRequest) String

func (p *GetCatalogRequest) String() string

func (*GetCatalogRequest) Write

func (p *GetCatalogRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetCatalogResponse

type GetCatalogResponse struct {
	Catalog *Catalog `thrift:"catalog,1" db:"catalog" json:"catalog"`
}

Attributes:

  • Catalog
var ThriftHiveMetastoreGetCatalogResult_Success_DEFAULT *GetCatalogResponse

func NewGetCatalogResponse

func NewGetCatalogResponse() *GetCatalogResponse

func (*GetCatalogResponse) Equals

func (p *GetCatalogResponse) Equals(other *GetCatalogResponse) bool

func (*GetCatalogResponse) GetCatalog

func (p *GetCatalogResponse) GetCatalog() *Catalog

func (*GetCatalogResponse) IsSetCatalog

func (p *GetCatalogResponse) IsSetCatalog() bool

func (*GetCatalogResponse) Read

func (*GetCatalogResponse) ReadField1

func (p *GetCatalogResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetCatalogResponse) String

func (p *GetCatalogResponse) String() string

func (*GetCatalogResponse) Write

func (p *GetCatalogResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetCatalogsResponse

type GetCatalogsResponse struct {
	Names []string `thrift:"names,1" db:"names" json:"names"`
}

Attributes:

  • Names
var ThriftHiveMetastoreGetCatalogsResult_Success_DEFAULT *GetCatalogsResponse

func NewGetCatalogsResponse

func NewGetCatalogsResponse() *GetCatalogsResponse

func (*GetCatalogsResponse) Equals

func (p *GetCatalogsResponse) Equals(other *GetCatalogsResponse) bool

func (*GetCatalogsResponse) GetNames

func (p *GetCatalogsResponse) GetNames() []string

func (*GetCatalogsResponse) Read

func (*GetCatalogsResponse) ReadField1

func (p *GetCatalogsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetCatalogsResponse) String

func (p *GetCatalogsResponse) String() string

func (*GetCatalogsResponse) Write

type GetDataConnectorRequest

type GetDataConnectorRequest struct {
	ConnectorName string `thrift:"connectorName,1,required" db:"connectorName" json:"connectorName"`
}

Attributes:

  • ConnectorName
var ThriftHiveMetastoreGetDataconnectorReqArgs_Request_DEFAULT *GetDataConnectorRequest

func NewGetDataConnectorRequest

func NewGetDataConnectorRequest() *GetDataConnectorRequest

func (*GetDataConnectorRequest) Equals

func (*GetDataConnectorRequest) GetConnectorName

func (p *GetDataConnectorRequest) GetConnectorName() string

func (*GetDataConnectorRequest) Read

func (*GetDataConnectorRequest) ReadField1

func (p *GetDataConnectorRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetDataConnectorRequest) String

func (p *GetDataConnectorRequest) String() string

func (*GetDataConnectorRequest) Write

type GetDatabaseRequest

type GetDatabaseRequest struct {
	Name                  *string  `thrift:"name,1" db:"name" json:"name,omitempty"`
	CatalogName           *string  `thrift:"catalogName,2" db:"catalogName" json:"catalogName,omitempty"`
	ProcessorCapabilities []string `thrift:"processorCapabilities,3" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string  `thrift:"processorIdentifier,4" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
}

Attributes:

  • Name
  • CatalogName
  • ProcessorCapabilities
  • ProcessorIdentifier
var ThriftHiveMetastoreGetDatabaseReqArgs_Request_DEFAULT *GetDatabaseRequest

func NewGetDatabaseRequest

func NewGetDatabaseRequest() *GetDatabaseRequest

func (*GetDatabaseRequest) Equals

func (p *GetDatabaseRequest) Equals(other *GetDatabaseRequest) bool

func (*GetDatabaseRequest) GetCatalogName

func (p *GetDatabaseRequest) GetCatalogName() string

func (*GetDatabaseRequest) GetName

func (p *GetDatabaseRequest) GetName() string

func (*GetDatabaseRequest) GetProcessorCapabilities

func (p *GetDatabaseRequest) GetProcessorCapabilities() []string

func (*GetDatabaseRequest) GetProcessorIdentifier

func (p *GetDatabaseRequest) GetProcessorIdentifier() string

func (*GetDatabaseRequest) IsSetCatalogName

func (p *GetDatabaseRequest) IsSetCatalogName() bool

func (*GetDatabaseRequest) IsSetName

func (p *GetDatabaseRequest) IsSetName() bool

func (*GetDatabaseRequest) IsSetProcessorCapabilities

func (p *GetDatabaseRequest) IsSetProcessorCapabilities() bool

func (*GetDatabaseRequest) IsSetProcessorIdentifier

func (p *GetDatabaseRequest) IsSetProcessorIdentifier() bool

func (*GetDatabaseRequest) Read

func (*GetDatabaseRequest) ReadField1

func (p *GetDatabaseRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetDatabaseRequest) ReadField2

func (p *GetDatabaseRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetDatabaseRequest) ReadField3

func (p *GetDatabaseRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetDatabaseRequest) ReadField4

func (p *GetDatabaseRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetDatabaseRequest) String

func (p *GetDatabaseRequest) String() string

func (*GetDatabaseRequest) Write

func (p *GetDatabaseRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetFieldsRequest

type GetFieldsRequest struct {
	CatName          *string             `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string              `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string              `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	EnvContext       *EnvironmentContext `thrift:"envContext,4" db:"envContext" json:"envContext,omitempty"`
	ValidWriteIdList *string             `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64               `thrift:"id,6" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • EnvContext
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetFieldsReqArgs_Req_DEFAULT *GetFieldsRequest

func NewGetFieldsRequest

func NewGetFieldsRequest() *GetFieldsRequest

func (*GetFieldsRequest) Equals

func (p *GetFieldsRequest) Equals(other *GetFieldsRequest) bool

func (*GetFieldsRequest) GetCatName

func (p *GetFieldsRequest) GetCatName() string

func (*GetFieldsRequest) GetDbName

func (p *GetFieldsRequest) GetDbName() string

func (*GetFieldsRequest) GetEnvContext

func (p *GetFieldsRequest) GetEnvContext() *EnvironmentContext

func (*GetFieldsRequest) GetID

func (p *GetFieldsRequest) GetID() int64

func (*GetFieldsRequest) GetTblName

func (p *GetFieldsRequest) GetTblName() string

func (*GetFieldsRequest) GetValidWriteIdList

func (p *GetFieldsRequest) GetValidWriteIdList() string

func (*GetFieldsRequest) IsSetCatName

func (p *GetFieldsRequest) IsSetCatName() bool

func (*GetFieldsRequest) IsSetEnvContext

func (p *GetFieldsRequest) IsSetEnvContext() bool

func (*GetFieldsRequest) IsSetID

func (p *GetFieldsRequest) IsSetID() bool

func (*GetFieldsRequest) IsSetValidWriteIdList

func (p *GetFieldsRequest) IsSetValidWriteIdList() bool

func (*GetFieldsRequest) Read

func (p *GetFieldsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField1

func (p *GetFieldsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField2

func (p *GetFieldsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField3

func (p *GetFieldsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField4

func (p *GetFieldsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField5

func (p *GetFieldsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) ReadField6

func (p *GetFieldsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsRequest) String

func (p *GetFieldsRequest) String() string

func (*GetFieldsRequest) Write

func (p *GetFieldsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetFieldsResponse

type GetFieldsResponse struct {
	Fields []*FieldSchema `thrift:"fields,1,required" db:"fields" json:"fields"`
}

Attributes:

  • Fields
var ThriftHiveMetastoreGetFieldsReqResult_Success_DEFAULT *GetFieldsResponse

func NewGetFieldsResponse

func NewGetFieldsResponse() *GetFieldsResponse

func (*GetFieldsResponse) Equals

func (p *GetFieldsResponse) Equals(other *GetFieldsResponse) bool

func (*GetFieldsResponse) GetFields

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

func (*GetFieldsResponse) Read

func (p *GetFieldsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsResponse) ReadField1

func (p *GetFieldsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFieldsResponse) String

func (p *GetFieldsResponse) String() string

func (*GetFieldsResponse) Write

func (p *GetFieldsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetFileMetadataByExprRequest

type GetFileMetadataByExprRequest struct {
	FileIds      []int64               `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
	Expr         []byte                `thrift:"expr,2,required" db:"expr" json:"expr"`
	DoGetFooters *bool                 `thrift:"doGetFooters,3" db:"doGetFooters" json:"doGetFooters,omitempty"`
	Type         *FileMetadataExprType `thrift:"type,4" db:"type" json:"type,omitempty"`
}

Attributes:

  • FileIds
  • Expr
  • DoGetFooters
  • Type
var ThriftHiveMetastoreGetFileMetadataByExprArgs_Req_DEFAULT *GetFileMetadataByExprRequest

func NewGetFileMetadataByExprRequest

func NewGetFileMetadataByExprRequest() *GetFileMetadataByExprRequest

func (*GetFileMetadataByExprRequest) Equals

func (*GetFileMetadataByExprRequest) GetDoGetFooters

func (p *GetFileMetadataByExprRequest) GetDoGetFooters() bool

func (*GetFileMetadataByExprRequest) GetExpr

func (p *GetFileMetadataByExprRequest) GetExpr() []byte

func (*GetFileMetadataByExprRequest) GetFileIds

func (p *GetFileMetadataByExprRequest) GetFileIds() []int64

func (*GetFileMetadataByExprRequest) GetType

func (*GetFileMetadataByExprRequest) IsSetDoGetFooters

func (p *GetFileMetadataByExprRequest) IsSetDoGetFooters() bool

func (*GetFileMetadataByExprRequest) IsSetType

func (p *GetFileMetadataByExprRequest) IsSetType() bool

func (*GetFileMetadataByExprRequest) Read

func (*GetFileMetadataByExprRequest) ReadField1

func (*GetFileMetadataByExprRequest) ReadField2

func (*GetFileMetadataByExprRequest) ReadField3

func (*GetFileMetadataByExprRequest) ReadField4

func (*GetFileMetadataByExprRequest) String

func (*GetFileMetadataByExprRequest) Write

type GetFileMetadataByExprResult_

type GetFileMetadataByExprResult_ struct {
	Metadata    map[int64]*MetadataPpdResult_ `thrift:"metadata,1,required" db:"metadata" json:"metadata"`
	IsSupported bool                          `thrift:"isSupported,2,required" db:"isSupported" json:"isSupported"`
}

Attributes:

  • Metadata
  • IsSupported
var ThriftHiveMetastoreGetFileMetadataByExprResult_Success_DEFAULT *GetFileMetadataByExprResult_

func NewGetFileMetadataByExprResult_

func NewGetFileMetadataByExprResult_() *GetFileMetadataByExprResult_

func (*GetFileMetadataByExprResult_) Equals

func (*GetFileMetadataByExprResult_) GetIsSupported

func (p *GetFileMetadataByExprResult_) GetIsSupported() bool

func (*GetFileMetadataByExprResult_) GetMetadata

func (*GetFileMetadataByExprResult_) Read

func (*GetFileMetadataByExprResult_) ReadField1

func (*GetFileMetadataByExprResult_) ReadField2

func (*GetFileMetadataByExprResult_) String

func (*GetFileMetadataByExprResult_) Write

type GetFileMetadataRequest

type GetFileMetadataRequest struct {
	FileIds []int64 `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
}

Attributes:

  • FileIds
var ThriftHiveMetastoreGetFileMetadataArgs_Req_DEFAULT *GetFileMetadataRequest

func NewGetFileMetadataRequest

func NewGetFileMetadataRequest() *GetFileMetadataRequest

func (*GetFileMetadataRequest) Equals

func (*GetFileMetadataRequest) GetFileIds

func (p *GetFileMetadataRequest) GetFileIds() []int64

func (*GetFileMetadataRequest) Read

func (*GetFileMetadataRequest) ReadField1

func (p *GetFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFileMetadataRequest) String

func (p *GetFileMetadataRequest) String() string

func (*GetFileMetadataRequest) Write

type GetFileMetadataResult_

type GetFileMetadataResult_ struct {
	Metadata    map[int64][]byte `thrift:"metadata,1,required" db:"metadata" json:"metadata"`
	IsSupported bool             `thrift:"isSupported,2,required" db:"isSupported" json:"isSupported"`
}

Attributes:

  • Metadata
  • IsSupported
var ThriftHiveMetastoreGetFileMetadataResult_Success_DEFAULT *GetFileMetadataResult_

func NewGetFileMetadataResult_

func NewGetFileMetadataResult_() *GetFileMetadataResult_

func (*GetFileMetadataResult_) Equals

func (*GetFileMetadataResult_) GetIsSupported

func (p *GetFileMetadataResult_) GetIsSupported() bool

func (*GetFileMetadataResult_) GetMetadata

func (p *GetFileMetadataResult_) GetMetadata() map[int64][]byte

func (*GetFileMetadataResult_) Read

func (*GetFileMetadataResult_) ReadField1

func (p *GetFileMetadataResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFileMetadataResult_) ReadField2

func (p *GetFileMetadataResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetFileMetadataResult_) String

func (p *GetFileMetadataResult_) String() string

func (*GetFileMetadataResult_) Write

type GetLatestCommittedCompactionInfoRequest

type GetLatestCommittedCompactionInfoRequest struct {
	Dbname         string   `thrift:"dbname,1,required" db:"dbname" json:"dbname"`
	Tablename      string   `thrift:"tablename,2,required" db:"tablename" json:"tablename"`
	Partitionnames []string `thrift:"partitionnames,3" db:"partitionnames" json:"partitionnames,omitempty"`
}

Attributes:

  • Dbname
  • Tablename
  • Partitionnames
var ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs_Rqst_DEFAULT *GetLatestCommittedCompactionInfoRequest

func NewGetLatestCommittedCompactionInfoRequest

func NewGetLatestCommittedCompactionInfoRequest() *GetLatestCommittedCompactionInfoRequest

func (*GetLatestCommittedCompactionInfoRequest) Equals

func (*GetLatestCommittedCompactionInfoRequest) GetDbname

func (*GetLatestCommittedCompactionInfoRequest) GetPartitionnames

func (p *GetLatestCommittedCompactionInfoRequest) GetPartitionnames() []string

func (*GetLatestCommittedCompactionInfoRequest) GetTablename

func (*GetLatestCommittedCompactionInfoRequest) IsSetPartitionnames

func (p *GetLatestCommittedCompactionInfoRequest) IsSetPartitionnames() bool

func (*GetLatestCommittedCompactionInfoRequest) Read

func (*GetLatestCommittedCompactionInfoRequest) ReadField1

func (*GetLatestCommittedCompactionInfoRequest) ReadField2

func (*GetLatestCommittedCompactionInfoRequest) ReadField3

func (*GetLatestCommittedCompactionInfoRequest) String

func (*GetLatestCommittedCompactionInfoRequest) Write

type GetLatestCommittedCompactionInfoResponse

type GetLatestCommittedCompactionInfoResponse struct {
	Compactions []*CompactionInfoStruct `thrift:"compactions,1,required" db:"compactions" json:"compactions"`
}

Attributes:

  • Compactions
var ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult_Success_DEFAULT *GetLatestCommittedCompactionInfoResponse

func NewGetLatestCommittedCompactionInfoResponse

func NewGetLatestCommittedCompactionInfoResponse() *GetLatestCommittedCompactionInfoResponse

func (*GetLatestCommittedCompactionInfoResponse) Equals

func (*GetLatestCommittedCompactionInfoResponse) GetCompactions

func (*GetLatestCommittedCompactionInfoResponse) Read

func (*GetLatestCommittedCompactionInfoResponse) ReadField1

func (*GetLatestCommittedCompactionInfoResponse) String

func (*GetLatestCommittedCompactionInfoResponse) Write

type GetOpenTxnsInfoResponse

type GetOpenTxnsInfoResponse struct {
	TxnHighWaterMark int64      `thrift:"txn_high_water_mark,1,required" db:"txn_high_water_mark" json:"txn_high_water_mark"`
	OpenTxns         []*TxnInfo `thrift:"open_txns,2,required" db:"open_txns" json:"open_txns"`
}

Attributes:

  • TxnHighWaterMark
  • OpenTxns
var ThriftHiveMetastoreGetOpenTxnsInfoResult_Success_DEFAULT *GetOpenTxnsInfoResponse

func NewGetOpenTxnsInfoResponse

func NewGetOpenTxnsInfoResponse() *GetOpenTxnsInfoResponse

func (*GetOpenTxnsInfoResponse) Equals

func (*GetOpenTxnsInfoResponse) GetOpenTxns

func (p *GetOpenTxnsInfoResponse) GetOpenTxns() []*TxnInfo

func (*GetOpenTxnsInfoResponse) GetTxnHighWaterMark

func (p *GetOpenTxnsInfoResponse) GetTxnHighWaterMark() int64

func (*GetOpenTxnsInfoResponse) Read

func (*GetOpenTxnsInfoResponse) ReadField1

func (p *GetOpenTxnsInfoResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsInfoResponse) ReadField2

func (p *GetOpenTxnsInfoResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsInfoResponse) String

func (p *GetOpenTxnsInfoResponse) String() string

func (*GetOpenTxnsInfoResponse) Write

type GetOpenTxnsRequest

type GetOpenTxnsRequest struct {
	ExcludeTxnTypes []TxnType `thrift:"excludeTxnTypes,1" db:"excludeTxnTypes" json:"excludeTxnTypes,omitempty"`
}

Attributes:

  • ExcludeTxnTypes
var ThriftHiveMetastoreGetOpenTxnsReqArgs_GetOpenTxnsRequest_DEFAULT *GetOpenTxnsRequest

func NewGetOpenTxnsRequest

func NewGetOpenTxnsRequest() *GetOpenTxnsRequest

func (*GetOpenTxnsRequest) Equals

func (p *GetOpenTxnsRequest) Equals(other *GetOpenTxnsRequest) bool

func (*GetOpenTxnsRequest) GetExcludeTxnTypes

func (p *GetOpenTxnsRequest) GetExcludeTxnTypes() []TxnType

func (*GetOpenTxnsRequest) IsSetExcludeTxnTypes

func (p *GetOpenTxnsRequest) IsSetExcludeTxnTypes() bool

func (*GetOpenTxnsRequest) Read

func (*GetOpenTxnsRequest) ReadField1

func (p *GetOpenTxnsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsRequest) String

func (p *GetOpenTxnsRequest) String() string

func (*GetOpenTxnsRequest) Write

func (p *GetOpenTxnsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetOpenTxnsResponse

type GetOpenTxnsResponse struct {
	TxnHighWaterMark int64   `thrift:"txn_high_water_mark,1,required" db:"txn_high_water_mark" json:"txn_high_water_mark"`
	OpenTxns         []int64 `thrift:"open_txns,2,required" db:"open_txns" json:"open_txns"`
	MinOpenTxn       *int64  `thrift:"min_open_txn,3" db:"min_open_txn" json:"min_open_txn,omitempty"`
	AbortedBits      []byte  `thrift:"abortedBits,4,required" db:"abortedBits" json:"abortedBits"`
}

Attributes:

  • TxnHighWaterMark
  • OpenTxns
  • MinOpenTxn
  • AbortedBits
var ThriftHiveMetastoreGetOpenTxnsReqResult_Success_DEFAULT *GetOpenTxnsResponse
var ThriftHiveMetastoreGetOpenTxnsResult_Success_DEFAULT *GetOpenTxnsResponse

func NewGetOpenTxnsResponse

func NewGetOpenTxnsResponse() *GetOpenTxnsResponse

func (*GetOpenTxnsResponse) Equals

func (p *GetOpenTxnsResponse) Equals(other *GetOpenTxnsResponse) bool

func (*GetOpenTxnsResponse) GetAbortedBits

func (p *GetOpenTxnsResponse) GetAbortedBits() []byte

func (*GetOpenTxnsResponse) GetMinOpenTxn

func (p *GetOpenTxnsResponse) GetMinOpenTxn() int64

func (*GetOpenTxnsResponse) GetOpenTxns

func (p *GetOpenTxnsResponse) GetOpenTxns() []int64

func (*GetOpenTxnsResponse) GetTxnHighWaterMark

func (p *GetOpenTxnsResponse) GetTxnHighWaterMark() int64

func (*GetOpenTxnsResponse) IsSetMinOpenTxn

func (p *GetOpenTxnsResponse) IsSetMinOpenTxn() bool

func (*GetOpenTxnsResponse) Read

func (*GetOpenTxnsResponse) ReadField1

func (p *GetOpenTxnsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsResponse) ReadField2

func (p *GetOpenTxnsResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsResponse) ReadField3

func (p *GetOpenTxnsResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsResponse) ReadField4

func (p *GetOpenTxnsResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetOpenTxnsResponse) String

func (p *GetOpenTxnsResponse) String() string

func (*GetOpenTxnsResponse) Write

type GetPackageRequest

type GetPackageRequest struct {
	CatName     string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName      string `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	PackageName string `thrift:"packageName,3,required" db:"packageName" json:"packageName"`
}

Attributes:

  • CatName
  • DbName
  • PackageName
var ThriftHiveMetastoreFindPackageArgs_Request_DEFAULT *GetPackageRequest

func NewGetPackageRequest

func NewGetPackageRequest() *GetPackageRequest

func (*GetPackageRequest) Equals

func (p *GetPackageRequest) Equals(other *GetPackageRequest) bool

func (*GetPackageRequest) GetCatName

func (p *GetPackageRequest) GetCatName() string

func (*GetPackageRequest) GetDbName

func (p *GetPackageRequest) GetDbName() string

func (*GetPackageRequest) GetPackageName

func (p *GetPackageRequest) GetPackageName() string

func (*GetPackageRequest) Read

func (p *GetPackageRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPackageRequest) ReadField1

func (p *GetPackageRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPackageRequest) ReadField2

func (p *GetPackageRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPackageRequest) ReadField3

func (p *GetPackageRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPackageRequest) String

func (p *GetPackageRequest) String() string

func (*GetPackageRequest) Write

func (p *GetPackageRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetPartitionNamesPsRequest

type GetPartitionNamesPsRequest struct {
	CatName          *string  `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string   `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string   `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	PartValues       []string `thrift:"partValues,4" db:"partValues" json:"partValues,omitempty"`
	MaxParts         int16    `thrift:"maxParts,5" db:"maxParts" json:"maxParts"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,6" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64    `thrift:"id,7" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • PartValues
  • MaxParts
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetPartitionNamesPsReqArgs_Req_DEFAULT *GetPartitionNamesPsRequest

func NewGetPartitionNamesPsRequest

func NewGetPartitionNamesPsRequest() *GetPartitionNamesPsRequest

func (*GetPartitionNamesPsRequest) Equals

func (*GetPartitionNamesPsRequest) GetCatName

func (p *GetPartitionNamesPsRequest) GetCatName() string

func (*GetPartitionNamesPsRequest) GetDbName

func (p *GetPartitionNamesPsRequest) GetDbName() string

func (*GetPartitionNamesPsRequest) GetID

func (p *GetPartitionNamesPsRequest) GetID() int64

func (*GetPartitionNamesPsRequest) GetMaxParts

func (p *GetPartitionNamesPsRequest) GetMaxParts() int16

func (*GetPartitionNamesPsRequest) GetPartValues

func (p *GetPartitionNamesPsRequest) GetPartValues() []string

func (*GetPartitionNamesPsRequest) GetTblName

func (p *GetPartitionNamesPsRequest) GetTblName() string

func (*GetPartitionNamesPsRequest) GetValidWriteIdList

func (p *GetPartitionNamesPsRequest) GetValidWriteIdList() string

func (*GetPartitionNamesPsRequest) IsSetCatName

func (p *GetPartitionNamesPsRequest) IsSetCatName() bool

func (*GetPartitionNamesPsRequest) IsSetID

func (p *GetPartitionNamesPsRequest) IsSetID() bool

func (*GetPartitionNamesPsRequest) IsSetMaxParts

func (p *GetPartitionNamesPsRequest) IsSetMaxParts() bool

func (*GetPartitionNamesPsRequest) IsSetPartValues

func (p *GetPartitionNamesPsRequest) IsSetPartValues() bool

func (*GetPartitionNamesPsRequest) IsSetValidWriteIdList

func (p *GetPartitionNamesPsRequest) IsSetValidWriteIdList() bool

func (*GetPartitionNamesPsRequest) Read

func (*GetPartitionNamesPsRequest) ReadField1

func (p *GetPartitionNamesPsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField2

func (p *GetPartitionNamesPsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField3

func (p *GetPartitionNamesPsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField4

func (p *GetPartitionNamesPsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField5

func (p *GetPartitionNamesPsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField6

func (p *GetPartitionNamesPsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) ReadField7

func (p *GetPartitionNamesPsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionNamesPsRequest) String

func (p *GetPartitionNamesPsRequest) String() string

func (*GetPartitionNamesPsRequest) Write

type GetPartitionNamesPsResponse

type GetPartitionNamesPsResponse struct {
	Names []string `thrift:"names,1,required" db:"names" json:"names"`
}

Attributes:

  • Names
var ThriftHiveMetastoreGetPartitionNamesPsReqResult_Success_DEFAULT *GetPartitionNamesPsResponse

func NewGetPartitionNamesPsResponse

func NewGetPartitionNamesPsResponse() *GetPartitionNamesPsResponse

func (*GetPartitionNamesPsResponse) Equals

func (*GetPartitionNamesPsResponse) GetNames

func (p *GetPartitionNamesPsResponse) GetNames() []string

func (*GetPartitionNamesPsResponse) Read

func (*GetPartitionNamesPsResponse) ReadField1

func (*GetPartitionNamesPsResponse) String

func (p *GetPartitionNamesPsResponse) String() string

func (*GetPartitionNamesPsResponse) Write

type GetPartitionRequest

type GetPartitionRequest struct {
	CatName          *string  `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string   `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string   `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	PartVals         []string `thrift:"partVals,4,required" db:"partVals" json:"partVals"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64    `thrift:"id,6" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • PartVals
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetPartitionReqArgs_Req_DEFAULT *GetPartitionRequest

func NewGetPartitionRequest

func NewGetPartitionRequest() *GetPartitionRequest

func (*GetPartitionRequest) Equals

func (p *GetPartitionRequest) Equals(other *GetPartitionRequest) bool

func (*GetPartitionRequest) GetCatName

func (p *GetPartitionRequest) GetCatName() string

func (*GetPartitionRequest) GetDbName

func (p *GetPartitionRequest) GetDbName() string

func (*GetPartitionRequest) GetID

func (p *GetPartitionRequest) GetID() int64

func (*GetPartitionRequest) GetPartVals

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

func (*GetPartitionRequest) GetTblName

func (p *GetPartitionRequest) GetTblName() string

func (*GetPartitionRequest) GetValidWriteIdList

func (p *GetPartitionRequest) GetValidWriteIdList() string

func (*GetPartitionRequest) IsSetCatName

func (p *GetPartitionRequest) IsSetCatName() bool

func (*GetPartitionRequest) IsSetID

func (p *GetPartitionRequest) IsSetID() bool

func (*GetPartitionRequest) IsSetValidWriteIdList

func (p *GetPartitionRequest) IsSetValidWriteIdList() bool

func (*GetPartitionRequest) Read

func (*GetPartitionRequest) ReadField1

func (p *GetPartitionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) ReadField2

func (p *GetPartitionRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) ReadField3

func (p *GetPartitionRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) ReadField4

func (p *GetPartitionRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) ReadField5

func (p *GetPartitionRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) ReadField6

func (p *GetPartitionRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionRequest) String

func (p *GetPartitionRequest) String() string

func (*GetPartitionRequest) Write

type GetPartitionResponse

type GetPartitionResponse struct {
	Partition *Partition `thrift:"partition,1,required" db:"partition" json:"partition"`
}

Attributes:

  • Partition
var ThriftHiveMetastoreGetPartitionReqResult_Success_DEFAULT *GetPartitionResponse

func NewGetPartitionResponse

func NewGetPartitionResponse() *GetPartitionResponse

func (*GetPartitionResponse) Equals

func (*GetPartitionResponse) GetPartition

func (p *GetPartitionResponse) GetPartition() *Partition

func (*GetPartitionResponse) IsSetPartition

func (p *GetPartitionResponse) IsSetPartition() bool

func (*GetPartitionResponse) Read

func (*GetPartitionResponse) ReadField1

func (p *GetPartitionResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionResponse) String

func (p *GetPartitionResponse) String() string

func (*GetPartitionResponse) Write

type GetPartitionsByNamesRequest

type GetPartitionsByNamesRequest struct {
	DbName                string   `thrift:"db_name,1,required" db:"db_name" json:"db_name"`
	TblName               string   `thrift:"tbl_name,2,required" db:"tbl_name" json:"tbl_name"`
	Names                 []string `thrift:"names,3" db:"names" json:"names,omitempty"`
	GetColStats           *bool    `thrift:"get_col_stats,4" db:"get_col_stats" json:"get_col_stats,omitempty"`
	ProcessorCapabilities []string `thrift:"processorCapabilities,5" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string  `thrift:"processorIdentifier,6" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
	Engine                *string  `thrift:"engine,7" db:"engine" json:"engine,omitempty"`
	ValidWriteIdList      *string  `thrift:"validWriteIdList,8" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	GetFileMetadata       *bool    `thrift:"getFileMetadata,9" db:"getFileMetadata" json:"getFileMetadata,omitempty"`
	ID                    int64    `thrift:"id,10" db:"id" json:"id"`
}

Attributes:

  • DbName
  • TblName
  • Names
  • GetColStats
  • ProcessorCapabilities
  • ProcessorIdentifier
  • Engine
  • ValidWriteIdList
  • GetFileMetadata
  • ID
var ThriftHiveMetastoreGetPartitionsByNamesReqArgs_Req_DEFAULT *GetPartitionsByNamesRequest

func NewGetPartitionsByNamesRequest

func NewGetPartitionsByNamesRequest() *GetPartitionsByNamesRequest

func (*GetPartitionsByNamesRequest) Equals

func (*GetPartitionsByNamesRequest) GetDbName

func (p *GetPartitionsByNamesRequest) GetDbName() string

func (*GetPartitionsByNamesRequest) GetEngine

func (p *GetPartitionsByNamesRequest) GetEngine() string

func (*GetPartitionsByNamesRequest) GetGetColStats

func (p *GetPartitionsByNamesRequest) GetGetColStats() bool

func (*GetPartitionsByNamesRequest) GetGetFileMetadata

func (p *GetPartitionsByNamesRequest) GetGetFileMetadata() bool

func (*GetPartitionsByNamesRequest) GetID

func (*GetPartitionsByNamesRequest) GetNames

func (p *GetPartitionsByNamesRequest) GetNames() []string

func (*GetPartitionsByNamesRequest) GetProcessorCapabilities

func (p *GetPartitionsByNamesRequest) GetProcessorCapabilities() []string

func (*GetPartitionsByNamesRequest) GetProcessorIdentifier

func (p *GetPartitionsByNamesRequest) GetProcessorIdentifier() string

func (*GetPartitionsByNamesRequest) GetTblName

func (p *GetPartitionsByNamesRequest) GetTblName() string

func (*GetPartitionsByNamesRequest) GetValidWriteIdList

func (p *GetPartitionsByNamesRequest) GetValidWriteIdList() string

func (*GetPartitionsByNamesRequest) IsSetEngine

func (p *GetPartitionsByNamesRequest) IsSetEngine() bool

func (*GetPartitionsByNamesRequest) IsSetGetColStats

func (p *GetPartitionsByNamesRequest) IsSetGetColStats() bool

func (*GetPartitionsByNamesRequest) IsSetGetFileMetadata

func (p *GetPartitionsByNamesRequest) IsSetGetFileMetadata() bool

func (*GetPartitionsByNamesRequest) IsSetID

func (p *GetPartitionsByNamesRequest) IsSetID() bool

func (*GetPartitionsByNamesRequest) IsSetNames

func (p *GetPartitionsByNamesRequest) IsSetNames() bool

func (*GetPartitionsByNamesRequest) IsSetProcessorCapabilities

func (p *GetPartitionsByNamesRequest) IsSetProcessorCapabilities() bool

func (*GetPartitionsByNamesRequest) IsSetProcessorIdentifier

func (p *GetPartitionsByNamesRequest) IsSetProcessorIdentifier() bool

func (*GetPartitionsByNamesRequest) IsSetValidWriteIdList

func (p *GetPartitionsByNamesRequest) IsSetValidWriteIdList() bool

func (*GetPartitionsByNamesRequest) Read

func (*GetPartitionsByNamesRequest) ReadField1

func (*GetPartitionsByNamesRequest) ReadField10

func (p *GetPartitionsByNamesRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsByNamesRequest) ReadField2

func (*GetPartitionsByNamesRequest) ReadField3

func (*GetPartitionsByNamesRequest) ReadField4

func (*GetPartitionsByNamesRequest) ReadField5

func (*GetPartitionsByNamesRequest) ReadField6

func (*GetPartitionsByNamesRequest) ReadField7

func (*GetPartitionsByNamesRequest) ReadField8

func (*GetPartitionsByNamesRequest) ReadField9

func (*GetPartitionsByNamesRequest) String

func (p *GetPartitionsByNamesRequest) String() string

func (*GetPartitionsByNamesRequest) Write

type GetPartitionsByNamesResult_

type GetPartitionsByNamesResult_ struct {
	Partitions []*Partition `thrift:"partitions,1,required" db:"partitions" json:"partitions"`
}

Attributes:

  • Partitions
var ThriftHiveMetastoreGetPartitionsByNamesReqResult_Success_DEFAULT *GetPartitionsByNamesResult_

func NewGetPartitionsByNamesResult_

func NewGetPartitionsByNamesResult_() *GetPartitionsByNamesResult_

func (*GetPartitionsByNamesResult_) Equals

func (*GetPartitionsByNamesResult_) GetPartitions

func (p *GetPartitionsByNamesResult_) GetPartitions() []*Partition

func (*GetPartitionsByNamesResult_) Read

func (*GetPartitionsByNamesResult_) ReadField1

func (*GetPartitionsByNamesResult_) String

func (p *GetPartitionsByNamesResult_) String() string

func (*GetPartitionsByNamesResult_) Write

type GetPartitionsFilterSpec

type GetPartitionsFilterSpec struct {
	// unused fields # 1 to 6
	FilterMode *PartitionFilterMode `thrift:"filterMode,7" db:"filterMode" json:"filterMode,omitempty"`
	Filters    []string             `thrift:"filters,8" db:"filters" json:"filters,omitempty"`
}

Attributes:

  • FilterMode
  • Filters
var GetPartitionsRequest_FilterSpec_DEFAULT *GetPartitionsFilterSpec

func NewGetPartitionsFilterSpec

func NewGetPartitionsFilterSpec() *GetPartitionsFilterSpec

func (*GetPartitionsFilterSpec) Equals

func (*GetPartitionsFilterSpec) GetFilterMode

func (p *GetPartitionsFilterSpec) GetFilterMode() PartitionFilterMode

func (*GetPartitionsFilterSpec) GetFilters

func (p *GetPartitionsFilterSpec) GetFilters() []string

func (*GetPartitionsFilterSpec) IsSetFilterMode

func (p *GetPartitionsFilterSpec) IsSetFilterMode() bool

func (*GetPartitionsFilterSpec) IsSetFilters

func (p *GetPartitionsFilterSpec) IsSetFilters() bool

func (*GetPartitionsFilterSpec) Read

func (*GetPartitionsFilterSpec) ReadField7

func (p *GetPartitionsFilterSpec) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsFilterSpec) ReadField8

func (p *GetPartitionsFilterSpec) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsFilterSpec) String

func (p *GetPartitionsFilterSpec) String() string

func (*GetPartitionsFilterSpec) Write

type GetPartitionsPsWithAuthRequest

type GetPartitionsPsWithAuthRequest struct {
	CatName          *string  `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string   `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string   `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	PartVals         []string `thrift:"partVals,4" db:"partVals" json:"partVals,omitempty"`
	MaxParts         int16    `thrift:"maxParts,5" db:"maxParts" json:"maxParts"`
	UserName         *string  `thrift:"userName,6" db:"userName" json:"userName,omitempty"`
	GroupNames       []string `thrift:"groupNames,7" db:"groupNames" json:"groupNames,omitempty"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,8" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64    `thrift:"id,9" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • PartVals
  • MaxParts
  • UserName
  • GroupNames
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs_Req_DEFAULT *GetPartitionsPsWithAuthRequest

func NewGetPartitionsPsWithAuthRequest

func NewGetPartitionsPsWithAuthRequest() *GetPartitionsPsWithAuthRequest

func (*GetPartitionsPsWithAuthRequest) Equals

func (*GetPartitionsPsWithAuthRequest) GetCatName

func (p *GetPartitionsPsWithAuthRequest) GetCatName() string

func (*GetPartitionsPsWithAuthRequest) GetDbName

func (p *GetPartitionsPsWithAuthRequest) GetDbName() string

func (*GetPartitionsPsWithAuthRequest) GetGroupNames

func (p *GetPartitionsPsWithAuthRequest) GetGroupNames() []string

func (*GetPartitionsPsWithAuthRequest) GetID

func (*GetPartitionsPsWithAuthRequest) GetMaxParts

func (p *GetPartitionsPsWithAuthRequest) GetMaxParts() int16

func (*GetPartitionsPsWithAuthRequest) GetPartVals

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

func (*GetPartitionsPsWithAuthRequest) GetTblName

func (p *GetPartitionsPsWithAuthRequest) GetTblName() string

func (*GetPartitionsPsWithAuthRequest) GetUserName

func (p *GetPartitionsPsWithAuthRequest) GetUserName() string

func (*GetPartitionsPsWithAuthRequest) GetValidWriteIdList

func (p *GetPartitionsPsWithAuthRequest) GetValidWriteIdList() string

func (*GetPartitionsPsWithAuthRequest) IsSetCatName

func (p *GetPartitionsPsWithAuthRequest) IsSetCatName() bool

func (*GetPartitionsPsWithAuthRequest) IsSetGroupNames

func (p *GetPartitionsPsWithAuthRequest) IsSetGroupNames() bool

func (*GetPartitionsPsWithAuthRequest) IsSetID

func (p *GetPartitionsPsWithAuthRequest) IsSetID() bool

func (*GetPartitionsPsWithAuthRequest) IsSetMaxParts

func (p *GetPartitionsPsWithAuthRequest) IsSetMaxParts() bool

func (*GetPartitionsPsWithAuthRequest) IsSetPartVals

func (p *GetPartitionsPsWithAuthRequest) IsSetPartVals() bool

func (*GetPartitionsPsWithAuthRequest) IsSetUserName

func (p *GetPartitionsPsWithAuthRequest) IsSetUserName() bool

func (*GetPartitionsPsWithAuthRequest) IsSetValidWriteIdList

func (p *GetPartitionsPsWithAuthRequest) IsSetValidWriteIdList() bool

func (*GetPartitionsPsWithAuthRequest) Read

func (*GetPartitionsPsWithAuthRequest) ReadField1

func (*GetPartitionsPsWithAuthRequest) ReadField2

func (*GetPartitionsPsWithAuthRequest) ReadField3

func (*GetPartitionsPsWithAuthRequest) ReadField4

func (*GetPartitionsPsWithAuthRequest) ReadField5

func (*GetPartitionsPsWithAuthRequest) ReadField6

func (*GetPartitionsPsWithAuthRequest) ReadField7

func (*GetPartitionsPsWithAuthRequest) ReadField8

func (*GetPartitionsPsWithAuthRequest) ReadField9

func (*GetPartitionsPsWithAuthRequest) String

func (*GetPartitionsPsWithAuthRequest) Write

type GetPartitionsPsWithAuthResponse

type GetPartitionsPsWithAuthResponse struct {
	Partitions []*Partition `thrift:"partitions,1,required" db:"partitions" json:"partitions"`
}

Attributes:

  • Partitions
var ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult_Success_DEFAULT *GetPartitionsPsWithAuthResponse

func NewGetPartitionsPsWithAuthResponse

func NewGetPartitionsPsWithAuthResponse() *GetPartitionsPsWithAuthResponse

func (*GetPartitionsPsWithAuthResponse) Equals

func (*GetPartitionsPsWithAuthResponse) GetPartitions

func (p *GetPartitionsPsWithAuthResponse) GetPartitions() []*Partition

func (*GetPartitionsPsWithAuthResponse) Read

func (*GetPartitionsPsWithAuthResponse) ReadField1

func (*GetPartitionsPsWithAuthResponse) String

func (*GetPartitionsPsWithAuthResponse) Write

type GetPartitionsRequest

type GetPartitionsRequest struct {
	CatName               *string                  `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName                string                   `thrift:"dbName,2" db:"dbName" json:"dbName"`
	TblName               string                   `thrift:"tblName,3" db:"tblName" json:"tblName"`
	WithAuth              *bool                    `thrift:"withAuth,4" db:"withAuth" json:"withAuth,omitempty"`
	User                  *string                  `thrift:"user,5" db:"user" json:"user,omitempty"`
	GroupNames            []string                 `thrift:"groupNames,6" db:"groupNames" json:"groupNames,omitempty"`
	ProjectionSpec        *GetProjectionsSpec      `thrift:"projectionSpec,7" db:"projectionSpec" json:"projectionSpec"`
	FilterSpec            *GetPartitionsFilterSpec `thrift:"filterSpec,8" db:"filterSpec" json:"filterSpec"`
	ProcessorCapabilities []string                 `thrift:"processorCapabilities,9" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string                  `thrift:"processorIdentifier,10" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
	ValidWriteIdList      *string                  `thrift:"validWriteIdList,11" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • WithAuth
  • User
  • GroupNames
  • ProjectionSpec
  • FilterSpec
  • ProcessorCapabilities
  • ProcessorIdentifier
  • ValidWriteIdList
var ThriftHiveMetastoreGetPartitionsWithSpecsArgs_Request_DEFAULT *GetPartitionsRequest

func NewGetPartitionsRequest

func NewGetPartitionsRequest() *GetPartitionsRequest

func (*GetPartitionsRequest) Equals

func (*GetPartitionsRequest) GetCatName

func (p *GetPartitionsRequest) GetCatName() string

func (*GetPartitionsRequest) GetDbName

func (p *GetPartitionsRequest) GetDbName() string

func (*GetPartitionsRequest) GetFilterSpec

func (p *GetPartitionsRequest) GetFilterSpec() *GetPartitionsFilterSpec

func (*GetPartitionsRequest) GetGroupNames

func (p *GetPartitionsRequest) GetGroupNames() []string

func (*GetPartitionsRequest) GetProcessorCapabilities

func (p *GetPartitionsRequest) GetProcessorCapabilities() []string

func (*GetPartitionsRequest) GetProcessorIdentifier

func (p *GetPartitionsRequest) GetProcessorIdentifier() string

func (*GetPartitionsRequest) GetProjectionSpec

func (p *GetPartitionsRequest) GetProjectionSpec() *GetProjectionsSpec

func (*GetPartitionsRequest) GetTblName

func (p *GetPartitionsRequest) GetTblName() string

func (*GetPartitionsRequest) GetUser

func (p *GetPartitionsRequest) GetUser() string

func (*GetPartitionsRequest) GetValidWriteIdList

func (p *GetPartitionsRequest) GetValidWriteIdList() string

func (*GetPartitionsRequest) GetWithAuth

func (p *GetPartitionsRequest) GetWithAuth() bool

func (*GetPartitionsRequest) IsSetCatName

func (p *GetPartitionsRequest) IsSetCatName() bool

func (*GetPartitionsRequest) IsSetFilterSpec

func (p *GetPartitionsRequest) IsSetFilterSpec() bool

func (*GetPartitionsRequest) IsSetGroupNames

func (p *GetPartitionsRequest) IsSetGroupNames() bool

func (*GetPartitionsRequest) IsSetProcessorCapabilities

func (p *GetPartitionsRequest) IsSetProcessorCapabilities() bool

func (*GetPartitionsRequest) IsSetProcessorIdentifier

func (p *GetPartitionsRequest) IsSetProcessorIdentifier() bool

func (*GetPartitionsRequest) IsSetProjectionSpec

func (p *GetPartitionsRequest) IsSetProjectionSpec() bool

func (*GetPartitionsRequest) IsSetUser

func (p *GetPartitionsRequest) IsSetUser() bool

func (*GetPartitionsRequest) IsSetValidWriteIdList

func (p *GetPartitionsRequest) IsSetValidWriteIdList() bool

func (*GetPartitionsRequest) IsSetWithAuth

func (p *GetPartitionsRequest) IsSetWithAuth() bool

func (*GetPartitionsRequest) Read

func (*GetPartitionsRequest) ReadField1

func (p *GetPartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField10

func (p *GetPartitionsRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField11

func (p *GetPartitionsRequest) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField2

func (p *GetPartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField3

func (p *GetPartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField4

func (p *GetPartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField5

func (p *GetPartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField6

func (p *GetPartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField7

func (p *GetPartitionsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField8

func (p *GetPartitionsRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) ReadField9

func (p *GetPartitionsRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsRequest) String

func (p *GetPartitionsRequest) String() string

func (*GetPartitionsRequest) Write

type GetPartitionsResponse

type GetPartitionsResponse struct {
	PartitionSpec []*PartitionSpec `thrift:"partitionSpec,1" db:"partitionSpec" json:"partitionSpec"`
}

Attributes:

  • PartitionSpec
var ThriftHiveMetastoreGetPartitionsWithSpecsResult_Success_DEFAULT *GetPartitionsResponse

func NewGetPartitionsResponse

func NewGetPartitionsResponse() *GetPartitionsResponse

func (*GetPartitionsResponse) Equals

func (*GetPartitionsResponse) GetPartitionSpec

func (p *GetPartitionsResponse) GetPartitionSpec() []*PartitionSpec

func (*GetPartitionsResponse) Read

func (*GetPartitionsResponse) ReadField1

func (p *GetPartitionsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPartitionsResponse) String

func (p *GetPartitionsResponse) String() string

func (*GetPartitionsResponse) Write

type GetPrincipalsInRoleRequest

type GetPrincipalsInRoleRequest struct {
	RoleName string `thrift:"roleName,1,required" db:"roleName" json:"roleName"`
}

Attributes:

  • RoleName
var ThriftHiveMetastoreGetPrincipalsInRoleArgs_Request_DEFAULT *GetPrincipalsInRoleRequest

func NewGetPrincipalsInRoleRequest

func NewGetPrincipalsInRoleRequest() *GetPrincipalsInRoleRequest

func (*GetPrincipalsInRoleRequest) Equals

func (*GetPrincipalsInRoleRequest) GetRoleName

func (p *GetPrincipalsInRoleRequest) GetRoleName() string

func (*GetPrincipalsInRoleRequest) Read

func (*GetPrincipalsInRoleRequest) ReadField1

func (p *GetPrincipalsInRoleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetPrincipalsInRoleRequest) String

func (p *GetPrincipalsInRoleRequest) String() string

func (*GetPrincipalsInRoleRequest) Write

type GetPrincipalsInRoleResponse

type GetPrincipalsInRoleResponse struct {
	PrincipalGrants []*RolePrincipalGrant `thrift:"principalGrants,1,required" db:"principalGrants" json:"principalGrants"`
}

Attributes:

  • PrincipalGrants
var ThriftHiveMetastoreGetPrincipalsInRoleResult_Success_DEFAULT *GetPrincipalsInRoleResponse

func NewGetPrincipalsInRoleResponse

func NewGetPrincipalsInRoleResponse() *GetPrincipalsInRoleResponse

func (*GetPrincipalsInRoleResponse) Equals

func (*GetPrincipalsInRoleResponse) GetPrincipalGrants

func (p *GetPrincipalsInRoleResponse) GetPrincipalGrants() []*RolePrincipalGrant

func (*GetPrincipalsInRoleResponse) Read

func (*GetPrincipalsInRoleResponse) ReadField1

func (*GetPrincipalsInRoleResponse) String

func (p *GetPrincipalsInRoleResponse) String() string

func (*GetPrincipalsInRoleResponse) Write

type GetProjectionsSpec

type GetProjectionsSpec struct {
	FieldList              []string `thrift:"fieldList,1" db:"fieldList" json:"fieldList"`
	IncludeParamKeyPattern string   `thrift:"includeParamKeyPattern,2" db:"includeParamKeyPattern" json:"includeParamKeyPattern"`
	ExcludeParamKeyPattern string   `thrift:"excludeParamKeyPattern,3" db:"excludeParamKeyPattern" json:"excludeParamKeyPattern"`
}

Attributes:

  • FieldList
  • IncludeParamKeyPattern
  • ExcludeParamKeyPattern
var GetPartitionsRequest_ProjectionSpec_DEFAULT *GetProjectionsSpec
var GetTablesRequest_ProjectionSpec_DEFAULT *GetProjectionsSpec

func NewGetProjectionsSpec

func NewGetProjectionsSpec() *GetProjectionsSpec

func (*GetProjectionsSpec) Equals

func (p *GetProjectionsSpec) Equals(other *GetProjectionsSpec) bool

func (*GetProjectionsSpec) GetExcludeParamKeyPattern

func (p *GetProjectionsSpec) GetExcludeParamKeyPattern() string

func (*GetProjectionsSpec) GetFieldList

func (p *GetProjectionsSpec) GetFieldList() []string

func (*GetProjectionsSpec) GetIncludeParamKeyPattern

func (p *GetProjectionsSpec) GetIncludeParamKeyPattern() string

func (*GetProjectionsSpec) Read

func (*GetProjectionsSpec) ReadField1

func (p *GetProjectionsSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetProjectionsSpec) ReadField2

func (p *GetProjectionsSpec) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetProjectionsSpec) ReadField3

func (p *GetProjectionsSpec) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetProjectionsSpec) String

func (p *GetProjectionsSpec) String() string

func (*GetProjectionsSpec) Write

func (p *GetProjectionsSpec) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetReplicationMetricsRequest

type GetReplicationMetricsRequest struct {
	ScheduledExecutionId *int64  `thrift:"scheduledExecutionId,1" db:"scheduledExecutionId" json:"scheduledExecutionId,omitempty"`
	Policy               *string `thrift:"policy,2" db:"policy" json:"policy,omitempty"`
	DumpExecutionId      *int64  `thrift:"dumpExecutionId,3" db:"dumpExecutionId" json:"dumpExecutionId,omitempty"`
}

Attributes:

  • ScheduledExecutionId
  • Policy
  • DumpExecutionId
var ThriftHiveMetastoreGetReplicationMetricsArgs_Rqst_DEFAULT *GetReplicationMetricsRequest

func NewGetReplicationMetricsRequest

func NewGetReplicationMetricsRequest() *GetReplicationMetricsRequest

func (*GetReplicationMetricsRequest) Equals

func (*GetReplicationMetricsRequest) GetDumpExecutionId

func (p *GetReplicationMetricsRequest) GetDumpExecutionId() int64

func (*GetReplicationMetricsRequest) GetPolicy

func (p *GetReplicationMetricsRequest) GetPolicy() string

func (*GetReplicationMetricsRequest) GetScheduledExecutionId

func (p *GetReplicationMetricsRequest) GetScheduledExecutionId() int64

func (*GetReplicationMetricsRequest) IsSetDumpExecutionId

func (p *GetReplicationMetricsRequest) IsSetDumpExecutionId() bool

func (*GetReplicationMetricsRequest) IsSetPolicy

func (p *GetReplicationMetricsRequest) IsSetPolicy() bool

func (*GetReplicationMetricsRequest) IsSetScheduledExecutionId

func (p *GetReplicationMetricsRequest) IsSetScheduledExecutionId() bool

func (*GetReplicationMetricsRequest) Read

func (*GetReplicationMetricsRequest) ReadField1

func (*GetReplicationMetricsRequest) ReadField2

func (*GetReplicationMetricsRequest) ReadField3

func (*GetReplicationMetricsRequest) String

func (*GetReplicationMetricsRequest) Write

type GetRoleGrantsForPrincipalRequest

type GetRoleGrantsForPrincipalRequest struct {
	PrincipalName string        `thrift:"principal_name,1,required" db:"principal_name" json:"principal_name"`
	PrincipalType PrincipalType `thrift:"principal_type,2,required" db:"principal_type" json:"principal_type"`
}

Attributes:

  • PrincipalName
  • PrincipalType
var ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs_Request_DEFAULT *GetRoleGrantsForPrincipalRequest

func NewGetRoleGrantsForPrincipalRequest

func NewGetRoleGrantsForPrincipalRequest() *GetRoleGrantsForPrincipalRequest

func (*GetRoleGrantsForPrincipalRequest) Equals

func (*GetRoleGrantsForPrincipalRequest) GetPrincipalName

func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalName() string

func (*GetRoleGrantsForPrincipalRequest) GetPrincipalType

func (p *GetRoleGrantsForPrincipalRequest) GetPrincipalType() PrincipalType

func (*GetRoleGrantsForPrincipalRequest) Read

func (*GetRoleGrantsForPrincipalRequest) ReadField1

func (*GetRoleGrantsForPrincipalRequest) ReadField2

func (*GetRoleGrantsForPrincipalRequest) String

func (*GetRoleGrantsForPrincipalRequest) Write

type GetRoleGrantsForPrincipalResponse

type GetRoleGrantsForPrincipalResponse struct {
	PrincipalGrants []*RolePrincipalGrant `thrift:"principalGrants,1,required" db:"principalGrants" json:"principalGrants"`
}

Attributes:

  • PrincipalGrants
var ThriftHiveMetastoreGetRoleGrantsForPrincipalResult_Success_DEFAULT *GetRoleGrantsForPrincipalResponse

func NewGetRoleGrantsForPrincipalResponse

func NewGetRoleGrantsForPrincipalResponse() *GetRoleGrantsForPrincipalResponse

func (*GetRoleGrantsForPrincipalResponse) Equals

func (*GetRoleGrantsForPrincipalResponse) GetPrincipalGrants

func (p *GetRoleGrantsForPrincipalResponse) GetPrincipalGrants() []*RolePrincipalGrant

func (*GetRoleGrantsForPrincipalResponse) Read

func (*GetRoleGrantsForPrincipalResponse) ReadField1

func (*GetRoleGrantsForPrincipalResponse) String

func (*GetRoleGrantsForPrincipalResponse) Write

type GetRuntimeStatsRequest

type GetRuntimeStatsRequest struct {
	MaxWeight     int32 `thrift:"maxWeight,1,required" db:"maxWeight" json:"maxWeight"`
	MaxCreateTime int32 `thrift:"maxCreateTime,2,required" db:"maxCreateTime" json:"maxCreateTime"`
}

Attributes:

  • MaxWeight
  • MaxCreateTime
var ThriftHiveMetastoreGetRuntimeStatsArgs_Rqst_DEFAULT *GetRuntimeStatsRequest

func NewGetRuntimeStatsRequest

func NewGetRuntimeStatsRequest() *GetRuntimeStatsRequest

func (*GetRuntimeStatsRequest) Equals

func (*GetRuntimeStatsRequest) GetMaxCreateTime

func (p *GetRuntimeStatsRequest) GetMaxCreateTime() int32

func (*GetRuntimeStatsRequest) GetMaxWeight

func (p *GetRuntimeStatsRequest) GetMaxWeight() int32

func (*GetRuntimeStatsRequest) Read

func (*GetRuntimeStatsRequest) ReadField1

func (p *GetRuntimeStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetRuntimeStatsRequest) ReadField2

func (p *GetRuntimeStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetRuntimeStatsRequest) String

func (p *GetRuntimeStatsRequest) String() string

func (*GetRuntimeStatsRequest) Write

type GetSchemaRequest

type GetSchemaRequest struct {
	CatName          *string             `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string              `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string              `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	EnvContext       *EnvironmentContext `thrift:"envContext,4" db:"envContext" json:"envContext,omitempty"`
	ValidWriteIdList *string             `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64               `thrift:"id,6" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • EnvContext
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetSchemaReqArgs_Req_DEFAULT *GetSchemaRequest

func NewGetSchemaRequest

func NewGetSchemaRequest() *GetSchemaRequest

func (*GetSchemaRequest) Equals

func (p *GetSchemaRequest) Equals(other *GetSchemaRequest) bool

func (*GetSchemaRequest) GetCatName

func (p *GetSchemaRequest) GetCatName() string

func (*GetSchemaRequest) GetDbName

func (p *GetSchemaRequest) GetDbName() string

func (*GetSchemaRequest) GetEnvContext

func (p *GetSchemaRequest) GetEnvContext() *EnvironmentContext

func (*GetSchemaRequest) GetID

func (p *GetSchemaRequest) GetID() int64

func (*GetSchemaRequest) GetTblName

func (p *GetSchemaRequest) GetTblName() string

func (*GetSchemaRequest) GetValidWriteIdList

func (p *GetSchemaRequest) GetValidWriteIdList() string

func (*GetSchemaRequest) IsSetCatName

func (p *GetSchemaRequest) IsSetCatName() bool

func (*GetSchemaRequest) IsSetEnvContext

func (p *GetSchemaRequest) IsSetEnvContext() bool

func (*GetSchemaRequest) IsSetID

func (p *GetSchemaRequest) IsSetID() bool

func (*GetSchemaRequest) IsSetValidWriteIdList

func (p *GetSchemaRequest) IsSetValidWriteIdList() bool

func (*GetSchemaRequest) Read

func (p *GetSchemaRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField1

func (p *GetSchemaRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField2

func (p *GetSchemaRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField3

func (p *GetSchemaRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField4

func (p *GetSchemaRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField5

func (p *GetSchemaRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) ReadField6

func (p *GetSchemaRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaRequest) String

func (p *GetSchemaRequest) String() string

func (*GetSchemaRequest) Write

func (p *GetSchemaRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetSchemaResponse

type GetSchemaResponse struct {
	Fields []*FieldSchema `thrift:"fields,1,required" db:"fields" json:"fields"`
}

Attributes:

  • Fields
var ThriftHiveMetastoreGetSchemaReqResult_Success_DEFAULT *GetSchemaResponse

func NewGetSchemaResponse

func NewGetSchemaResponse() *GetSchemaResponse

func (*GetSchemaResponse) Equals

func (p *GetSchemaResponse) Equals(other *GetSchemaResponse) bool

func (*GetSchemaResponse) GetFields

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

func (*GetSchemaResponse) Read

func (p *GetSchemaResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaResponse) ReadField1

func (p *GetSchemaResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSchemaResponse) String

func (p *GetSchemaResponse) String() string

func (*GetSchemaResponse) Write

func (p *GetSchemaResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetSerdeRequest

type GetSerdeRequest struct {
	SerdeName string `thrift:"serdeName,1" db:"serdeName" json:"serdeName"`
}

Attributes:

  • SerdeName
var ThriftHiveMetastoreGetSerdeArgs_Rqst_DEFAULT *GetSerdeRequest

func NewGetSerdeRequest

func NewGetSerdeRequest() *GetSerdeRequest

func (*GetSerdeRequest) Equals

func (p *GetSerdeRequest) Equals(other *GetSerdeRequest) bool

func (*GetSerdeRequest) GetSerdeName

func (p *GetSerdeRequest) GetSerdeName() string

func (*GetSerdeRequest) Read

func (p *GetSerdeRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSerdeRequest) ReadField1

func (p *GetSerdeRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetSerdeRequest) String

func (p *GetSerdeRequest) String() string

func (*GetSerdeRequest) Write

func (p *GetSerdeRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetTableRequest

type GetTableRequest struct {
	DbName       string              `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName      string              `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	Capabilities *ClientCapabilities `thrift:"capabilities,3" db:"capabilities" json:"capabilities,omitempty"`
	CatName      *string             `thrift:"catName,4" db:"catName" json:"catName,omitempty"`
	// unused field # 5
	ValidWriteIdList      *string  `thrift:"validWriteIdList,6" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	GetColumnStats        *bool    `thrift:"getColumnStats,7" db:"getColumnStats" json:"getColumnStats,omitempty"`
	ProcessorCapabilities []string `thrift:"processorCapabilities,8" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string  `thrift:"processorIdentifier,9" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
	Engine                *string  `thrift:"engine,10" db:"engine" json:"engine,omitempty"`
	ID                    int64    `thrift:"id,11" db:"id" json:"id"`
}

Attributes:

  • DbName
  • TblName
  • Capabilities
  • CatName
  • ValidWriteIdList
  • GetColumnStats
  • ProcessorCapabilities
  • ProcessorIdentifier
  • Engine
  • ID
var ThriftHiveMetastoreGetTableReqArgs_Req_DEFAULT *GetTableRequest

func NewGetTableRequest

func NewGetTableRequest() *GetTableRequest

func (*GetTableRequest) Equals

func (p *GetTableRequest) Equals(other *GetTableRequest) bool

func (*GetTableRequest) GetCapabilities

func (p *GetTableRequest) GetCapabilities() *ClientCapabilities

func (*GetTableRequest) GetCatName

func (p *GetTableRequest) GetCatName() string

func (*GetTableRequest) GetDbName

func (p *GetTableRequest) GetDbName() string

func (*GetTableRequest) GetEngine

func (p *GetTableRequest) GetEngine() string

func (*GetTableRequest) GetGetColumnStats

func (p *GetTableRequest) GetGetColumnStats() bool

func (*GetTableRequest) GetID

func (p *GetTableRequest) GetID() int64

func (*GetTableRequest) GetProcessorCapabilities

func (p *GetTableRequest) GetProcessorCapabilities() []string

func (*GetTableRequest) GetProcessorIdentifier

func (p *GetTableRequest) GetProcessorIdentifier() string

func (*GetTableRequest) GetTblName

func (p *GetTableRequest) GetTblName() string

func (*GetTableRequest) GetValidWriteIdList

func (p *GetTableRequest) GetValidWriteIdList() string

func (*GetTableRequest) IsSetCapabilities

func (p *GetTableRequest) IsSetCapabilities() bool

func (*GetTableRequest) IsSetCatName

func (p *GetTableRequest) IsSetCatName() bool

func (*GetTableRequest) IsSetEngine

func (p *GetTableRequest) IsSetEngine() bool

func (*GetTableRequest) IsSetGetColumnStats

func (p *GetTableRequest) IsSetGetColumnStats() bool

func (*GetTableRequest) IsSetID

func (p *GetTableRequest) IsSetID() bool

func (*GetTableRequest) IsSetProcessorCapabilities

func (p *GetTableRequest) IsSetProcessorCapabilities() bool

func (*GetTableRequest) IsSetProcessorIdentifier

func (p *GetTableRequest) IsSetProcessorIdentifier() bool

func (*GetTableRequest) IsSetValidWriteIdList

func (p *GetTableRequest) IsSetValidWriteIdList() bool

func (*GetTableRequest) Read

func (p *GetTableRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField1

func (p *GetTableRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField10

func (p *GetTableRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField11

func (p *GetTableRequest) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField2

func (p *GetTableRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField3

func (p *GetTableRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField4

func (p *GetTableRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField6

func (p *GetTableRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField7

func (p *GetTableRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField8

func (p *GetTableRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) ReadField9

func (p *GetTableRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableRequest) String

func (p *GetTableRequest) String() string

func (*GetTableRequest) Write

func (p *GetTableRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetTableResult_

type GetTableResult_ struct {
	Table            *Table `thrift:"table,1,required" db:"table" json:"table"`
	IsStatsCompliant *bool  `thrift:"isStatsCompliant,2" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • Table
  • IsStatsCompliant
var ThriftHiveMetastoreGetTableReqResult_Success_DEFAULT *GetTableResult_

func NewGetTableResult_

func NewGetTableResult_() *GetTableResult_

func (*GetTableResult_) Equals

func (p *GetTableResult_) Equals(other *GetTableResult_) bool

func (*GetTableResult_) GetIsStatsCompliant

func (p *GetTableResult_) GetIsStatsCompliant() bool

func (*GetTableResult_) GetTable

func (p *GetTableResult_) GetTable() *Table

func (*GetTableResult_) IsSetIsStatsCompliant

func (p *GetTableResult_) IsSetIsStatsCompliant() bool

func (*GetTableResult_) IsSetTable

func (p *GetTableResult_) IsSetTable() bool

func (*GetTableResult_) Read

func (p *GetTableResult_) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableResult_) ReadField1

func (p *GetTableResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableResult_) ReadField2

func (p *GetTableResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTableResult_) String

func (p *GetTableResult_) String() string

func (*GetTableResult_) Write

func (p *GetTableResult_) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetTablesExtRequest

type GetTablesExtRequest struct {
	Catalog               string   `thrift:"catalog,1,required" db:"catalog" json:"catalog"`
	Database              string   `thrift:"database,2,required" db:"database" json:"database"`
	TableNamePattern      string   `thrift:"tableNamePattern,3,required" db:"tableNamePattern" json:"tableNamePattern"`
	RequestedFields       int32    `thrift:"requestedFields,4,required" db:"requestedFields" json:"requestedFields"`
	Limit                 *int32   `thrift:"limit,5" db:"limit" json:"limit,omitempty"`
	ProcessorCapabilities []string `thrift:"processorCapabilities,6" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string  `thrift:"processorIdentifier,7" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
}

Attributes:

  • Catalog
  • Database
  • TableNamePattern
  • RequestedFields
  • Limit
  • ProcessorCapabilities
  • ProcessorIdentifier
var ThriftHiveMetastoreGetTablesExtArgs_Req_DEFAULT *GetTablesExtRequest

func NewGetTablesExtRequest

func NewGetTablesExtRequest() *GetTablesExtRequest

func (*GetTablesExtRequest) Equals

func (p *GetTablesExtRequest) Equals(other *GetTablesExtRequest) bool

func (*GetTablesExtRequest) GetCatalog

func (p *GetTablesExtRequest) GetCatalog() string

func (*GetTablesExtRequest) GetDatabase

func (p *GetTablesExtRequest) GetDatabase() string

func (*GetTablesExtRequest) GetLimit

func (p *GetTablesExtRequest) GetLimit() int32

func (*GetTablesExtRequest) GetProcessorCapabilities

func (p *GetTablesExtRequest) GetProcessorCapabilities() []string

func (*GetTablesExtRequest) GetProcessorIdentifier

func (p *GetTablesExtRequest) GetProcessorIdentifier() string

func (*GetTablesExtRequest) GetRequestedFields

func (p *GetTablesExtRequest) GetRequestedFields() int32

func (*GetTablesExtRequest) GetTableNamePattern

func (p *GetTablesExtRequest) GetTableNamePattern() string

func (*GetTablesExtRequest) IsSetLimit

func (p *GetTablesExtRequest) IsSetLimit() bool

func (*GetTablesExtRequest) IsSetProcessorCapabilities

func (p *GetTablesExtRequest) IsSetProcessorCapabilities() bool

func (*GetTablesExtRequest) IsSetProcessorIdentifier

func (p *GetTablesExtRequest) IsSetProcessorIdentifier() bool

func (*GetTablesExtRequest) Read

func (*GetTablesExtRequest) ReadField1

func (p *GetTablesExtRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField2

func (p *GetTablesExtRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField3

func (p *GetTablesExtRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField4

func (p *GetTablesExtRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField5

func (p *GetTablesExtRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField6

func (p *GetTablesExtRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) ReadField7

func (p *GetTablesExtRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesExtRequest) String

func (p *GetTablesExtRequest) String() string

func (*GetTablesExtRequest) Write

type GetTablesExtRequestFields

type GetTablesExtRequestFields int64
const (
	GetTablesExtRequestFields_ACCESS_TYPE            GetTablesExtRequestFields = 1
	GetTablesExtRequestFields_PROCESSOR_CAPABILITIES GetTablesExtRequestFields = 2
	GetTablesExtRequestFields_ALL                    GetTablesExtRequestFields = 2147483647
)

func GetTablesExtRequestFieldsFromString

func GetTablesExtRequestFieldsFromString(s string) (GetTablesExtRequestFields, error)

func (GetTablesExtRequestFields) MarshalText

func (p GetTablesExtRequestFields) MarshalText() ([]byte, error)

func (*GetTablesExtRequestFields) Scan

func (p *GetTablesExtRequestFields) Scan(value interface{}) error

func (GetTablesExtRequestFields) String

func (p GetTablesExtRequestFields) String() string

func (*GetTablesExtRequestFields) UnmarshalText

func (p *GetTablesExtRequestFields) UnmarshalText(text []byte) error

func (*GetTablesExtRequestFields) Value

type GetTablesRequest

type GetTablesRequest struct {
	DbName                string              `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblNames              []string            `thrift:"tblNames,2" db:"tblNames" json:"tblNames,omitempty"`
	Capabilities          *ClientCapabilities `thrift:"capabilities,3" db:"capabilities" json:"capabilities,omitempty"`
	CatName               *string             `thrift:"catName,4" db:"catName" json:"catName,omitempty"`
	ProcessorCapabilities []string            `thrift:"processorCapabilities,5" db:"processorCapabilities" json:"processorCapabilities,omitempty"`
	ProcessorIdentifier   *string             `thrift:"processorIdentifier,6" db:"processorIdentifier" json:"processorIdentifier,omitempty"`
	ProjectionSpec        *GetProjectionsSpec `thrift:"projectionSpec,7" db:"projectionSpec" json:"projectionSpec,omitempty"`
}

Attributes:

  • DbName
  • TblNames
  • Capabilities
  • CatName
  • ProcessorCapabilities
  • ProcessorIdentifier
  • ProjectionSpec
var ThriftHiveMetastoreGetTableObjectsByNameReqArgs_Req_DEFAULT *GetTablesRequest

func NewGetTablesRequest

func NewGetTablesRequest() *GetTablesRequest

func (*GetTablesRequest) Equals

func (p *GetTablesRequest) Equals(other *GetTablesRequest) bool

func (*GetTablesRequest) GetCapabilities

func (p *GetTablesRequest) GetCapabilities() *ClientCapabilities

func (*GetTablesRequest) GetCatName

func (p *GetTablesRequest) GetCatName() string

func (*GetTablesRequest) GetDbName

func (p *GetTablesRequest) GetDbName() string

func (*GetTablesRequest) GetProcessorCapabilities

func (p *GetTablesRequest) GetProcessorCapabilities() []string

func (*GetTablesRequest) GetProcessorIdentifier

func (p *GetTablesRequest) GetProcessorIdentifier() string

func (*GetTablesRequest) GetProjectionSpec

func (p *GetTablesRequest) GetProjectionSpec() *GetProjectionsSpec

func (*GetTablesRequest) GetTblNames

func (p *GetTablesRequest) GetTblNames() []string

func (*GetTablesRequest) IsSetCapabilities

func (p *GetTablesRequest) IsSetCapabilities() bool

func (*GetTablesRequest) IsSetCatName

func (p *GetTablesRequest) IsSetCatName() bool

func (*GetTablesRequest) IsSetProcessorCapabilities

func (p *GetTablesRequest) IsSetProcessorCapabilities() bool

func (*GetTablesRequest) IsSetProcessorIdentifier

func (p *GetTablesRequest) IsSetProcessorIdentifier() bool

func (*GetTablesRequest) IsSetProjectionSpec

func (p *GetTablesRequest) IsSetProjectionSpec() bool

func (*GetTablesRequest) IsSetTblNames

func (p *GetTablesRequest) IsSetTblNames() bool

func (*GetTablesRequest) Read

func (p *GetTablesRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField1

func (p *GetTablesRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField2

func (p *GetTablesRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField3

func (p *GetTablesRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField4

func (p *GetTablesRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField5

func (p *GetTablesRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField6

func (p *GetTablesRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) ReadField7

func (p *GetTablesRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesRequest) String

func (p *GetTablesRequest) String() string

func (*GetTablesRequest) Write

func (p *GetTablesRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetTablesResult_

type GetTablesResult_ struct {
	Tables []*Table `thrift:"tables,1,required" db:"tables" json:"tables"`
}

Attributes:

  • Tables
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_Success_DEFAULT *GetTablesResult_

func NewGetTablesResult_

func NewGetTablesResult_() *GetTablesResult_

func (*GetTablesResult_) Equals

func (p *GetTablesResult_) Equals(other *GetTablesResult_) bool

func (*GetTablesResult_) GetTables

func (p *GetTablesResult_) GetTables() []*Table

func (*GetTablesResult_) Read

func (p *GetTablesResult_) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesResult_) ReadField1

func (p *GetTablesResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetTablesResult_) String

func (p *GetTablesResult_) String() string

func (*GetTablesResult_) Write

func (p *GetTablesResult_) Write(ctx context.Context, oprot thrift.TProtocol) error

type GetValidWriteIdsRequest

type GetValidWriteIdsRequest struct {
	FullTableNames []string `thrift:"fullTableNames,1,required" db:"fullTableNames" json:"fullTableNames"`
	ValidTxnList   *string  `thrift:"validTxnList,2" db:"validTxnList" json:"validTxnList,omitempty"`
	WriteId        *int64   `thrift:"writeId,3" db:"writeId" json:"writeId,omitempty"`
}

Attributes:

  • FullTableNames
  • ValidTxnList
  • WriteId
var ThriftHiveMetastoreGetValidWriteIdsArgs_Rqst_DEFAULT *GetValidWriteIdsRequest

func NewGetValidWriteIdsRequest

func NewGetValidWriteIdsRequest() *GetValidWriteIdsRequest

func (*GetValidWriteIdsRequest) Equals

func (*GetValidWriteIdsRequest) GetFullTableNames

func (p *GetValidWriteIdsRequest) GetFullTableNames() []string

func (*GetValidWriteIdsRequest) GetValidTxnList

func (p *GetValidWriteIdsRequest) GetValidTxnList() string

func (*GetValidWriteIdsRequest) GetWriteId

func (p *GetValidWriteIdsRequest) GetWriteId() int64

func (*GetValidWriteIdsRequest) IsSetValidTxnList

func (p *GetValidWriteIdsRequest) IsSetValidTxnList() bool

func (*GetValidWriteIdsRequest) IsSetWriteId

func (p *GetValidWriteIdsRequest) IsSetWriteId() bool

func (*GetValidWriteIdsRequest) Read

func (*GetValidWriteIdsRequest) ReadField1

func (p *GetValidWriteIdsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetValidWriteIdsRequest) ReadField2

func (p *GetValidWriteIdsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GetValidWriteIdsRequest) ReadField3

func (p *GetValidWriteIdsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GetValidWriteIdsRequest) String

func (p *GetValidWriteIdsRequest) String() string

func (*GetValidWriteIdsRequest) Write

type GetValidWriteIdsResponse

type GetValidWriteIdsResponse struct {
	TblValidWriteIds []*TableValidWriteIds `thrift:"tblValidWriteIds,1,required" db:"tblValidWriteIds" json:"tblValidWriteIds"`
}

Attributes:

  • TblValidWriteIds
var ThriftHiveMetastoreGetValidWriteIdsResult_Success_DEFAULT *GetValidWriteIdsResponse

func NewGetValidWriteIdsResponse

func NewGetValidWriteIdsResponse() *GetValidWriteIdsResponse

func (*GetValidWriteIdsResponse) Equals

func (*GetValidWriteIdsResponse) GetTblValidWriteIds

func (p *GetValidWriteIdsResponse) GetTblValidWriteIds() []*TableValidWriteIds

func (*GetValidWriteIdsResponse) Read

func (*GetValidWriteIdsResponse) ReadField1

func (p *GetValidWriteIdsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GetValidWriteIdsResponse) String

func (p *GetValidWriteIdsResponse) String() string

func (*GetValidWriteIdsResponse) Write

type GrantRevokePrivilegeRequest

type GrantRevokePrivilegeRequest struct {
	RequestType       GrantRevokeType `thrift:"requestType,1" db:"requestType" json:"requestType"`
	Privileges        *PrivilegeBag   `thrift:"privileges,2" db:"privileges" json:"privileges"`
	RevokeGrantOption *bool           `thrift:"revokeGrantOption,3" db:"revokeGrantOption" json:"revokeGrantOption,omitempty"`
}

Attributes:

  • RequestType
  • Privileges
  • RevokeGrantOption
var ThriftHiveMetastoreGrantRevokePrivilegesArgs_Request_DEFAULT *GrantRevokePrivilegeRequest
var ThriftHiveMetastoreRefreshPrivilegesArgs_GrantRequest_DEFAULT *GrantRevokePrivilegeRequest

func NewGrantRevokePrivilegeRequest

func NewGrantRevokePrivilegeRequest() *GrantRevokePrivilegeRequest

func (*GrantRevokePrivilegeRequest) Equals

func (*GrantRevokePrivilegeRequest) GetPrivileges

func (p *GrantRevokePrivilegeRequest) GetPrivileges() *PrivilegeBag

func (*GrantRevokePrivilegeRequest) GetRequestType

func (p *GrantRevokePrivilegeRequest) GetRequestType() GrantRevokeType

func (*GrantRevokePrivilegeRequest) GetRevokeGrantOption

func (p *GrantRevokePrivilegeRequest) GetRevokeGrantOption() bool

func (*GrantRevokePrivilegeRequest) IsSetPrivileges

func (p *GrantRevokePrivilegeRequest) IsSetPrivileges() bool

func (*GrantRevokePrivilegeRequest) IsSetRevokeGrantOption

func (p *GrantRevokePrivilegeRequest) IsSetRevokeGrantOption() bool

func (*GrantRevokePrivilegeRequest) Read

func (*GrantRevokePrivilegeRequest) ReadField1

func (*GrantRevokePrivilegeRequest) ReadField2

func (*GrantRevokePrivilegeRequest) ReadField3

func (*GrantRevokePrivilegeRequest) String

func (p *GrantRevokePrivilegeRequest) String() string

func (*GrantRevokePrivilegeRequest) Write

type GrantRevokePrivilegeResponse

type GrantRevokePrivilegeResponse struct {
	Success *bool `thrift:"success,1" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success
var ThriftHiveMetastoreGrantRevokePrivilegesResult_Success_DEFAULT *GrantRevokePrivilegeResponse
var ThriftHiveMetastoreRefreshPrivilegesResult_Success_DEFAULT *GrantRevokePrivilegeResponse

func NewGrantRevokePrivilegeResponse

func NewGrantRevokePrivilegeResponse() *GrantRevokePrivilegeResponse

func (*GrantRevokePrivilegeResponse) Equals

func (*GrantRevokePrivilegeResponse) GetSuccess

func (p *GrantRevokePrivilegeResponse) GetSuccess() bool

func (*GrantRevokePrivilegeResponse) IsSetSuccess

func (p *GrantRevokePrivilegeResponse) IsSetSuccess() bool

func (*GrantRevokePrivilegeResponse) Read

func (*GrantRevokePrivilegeResponse) ReadField1

func (*GrantRevokePrivilegeResponse) String

func (*GrantRevokePrivilegeResponse) Write

type GrantRevokeRoleRequest

type GrantRevokeRoleRequest struct {
	RequestType   GrantRevokeType `thrift:"requestType,1" db:"requestType" json:"requestType"`
	RoleName      string          `thrift:"roleName,2" db:"roleName" json:"roleName"`
	PrincipalName string          `thrift:"principalName,3" db:"principalName" json:"principalName"`
	PrincipalType PrincipalType   `thrift:"principalType,4" db:"principalType" json:"principalType"`
	Grantor       *string         `thrift:"grantor,5" db:"grantor" json:"grantor,omitempty"`
	GrantorType   *PrincipalType  `thrift:"grantorType,6" db:"grantorType" json:"grantorType,omitempty"`
	GrantOption   *bool           `thrift:"grantOption,7" db:"grantOption" json:"grantOption,omitempty"`
}

Attributes:

  • RequestType
  • RoleName
  • PrincipalName
  • PrincipalType
  • Grantor
  • GrantorType
  • GrantOption
var ThriftHiveMetastoreGrantRevokeRoleArgs_Request_DEFAULT *GrantRevokeRoleRequest

func NewGrantRevokeRoleRequest

func NewGrantRevokeRoleRequest() *GrantRevokeRoleRequest

func (*GrantRevokeRoleRequest) Equals

func (*GrantRevokeRoleRequest) GetGrantOption

func (p *GrantRevokeRoleRequest) GetGrantOption() bool

func (*GrantRevokeRoleRequest) GetGrantor

func (p *GrantRevokeRoleRequest) GetGrantor() string

func (*GrantRevokeRoleRequest) GetGrantorType

func (p *GrantRevokeRoleRequest) GetGrantorType() PrincipalType

func (*GrantRevokeRoleRequest) GetPrincipalName

func (p *GrantRevokeRoleRequest) GetPrincipalName() string

func (*GrantRevokeRoleRequest) GetPrincipalType

func (p *GrantRevokeRoleRequest) GetPrincipalType() PrincipalType

func (*GrantRevokeRoleRequest) GetRequestType

func (p *GrantRevokeRoleRequest) GetRequestType() GrantRevokeType

func (*GrantRevokeRoleRequest) GetRoleName

func (p *GrantRevokeRoleRequest) GetRoleName() string

func (*GrantRevokeRoleRequest) IsSetGrantOption

func (p *GrantRevokeRoleRequest) IsSetGrantOption() bool

func (*GrantRevokeRoleRequest) IsSetGrantor

func (p *GrantRevokeRoleRequest) IsSetGrantor() bool

func (*GrantRevokeRoleRequest) IsSetGrantorType

func (p *GrantRevokeRoleRequest) IsSetGrantorType() bool

func (*GrantRevokeRoleRequest) Read

func (*GrantRevokeRoleRequest) ReadField1

func (p *GrantRevokeRoleRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField2

func (p *GrantRevokeRoleRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField3

func (p *GrantRevokeRoleRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField4

func (p *GrantRevokeRoleRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField5

func (p *GrantRevokeRoleRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField6

func (p *GrantRevokeRoleRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) ReadField7

func (p *GrantRevokeRoleRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleRequest) String

func (p *GrantRevokeRoleRequest) String() string

func (*GrantRevokeRoleRequest) Write

type GrantRevokeRoleResponse

type GrantRevokeRoleResponse struct {
	Success *bool `thrift:"success,1" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success
var ThriftHiveMetastoreGrantRevokeRoleResult_Success_DEFAULT *GrantRevokeRoleResponse

func NewGrantRevokeRoleResponse

func NewGrantRevokeRoleResponse() *GrantRevokeRoleResponse

func (*GrantRevokeRoleResponse) Equals

func (*GrantRevokeRoleResponse) GetSuccess

func (p *GrantRevokeRoleResponse) GetSuccess() bool

func (*GrantRevokeRoleResponse) IsSetSuccess

func (p *GrantRevokeRoleResponse) IsSetSuccess() bool

func (*GrantRevokeRoleResponse) Read

func (*GrantRevokeRoleResponse) ReadField1

func (p *GrantRevokeRoleResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*GrantRevokeRoleResponse) String

func (p *GrantRevokeRoleResponse) String() string

func (*GrantRevokeRoleResponse) Write

type GrantRevokeType

type GrantRevokeType int64
const (
	GrantRevokeType_GRANT  GrantRevokeType = 1
	GrantRevokeType_REVOKE GrantRevokeType = 2
)

func GrantRevokeTypeFromString

func GrantRevokeTypeFromString(s string) (GrantRevokeType, error)

func GrantRevokeTypePtr

func GrantRevokeTypePtr(v GrantRevokeType) *GrantRevokeType

func (GrantRevokeType) MarshalText

func (p GrantRevokeType) MarshalText() ([]byte, error)

func (*GrantRevokeType) Scan

func (p *GrantRevokeType) Scan(value interface{}) error

func (GrantRevokeType) String

func (p GrantRevokeType) String() string

func (*GrantRevokeType) UnmarshalText

func (p *GrantRevokeType) UnmarshalText(text []byte) error

func (*GrantRevokeType) Value

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

type HeartbeatRequest

type HeartbeatRequest struct {
	Lockid *int64 `thrift:"lockid,1" db:"lockid" json:"lockid,omitempty"`
	Txnid  *int64 `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"`
}

Attributes:

  • Lockid
  • Txnid
var ThriftHiveMetastoreHeartbeatArgs_Ids_DEFAULT *HeartbeatRequest

func NewHeartbeatRequest

func NewHeartbeatRequest() *HeartbeatRequest

func (*HeartbeatRequest) Equals

func (p *HeartbeatRequest) Equals(other *HeartbeatRequest) bool

func (*HeartbeatRequest) GetLockid

func (p *HeartbeatRequest) GetLockid() int64

func (*HeartbeatRequest) GetTxnid

func (p *HeartbeatRequest) GetTxnid() int64

func (*HeartbeatRequest) IsSetLockid

func (p *HeartbeatRequest) IsSetLockid() bool

func (*HeartbeatRequest) IsSetTxnid

func (p *HeartbeatRequest) IsSetTxnid() bool

func (*HeartbeatRequest) Read

func (p *HeartbeatRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatRequest) ReadField1

func (p *HeartbeatRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatRequest) ReadField2

func (p *HeartbeatRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatRequest) String

func (p *HeartbeatRequest) String() string

func (*HeartbeatRequest) Write

func (p *HeartbeatRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type HeartbeatTxnRangeRequest

type HeartbeatTxnRangeRequest struct {
	Min int64 `thrift:"min,1,required" db:"min" json:"min"`
	Max int64 `thrift:"max,2,required" db:"max" json:"max"`
}

Attributes:

  • Min
  • Max
var ThriftHiveMetastoreHeartbeatTxnRangeArgs_Txns_DEFAULT *HeartbeatTxnRangeRequest

func NewHeartbeatTxnRangeRequest

func NewHeartbeatTxnRangeRequest() *HeartbeatTxnRangeRequest

func (*HeartbeatTxnRangeRequest) Equals

func (*HeartbeatTxnRangeRequest) GetMax

func (p *HeartbeatTxnRangeRequest) GetMax() int64

func (*HeartbeatTxnRangeRequest) GetMin

func (p *HeartbeatTxnRangeRequest) GetMin() int64

func (*HeartbeatTxnRangeRequest) Read

func (*HeartbeatTxnRangeRequest) ReadField1

func (p *HeartbeatTxnRangeRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatTxnRangeRequest) ReadField2

func (p *HeartbeatTxnRangeRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatTxnRangeRequest) String

func (p *HeartbeatTxnRangeRequest) String() string

func (*HeartbeatTxnRangeRequest) Write

type HeartbeatTxnRangeResponse

type HeartbeatTxnRangeResponse struct {
	Aborted []int64 `thrift:"aborted,1,required" db:"aborted" json:"aborted"`
	Nosuch  []int64 `thrift:"nosuch,2,required" db:"nosuch" json:"nosuch"`
}

Attributes:

  • Aborted
  • Nosuch
var ThriftHiveMetastoreHeartbeatTxnRangeResult_Success_DEFAULT *HeartbeatTxnRangeResponse

func NewHeartbeatTxnRangeResponse

func NewHeartbeatTxnRangeResponse() *HeartbeatTxnRangeResponse

func (*HeartbeatTxnRangeResponse) Equals

func (*HeartbeatTxnRangeResponse) GetAborted

func (p *HeartbeatTxnRangeResponse) GetAborted() []int64

func (*HeartbeatTxnRangeResponse) GetNosuch

func (p *HeartbeatTxnRangeResponse) GetNosuch() []int64

func (*HeartbeatTxnRangeResponse) Read

func (*HeartbeatTxnRangeResponse) ReadField1

func (p *HeartbeatTxnRangeResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatTxnRangeResponse) ReadField2

func (p *HeartbeatTxnRangeResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*HeartbeatTxnRangeResponse) String

func (p *HeartbeatTxnRangeResponse) String() string

func (*HeartbeatTxnRangeResponse) Write

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"`
	Authorizer    string              `thrift:"authorizer,5" db:"authorizer" json:"authorizer"`
}

Attributes:

  • HiveObject
  • PrincipalName
  • PrincipalType
  • GrantInfo
  • Authorizer

func NewHiveObjectPrivilege

func NewHiveObjectPrivilege() *HiveObjectPrivilege

func (*HiveObjectPrivilege) Equals

func (p *HiveObjectPrivilege) Equals(other *HiveObjectPrivilege) bool

func (*HiveObjectPrivilege) GetAuthorizer

func (p *HiveObjectPrivilege) GetAuthorizer() string

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 (*HiveObjectPrivilege) ReadField1

func (p *HiveObjectPrivilege) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField2

func (p *HiveObjectPrivilege) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField3

func (p *HiveObjectPrivilege) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField4

func (p *HiveObjectPrivilege) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) ReadField5

func (p *HiveObjectPrivilege) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectPrivilege) String

func (p *HiveObjectPrivilege) String() string

func (*HiveObjectPrivilege) Write

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"`
	CatName    *string        `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • ObjectType
  • DbName
  • ObjectName
  • PartValues
  • ColumnName
  • CatName
var HiveObjectPrivilege_HiveObject_DEFAULT *HiveObjectRef
var ThriftHiveMetastoreGetPrivilegeSetArgs_HiveObject_DEFAULT *HiveObjectRef
var ThriftHiveMetastoreListPrivilegesArgs_HiveObject_DEFAULT *HiveObjectRef
var ThriftHiveMetastoreRefreshPrivilegesArgs_ObjToRefresh_DEFAULT *HiveObjectRef

func NewHiveObjectRef

func NewHiveObjectRef() *HiveObjectRef

func (*HiveObjectRef) Equals

func (p *HiveObjectRef) Equals(other *HiveObjectRef) bool

func (*HiveObjectRef) GetCatName

func (p *HiveObjectRef) GetCatName() string

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

func (p *HiveObjectRef) IsSetCatName() bool

func (*HiveObjectRef) Read

func (p *HiveObjectRef) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField1

func (p *HiveObjectRef) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField2

func (p *HiveObjectRef) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField3

func (p *HiveObjectRef) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField4

func (p *HiveObjectRef) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField5

func (p *HiveObjectRef) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) ReadField6

func (p *HiveObjectRef) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*HiveObjectRef) String

func (p *HiveObjectRef) String() string

func (*HiveObjectRef) Write

func (p *HiveObjectRef) Write(ctx context.Context, 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 ISchema

type ISchema struct {
	SchemaType      SchemaType          `thrift:"schemaType,1" db:"schemaType" json:"schemaType"`
	Name            string              `thrift:"name,2" db:"name" json:"name"`
	CatName         string              `thrift:"catName,3" db:"catName" json:"catName"`
	DbName          string              `thrift:"dbName,4" db:"dbName" json:"dbName"`
	Compatibility   SchemaCompatibility `thrift:"compatibility,5" db:"compatibility" json:"compatibility"`
	ValidationLevel SchemaValidation    `thrift:"validationLevel,6" db:"validationLevel" json:"validationLevel"`
	CanEvolve       bool                `thrift:"canEvolve,7" db:"canEvolve" json:"canEvolve"`
	SchemaGroup     *string             `thrift:"schemaGroup,8" db:"schemaGroup" json:"schemaGroup,omitempty"`
	Description     *string             `thrift:"description,9" db:"description" json:"description,omitempty"`
}

Attributes:

  • SchemaType
  • Name
  • CatName
  • DbName
  • Compatibility
  • ValidationLevel
  • CanEvolve
  • SchemaGroup
  • Description
var AlterISchemaRequest_NewSchema__DEFAULT *ISchema
var ThriftHiveMetastoreCreateIschemaArgs_Schema_DEFAULT *ISchema
var ThriftHiveMetastoreGetIschemaResult_Success_DEFAULT *ISchema

func NewISchema

func NewISchema() *ISchema

func (*ISchema) Equals

func (p *ISchema) Equals(other *ISchema) bool

func (*ISchema) GetCanEvolve

func (p *ISchema) GetCanEvolve() bool

func (*ISchema) GetCatName

func (p *ISchema) GetCatName() string

func (*ISchema) GetCompatibility

func (p *ISchema) GetCompatibility() SchemaCompatibility

func (*ISchema) GetDbName

func (p *ISchema) GetDbName() string

func (*ISchema) GetDescription

func (p *ISchema) GetDescription() string

func (*ISchema) GetName

func (p *ISchema) GetName() string

func (*ISchema) GetSchemaGroup

func (p *ISchema) GetSchemaGroup() string

func (*ISchema) GetSchemaType

func (p *ISchema) GetSchemaType() SchemaType

func (*ISchema) GetValidationLevel

func (p *ISchema) GetValidationLevel() SchemaValidation

func (*ISchema) IsSetDescription

func (p *ISchema) IsSetDescription() bool

func (*ISchema) IsSetSchemaGroup

func (p *ISchema) IsSetSchemaGroup() bool

func (*ISchema) Read

func (p *ISchema) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField1

func (p *ISchema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField2

func (p *ISchema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField3

func (p *ISchema) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField4

func (p *ISchema) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField5

func (p *ISchema) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField6

func (p *ISchema) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField7

func (p *ISchema) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField8

func (p *ISchema) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) ReadField9

func (p *ISchema) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchema) String

func (p *ISchema) String() string

func (*ISchema) Write

func (p *ISchema) Write(ctx context.Context, oprot thrift.TProtocol) error

type ISchemaName

type ISchemaName struct {
	CatName    string `thrift:"catName,1" db:"catName" json:"catName"`
	DbName     string `thrift:"dbName,2" db:"dbName" json:"dbName"`
	SchemaName string `thrift:"schemaName,3" db:"schemaName" json:"schemaName"`
}

Attributes:

  • CatName
  • DbName
  • SchemaName
var AlterISchemaRequest_Name_DEFAULT *ISchemaName
var SchemaVersionDescriptor_Schema_DEFAULT *ISchemaName
var SchemaVersion_Schema_DEFAULT *ISchemaName
var ThriftHiveMetastoreDropIschemaArgs_Name_DEFAULT *ISchemaName
var ThriftHiveMetastoreGetIschemaArgs_Name_DEFAULT *ISchemaName
var ThriftHiveMetastoreGetSchemaAllVersionsArgs_SchemaName_DEFAULT *ISchemaName
var ThriftHiveMetastoreGetSchemaLatestVersionArgs_SchemaName_DEFAULT *ISchemaName

func NewISchemaName

func NewISchemaName() *ISchemaName

func (*ISchemaName) Equals

func (p *ISchemaName) Equals(other *ISchemaName) bool

func (*ISchemaName) GetCatName

func (p *ISchemaName) GetCatName() string

func (*ISchemaName) GetDbName

func (p *ISchemaName) GetDbName() string

func (*ISchemaName) GetSchemaName

func (p *ISchemaName) GetSchemaName() string

func (*ISchemaName) Read

func (p *ISchemaName) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchemaName) ReadField1

func (p *ISchemaName) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchemaName) ReadField2

func (p *ISchemaName) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchemaName) ReadField3

func (p *ISchemaName) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ISchemaName) String

func (p *ISchemaName) String() string

func (*ISchemaName) Write

func (p *ISchemaName) Write(ctx context.Context, oprot thrift.TProtocol) error

type InsertEventRequestData

type InsertEventRequestData struct {
	Replace            *bool    `thrift:"replace,1" db:"replace" json:"replace,omitempty"`
	FilesAdded         []string `thrift:"filesAdded,2,required" db:"filesAdded" json:"filesAdded"`
	FilesAddedChecksum []string `thrift:"filesAddedChecksum,3" db:"filesAddedChecksum" json:"filesAddedChecksum,omitempty"`
	SubDirectoryList   []string `thrift:"subDirectoryList,4" db:"subDirectoryList" json:"subDirectoryList,omitempty"`
	PartitionVal       []string `thrift:"partitionVal,5" db:"partitionVal" json:"partitionVal,omitempty"`
}

Attributes:

  • Replace
  • FilesAdded
  • FilesAddedChecksum
  • SubDirectoryList
  • PartitionVal
var FireEventRequestData_InsertData_DEFAULT *InsertEventRequestData
var WriteNotificationLogRequest_FileInfo_DEFAULT *InsertEventRequestData

func NewInsertEventRequestData

func NewInsertEventRequestData() *InsertEventRequestData

func (*InsertEventRequestData) Equals

func (*InsertEventRequestData) GetFilesAdded

func (p *InsertEventRequestData) GetFilesAdded() []string

func (*InsertEventRequestData) GetFilesAddedChecksum

func (p *InsertEventRequestData) GetFilesAddedChecksum() []string

func (*InsertEventRequestData) GetPartitionVal

func (p *InsertEventRequestData) GetPartitionVal() []string

func (*InsertEventRequestData) GetReplace

func (p *InsertEventRequestData) GetReplace() bool

func (*InsertEventRequestData) GetSubDirectoryList

func (p *InsertEventRequestData) GetSubDirectoryList() []string

func (*InsertEventRequestData) IsSetFilesAddedChecksum

func (p *InsertEventRequestData) IsSetFilesAddedChecksum() bool

func (*InsertEventRequestData) IsSetPartitionVal

func (p *InsertEventRequestData) IsSetPartitionVal() bool

func (*InsertEventRequestData) IsSetReplace

func (p *InsertEventRequestData) IsSetReplace() bool

func (*InsertEventRequestData) IsSetSubDirectoryList

func (p *InsertEventRequestData) IsSetSubDirectoryList() bool

func (*InsertEventRequestData) Read

func (*InsertEventRequestData) ReadField1

func (p *InsertEventRequestData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*InsertEventRequestData) ReadField2

func (p *InsertEventRequestData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*InsertEventRequestData) ReadField3

func (p *InsertEventRequestData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*InsertEventRequestData) ReadField4

func (p *InsertEventRequestData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*InsertEventRequestData) ReadField5

func (p *InsertEventRequestData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*InsertEventRequestData) String

func (p *InsertEventRequestData) String() string

func (*InsertEventRequestData) Write

type InvalidInputException

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

Attributes:

  • Message
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreExchangePartitionResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreExchangePartitionsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O3_DEFAULT *InvalidInputException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O3_DEFAULT *InvalidInputException
var ThriftHiveMetastoreScheduledQueryMaintenanceResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreSetAggrStatsForResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult_O4_DEFAULT *InvalidInputException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O4_DEFAULT *InvalidInputException

func NewInvalidInputException

func NewInvalidInputException() *InvalidInputException

func (*InvalidInputException) Equals

func (*InvalidInputException) Error

func (p *InvalidInputException) Error() string

func (*InvalidInputException) GetMessage

func (p *InvalidInputException) GetMessage() string

func (*InvalidInputException) Read

func (*InvalidInputException) ReadField1

func (p *InvalidInputException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*InvalidInputException) String

func (p *InvalidInputException) String() string

func (InvalidInputException) TExceptionType

func (InvalidInputException) TExceptionType() thrift.TExceptionType

func (*InvalidInputException) Write

type InvalidObjectException

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

Attributes:

  • Message
var ThriftHiveMetastoreAddPartitionResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsPspecResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsReqResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAddPartitionsResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAlterWmPoolResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAlterWmTriggerResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionByNameResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateCatalogResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateDatabaseResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateDataconnectorResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateFunctionResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateOrUpdateWmMappingResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateResourcePlanResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableReqResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateTypeResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateWmPoolResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreCreateWmTriggerResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreExchangePartitionResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreExchangePartitionsResult_O3_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O4_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O4_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreSetAggrStatsForResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult_O2_DEFAULT *InvalidObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O2_DEFAULT *InvalidObjectException

func NewInvalidObjectException

func NewInvalidObjectException() *InvalidObjectException

func (*InvalidObjectException) Equals

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(ctx context.Context, iprot thrift.TProtocol) error

func (*InvalidObjectException) String

func (p *InvalidObjectException) String() string

func (InvalidObjectException) TExceptionType

func (InvalidObjectException) TExceptionType() thrift.TExceptionType

func (*InvalidObjectException) Write

type InvalidOperationException

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

Attributes:

  • Message
var ThriftHiveMetastoreAlterCatalogResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterFunctionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionsReqResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionsResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterResourcePlanResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableReqResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableWithCascadeResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreAlterTableWithEnvironmentContextResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropCatalogResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropDatabaseResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropDataconnectorResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropIschemaResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropResourcePlanResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropWmMappingResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropWmPoolResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreDropWmTriggerResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreGetMaterializationInvalidationInfoResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreRenamePartitionReqResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreRenamePartitionResult_O1_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreScheduledQueryProgressResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreSetSchemaVersionStateResult_O2_DEFAULT *InvalidOperationException
var ThriftHiveMetastoreUpdateCreationMetadataResult_O2_DEFAULT *InvalidOperationException

func NewInvalidOperationException

func NewInvalidOperationException() *InvalidOperationException

func (*InvalidOperationException) Equals

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(ctx context.Context, iprot thrift.TProtocol) error

func (*InvalidOperationException) String

func (p *InvalidOperationException) String() string

func (InvalidOperationException) TExceptionType

func (*InvalidOperationException) Write

type InvalidPartitionException

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

Attributes:

  • Message
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O6_DEFAULT *InvalidPartitionException
var ThriftHiveMetastoreMarkPartitionForEventResult_O6_DEFAULT *InvalidPartitionException

func NewInvalidPartitionException

func NewInvalidPartitionException() *InvalidPartitionException

func (*InvalidPartitionException) Equals

func (*InvalidPartitionException) Error

func (p *InvalidPartitionException) Error() string

func (*InvalidPartitionException) GetMessage

func (p *InvalidPartitionException) GetMessage() string

func (*InvalidPartitionException) Read

func (*InvalidPartitionException) ReadField1

func (p *InvalidPartitionException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*InvalidPartitionException) String

func (p *InvalidPartitionException) String() string

func (InvalidPartitionException) TExceptionType

func (*InvalidPartitionException) Write

type ListPackageRequest

type ListPackageRequest struct {
	CatName string  `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  *string `thrift:"dbName,2" db:"dbName" json:"dbName,omitempty"`
}

Attributes:

  • CatName
  • DbName
var ThriftHiveMetastoreGetAllPackagesArgs_Request_DEFAULT *ListPackageRequest

func NewListPackageRequest

func NewListPackageRequest() *ListPackageRequest

func (*ListPackageRequest) Equals

func (p *ListPackageRequest) Equals(other *ListPackageRequest) bool

func (*ListPackageRequest) GetCatName

func (p *ListPackageRequest) GetCatName() string

func (*ListPackageRequest) GetDbName

func (p *ListPackageRequest) GetDbName() string

func (*ListPackageRequest) IsSetDbName

func (p *ListPackageRequest) IsSetDbName() bool

func (*ListPackageRequest) Read

func (*ListPackageRequest) ReadField1

func (p *ListPackageRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ListPackageRequest) ReadField2

func (p *ListPackageRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ListPackageRequest) String

func (p *ListPackageRequest) String() string

func (*ListPackageRequest) Write

func (p *ListPackageRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type ListStoredProcedureRequest

type ListStoredProcedureRequest struct {
	CatName string  `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  *string `thrift:"dbName,2" db:"dbName" json:"dbName,omitempty"`
}

Attributes:

  • CatName
  • DbName
var ThriftHiveMetastoreGetAllStoredProceduresArgs_Request_DEFAULT *ListStoredProcedureRequest

func NewListStoredProcedureRequest

func NewListStoredProcedureRequest() *ListStoredProcedureRequest

func (*ListStoredProcedureRequest) Equals

func (*ListStoredProcedureRequest) GetCatName

func (p *ListStoredProcedureRequest) GetCatName() string

func (*ListStoredProcedureRequest) GetDbName

func (p *ListStoredProcedureRequest) GetDbName() string

func (*ListStoredProcedureRequest) IsSetDbName

func (p *ListStoredProcedureRequest) IsSetDbName() bool

func (*ListStoredProcedureRequest) Read

func (*ListStoredProcedureRequest) ReadField1

func (p *ListStoredProcedureRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ListStoredProcedureRequest) ReadField2

func (p *ListStoredProcedureRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ListStoredProcedureRequest) String

func (p *ListStoredProcedureRequest) String() string

func (*ListStoredProcedureRequest) Write

type LockComponent

type LockComponent struct {
	Type                    LockType          `thrift:"type,1,required" db:"type" json:"type"`
	Level                   LockLevel         `thrift:"level,2,required" db:"level" json:"level"`
	Dbname                  string            `thrift:"dbname,3,required" db:"dbname" json:"dbname"`
	Tablename               *string           `thrift:"tablename,4" db:"tablename" json:"tablename,omitempty"`
	Partitionname           *string           `thrift:"partitionname,5" db:"partitionname" json:"partitionname,omitempty"`
	OperationType           DataOperationType `thrift:"operationType,6" db:"operationType" json:"operationType"`
	IsTransactional         bool              `thrift:"isTransactional,7" db:"isTransactional" json:"isTransactional"`
	IsDynamicPartitionWrite bool              `thrift:"isDynamicPartitionWrite,8" db:"isDynamicPartitionWrite" json:"isDynamicPartitionWrite"`
}

Attributes:

  • Type
  • Level
  • Dbname
  • Tablename
  • Partitionname
  • OperationType
  • IsTransactional
  • IsDynamicPartitionWrite

func NewLockComponent

func NewLockComponent() *LockComponent

func (*LockComponent) Equals

func (p *LockComponent) Equals(other *LockComponent) bool

func (*LockComponent) GetDbname

func (p *LockComponent) GetDbname() string

func (*LockComponent) GetIsDynamicPartitionWrite

func (p *LockComponent) GetIsDynamicPartitionWrite() bool

func (*LockComponent) GetIsTransactional

func (p *LockComponent) GetIsTransactional() bool

func (*LockComponent) GetLevel

func (p *LockComponent) GetLevel() LockLevel

func (*LockComponent) GetOperationType

func (p *LockComponent) GetOperationType() DataOperationType

func (*LockComponent) GetPartitionname

func (p *LockComponent) GetPartitionname() string

func (*LockComponent) GetTablename

func (p *LockComponent) GetTablename() string

func (*LockComponent) GetType

func (p *LockComponent) GetType() LockType

func (*LockComponent) IsSetIsDynamicPartitionWrite

func (p *LockComponent) IsSetIsDynamicPartitionWrite() bool

func (*LockComponent) IsSetIsTransactional

func (p *LockComponent) IsSetIsTransactional() bool

func (*LockComponent) IsSetOperationType

func (p *LockComponent) IsSetOperationType() bool

func (*LockComponent) IsSetPartitionname

func (p *LockComponent) IsSetPartitionname() bool

func (*LockComponent) IsSetTablename

func (p *LockComponent) IsSetTablename() bool

func (*LockComponent) Read

func (p *LockComponent) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField1

func (p *LockComponent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField2

func (p *LockComponent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField3

func (p *LockComponent) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField4

func (p *LockComponent) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField5

func (p *LockComponent) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField6

func (p *LockComponent) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField7

func (p *LockComponent) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) ReadField8

func (p *LockComponent) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*LockComponent) String

func (p *LockComponent) String() string

func (*LockComponent) Write

func (p *LockComponent) Write(ctx context.Context, oprot thrift.TProtocol) error

type LockLevel

type LockLevel int64
const (
	LockLevel_DB        LockLevel = 1
	LockLevel_TABLE     LockLevel = 2
	LockLevel_PARTITION LockLevel = 3
)

func LockLevelFromString

func LockLevelFromString(s string) (LockLevel, error)

func LockLevelPtr

func LockLevelPtr(v LockLevel) *LockLevel

func (LockLevel) MarshalText

func (p LockLevel) MarshalText() ([]byte, error)

func (*LockLevel) Scan

func (p *LockLevel) Scan(value interface{}) error

func (LockLevel) String

func (p LockLevel) String() string

func (*LockLevel) UnmarshalText

func (p *LockLevel) UnmarshalText(text []byte) error

func (*LockLevel) Value

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

type LockRequest

type LockRequest struct {
	Component           []*LockComponent `thrift:"component,1,required" db:"component" json:"component"`
	Txnid               *int64           `thrift:"txnid,2" db:"txnid" json:"txnid,omitempty"`
	User                string           `thrift:"user,3,required" db:"user" json:"user"`
	Hostname            string           `thrift:"hostname,4,required" db:"hostname" json:"hostname"`
	AgentInfo           string           `thrift:"agentInfo,5" db:"agentInfo" json:"agentInfo"`
	ZeroWaitReadEnabled bool             `thrift:"zeroWaitReadEnabled,6" db:"zeroWaitReadEnabled" json:"zeroWaitReadEnabled"`
}

Attributes:

  • Component
  • Txnid
  • User
  • Hostname
  • AgentInfo
  • ZeroWaitReadEnabled
var ThriftHiveMetastoreLockArgs_Rqst_DEFAULT *LockRequest

func NewLockRequest

func NewLockRequest() *LockRequest

func (*LockRequest) Equals

func (p *LockRequest) Equals(other *LockRequest) bool

func (*LockRequest) GetAgentInfo

func (p *LockRequest) GetAgentInfo() string

func (*LockRequest) GetComponent

func (p *LockRequest) GetComponent() []*LockComponent

func (*LockRequest) GetHostname

func (p *LockRequest) GetHostname() string

func (*LockRequest) GetTxnid

func (p *LockRequest) GetTxnid() int64

func (*LockRequest) GetUser

func (p *LockRequest) GetUser() string

func (*LockRequest) GetZeroWaitReadEnabled

func (p *LockRequest) GetZeroWaitReadEnabled() bool

func (*LockRequest) IsSetAgentInfo

func (p *LockRequest) IsSetAgentInfo() bool

func (*LockRequest) IsSetTxnid

func (p *LockRequest) IsSetTxnid() bool

func (*LockRequest) IsSetZeroWaitReadEnabled

func (p *LockRequest) IsSetZeroWaitReadEnabled() bool

func (*LockRequest) Read

func (p *LockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField1

func (p *LockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField2

func (p *LockRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField3

func (p *LockRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField4

func (p *LockRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField5

func (p *LockRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) ReadField6

func (p *LockRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*LockRequest) String

func (p *LockRequest) String() string

func (*LockRequest) Write

func (p *LockRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type LockResponse

type LockResponse struct {
	Lockid       int64     `thrift:"lockid,1,required" db:"lockid" json:"lockid"`
	State        LockState `thrift:"state,2,required" db:"state" json:"state"`
	ErrorMessage *string   `thrift:"errorMessage,3" db:"errorMessage" json:"errorMessage,omitempty"`
}

Attributes:

  • Lockid
  • State
  • ErrorMessage
var ThriftHiveMetastoreCheckLockResult_Success_DEFAULT *LockResponse
var ThriftHiveMetastoreGetLockMaterializationRebuildResult_Success_DEFAULT *LockResponse
var ThriftHiveMetastoreLockResult_Success_DEFAULT *LockResponse

func NewLockResponse

func NewLockResponse() *LockResponse

func (*LockResponse) Equals

func (p *LockResponse) Equals(other *LockResponse) bool

func (*LockResponse) GetErrorMessage

func (p *LockResponse) GetErrorMessage() string

func (*LockResponse) GetLockid

func (p *LockResponse) GetLockid() int64

func (*LockResponse) GetState

func (p *LockResponse) GetState() LockState

func (*LockResponse) IsSetErrorMessage

func (p *LockResponse) IsSetErrorMessage() bool

func (*LockResponse) Read

func (p *LockResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*LockResponse) ReadField1

func (p *LockResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*LockResponse) ReadField2

func (p *LockResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*LockResponse) ReadField3

func (p *LockResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*LockResponse) String

func (p *LockResponse) String() string

func (*LockResponse) Write

func (p *LockResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type LockState

type LockState int64
const (
	LockState_ACQUIRED     LockState = 1
	LockState_WAITING      LockState = 2
	LockState_ABORT        LockState = 3
	LockState_NOT_ACQUIRED LockState = 4
)

func LockStateFromString

func LockStateFromString(s string) (LockState, error)

func LockStatePtr

func LockStatePtr(v LockState) *LockState

func (LockState) MarshalText

func (p LockState) MarshalText() ([]byte, error)

func (*LockState) Scan

func (p *LockState) Scan(value interface{}) error

func (LockState) String

func (p LockState) String() string

func (*LockState) UnmarshalText

func (p *LockState) UnmarshalText(text []byte) error

func (*LockState) Value

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

type LockType

type LockType int64
const (
	LockType_SHARED_READ  LockType = 1
	LockType_SHARED_WRITE LockType = 2
	LockType_EXCLUSIVE    LockType = 3
	LockType_EXCL_WRITE   LockType = 4
)

func LockTypeFromString

func LockTypeFromString(s string) (LockType, error)

func LockTypePtr

func LockTypePtr(v LockType) *LockType

func (LockType) MarshalText

func (p LockType) MarshalText() ([]byte, error)

func (*LockType) Scan

func (p *LockType) Scan(value interface{}) error

func (LockType) String

func (p LockType) String() string

func (*LockType) UnmarshalText

func (p *LockType) UnmarshalText(text []byte) error

func (*LockType) Value

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

type LongColumnStatsData

type LongColumnStatsData struct {
	LowValue   *int64 `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"`
	HighValue  *int64 `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"`
	NumNulls   int64  `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64  `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • LowValue
  • HighValue
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_LongStats_DEFAULT *LongColumnStatsData

func NewLongColumnStatsData

func NewLongColumnStatsData() *LongColumnStatsData

func (*LongColumnStatsData) Equals

func (p *LongColumnStatsData) Equals(other *LongColumnStatsData) bool

func (*LongColumnStatsData) GetBitVectors

func (p *LongColumnStatsData) GetBitVectors() []byte

func (*LongColumnStatsData) GetHighValue

func (p *LongColumnStatsData) GetHighValue() int64

func (*LongColumnStatsData) GetLowValue

func (p *LongColumnStatsData) GetLowValue() int64

func (*LongColumnStatsData) GetNumDVs

func (p *LongColumnStatsData) GetNumDVs() int64

func (*LongColumnStatsData) GetNumNulls

func (p *LongColumnStatsData) GetNumNulls() int64

func (*LongColumnStatsData) IsSetBitVectors

func (p *LongColumnStatsData) IsSetBitVectors() bool

func (*LongColumnStatsData) IsSetHighValue

func (p *LongColumnStatsData) IsSetHighValue() bool

func (*LongColumnStatsData) IsSetLowValue

func (p *LongColumnStatsData) IsSetLowValue() bool

func (*LongColumnStatsData) Read

func (*LongColumnStatsData) ReadField1

func (p *LongColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*LongColumnStatsData) ReadField2

func (p *LongColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*LongColumnStatsData) ReadField3

func (p *LongColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*LongColumnStatsData) ReadField4

func (p *LongColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*LongColumnStatsData) ReadField5

func (p *LongColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*LongColumnStatsData) String

func (p *LongColumnStatsData) String() string

func (*LongColumnStatsData) Write

type MapSchemaVersionToSerdeRequest

type MapSchemaVersionToSerdeRequest struct {
	SchemaVersion *SchemaVersionDescriptor `thrift:"schemaVersion,1" db:"schemaVersion" json:"schemaVersion"`
	SerdeName     string                   `thrift:"serdeName,2" db:"serdeName" json:"serdeName"`
}

Attributes:

  • SchemaVersion
  • SerdeName
var ThriftHiveMetastoreMapSchemaVersionToSerdeArgs_Rqst_DEFAULT *MapSchemaVersionToSerdeRequest

func NewMapSchemaVersionToSerdeRequest

func NewMapSchemaVersionToSerdeRequest() *MapSchemaVersionToSerdeRequest

func (*MapSchemaVersionToSerdeRequest) Equals

func (*MapSchemaVersionToSerdeRequest) GetSchemaVersion

func (*MapSchemaVersionToSerdeRequest) GetSerdeName

func (p *MapSchemaVersionToSerdeRequest) GetSerdeName() string

func (*MapSchemaVersionToSerdeRequest) IsSetSchemaVersion

func (p *MapSchemaVersionToSerdeRequest) IsSetSchemaVersion() bool

func (*MapSchemaVersionToSerdeRequest) Read

func (*MapSchemaVersionToSerdeRequest) ReadField1

func (*MapSchemaVersionToSerdeRequest) ReadField2

func (*MapSchemaVersionToSerdeRequest) String

func (*MapSchemaVersionToSerdeRequest) Write

type Materialization

type Materialization struct {
	SourceTablesUpdateDeleteModified bool `` /* 130-byte string literal not displayed */
	SourceTablesCompacted            bool `thrift:"sourceTablesCompacted,2,required" db:"sourceTablesCompacted" json:"sourceTablesCompacted"`
}

Attributes:

  • SourceTablesUpdateDeleteModified
  • SourceTablesCompacted
var ThriftHiveMetastoreGetMaterializationInvalidationInfoResult_Success_DEFAULT *Materialization

func NewMaterialization

func NewMaterialization() *Materialization

func (*Materialization) Equals

func (p *Materialization) Equals(other *Materialization) bool

func (*Materialization) GetSourceTablesCompacted

func (p *Materialization) GetSourceTablesCompacted() bool

func (*Materialization) GetSourceTablesUpdateDeleteModified

func (p *Materialization) GetSourceTablesUpdateDeleteModified() bool

func (*Materialization) Read

func (p *Materialization) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Materialization) ReadField1

func (p *Materialization) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Materialization) ReadField2

func (p *Materialization) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Materialization) String

func (p *Materialization) String() string

func (*Materialization) Write

func (p *Materialization) Write(ctx context.Context, oprot thrift.TProtocol) error

type MaxAllocatedTableWriteIdRequest

type MaxAllocatedTableWriteIdRequest struct {
	DbName    string `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TableName string `thrift:"tableName,2,required" db:"tableName" json:"tableName"`
}

Attributes:

  • DbName
  • TableName
var ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs_Rqst_DEFAULT *MaxAllocatedTableWriteIdRequest

func NewMaxAllocatedTableWriteIdRequest

func NewMaxAllocatedTableWriteIdRequest() *MaxAllocatedTableWriteIdRequest

func (*MaxAllocatedTableWriteIdRequest) Equals

func (*MaxAllocatedTableWriteIdRequest) GetDbName

func (p *MaxAllocatedTableWriteIdRequest) GetDbName() string

func (*MaxAllocatedTableWriteIdRequest) GetTableName

func (p *MaxAllocatedTableWriteIdRequest) GetTableName() string

func (*MaxAllocatedTableWriteIdRequest) Read

func (*MaxAllocatedTableWriteIdRequest) ReadField1

func (*MaxAllocatedTableWriteIdRequest) ReadField2

func (*MaxAllocatedTableWriteIdRequest) String

func (*MaxAllocatedTableWriteIdRequest) Write

type MaxAllocatedTableWriteIdResponse

type MaxAllocatedTableWriteIdResponse struct {
	MaxWriteId int64 `thrift:"maxWriteId,1,required" db:"maxWriteId" json:"maxWriteId"`
}

Attributes:

  • MaxWriteId
var ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult_Success_DEFAULT *MaxAllocatedTableWriteIdResponse

func NewMaxAllocatedTableWriteIdResponse

func NewMaxAllocatedTableWriteIdResponse() *MaxAllocatedTableWriteIdResponse

func (*MaxAllocatedTableWriteIdResponse) Equals

func (*MaxAllocatedTableWriteIdResponse) GetMaxWriteId

func (p *MaxAllocatedTableWriteIdResponse) GetMaxWriteId() int64

func (*MaxAllocatedTableWriteIdResponse) Read

func (*MaxAllocatedTableWriteIdResponse) ReadField1

func (*MaxAllocatedTableWriteIdResponse) String

func (*MaxAllocatedTableWriteIdResponse) Write

type MetaException

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

Attributes:

  • Message
var ThriftHiveMetastoreAddCheckConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddDefaultConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddForeignKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddMasterKeyResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAddNotNullConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddPackageResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsPspecResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsReqResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPartitionsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddPrimaryKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddReplicationMetricsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAddRuntimeStatsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAddSchemaVersionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAddSerdeResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAddUniqueConstraintResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAllocateTableWriteIdsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAlterCatalogResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAlterDatabaseResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAlterDataconnectorResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreAlterFunctionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterIschemaResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableWithCascadeResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterTableWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreAlterWmPoolResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreAlterWmTriggerResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionByNameResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCancelDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCmRecycleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateCatalogResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateDataconnectorResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateFunctionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateIschemaResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreCreateOrUpdateWmMappingResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreCreateResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreCreateStoredProcedureResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableReqResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateTypeResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreCreateWmPoolResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreCreateWmTriggerResult_O4_DEFAULT *MetaException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropCatalogResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropConstraintResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropDatabaseResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropDataconnectorResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropFunctionResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropIschemaResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropPackageResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionByNameResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropPartitionsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropResourcePlanResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropSchemaVersionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreDropStoredProcedureResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropTableResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropTableWithEnvironmentContextResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreDropWmMappingResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropWmPoolResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreDropWmTriggerResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreExchangePartitionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreExchangePartitionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreFindNextCompactResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreFindPackageResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetActiveResourcePlanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetAggrStatsForResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllFunctionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllPackagesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllResourcePlansResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllStoredProceduresResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllTableConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetAllTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetCatalogResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetCatalogsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetCheckConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabaseReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabaseResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetDatabasesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDataconnectorReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetDataconnectorsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDefaultConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetForeignKeysResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFunctionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetFunctionsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetIschemaResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetLatestTxnidInConflictResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMaterializationInvalidationInfoResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMaterializedViewsForRewritingResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMetaConfResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetMetastoreDbUUIDResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetNotNullConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartSpecsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionByNameResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesPsReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionNamesResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionValuesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByExprResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByNamesReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsByNamesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsPspecResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsSpecByExprResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetPartitionsWithSpecsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrimaryKeysResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrincipalsInRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetPrivilegeSetResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetReplicationMetricsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetResourcePlanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetRoleGrantsForPrincipalResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetRoleNamesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetRuntimeStatsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetScheduledQueryResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaAllVersionsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaLatestVersionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaVersionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSchemasByColsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetSerdeResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetStoredProcedureResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableMetaResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTableStatisticsReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesByTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesExtResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTablesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetTriggersForResourceplanResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeAllResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGetTypeResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetUniqueConstraintsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGetValidWriteIdsResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreGrantPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRevokePrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRevokeRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreGrantRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreListRolesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreMapSchemaVersionToSerdeResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreMarkCleanedResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreMarkCompactedResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreMarkFailedResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreMarkPartitionForEventResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameHasValidCharactersResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToSpecResult_O1_DEFAULT *MetaException
var ThriftHiveMetastorePartitionNameToValsResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRefreshPrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRenamePartitionReqResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreRenamePartitionResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreRenewDelegationTokenResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokePrivilegesResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreRevokeRoleResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreScheduledQueryMaintenanceResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreScheduledQueryPollResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreScheduledQueryProgressResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSeedTxnIDResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSeedWriteIDResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSetAggrStatsForResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreSetMetaConfResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreSetSchemaVersionStateResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreSetUgiResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreTruncateTableReqResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreTruncateTableResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateCreationMetadataResult_O1_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateMasterKeyResult_O2_DEFAULT *MetaException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O3_DEFAULT *MetaException
var ThriftHiveMetastoreValidateResourcePlanResult_O2_DEFAULT *MetaException

func NewMetaException

func NewMetaException() *MetaException

func (*MetaException) Equals

func (p *MetaException) Equals(other *MetaException) bool

func (*MetaException) Error

func (p *MetaException) Error() string

func (*MetaException) GetMessage

func (p *MetaException) GetMessage() string

func (*MetaException) Read

func (p *MetaException) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*MetaException) ReadField1

func (p *MetaException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*MetaException) String

func (p *MetaException) String() string

func (MetaException) TExceptionType

func (MetaException) TExceptionType() thrift.TExceptionType

func (*MetaException) Write

func (p *MetaException) Write(ctx context.Context, oprot thrift.TProtocol) error

type MetadataPpdResult_

type MetadataPpdResult_ struct {
	Metadata      []byte `thrift:"metadata,1" db:"metadata" json:"metadata,omitempty"`
	IncludeBitset []byte `thrift:"includeBitset,2" db:"includeBitset" json:"includeBitset,omitempty"`
}

Attributes:

  • Metadata
  • IncludeBitset

func NewMetadataPpdResult_

func NewMetadataPpdResult_() *MetadataPpdResult_

func (*MetadataPpdResult_) Equals

func (p *MetadataPpdResult_) Equals(other *MetadataPpdResult_) bool

func (*MetadataPpdResult_) GetIncludeBitset

func (p *MetadataPpdResult_) GetIncludeBitset() []byte

func (*MetadataPpdResult_) GetMetadata

func (p *MetadataPpdResult_) GetMetadata() []byte

func (*MetadataPpdResult_) IsSetIncludeBitset

func (p *MetadataPpdResult_) IsSetIncludeBitset() bool

func (*MetadataPpdResult_) IsSetMetadata

func (p *MetadataPpdResult_) IsSetMetadata() bool

func (*MetadataPpdResult_) Read

func (*MetadataPpdResult_) ReadField1

func (p *MetadataPpdResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*MetadataPpdResult_) ReadField2

func (p *MetadataPpdResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*MetadataPpdResult_) String

func (p *MetadataPpdResult_) String() string

func (*MetadataPpdResult_) Write

func (p *MetadataPpdResult_) Write(ctx context.Context, oprot thrift.TProtocol) error

type NoSuchLockException

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

Attributes:

  • Message
var ThriftHiveMetastoreCheckLockResult_O3_DEFAULT *NoSuchLockException
var ThriftHiveMetastoreHeartbeatResult_O1_DEFAULT *NoSuchLockException
var ThriftHiveMetastoreUnlockResult_O1_DEFAULT *NoSuchLockException

func NewNoSuchLockException

func NewNoSuchLockException() *NoSuchLockException

func (*NoSuchLockException) Equals

func (p *NoSuchLockException) Equals(other *NoSuchLockException) bool

func (*NoSuchLockException) Error

func (p *NoSuchLockException) Error() string

func (*NoSuchLockException) GetMessage

func (p *NoSuchLockException) GetMessage() string

func (*NoSuchLockException) Read

func (*NoSuchLockException) ReadField1

func (p *NoSuchLockException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NoSuchLockException) String

func (p *NoSuchLockException) String() string

func (NoSuchLockException) TExceptionType

func (NoSuchLockException) TExceptionType() thrift.TExceptionType

func (*NoSuchLockException) Write

type NoSuchObjectException

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

Attributes:

  • Message
var ThriftHiveMetastoreAddCheckConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddDefaultConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddForeignKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddNotNullConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddPrimaryKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddSchemaVersionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAddUniqueConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterCatalogResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterDatabaseResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterDataconnectorResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterIschemaResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterWmPoolResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreAlterWmTriggerResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateFunctionResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateIschemaResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateOrUpdateWmMappingResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateStoredProcedureResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableReqResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableWithConstraintsResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateTableWithEnvironmentContextResult_O4_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateWmPoolResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreCreateWmTriggerResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDeletePartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDeleteTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropCatalogResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropConstraintResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropDataconnectorResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropFunctionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropIschemaResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionByNameResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropPartitionsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropSchemaVersionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTableResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTableWithEnvironmentContextResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropTypeResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropWmMappingResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropWmPoolResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreDropWmTriggerResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreExchangePartitionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreExchangePartitionsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetAggrStatsForResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetAllTableConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetCatalogResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetCheckConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDatabaseReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDatabaseResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDataconnectorReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetDefaultConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetForeignKeysResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetFunctionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetIschemaResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetNotNullConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetNumPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartSpecsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionByNameResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesPsReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesPsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionNamesResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionValuesResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionWithAuthResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByExprResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByFilterResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByNamesReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsByNamesResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsPspecResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsSpecByExprResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPartitionsWithAuthResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetPrimaryKeysResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetResourcePlanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetScheduledQueryResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetSchemaAllVersionsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetSchemaLatestVersionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetSchemaVersionResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetSerdeResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableReqResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTableStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTriggersForResourceplanResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetTypeResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreGetUniqueConstraintsResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreMapSchemaVersionToSerdeResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreMarkPartitionForEventResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreScheduledQueryMaintenanceResult_O2_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreSetAggrStatsForResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreSetSchemaVersionStateResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdateMasterKeyResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreUpdateTableColumnStatisticsResult_O1_DEFAULT *NoSuchObjectException
var ThriftHiveMetastoreValidateResourcePlanResult_O1_DEFAULT *NoSuchObjectException

func NewNoSuchObjectException

func NewNoSuchObjectException() *NoSuchObjectException

func (*NoSuchObjectException) Equals

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(ctx context.Context, iprot thrift.TProtocol) error

func (*NoSuchObjectException) String

func (p *NoSuchObjectException) String() string

func (NoSuchObjectException) TExceptionType

func (NoSuchObjectException) TExceptionType() thrift.TExceptionType

func (*NoSuchObjectException) Write

type NoSuchTxnException

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

Attributes:

  • Message
var ThriftHiveMetastoreAbortTxnResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreAbortTxnsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreAddDynamicPartitionsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreAllocateTableWriteIdsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreCheckLockResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreCommitTxnResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreGetValidWriteIdsResult_O1_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreHeartbeatResult_O2_DEFAULT *NoSuchTxnException
var ThriftHiveMetastoreLockResult_O1_DEFAULT *NoSuchTxnException

func NewNoSuchTxnException

func NewNoSuchTxnException() *NoSuchTxnException

func (*NoSuchTxnException) Equals

func (p *NoSuchTxnException) Equals(other *NoSuchTxnException) bool

func (*NoSuchTxnException) Error

func (p *NoSuchTxnException) Error() string

func (*NoSuchTxnException) GetMessage

func (p *NoSuchTxnException) GetMessage() string

func (*NoSuchTxnException) Read

func (*NoSuchTxnException) ReadField1

func (p *NoSuchTxnException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NoSuchTxnException) String

func (p *NoSuchTxnException) String() string

func (NoSuchTxnException) TExceptionType

func (NoSuchTxnException) TExceptionType() thrift.TExceptionType

func (*NoSuchTxnException) Write

func (p *NoSuchTxnException) Write(ctx context.Context, oprot thrift.TProtocol) error

type NotNullConstraintsRequest

type NotNullConstraintsRequest struct {
	CatName string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  string `thrift:"db_name,2,required" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,3,required" db:"tbl_name" json:"tbl_name"`
}

Attributes:

  • CatName
  • DbName
  • TblName
var ThriftHiveMetastoreGetNotNullConstraintsArgs_Request_DEFAULT *NotNullConstraintsRequest

func NewNotNullConstraintsRequest

func NewNotNullConstraintsRequest() *NotNullConstraintsRequest

func (*NotNullConstraintsRequest) Equals

func (*NotNullConstraintsRequest) GetCatName

func (p *NotNullConstraintsRequest) GetCatName() string

func (*NotNullConstraintsRequest) GetDbName

func (p *NotNullConstraintsRequest) GetDbName() string

func (*NotNullConstraintsRequest) GetTblName

func (p *NotNullConstraintsRequest) GetTblName() string

func (*NotNullConstraintsRequest) Read

func (*NotNullConstraintsRequest) ReadField1

func (p *NotNullConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotNullConstraintsRequest) ReadField2

func (p *NotNullConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NotNullConstraintsRequest) ReadField3

func (p *NotNullConstraintsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*NotNullConstraintsRequest) String

func (p *NotNullConstraintsRequest) String() string

func (*NotNullConstraintsRequest) Write

type NotNullConstraintsResponse

type NotNullConstraintsResponse struct {
	NotNullConstraints []*SQLNotNullConstraint `thrift:"notNullConstraints,1,required" db:"notNullConstraints" json:"notNullConstraints"`
}

Attributes:

  • NotNullConstraints
var ThriftHiveMetastoreGetNotNullConstraintsResult_Success_DEFAULT *NotNullConstraintsResponse

func NewNotNullConstraintsResponse

func NewNotNullConstraintsResponse() *NotNullConstraintsResponse

func (*NotNullConstraintsResponse) Equals

func (*NotNullConstraintsResponse) GetNotNullConstraints

func (p *NotNullConstraintsResponse) GetNotNullConstraints() []*SQLNotNullConstraint

func (*NotNullConstraintsResponse) Read

func (*NotNullConstraintsResponse) ReadField1

func (p *NotNullConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotNullConstraintsResponse) String

func (p *NotNullConstraintsResponse) String() string

func (*NotNullConstraintsResponse) Write

type NotificationEvent

type NotificationEvent struct {
	EventId       int64   `thrift:"eventId,1,required" db:"eventId" json:"eventId"`
	EventTime     int32   `thrift:"eventTime,2,required" db:"eventTime" json:"eventTime"`
	EventType     string  `thrift:"eventType,3,required" db:"eventType" json:"eventType"`
	DbName        *string `thrift:"dbName,4" db:"dbName" json:"dbName,omitempty"`
	TableName     *string `thrift:"tableName,5" db:"tableName" json:"tableName,omitempty"`
	Message       string  `thrift:"message,6,required" db:"message" json:"message"`
	MessageFormat *string `thrift:"messageFormat,7" db:"messageFormat" json:"messageFormat,omitempty"`
	CatName       *string `thrift:"catName,8" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • EventId
  • EventTime
  • EventType
  • DbName
  • TableName
  • Message
  • MessageFormat
  • CatName

func NewNotificationEvent

func NewNotificationEvent() *NotificationEvent

func (*NotificationEvent) Equals

func (p *NotificationEvent) Equals(other *NotificationEvent) bool

func (*NotificationEvent) GetCatName

func (p *NotificationEvent) GetCatName() string

func (*NotificationEvent) GetDbName

func (p *NotificationEvent) GetDbName() string

func (*NotificationEvent) GetEventId

func (p *NotificationEvent) GetEventId() int64

func (*NotificationEvent) GetEventTime

func (p *NotificationEvent) GetEventTime() int32

func (*NotificationEvent) GetEventType

func (p *NotificationEvent) GetEventType() string

func (*NotificationEvent) GetMessage

func (p *NotificationEvent) GetMessage() string

func (*NotificationEvent) GetMessageFormat

func (p *NotificationEvent) GetMessageFormat() string

func (*NotificationEvent) GetTableName

func (p *NotificationEvent) GetTableName() string

func (*NotificationEvent) IsSetCatName

func (p *NotificationEvent) IsSetCatName() bool

func (*NotificationEvent) IsSetDbName

func (p *NotificationEvent) IsSetDbName() bool

func (*NotificationEvent) IsSetMessageFormat

func (p *NotificationEvent) IsSetMessageFormat() bool

func (*NotificationEvent) IsSetTableName

func (p *NotificationEvent) IsSetTableName() bool

func (*NotificationEvent) Read

func (p *NotificationEvent) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField1

func (p *NotificationEvent) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField2

func (p *NotificationEvent) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField3

func (p *NotificationEvent) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField4

func (p *NotificationEvent) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField5

func (p *NotificationEvent) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField6

func (p *NotificationEvent) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField7

func (p *NotificationEvent) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) ReadField8

func (p *NotificationEvent) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEvent) String

func (p *NotificationEvent) String() string

func (*NotificationEvent) Write

func (p *NotificationEvent) Write(ctx context.Context, oprot thrift.TProtocol) error

type NotificationEventRequest

type NotificationEventRequest struct {
	LastEvent         int64    `thrift:"lastEvent,1,required" db:"lastEvent" json:"lastEvent"`
	MaxEvents         *int32   `thrift:"maxEvents,2" db:"maxEvents" json:"maxEvents,omitempty"`
	EventTypeSkipList []string `thrift:"eventTypeSkipList,3" db:"eventTypeSkipList" json:"eventTypeSkipList,omitempty"`
}

Attributes:

  • LastEvent
  • MaxEvents
  • EventTypeSkipList
var ThriftHiveMetastoreGetNextNotificationArgs_Rqst_DEFAULT *NotificationEventRequest

func NewNotificationEventRequest

func NewNotificationEventRequest() *NotificationEventRequest

func (*NotificationEventRequest) Equals

func (*NotificationEventRequest) GetEventTypeSkipList

func (p *NotificationEventRequest) GetEventTypeSkipList() []string

func (*NotificationEventRequest) GetLastEvent

func (p *NotificationEventRequest) GetLastEvent() int64

func (*NotificationEventRequest) GetMaxEvents

func (p *NotificationEventRequest) GetMaxEvents() int32

func (*NotificationEventRequest) IsSetEventTypeSkipList

func (p *NotificationEventRequest) IsSetEventTypeSkipList() bool

func (*NotificationEventRequest) IsSetMaxEvents

func (p *NotificationEventRequest) IsSetMaxEvents() bool

func (*NotificationEventRequest) Read

func (*NotificationEventRequest) ReadField1

func (p *NotificationEventRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEventRequest) ReadField2

func (p *NotificationEventRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEventRequest) ReadField3

func (p *NotificationEventRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEventRequest) String

func (p *NotificationEventRequest) String() string

func (*NotificationEventRequest) Write

type NotificationEventResponse

type NotificationEventResponse struct {
	Events []*NotificationEvent `thrift:"events,1,required" db:"events" json:"events"`
}

Attributes:

  • Events
var ThriftHiveMetastoreGetNextNotificationResult_Success_DEFAULT *NotificationEventResponse

func NewNotificationEventResponse

func NewNotificationEventResponse() *NotificationEventResponse

func (*NotificationEventResponse) Equals

func (*NotificationEventResponse) GetEvents

func (p *NotificationEventResponse) GetEvents() []*NotificationEvent

func (*NotificationEventResponse) Read

func (*NotificationEventResponse) ReadField1

func (p *NotificationEventResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*NotificationEventResponse) String

func (p *NotificationEventResponse) String() string

func (*NotificationEventResponse) Write

type NotificationEventsCountRequest

type NotificationEventsCountRequest struct {
	FromEventId int64   `thrift:"fromEventId,1,required" db:"fromEventId" json:"fromEventId"`
	DbName      string  `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	CatName     *string `thrift:"catName,3" db:"catName" json:"catName,omitempty"`
	ToEventId   *int64  `thrift:"toEventId,4" db:"toEventId" json:"toEventId,omitempty"`
	Limit       *int64  `thrift:"limit,5" db:"limit" json:"limit,omitempty"`
}

Attributes:

  • FromEventId
  • DbName
  • CatName
  • ToEventId
  • Limit
var ThriftHiveMetastoreGetNotificationEventsCountArgs_Rqst_DEFAULT *NotificationEventsCountRequest

func NewNotificationEventsCountRequest

func NewNotificationEventsCountRequest() *NotificationEventsCountRequest

func (*NotificationEventsCountRequest) Equals

func (*NotificationEventsCountRequest) GetCatName

func (p *NotificationEventsCountRequest) GetCatName() string

func (*NotificationEventsCountRequest) GetDbName

func (p *NotificationEventsCountRequest) GetDbName() string

func (*NotificationEventsCountRequest) GetFromEventId

func (p *NotificationEventsCountRequest) GetFromEventId() int64

func (*NotificationEventsCountRequest) GetLimit

func (p *NotificationEventsCountRequest) GetLimit() int64

func (*NotificationEventsCountRequest) GetToEventId

func (p *NotificationEventsCountRequest) GetToEventId() int64

func (*NotificationEventsCountRequest) IsSetCatName

func (p *NotificationEventsCountRequest) IsSetCatName() bool

func (*NotificationEventsCountRequest) IsSetLimit

func (p *NotificationEventsCountRequest) IsSetLimit() bool

func (*NotificationEventsCountRequest) IsSetToEventId

func (p *NotificationEventsCountRequest) IsSetToEventId() bool

func (*NotificationEventsCountRequest) Read

func (*NotificationEventsCountRequest) ReadField1

func (*NotificationEventsCountRequest) ReadField2

func (*NotificationEventsCountRequest) ReadField3

func (*NotificationEventsCountRequest) ReadField4

func (*NotificationEventsCountRequest) ReadField5

func (*NotificationEventsCountRequest) String

func (*NotificationEventsCountRequest) Write

type NotificationEventsCountResponse

type NotificationEventsCountResponse struct {
	EventsCount int64 `thrift:"eventsCount,1,required" db:"eventsCount" json:"eventsCount"`
}

Attributes:

  • EventsCount
var ThriftHiveMetastoreGetNotificationEventsCountResult_Success_DEFAULT *NotificationEventsCountResponse

func NewNotificationEventsCountResponse

func NewNotificationEventsCountResponse() *NotificationEventsCountResponse

func (*NotificationEventsCountResponse) Equals

func (*NotificationEventsCountResponse) GetEventsCount

func (p *NotificationEventsCountResponse) GetEventsCount() int64

func (*NotificationEventsCountResponse) Read

func (*NotificationEventsCountResponse) ReadField1

func (*NotificationEventsCountResponse) String

func (*NotificationEventsCountResponse) Write

type OpenTxnRequest

type OpenTxnRequest struct {
	NumTxns       int32   `thrift:"num_txns,1,required" db:"num_txns" json:"num_txns"`
	User          string  `thrift:"user,2,required" db:"user" json:"user"`
	Hostname      string  `thrift:"hostname,3,required" db:"hostname" json:"hostname"`
	AgentInfo     string  `thrift:"agentInfo,4" db:"agentInfo" json:"agentInfo"`
	ReplPolicy    *string `thrift:"replPolicy,5" db:"replPolicy" json:"replPolicy,omitempty"`
	ReplSrcTxnIds []int64 `thrift:"replSrcTxnIds,6" db:"replSrcTxnIds" json:"replSrcTxnIds,omitempty"`
	TxnType       TxnType `thrift:"txn_type,7" db:"txn_type" json:"txn_type"`
}

Attributes:

  • NumTxns
  • User
  • Hostname
  • AgentInfo
  • ReplPolicy
  • ReplSrcTxnIds
  • TxnType
var ThriftHiveMetastoreOpenTxnsArgs_Rqst_DEFAULT *OpenTxnRequest

func NewOpenTxnRequest

func NewOpenTxnRequest() *OpenTxnRequest

func (*OpenTxnRequest) Equals

func (p *OpenTxnRequest) Equals(other *OpenTxnRequest) bool

func (*OpenTxnRequest) GetAgentInfo

func (p *OpenTxnRequest) GetAgentInfo() string

func (*OpenTxnRequest) GetHostname

func (p *OpenTxnRequest) GetHostname() string

func (*OpenTxnRequest) GetNumTxns

func (p *OpenTxnRequest) GetNumTxns() int32

func (*OpenTxnRequest) GetReplPolicy

func (p *OpenTxnRequest) GetReplPolicy() string

func (*OpenTxnRequest) GetReplSrcTxnIds

func (p *OpenTxnRequest) GetReplSrcTxnIds() []int64

func (*OpenTxnRequest) GetTxnType

func (p *OpenTxnRequest) GetTxnType() TxnType

func (*OpenTxnRequest) GetUser

func (p *OpenTxnRequest) GetUser() string

func (*OpenTxnRequest) IsSetAgentInfo

func (p *OpenTxnRequest) IsSetAgentInfo() bool

func (*OpenTxnRequest) IsSetReplPolicy

func (p *OpenTxnRequest) IsSetReplPolicy() bool

func (*OpenTxnRequest) IsSetReplSrcTxnIds

func (p *OpenTxnRequest) IsSetReplSrcTxnIds() bool

func (*OpenTxnRequest) IsSetTxnType

func (p *OpenTxnRequest) IsSetTxnType() bool

func (*OpenTxnRequest) Read

func (p *OpenTxnRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField1

func (p *OpenTxnRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField2

func (p *OpenTxnRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField3

func (p *OpenTxnRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField4

func (p *OpenTxnRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField5

func (p *OpenTxnRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField6

func (p *OpenTxnRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) ReadField7

func (p *OpenTxnRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnRequest) String

func (p *OpenTxnRequest) String() string

func (*OpenTxnRequest) Write

func (p *OpenTxnRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type OpenTxnsResponse

type OpenTxnsResponse struct {
	TxnIds []int64 `thrift:"txn_ids,1,required" db:"txn_ids" json:"txn_ids"`
}

Attributes:

  • TxnIds
var ThriftHiveMetastoreOpenTxnsResult_Success_DEFAULT *OpenTxnsResponse

func NewOpenTxnsResponse

func NewOpenTxnsResponse() *OpenTxnsResponse

func (*OpenTxnsResponse) Equals

func (p *OpenTxnsResponse) Equals(other *OpenTxnsResponse) bool

func (*OpenTxnsResponse) GetTxnIds

func (p *OpenTxnsResponse) GetTxnIds() []int64

func (*OpenTxnsResponse) Read

func (p *OpenTxnsResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnsResponse) ReadField1

func (p *OpenTxnsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*OpenTxnsResponse) String

func (p *OpenTxnsResponse) String() string

func (*OpenTxnsResponse) Write

func (p *OpenTxnsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type OptionalCompactionInfoStruct

type OptionalCompactionInfoStruct struct {
	Ci *CompactionInfoStruct `thrift:"ci,1" db:"ci" json:"ci,omitempty"`
}

Attributes:

  • Ci
var ThriftHiveMetastoreFindNextCompactResult_Success_DEFAULT *OptionalCompactionInfoStruct

func NewOptionalCompactionInfoStruct

func NewOptionalCompactionInfoStruct() *OptionalCompactionInfoStruct

func (*OptionalCompactionInfoStruct) Equals

func (*OptionalCompactionInfoStruct) GetCi

func (*OptionalCompactionInfoStruct) IsSetCi

func (p *OptionalCompactionInfoStruct) IsSetCi() bool

func (*OptionalCompactionInfoStruct) Read

func (*OptionalCompactionInfoStruct) ReadField1

func (*OptionalCompactionInfoStruct) String

func (*OptionalCompactionInfoStruct) Write

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

func (p *Order) Equals(other *Order) bool

func (*Order) GetCol

func (p *Order) GetCol() string

func (*Order) GetOrder

func (p *Order) GetOrder() int32

func (*Order) Read

func (p *Order) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Order) ReadField1

func (p *Order) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Order) ReadField2

func (p *Order) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Order) String

func (p *Order) String() string

func (*Order) Write

func (p *Order) Write(ctx context.Context, oprot thrift.TProtocol) error

type Package

type Package struct {
	CatName     string `thrift:"catName,1" db:"catName" json:"catName"`
	DbName      string `thrift:"dbName,2" db:"dbName" json:"dbName"`
	PackageName string `thrift:"packageName,3" db:"packageName" json:"packageName"`
	OwnerName   string `thrift:"ownerName,4" db:"ownerName" json:"ownerName"`
	Header      string `thrift:"header,5" db:"header" json:"header"`
	Body        string `thrift:"body,6" db:"body" json:"body"`
}

Attributes:

  • CatName
  • DbName
  • PackageName
  • OwnerName
  • Header
  • Body
var ThriftHiveMetastoreFindPackageResult_Success_DEFAULT *Package

func NewPackage

func NewPackage() *Package

func (*Package) Equals

func (p *Package) Equals(other *Package) bool

func (*Package) GetBody

func (p *Package) GetBody() string

func (*Package) GetCatName

func (p *Package) GetCatName() string

func (*Package) GetDbName

func (p *Package) GetDbName() string

func (*Package) GetHeader

func (p *Package) GetHeader() string

func (*Package) GetOwnerName

func (p *Package) GetOwnerName() string

func (*Package) GetPackageName

func (p *Package) GetPackageName() string

func (*Package) Read

func (p *Package) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField1

func (p *Package) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField2

func (p *Package) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField3

func (p *Package) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField4

func (p *Package) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField5

func (p *Package) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) ReadField6

func (p *Package) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Package) String

func (p *Package) String() string

func (*Package) Write

func (p *Package) Write(ctx context.Context, 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"`
	CatName          *string                `thrift:"catName,9" db:"catName" json:"catName,omitempty"`
	WriteId          int64                  `thrift:"writeId,10" db:"writeId" json:"writeId"`
	IsStatsCompliant *bool                  `thrift:"isStatsCompliant,11" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
	ColStats         *ColumnStatistics      `thrift:"colStats,12" db:"colStats" json:"colStats,omitempty"`
}

Attributes:

  • Values
  • DbName
  • TableName
  • CreateTime
  • LastAccessTime
  • Sd
  • Parameters
  • Privileges
  • CatName
  • WriteId
  • IsStatsCompliant
  • ColStats
var GetPartitionResponse_Partition_DEFAULT *Partition
var RenamePartitionRequest_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAlterPartitionArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs_NewPart__DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreExchangePartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionByNameResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreGetPartitionWithAuthResult_Success_DEFAULT *Partition
var ThriftHiveMetastoreRenamePartitionArgs_NewPart__DEFAULT *Partition

func NewPartition

func NewPartition() *Partition

func (*Partition) Equals

func (p *Partition) Equals(other *Partition) bool

func (*Partition) GetCatName

func (p *Partition) GetCatName() string

func (*Partition) GetColStats

func (p *Partition) GetColStats() *ColumnStatistics

func (*Partition) GetCreateTime

func (p *Partition) GetCreateTime() int32

func (*Partition) GetDbName

func (p *Partition) GetDbName() string

func (*Partition) GetIsStatsCompliant

func (p *Partition) GetIsStatsCompliant() bool

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

func (p *Partition) GetWriteId() int64

func (*Partition) IsSetCatName

func (p *Partition) IsSetCatName() bool

func (*Partition) IsSetColStats

func (p *Partition) IsSetColStats() bool

func (*Partition) IsSetIsStatsCompliant

func (p *Partition) IsSetIsStatsCompliant() bool

func (*Partition) IsSetPrivileges

func (p *Partition) IsSetPrivileges() bool

func (*Partition) IsSetSd

func (p *Partition) IsSetSd() bool

func (*Partition) IsSetWriteId

func (p *Partition) IsSetWriteId() bool

func (*Partition) Read

func (p *Partition) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField1

func (p *Partition) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField10

func (p *Partition) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField11

func (p *Partition) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField12

func (p *Partition) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField2

func (p *Partition) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField3

func (p *Partition) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField4

func (p *Partition) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField5

func (p *Partition) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField6

func (p *Partition) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField7

func (p *Partition) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField8

func (p *Partition) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) ReadField9

func (p *Partition) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*Partition) String

func (p *Partition) String() string

func (*Partition) Write

func (p *Partition) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionEventType

type PartitionEventType int64
const (
	PartitionEventType_LOAD_DONE PartitionEventType = 1
)

func PartitionEventTypeFromString

func PartitionEventTypeFromString(s string) (PartitionEventType, error)

func PartitionEventTypePtr

func PartitionEventTypePtr(v PartitionEventType) *PartitionEventType

func (PartitionEventType) MarshalText

func (p PartitionEventType) MarshalText() ([]byte, error)

func (*PartitionEventType) Scan

func (p *PartitionEventType) Scan(value interface{}) error

func (PartitionEventType) String

func (p PartitionEventType) String() string

func (*PartitionEventType) UnmarshalText

func (p *PartitionEventType) UnmarshalText(text []byte) error

func (*PartitionEventType) Value

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

type PartitionFilterMode

type PartitionFilterMode int64
const (
	PartitionFilterMode_BY_NAMES  PartitionFilterMode = 0
	PartitionFilterMode_BY_VALUES PartitionFilterMode = 1
	PartitionFilterMode_BY_EXPR   PartitionFilterMode = 2
)
var GetPartitionsFilterSpec_FilterMode_DEFAULT PartitionFilterMode

func PartitionFilterModeFromString

func PartitionFilterModeFromString(s string) (PartitionFilterMode, error)

func PartitionFilterModePtr

func PartitionFilterModePtr(v PartitionFilterMode) *PartitionFilterMode

func (PartitionFilterMode) MarshalText

func (p PartitionFilterMode) MarshalText() ([]byte, error)

func (*PartitionFilterMode) Scan

func (p *PartitionFilterMode) Scan(value interface{}) error

func (PartitionFilterMode) String

func (p PartitionFilterMode) String() string

func (*PartitionFilterMode) UnmarshalText

func (p *PartitionFilterMode) UnmarshalText(text []byte) error

func (*PartitionFilterMode) Value

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

type PartitionListComposingSpec

type PartitionListComposingSpec struct {
	Partitions []*Partition `thrift:"partitions,1" db:"partitions" json:"partitions"`
}

Attributes:

  • Partitions
var PartitionSpec_PartitionList_DEFAULT *PartitionListComposingSpec

func NewPartitionListComposingSpec

func NewPartitionListComposingSpec() *PartitionListComposingSpec

func (*PartitionListComposingSpec) Equals

func (*PartitionListComposingSpec) GetPartitions

func (p *PartitionListComposingSpec) GetPartitions() []*Partition

func (*PartitionListComposingSpec) Read

func (*PartitionListComposingSpec) ReadField1

func (p *PartitionListComposingSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionListComposingSpec) String

func (p *PartitionListComposingSpec) String() string

func (*PartitionListComposingSpec) Write

type PartitionSpec

type PartitionSpec struct {
	DbName                string                      `thrift:"dbName,1" db:"dbName" json:"dbName"`
	TableName             string                      `thrift:"tableName,2" db:"tableName" json:"tableName"`
	RootPath              string                      `thrift:"rootPath,3" db:"rootPath" json:"rootPath"`
	SharedSDPartitionSpec *PartitionSpecWithSharedSD  `thrift:"sharedSDPartitionSpec,4" db:"sharedSDPartitionSpec" json:"sharedSDPartitionSpec,omitempty"`
	PartitionList         *PartitionListComposingSpec `thrift:"partitionList,5" db:"partitionList" json:"partitionList,omitempty"`
	CatName               *string                     `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
	WriteId               int64                       `thrift:"writeId,7" db:"writeId" json:"writeId"`
	IsStatsCompliant      *bool                       `thrift:"isStatsCompliant,8" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • DbName
  • TableName
  • RootPath
  • SharedSDPartitionSpec
  • PartitionList
  • CatName
  • WriteId
  • IsStatsCompliant

func NewPartitionSpec

func NewPartitionSpec() *PartitionSpec

func (*PartitionSpec) Equals

func (p *PartitionSpec) Equals(other *PartitionSpec) bool

func (*PartitionSpec) GetCatName

func (p *PartitionSpec) GetCatName() string

func (*PartitionSpec) GetDbName

func (p *PartitionSpec) GetDbName() string

func (*PartitionSpec) GetIsStatsCompliant

func (p *PartitionSpec) GetIsStatsCompliant() bool

func (*PartitionSpec) GetPartitionList

func (p *PartitionSpec) GetPartitionList() *PartitionListComposingSpec

func (*PartitionSpec) GetRootPath

func (p *PartitionSpec) GetRootPath() string

func (*PartitionSpec) GetSharedSDPartitionSpec

func (p *PartitionSpec) GetSharedSDPartitionSpec() *PartitionSpecWithSharedSD

func (*PartitionSpec) GetTableName

func (p *PartitionSpec) GetTableName() string

func (*PartitionSpec) GetWriteId

func (p *PartitionSpec) GetWriteId() int64

func (*PartitionSpec) IsSetCatName

func (p *PartitionSpec) IsSetCatName() bool

func (*PartitionSpec) IsSetIsStatsCompliant

func (p *PartitionSpec) IsSetIsStatsCompliant() bool

func (*PartitionSpec) IsSetPartitionList

func (p *PartitionSpec) IsSetPartitionList() bool

func (*PartitionSpec) IsSetSharedSDPartitionSpec

func (p *PartitionSpec) IsSetSharedSDPartitionSpec() bool

func (*PartitionSpec) IsSetWriteId

func (p *PartitionSpec) IsSetWriteId() bool

func (*PartitionSpec) Read

func (p *PartitionSpec) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField1

func (p *PartitionSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField2

func (p *PartitionSpec) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField3

func (p *PartitionSpec) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField4

func (p *PartitionSpec) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField5

func (p *PartitionSpec) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField6

func (p *PartitionSpec) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField7

func (p *PartitionSpec) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) ReadField8

func (p *PartitionSpec) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpec) String

func (p *PartitionSpec) String() string

func (*PartitionSpec) Write

func (p *PartitionSpec) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionSpecWithSharedSD

type PartitionSpecWithSharedSD struct {
	Partitions []*PartitionWithoutSD `thrift:"partitions,1" db:"partitions" json:"partitions"`
	Sd         *StorageDescriptor    `thrift:"sd,2" db:"sd" json:"sd"`
}

Attributes:

  • Partitions
  • Sd
var PartitionSpec_SharedSDPartitionSpec_DEFAULT *PartitionSpecWithSharedSD

func NewPartitionSpecWithSharedSD

func NewPartitionSpecWithSharedSD() *PartitionSpecWithSharedSD

func (*PartitionSpecWithSharedSD) Equals

func (*PartitionSpecWithSharedSD) GetPartitions

func (p *PartitionSpecWithSharedSD) GetPartitions() []*PartitionWithoutSD

func (*PartitionSpecWithSharedSD) GetSd

func (*PartitionSpecWithSharedSD) IsSetSd

func (p *PartitionSpecWithSharedSD) IsSetSd() bool

func (*PartitionSpecWithSharedSD) Read

func (*PartitionSpecWithSharedSD) ReadField1

func (p *PartitionSpecWithSharedSD) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpecWithSharedSD) ReadField2

func (p *PartitionSpecWithSharedSD) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionSpecWithSharedSD) String

func (p *PartitionSpecWithSharedSD) String() string

func (*PartitionSpecWithSharedSD) Write

type PartitionValuesRequest

type PartitionValuesRequest struct {
	DbName           string         `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName          string         `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	PartitionKeys    []*FieldSchema `thrift:"partitionKeys,3,required" db:"partitionKeys" json:"partitionKeys"`
	ApplyDistinct    bool           `thrift:"applyDistinct,4" db:"applyDistinct" json:"applyDistinct"`
	Filter           *string        `thrift:"filter,5" db:"filter" json:"filter,omitempty"`
	PartitionOrder   []*FieldSchema `thrift:"partitionOrder,6" db:"partitionOrder" json:"partitionOrder,omitempty"`
	Ascending        bool           `thrift:"ascending,7" db:"ascending" json:"ascending"`
	MaxParts         int64          `thrift:"maxParts,8" db:"maxParts" json:"maxParts"`
	CatName          *string        `thrift:"catName,9" db:"catName" json:"catName,omitempty"`
	ValidWriteIdList *string        `thrift:"validWriteIdList,10" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • DbName
  • TblName
  • PartitionKeys
  • ApplyDistinct
  • Filter
  • PartitionOrder
  • Ascending
  • MaxParts
  • CatName
  • ValidWriteIdList
var ThriftHiveMetastoreGetPartitionValuesArgs_Request_DEFAULT *PartitionValuesRequest

func NewPartitionValuesRequest

func NewPartitionValuesRequest() *PartitionValuesRequest

func (*PartitionValuesRequest) Equals

func (*PartitionValuesRequest) GetApplyDistinct

func (p *PartitionValuesRequest) GetApplyDistinct() bool

func (*PartitionValuesRequest) GetAscending

func (p *PartitionValuesRequest) GetAscending() bool

func (*PartitionValuesRequest) GetCatName

func (p *PartitionValuesRequest) GetCatName() string

func (*PartitionValuesRequest) GetDbName

func (p *PartitionValuesRequest) GetDbName() string

func (*PartitionValuesRequest) GetFilter

func (p *PartitionValuesRequest) GetFilter() string

func (*PartitionValuesRequest) GetMaxParts

func (p *PartitionValuesRequest) GetMaxParts() int64

func (*PartitionValuesRequest) GetPartitionKeys

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

func (*PartitionValuesRequest) GetPartitionOrder

func (p *PartitionValuesRequest) GetPartitionOrder() []*FieldSchema

func (*PartitionValuesRequest) GetTblName

func (p *PartitionValuesRequest) GetTblName() string

func (*PartitionValuesRequest) GetValidWriteIdList

func (p *PartitionValuesRequest) GetValidWriteIdList() string

func (*PartitionValuesRequest) IsSetApplyDistinct

func (p *PartitionValuesRequest) IsSetApplyDistinct() bool

func (*PartitionValuesRequest) IsSetAscending

func (p *PartitionValuesRequest) IsSetAscending() bool

func (*PartitionValuesRequest) IsSetCatName

func (p *PartitionValuesRequest) IsSetCatName() bool

func (*PartitionValuesRequest) IsSetFilter

func (p *PartitionValuesRequest) IsSetFilter() bool

func (*PartitionValuesRequest) IsSetMaxParts

func (p *PartitionValuesRequest) IsSetMaxParts() bool

func (*PartitionValuesRequest) IsSetPartitionOrder

func (p *PartitionValuesRequest) IsSetPartitionOrder() bool

func (*PartitionValuesRequest) IsSetValidWriteIdList

func (p *PartitionValuesRequest) IsSetValidWriteIdList() bool

func (*PartitionValuesRequest) Read

func (*PartitionValuesRequest) ReadField1

func (p *PartitionValuesRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField10

func (p *PartitionValuesRequest) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField2

func (p *PartitionValuesRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField3

func (p *PartitionValuesRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField4

func (p *PartitionValuesRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField5

func (p *PartitionValuesRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField6

func (p *PartitionValuesRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField7

func (p *PartitionValuesRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField8

func (p *PartitionValuesRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) ReadField9

func (p *PartitionValuesRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRequest) String

func (p *PartitionValuesRequest) String() string

func (*PartitionValuesRequest) Write

type PartitionValuesResponse

type PartitionValuesResponse struct {
	PartitionValues []*PartitionValuesRow `thrift:"partitionValues,1,required" db:"partitionValues" json:"partitionValues"`
}

Attributes:

  • PartitionValues
var ThriftHiveMetastoreGetPartitionValuesResult_Success_DEFAULT *PartitionValuesResponse

func NewPartitionValuesResponse

func NewPartitionValuesResponse() *PartitionValuesResponse

func (*PartitionValuesResponse) Equals

func (*PartitionValuesResponse) GetPartitionValues

func (p *PartitionValuesResponse) GetPartitionValues() []*PartitionValuesRow

func (*PartitionValuesResponse) Read

func (*PartitionValuesResponse) ReadField1

func (p *PartitionValuesResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesResponse) String

func (p *PartitionValuesResponse) String() string

func (*PartitionValuesResponse) Write

type PartitionValuesRow

type PartitionValuesRow struct {
	Row []string `thrift:"row,1,required" db:"row" json:"row"`
}

Attributes:

  • Row

func NewPartitionValuesRow

func NewPartitionValuesRow() *PartitionValuesRow

func (*PartitionValuesRow) Equals

func (p *PartitionValuesRow) Equals(other *PartitionValuesRow) bool

func (*PartitionValuesRow) GetRow

func (p *PartitionValuesRow) GetRow() []string

func (*PartitionValuesRow) Read

func (*PartitionValuesRow) ReadField1

func (p *PartitionValuesRow) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionValuesRow) String

func (p *PartitionValuesRow) String() string

func (*PartitionValuesRow) Write

func (p *PartitionValuesRow) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionWithoutSD

type PartitionWithoutSD struct {
	Values         []string               `thrift:"values,1" db:"values" json:"values"`
	CreateTime     int32                  `thrift:"createTime,2" db:"createTime" json:"createTime"`
	LastAccessTime int32                  `thrift:"lastAccessTime,3" db:"lastAccessTime" json:"lastAccessTime"`
	RelativePath   string                 `thrift:"relativePath,4" db:"relativePath" json:"relativePath"`
	Parameters     map[string]string      `thrift:"parameters,5" db:"parameters" json:"parameters"`
	Privileges     *PrincipalPrivilegeSet `thrift:"privileges,6" db:"privileges" json:"privileges,omitempty"`
}

Attributes:

  • Values
  • CreateTime
  • LastAccessTime
  • RelativePath
  • Parameters
  • Privileges

func NewPartitionWithoutSD

func NewPartitionWithoutSD() *PartitionWithoutSD

func (*PartitionWithoutSD) Equals

func (p *PartitionWithoutSD) Equals(other *PartitionWithoutSD) bool

func (*PartitionWithoutSD) GetCreateTime

func (p *PartitionWithoutSD) GetCreateTime() int32

func (*PartitionWithoutSD) GetLastAccessTime

func (p *PartitionWithoutSD) GetLastAccessTime() int32

func (*PartitionWithoutSD) GetParameters

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

func (*PartitionWithoutSD) GetPrivileges

func (p *PartitionWithoutSD) GetPrivileges() *PrincipalPrivilegeSet

func (*PartitionWithoutSD) GetRelativePath

func (p *PartitionWithoutSD) GetRelativePath() string

func (*PartitionWithoutSD) GetValues

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

func (*PartitionWithoutSD) IsSetPrivileges

func (p *PartitionWithoutSD) IsSetPrivileges() bool

func (*PartitionWithoutSD) Read

func (*PartitionWithoutSD) ReadField1

func (p *PartitionWithoutSD) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) ReadField2

func (p *PartitionWithoutSD) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) ReadField3

func (p *PartitionWithoutSD) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) ReadField4

func (p *PartitionWithoutSD) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) ReadField5

func (p *PartitionWithoutSD) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) ReadField6

func (p *PartitionWithoutSD) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionWithoutSD) String

func (p *PartitionWithoutSD) String() string

func (*PartitionWithoutSD) Write

func (p *PartitionWithoutSD) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionsByExprRequest

type PartitionsByExprRequest struct {
	DbName               string  `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName              string  `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	Expr                 []byte  `thrift:"expr,3,required" db:"expr" json:"expr"`
	DefaultPartitionName *string `thrift:"defaultPartitionName,4" db:"defaultPartitionName" json:"defaultPartitionName,omitempty"`
	MaxParts             int16   `thrift:"maxParts,5" db:"maxParts" json:"maxParts"`
	CatName              *string `thrift:"catName,6" db:"catName" json:"catName,omitempty"`
	Order                *string `thrift:"order,7" db:"order" json:"order,omitempty"`
	ValidWriteIdList     *string `thrift:"validWriteIdList,8" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID                   int64   `thrift:"id,9" db:"id" json:"id"`
}

Attributes:

  • DbName
  • TblName
  • Expr
  • DefaultPartitionName
  • MaxParts
  • CatName
  • Order
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetPartitionNamesReqArgs_Req_DEFAULT *PartitionsByExprRequest
var ThriftHiveMetastoreGetPartitionsByExprArgs_Req_DEFAULT *PartitionsByExprRequest
var ThriftHiveMetastoreGetPartitionsSpecByExprArgs_Req_DEFAULT *PartitionsByExprRequest

func NewPartitionsByExprRequest

func NewPartitionsByExprRequest() *PartitionsByExprRequest

func (*PartitionsByExprRequest) Equals

func (*PartitionsByExprRequest) GetCatName

func (p *PartitionsByExprRequest) GetCatName() string

func (*PartitionsByExprRequest) GetDbName

func (p *PartitionsByExprRequest) GetDbName() string

func (*PartitionsByExprRequest) GetDefaultPartitionName

func (p *PartitionsByExprRequest) GetDefaultPartitionName() string

func (*PartitionsByExprRequest) GetExpr

func (p *PartitionsByExprRequest) GetExpr() []byte

func (*PartitionsByExprRequest) GetID

func (p *PartitionsByExprRequest) GetID() int64

func (*PartitionsByExprRequest) GetMaxParts

func (p *PartitionsByExprRequest) GetMaxParts() int16

func (*PartitionsByExprRequest) GetOrder

func (p *PartitionsByExprRequest) GetOrder() string

func (*PartitionsByExprRequest) GetTblName

func (p *PartitionsByExprRequest) GetTblName() string

func (*PartitionsByExprRequest) GetValidWriteIdList

func (p *PartitionsByExprRequest) GetValidWriteIdList() string

func (*PartitionsByExprRequest) IsSetCatName

func (p *PartitionsByExprRequest) IsSetCatName() bool

func (*PartitionsByExprRequest) IsSetDefaultPartitionName

func (p *PartitionsByExprRequest) IsSetDefaultPartitionName() bool

func (*PartitionsByExprRequest) IsSetID

func (p *PartitionsByExprRequest) IsSetID() bool

func (*PartitionsByExprRequest) IsSetMaxParts

func (p *PartitionsByExprRequest) IsSetMaxParts() bool

func (*PartitionsByExprRequest) IsSetOrder

func (p *PartitionsByExprRequest) IsSetOrder() bool

func (*PartitionsByExprRequest) IsSetValidWriteIdList

func (p *PartitionsByExprRequest) IsSetValidWriteIdList() bool

func (*PartitionsByExprRequest) Read

func (*PartitionsByExprRequest) ReadField1

func (p *PartitionsByExprRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField2

func (p *PartitionsByExprRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField3

func (p *PartitionsByExprRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField4

func (p *PartitionsByExprRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField5

func (p *PartitionsByExprRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField6

func (p *PartitionsByExprRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField7

func (p *PartitionsByExprRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField8

func (p *PartitionsByExprRequest) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) ReadField9

func (p *PartitionsByExprRequest) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprRequest) String

func (p *PartitionsByExprRequest) String() string

func (*PartitionsByExprRequest) Write

type PartitionsByExprResult_

type PartitionsByExprResult_ struct {
	Partitions           []*Partition `thrift:"partitions,1,required" db:"partitions" json:"partitions"`
	HasUnknownPartitions bool         `thrift:"hasUnknownPartitions,2,required" db:"hasUnknownPartitions" json:"hasUnknownPartitions"`
}

Attributes:

  • Partitions
  • HasUnknownPartitions
var ThriftHiveMetastoreGetPartitionsByExprResult_Success_DEFAULT *PartitionsByExprResult_

func NewPartitionsByExprResult_

func NewPartitionsByExprResult_() *PartitionsByExprResult_

func (*PartitionsByExprResult_) Equals

func (*PartitionsByExprResult_) GetHasUnknownPartitions

func (p *PartitionsByExprResult_) GetHasUnknownPartitions() bool

func (*PartitionsByExprResult_) GetPartitions

func (p *PartitionsByExprResult_) GetPartitions() []*Partition

func (*PartitionsByExprResult_) Read

func (*PartitionsByExprResult_) ReadField1

func (p *PartitionsByExprResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprResult_) ReadField2

func (p *PartitionsByExprResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsByExprResult_) String

func (p *PartitionsByExprResult_) String() string

func (*PartitionsByExprResult_) Write

type PartitionsRequest

type PartitionsRequest struct {
	CatName          *string `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string  `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TblName          string  `thrift:"tblName,3,required" db:"tblName" json:"tblName"`
	MaxParts         int16   `thrift:"maxParts,4" db:"maxParts" json:"maxParts"`
	ValidWriteIdList *string `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	ID               int64   `thrift:"id,6" db:"id" json:"id"`
}

Attributes:

  • CatName
  • DbName
  • TblName
  • MaxParts
  • ValidWriteIdList
  • ID
var ThriftHiveMetastoreGetPartitionsReqArgs_Req_DEFAULT *PartitionsRequest

func NewPartitionsRequest

func NewPartitionsRequest() *PartitionsRequest

func (*PartitionsRequest) Equals

func (p *PartitionsRequest) Equals(other *PartitionsRequest) bool

func (*PartitionsRequest) GetCatName

func (p *PartitionsRequest) GetCatName() string

func (*PartitionsRequest) GetDbName

func (p *PartitionsRequest) GetDbName() string

func (*PartitionsRequest) GetID

func (p *PartitionsRequest) GetID() int64

func (*PartitionsRequest) GetMaxParts

func (p *PartitionsRequest) GetMaxParts() int16

func (*PartitionsRequest) GetTblName

func (p *PartitionsRequest) GetTblName() string

func (*PartitionsRequest) GetValidWriteIdList

func (p *PartitionsRequest) GetValidWriteIdList() string

func (*PartitionsRequest) IsSetCatName

func (p *PartitionsRequest) IsSetCatName() bool

func (*PartitionsRequest) IsSetID

func (p *PartitionsRequest) IsSetID() bool

func (*PartitionsRequest) IsSetMaxParts

func (p *PartitionsRequest) IsSetMaxParts() bool

func (*PartitionsRequest) IsSetValidWriteIdList

func (p *PartitionsRequest) IsSetValidWriteIdList() bool

func (*PartitionsRequest) Read

func (p *PartitionsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField1

func (p *PartitionsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField2

func (p *PartitionsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField3

func (p *PartitionsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField4

func (p *PartitionsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField5

func (p *PartitionsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) ReadField6

func (p *PartitionsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsRequest) String

func (p *PartitionsRequest) String() string

func (*PartitionsRequest) Write

func (p *PartitionsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionsResponse

type PartitionsResponse struct {
	Partitions []*Partition `thrift:"partitions,1,required" db:"partitions" json:"partitions"`
}

Attributes:

  • Partitions
var ThriftHiveMetastoreGetPartitionsReqResult_Success_DEFAULT *PartitionsResponse

func NewPartitionsResponse

func NewPartitionsResponse() *PartitionsResponse

func (*PartitionsResponse) Equals

func (p *PartitionsResponse) Equals(other *PartitionsResponse) bool

func (*PartitionsResponse) GetPartitions

func (p *PartitionsResponse) GetPartitions() []*Partition

func (*PartitionsResponse) Read

func (*PartitionsResponse) ReadField1

func (p *PartitionsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsResponse) String

func (p *PartitionsResponse) String() string

func (*PartitionsResponse) Write

func (p *PartitionsResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type PartitionsSpecByExprResult_

type PartitionsSpecByExprResult_ struct {
	PartitionsSpec       []*PartitionSpec `thrift:"partitionsSpec,1,required" db:"partitionsSpec" json:"partitionsSpec"`
	HasUnknownPartitions bool             `thrift:"hasUnknownPartitions,2,required" db:"hasUnknownPartitions" json:"hasUnknownPartitions"`
}

Attributes:

  • PartitionsSpec
  • HasUnknownPartitions
var ThriftHiveMetastoreGetPartitionsSpecByExprResult_Success_DEFAULT *PartitionsSpecByExprResult_

func NewPartitionsSpecByExprResult_

func NewPartitionsSpecByExprResult_() *PartitionsSpecByExprResult_

func (*PartitionsSpecByExprResult_) Equals

func (*PartitionsSpecByExprResult_) GetHasUnknownPartitions

func (p *PartitionsSpecByExprResult_) GetHasUnknownPartitions() bool

func (*PartitionsSpecByExprResult_) GetPartitionsSpec

func (p *PartitionsSpecByExprResult_) GetPartitionsSpec() []*PartitionSpec

func (*PartitionsSpecByExprResult_) Read

func (*PartitionsSpecByExprResult_) ReadField1

func (*PartitionsSpecByExprResult_) ReadField2

func (*PartitionsSpecByExprResult_) String

func (p *PartitionsSpecByExprResult_) String() string

func (*PartitionsSpecByExprResult_) Write

type PartitionsStatsRequest

type PartitionsStatsRequest struct {
	DbName           string   `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName          string   `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	ColNames         []string `thrift:"colNames,3,required" db:"colNames" json:"colNames"`
	PartNames        []string `thrift:"partNames,4,required" db:"partNames" json:"partNames"`
	CatName          *string  `thrift:"catName,5" db:"catName" json:"catName,omitempty"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,6" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	Engine           string   `thrift:"engine,7,required" db:"engine" json:"engine"`
}

Attributes:

  • DbName
  • TblName
  • ColNames
  • PartNames
  • CatName
  • ValidWriteIdList
  • Engine
var ThriftHiveMetastoreGetAggrStatsForArgs_Request_DEFAULT *PartitionsStatsRequest
var ThriftHiveMetastoreGetPartitionsStatisticsReqArgs_Request_DEFAULT *PartitionsStatsRequest

func NewPartitionsStatsRequest

func NewPartitionsStatsRequest() *PartitionsStatsRequest

func (*PartitionsStatsRequest) Equals

func (*PartitionsStatsRequest) GetCatName

func (p *PartitionsStatsRequest) GetCatName() string

func (*PartitionsStatsRequest) GetColNames

func (p *PartitionsStatsRequest) GetColNames() []string

func (*PartitionsStatsRequest) GetDbName

func (p *PartitionsStatsRequest) GetDbName() string

func (*PartitionsStatsRequest) GetEngine

func (p *PartitionsStatsRequest) GetEngine() string

func (*PartitionsStatsRequest) GetPartNames

func (p *PartitionsStatsRequest) GetPartNames() []string

func (*PartitionsStatsRequest) GetTblName

func (p *PartitionsStatsRequest) GetTblName() string

func (*PartitionsStatsRequest) GetValidWriteIdList

func (p *PartitionsStatsRequest) GetValidWriteIdList() string

func (*PartitionsStatsRequest) IsSetCatName

func (p *PartitionsStatsRequest) IsSetCatName() bool

func (*PartitionsStatsRequest) IsSetValidWriteIdList

func (p *PartitionsStatsRequest) IsSetValidWriteIdList() bool

func (*PartitionsStatsRequest) Read

func (*PartitionsStatsRequest) ReadField1

func (p *PartitionsStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField2

func (p *PartitionsStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField3

func (p *PartitionsStatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField4

func (p *PartitionsStatsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField5

func (p *PartitionsStatsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField6

func (p *PartitionsStatsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) ReadField7

func (p *PartitionsStatsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsRequest) String

func (p *PartitionsStatsRequest) String() string

func (*PartitionsStatsRequest) Write

type PartitionsStatsResult_

type PartitionsStatsResult_ struct {
	PartStats        map[string][]*ColumnStatisticsObj `thrift:"partStats,1,required" db:"partStats" json:"partStats"`
	IsStatsCompliant *bool                             `thrift:"isStatsCompliant,2" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • PartStats
  • IsStatsCompliant
var ThriftHiveMetastoreGetPartitionsStatisticsReqResult_Success_DEFAULT *PartitionsStatsResult_

func NewPartitionsStatsResult_

func NewPartitionsStatsResult_() *PartitionsStatsResult_

func (*PartitionsStatsResult_) Equals

func (*PartitionsStatsResult_) GetIsStatsCompliant

func (p *PartitionsStatsResult_) GetIsStatsCompliant() bool

func (*PartitionsStatsResult_) GetPartStats

func (p *PartitionsStatsResult_) GetPartStats() map[string][]*ColumnStatisticsObj

func (*PartitionsStatsResult_) IsSetIsStatsCompliant

func (p *PartitionsStatsResult_) IsSetIsStatsCompliant() bool

func (*PartitionsStatsResult_) Read

func (*PartitionsStatsResult_) ReadField1

func (p *PartitionsStatsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsResult_) ReadField2

func (p *PartitionsStatsResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PartitionsStatsResult_) String

func (p *PartitionsStatsResult_) String() string

func (*PartitionsStatsResult_) Write

type PrimaryKeysRequest

type PrimaryKeysRequest struct {
	DbName  string  `thrift:"db_name,1,required" db:"db_name" json:"db_name"`
	TblName string  `thrift:"tbl_name,2,required" db:"tbl_name" json:"tbl_name"`
	CatName *string `thrift:"catName,3" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • DbName
  • TblName
  • CatName
var ThriftHiveMetastoreGetPrimaryKeysArgs_Request_DEFAULT *PrimaryKeysRequest

func NewPrimaryKeysRequest

func NewPrimaryKeysRequest() *PrimaryKeysRequest

func (*PrimaryKeysRequest) Equals

func (p *PrimaryKeysRequest) Equals(other *PrimaryKeysRequest) bool

func (*PrimaryKeysRequest) GetCatName

func (p *PrimaryKeysRequest) GetCatName() string

func (*PrimaryKeysRequest) GetDbName

func (p *PrimaryKeysRequest) GetDbName() string

func (*PrimaryKeysRequest) GetTblName

func (p *PrimaryKeysRequest) GetTblName() string

func (*PrimaryKeysRequest) IsSetCatName

func (p *PrimaryKeysRequest) IsSetCatName() bool

func (*PrimaryKeysRequest) Read

func (*PrimaryKeysRequest) ReadField1

func (p *PrimaryKeysRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PrimaryKeysRequest) ReadField2

func (p *PrimaryKeysRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PrimaryKeysRequest) ReadField3

func (p *PrimaryKeysRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PrimaryKeysRequest) String

func (p *PrimaryKeysRequest) String() string

func (*PrimaryKeysRequest) Write

func (p *PrimaryKeysRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type PrimaryKeysResponse

type PrimaryKeysResponse struct {
	PrimaryKeys []*SQLPrimaryKey `thrift:"primaryKeys,1,required" db:"primaryKeys" json:"primaryKeys"`
}

Attributes:

  • PrimaryKeys
var ThriftHiveMetastoreGetPrimaryKeysResult_Success_DEFAULT *PrimaryKeysResponse

func NewPrimaryKeysResponse

func NewPrimaryKeysResponse() *PrimaryKeysResponse

func (*PrimaryKeysResponse) Equals

func (p *PrimaryKeysResponse) Equals(other *PrimaryKeysResponse) bool

func (*PrimaryKeysResponse) GetPrimaryKeys

func (p *PrimaryKeysResponse) GetPrimaryKeys() []*SQLPrimaryKey

func (*PrimaryKeysResponse) Read

func (*PrimaryKeysResponse) ReadField1

func (p *PrimaryKeysResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PrimaryKeysResponse) String

func (p *PrimaryKeysResponse) String() string

func (*PrimaryKeysResponse) Write

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 CreateDatabaseRequest_Privileges_DEFAULT *PrincipalPrivilegeSet
var Database_Privileges_DEFAULT *PrincipalPrivilegeSet
var PartitionWithoutSD_Privileges_DEFAULT *PrincipalPrivilegeSet
var Partition_Privileges_DEFAULT *PrincipalPrivilegeSet
var Table_Privileges_DEFAULT *PrincipalPrivilegeSet
var ThriftHiveMetastoreGetPrivilegeSetResult_Success_DEFAULT *PrincipalPrivilegeSet

func NewPrincipalPrivilegeSet

func NewPrincipalPrivilegeSet() *PrincipalPrivilegeSet

func (*PrincipalPrivilegeSet) Equals

func (*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(ctx context.Context, iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) ReadField2

func (p *PrincipalPrivilegeSet) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) ReadField3

func (p *PrincipalPrivilegeSet) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PrincipalPrivilegeSet) String

func (p *PrincipalPrivilegeSet) String() string

func (*PrincipalPrivilegeSet) Write

type PrincipalType

type PrincipalType int64
const (
	PrincipalType_USER  PrincipalType = 1
	PrincipalType_ROLE  PrincipalType = 2
	PrincipalType_GROUP PrincipalType = 3
)
var CreateDatabaseRequest_OwnerType_DEFAULT PrincipalType
var DataConnector_OwnerType_DEFAULT PrincipalType
var Database_OwnerType_DEFAULT PrincipalType
var GrantRevokeRoleRequest_GrantorType_DEFAULT PrincipalType
var Table_OwnerType_DEFAULT PrincipalType = 1

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 GrantRevokePrivilegeRequest_Privileges_DEFAULT *PrivilegeBag
var ThriftHiveMetastoreGrantPrivilegesArgs_Privileges_DEFAULT *PrivilegeBag
var ThriftHiveMetastoreRevokePrivilegesArgs_Privileges_DEFAULT *PrivilegeBag

func NewPrivilegeBag

func NewPrivilegeBag() *PrivilegeBag

func (*PrivilegeBag) Equals

func (p *PrivilegeBag) Equals(other *PrivilegeBag) bool

func (*PrivilegeBag) GetPrivileges

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

func (*PrivilegeBag) Read

func (p *PrivilegeBag) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeBag) ReadField1

func (p *PrivilegeBag) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeBag) String

func (p *PrivilegeBag) String() string

func (*PrivilegeBag) Write

func (p *PrivilegeBag) Write(ctx context.Context, 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) Equals

func (p *PrivilegeGrantInfo) Equals(other *PrivilegeGrantInfo) bool

func (*PrivilegeGrantInfo) GetCreateTime

func (p *PrivilegeGrantInfo) GetCreateTime() int32

func (*PrivilegeGrantInfo) GetGrantOption

func (p *PrivilegeGrantInfo) GetGrantOption() bool

func (*PrivilegeGrantInfo) GetGrantor

func (p *PrivilegeGrantInfo) GetGrantor() string

func (*PrivilegeGrantInfo) GetGrantorType

func (p *PrivilegeGrantInfo) GetGrantorType() PrincipalType

func (*PrivilegeGrantInfo) GetPrivilege

func (p *PrivilegeGrantInfo) GetPrivilege() string

func (*PrivilegeGrantInfo) Read

func (*PrivilegeGrantInfo) ReadField1

func (p *PrivilegeGrantInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField2

func (p *PrivilegeGrantInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField3

func (p *PrivilegeGrantInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField4

func (p *PrivilegeGrantInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) ReadField5

func (p *PrivilegeGrantInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*PrivilegeGrantInfo) String

func (p *PrivilegeGrantInfo) String() string

func (*PrivilegeGrantInfo) Write

func (p *PrivilegeGrantInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type PutFileMetadataRequest

type PutFileMetadataRequest struct {
	FileIds  []int64               `thrift:"fileIds,1,required" db:"fileIds" json:"fileIds"`
	Metadata [][]byte              `thrift:"metadata,2,required" db:"metadata" json:"metadata"`
	Type     *FileMetadataExprType `thrift:"type,3" db:"type" json:"type,omitempty"`
}

Attributes:

  • FileIds
  • Metadata
  • Type
var ThriftHiveMetastorePutFileMetadataArgs_Req_DEFAULT *PutFileMetadataRequest

func NewPutFileMetadataRequest

func NewPutFileMetadataRequest() *PutFileMetadataRequest

func (*PutFileMetadataRequest) Equals

func (*PutFileMetadataRequest) GetFileIds

func (p *PutFileMetadataRequest) GetFileIds() []int64

func (*PutFileMetadataRequest) GetMetadata

func (p *PutFileMetadataRequest) GetMetadata() [][]byte

func (*PutFileMetadataRequest) GetType

func (*PutFileMetadataRequest) IsSetType

func (p *PutFileMetadataRequest) IsSetType() bool

func (*PutFileMetadataRequest) Read

func (*PutFileMetadataRequest) ReadField1

func (p *PutFileMetadataRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*PutFileMetadataRequest) ReadField2

func (p *PutFileMetadataRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*PutFileMetadataRequest) ReadField3

func (p *PutFileMetadataRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*PutFileMetadataRequest) String

func (p *PutFileMetadataRequest) String() string

func (*PutFileMetadataRequest) Write

type PutFileMetadataResult_

type PutFileMetadataResult_ struct {
}
var ThriftHiveMetastorePutFileMetadataResult_Success_DEFAULT *PutFileMetadataResult_

func NewPutFileMetadataResult_

func NewPutFileMetadataResult_() *PutFileMetadataResult_

func (*PutFileMetadataResult_) Equals

func (*PutFileMetadataResult_) Read

func (*PutFileMetadataResult_) String

func (p *PutFileMetadataResult_) String() string

func (*PutFileMetadataResult_) Write

type QueryState

type QueryState int64
const (
	QueryState_INITED    QueryState = 0
	QueryState_EXECUTING QueryState = 1
	QueryState_FAILED    QueryState = 2
	QueryState_FINISHED  QueryState = 3
	QueryState_TIMED_OUT QueryState = 4
)

func QueryStateFromString

func QueryStateFromString(s string) (QueryState, error)

func QueryStatePtr

func QueryStatePtr(v QueryState) *QueryState

func (QueryState) MarshalText

func (p QueryState) MarshalText() ([]byte, error)

func (*QueryState) Scan

func (p *QueryState) Scan(value interface{}) error

func (QueryState) String

func (p QueryState) String() string

func (*QueryState) UnmarshalText

func (p *QueryState) UnmarshalText(text []byte) error

func (*QueryState) Value

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

type RenamePartitionRequest

type RenamePartitionRequest struct {
	CatName          *string    `thrift:"catName,1" db:"catName" json:"catName,omitempty"`
	DbName           string     `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	TableName        string     `thrift:"tableName,3,required" db:"tableName" json:"tableName"`
	PartVals         []string   `thrift:"partVals,4,required" db:"partVals" json:"partVals"`
	NewPart_         *Partition `thrift:"newPart,5,required" db:"newPart" json:"newPart"`
	ValidWriteIdList *string    `thrift:"validWriteIdList,6" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • CatName
  • DbName
  • TableName
  • PartVals
  • NewPart_
  • ValidWriteIdList
var ThriftHiveMetastoreRenamePartitionReqArgs_Req_DEFAULT *RenamePartitionRequest

func NewRenamePartitionRequest

func NewRenamePartitionRequest() *RenamePartitionRequest

func (*RenamePartitionRequest) Equals

func (*RenamePartitionRequest) GetCatName

func (p *RenamePartitionRequest) GetCatName() string

func (*RenamePartitionRequest) GetDbName

func (p *RenamePartitionRequest) GetDbName() string

func (*RenamePartitionRequest) GetNewPart_

func (p *RenamePartitionRequest) GetNewPart_() *Partition

func (*RenamePartitionRequest) GetPartVals

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

func (*RenamePartitionRequest) GetTableName

func (p *RenamePartitionRequest) GetTableName() string

func (*RenamePartitionRequest) GetValidWriteIdList

func (p *RenamePartitionRequest) GetValidWriteIdList() string

func (*RenamePartitionRequest) IsSetCatName

func (p *RenamePartitionRequest) IsSetCatName() bool

func (*RenamePartitionRequest) IsSetNewPart_

func (p *RenamePartitionRequest) IsSetNewPart_() bool

func (*RenamePartitionRequest) IsSetValidWriteIdList

func (p *RenamePartitionRequest) IsSetValidWriteIdList() bool

func (*RenamePartitionRequest) Read

func (*RenamePartitionRequest) ReadField1

func (p *RenamePartitionRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) ReadField2

func (p *RenamePartitionRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) ReadField3

func (p *RenamePartitionRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) ReadField4

func (p *RenamePartitionRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) ReadField5

func (p *RenamePartitionRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) ReadField6

func (p *RenamePartitionRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*RenamePartitionRequest) String

func (p *RenamePartitionRequest) String() string

func (*RenamePartitionRequest) Write

type RenamePartitionResponse

type RenamePartitionResponse struct {
}
var ThriftHiveMetastoreRenamePartitionReqResult_Success_DEFAULT *RenamePartitionResponse

func NewRenamePartitionResponse

func NewRenamePartitionResponse() *RenamePartitionResponse

func (*RenamePartitionResponse) Equals

func (*RenamePartitionResponse) Read

func (*RenamePartitionResponse) String

func (p *RenamePartitionResponse) String() string

func (*RenamePartitionResponse) Write

type ReplLastIdInfo

type ReplLastIdInfo struct {
	Database      string   `thrift:"database,1,required" db:"database" json:"database"`
	LastReplId    int64    `thrift:"lastReplId,2,required" db:"lastReplId" json:"lastReplId"`
	Table         *string  `thrift:"table,3" db:"table" json:"table,omitempty"`
	Catalog       *string  `thrift:"catalog,4" db:"catalog" json:"catalog,omitempty"`
	PartitionList []string `thrift:"partitionList,5" db:"partitionList" json:"partitionList,omitempty"`
}

Attributes:

  • Database
  • LastReplId
  • Table
  • Catalog
  • PartitionList
var CommitTxnRequest_ReplLastIdInfo_DEFAULT *ReplLastIdInfo

func NewReplLastIdInfo

func NewReplLastIdInfo() *ReplLastIdInfo

func (*ReplLastIdInfo) Equals

func (p *ReplLastIdInfo) Equals(other *ReplLastIdInfo) bool

func (*ReplLastIdInfo) GetCatalog

func (p *ReplLastIdInfo) GetCatalog() string

func (*ReplLastIdInfo) GetDatabase

func (p *ReplLastIdInfo) GetDatabase() string

func (*ReplLastIdInfo) GetLastReplId

func (p *ReplLastIdInfo) GetLastReplId() int64

func (*ReplLastIdInfo) GetPartitionList

func (p *ReplLastIdInfo) GetPartitionList() []string

func (*ReplLastIdInfo) GetTable

func (p *ReplLastIdInfo) GetTable() string

func (*ReplLastIdInfo) IsSetCatalog

func (p *ReplLastIdInfo) IsSetCatalog() bool

func (*ReplLastIdInfo) IsSetPartitionList

func (p *ReplLastIdInfo) IsSetPartitionList() bool

func (*ReplLastIdInfo) IsSetTable

func (p *ReplLastIdInfo) IsSetTable() bool

func (*ReplLastIdInfo) Read

func (p *ReplLastIdInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) ReadField1

func (p *ReplLastIdInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) ReadField2

func (p *ReplLastIdInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) ReadField3

func (p *ReplLastIdInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) ReadField4

func (p *ReplLastIdInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) ReadField5

func (p *ReplLastIdInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplLastIdInfo) String

func (p *ReplLastIdInfo) String() string

func (*ReplLastIdInfo) Write

func (p *ReplLastIdInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type ReplTblWriteIdStateRequest

type ReplTblWriteIdStateRequest struct {
	ValidWriteIdlist string   `thrift:"validWriteIdlist,1,required" db:"validWriteIdlist" json:"validWriteIdlist"`
	User             string   `thrift:"user,2,required" db:"user" json:"user"`
	HostName         string   `thrift:"hostName,3,required" db:"hostName" json:"hostName"`
	DbName           string   `thrift:"dbName,4,required" db:"dbName" json:"dbName"`
	TableName        string   `thrift:"tableName,5,required" db:"tableName" json:"tableName"`
	PartNames        []string `thrift:"partNames,6" db:"partNames" json:"partNames,omitempty"`
}

Attributes:

  • ValidWriteIdlist
  • User
  • HostName
  • DbName
  • TableName
  • PartNames
var ThriftHiveMetastoreReplTblWriteidStateArgs_Rqst_DEFAULT *ReplTblWriteIdStateRequest

func NewReplTblWriteIdStateRequest

func NewReplTblWriteIdStateRequest() *ReplTblWriteIdStateRequest

func (*ReplTblWriteIdStateRequest) Equals

func (*ReplTblWriteIdStateRequest) GetDbName

func (p *ReplTblWriteIdStateRequest) GetDbName() string

func (*ReplTblWriteIdStateRequest) GetHostName

func (p *ReplTblWriteIdStateRequest) GetHostName() string

func (*ReplTblWriteIdStateRequest) GetPartNames

func (p *ReplTblWriteIdStateRequest) GetPartNames() []string

func (*ReplTblWriteIdStateRequest) GetTableName

func (p *ReplTblWriteIdStateRequest) GetTableName() string

func (*ReplTblWriteIdStateRequest) GetUser

func (p *ReplTblWriteIdStateRequest) GetUser() string

func (*ReplTblWriteIdStateRequest) GetValidWriteIdlist

func (p *ReplTblWriteIdStateRequest) GetValidWriteIdlist() string

func (*ReplTblWriteIdStateRequest) IsSetPartNames

func (p *ReplTblWriteIdStateRequest) IsSetPartNames() bool

func (*ReplTblWriteIdStateRequest) Read

func (*ReplTblWriteIdStateRequest) ReadField1

func (p *ReplTblWriteIdStateRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) ReadField2

func (p *ReplTblWriteIdStateRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) ReadField3

func (p *ReplTblWriteIdStateRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) ReadField4

func (p *ReplTblWriteIdStateRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) ReadField5

func (p *ReplTblWriteIdStateRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) ReadField6

func (p *ReplTblWriteIdStateRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplTblWriteIdStateRequest) String

func (p *ReplTblWriteIdStateRequest) String() string

func (*ReplTblWriteIdStateRequest) Write

type ReplicationMetricList

type ReplicationMetricList struct {
	ReplicationMetricList []*ReplicationMetrics `thrift:"replicationMetricList,1,required" db:"replicationMetricList" json:"replicationMetricList"`
}

Attributes:

  • ReplicationMetricList
var ThriftHiveMetastoreAddReplicationMetricsArgs_ReplicationMetricList_DEFAULT *ReplicationMetricList
var ThriftHiveMetastoreGetReplicationMetricsResult_Success_DEFAULT *ReplicationMetricList

func NewReplicationMetricList

func NewReplicationMetricList() *ReplicationMetricList

func (*ReplicationMetricList) Equals

func (*ReplicationMetricList) GetReplicationMetricList

func (p *ReplicationMetricList) GetReplicationMetricList() []*ReplicationMetrics

func (*ReplicationMetricList) Read

func (*ReplicationMetricList) ReadField1

func (p *ReplicationMetricList) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetricList) String

func (p *ReplicationMetricList) String() string

func (*ReplicationMetricList) Write

type ReplicationMetrics

type ReplicationMetrics struct {
	ScheduledExecutionId int64   `thrift:"scheduledExecutionId,1,required" db:"scheduledExecutionId" json:"scheduledExecutionId"`
	Policy               string  `thrift:"policy,2,required" db:"policy" json:"policy"`
	DumpExecutionId      int64   `thrift:"dumpExecutionId,3,required" db:"dumpExecutionId" json:"dumpExecutionId"`
	Metadata             *string `thrift:"metadata,4" db:"metadata" json:"metadata,omitempty"`
	Progress             *string `thrift:"progress,5" db:"progress" json:"progress,omitempty"`
}

Attributes:

  • ScheduledExecutionId
  • Policy
  • DumpExecutionId
  • Metadata
  • Progress

func NewReplicationMetrics

func NewReplicationMetrics() *ReplicationMetrics

func (*ReplicationMetrics) Equals

func (p *ReplicationMetrics) Equals(other *ReplicationMetrics) bool

func (*ReplicationMetrics) GetDumpExecutionId

func (p *ReplicationMetrics) GetDumpExecutionId() int64

func (*ReplicationMetrics) GetMetadata

func (p *ReplicationMetrics) GetMetadata() string

func (*ReplicationMetrics) GetPolicy

func (p *ReplicationMetrics) GetPolicy() string

func (*ReplicationMetrics) GetProgress

func (p *ReplicationMetrics) GetProgress() string

func (*ReplicationMetrics) GetScheduledExecutionId

func (p *ReplicationMetrics) GetScheduledExecutionId() int64

func (*ReplicationMetrics) IsSetMetadata

func (p *ReplicationMetrics) IsSetMetadata() bool

func (*ReplicationMetrics) IsSetProgress

func (p *ReplicationMetrics) IsSetProgress() bool

func (*ReplicationMetrics) Read

func (*ReplicationMetrics) ReadField1

func (p *ReplicationMetrics) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetrics) ReadField2

func (p *ReplicationMetrics) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetrics) ReadField3

func (p *ReplicationMetrics) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetrics) ReadField4

func (p *ReplicationMetrics) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetrics) ReadField5

func (p *ReplicationMetrics) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ReplicationMetrics) String

func (p *ReplicationMetrics) String() string

func (*ReplicationMetrics) Write

func (p *ReplicationMetrics) Write(ctx context.Context, oprot thrift.TProtocol) error

type RequestPartsSpec

type RequestPartsSpec struct {
	Names []string              `thrift:"names,1" db:"names" json:"names,omitempty"`
	Exprs []*DropPartitionsExpr `thrift:"exprs,2" db:"exprs" json:"exprs,omitempty"`
}

Attributes:

  • Names
  • Exprs
var DropPartitionsRequest_Parts_DEFAULT *RequestPartsSpec

func NewRequestPartsSpec

func NewRequestPartsSpec() *RequestPartsSpec

func (*RequestPartsSpec) CountSetFieldsRequestPartsSpec

func (p *RequestPartsSpec) CountSetFieldsRequestPartsSpec() int

func (*RequestPartsSpec) Equals

func (p *RequestPartsSpec) Equals(other *RequestPartsSpec) bool

func (*RequestPartsSpec) GetExprs

func (p *RequestPartsSpec) GetExprs() []*DropPartitionsExpr

func (*RequestPartsSpec) GetNames

func (p *RequestPartsSpec) GetNames() []string

func (*RequestPartsSpec) IsSetExprs

func (p *RequestPartsSpec) IsSetExprs() bool

func (*RequestPartsSpec) IsSetNames

func (p *RequestPartsSpec) IsSetNames() bool

func (*RequestPartsSpec) Read

func (p *RequestPartsSpec) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestPartsSpec) ReadField1

func (p *RequestPartsSpec) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestPartsSpec) ReadField2

func (p *RequestPartsSpec) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RequestPartsSpec) String

func (p *RequestPartsSpec) String() string

func (*RequestPartsSpec) Write

func (p *RequestPartsSpec) Write(ctx context.Context, oprot thrift.TProtocol) error

type ResourceType

type ResourceType int64
const (
	ResourceType_JAR     ResourceType = 1
	ResourceType_FILE    ResourceType = 2
	ResourceType_ARCHIVE ResourceType = 3
)

func ResourceTypeFromString

func ResourceTypeFromString(s string) (ResourceType, error)

func ResourceTypePtr

func ResourceTypePtr(v ResourceType) *ResourceType

func (ResourceType) MarshalText

func (p ResourceType) MarshalText() ([]byte, error)

func (*ResourceType) Scan

func (p *ResourceType) Scan(value interface{}) error

func (ResourceType) String

func (p ResourceType) String() string

func (*ResourceType) UnmarshalText

func (p *ResourceType) UnmarshalText(text []byte) error

func (*ResourceType) Value

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

type ResourceUri

type ResourceUri struct {
	ResourceType ResourceType `thrift:"resourceType,1" db:"resourceType" json:"resourceType"`
	URI          string       `thrift:"uri,2" db:"uri" json:"uri"`
}

Attributes:

  • ResourceType
  • URI

func NewResourceUri

func NewResourceUri() *ResourceUri

func (*ResourceUri) Equals

func (p *ResourceUri) Equals(other *ResourceUri) bool

func (*ResourceUri) GetResourceType

func (p *ResourceUri) GetResourceType() ResourceType

func (*ResourceUri) GetURI

func (p *ResourceUri) GetURI() string

func (*ResourceUri) Read

func (p *ResourceUri) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ResourceUri) ReadField1

func (p *ResourceUri) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ResourceUri) ReadField2

func (p *ResourceUri) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ResourceUri) String

func (p *ResourceUri) String() string

func (*ResourceUri) Write

func (p *ResourceUri) Write(ctx context.Context, 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) Equals

func (p *Role) Equals(other *Role) bool

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(ctx context.Context, iprot thrift.TProtocol) error

func (*Role) ReadField1

func (p *Role) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Role) ReadField2

func (p *Role) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Role) ReadField3

func (p *Role) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Role) String

func (p *Role) String() string

func (*Role) Write

func (p *Role) Write(ctx context.Context, oprot thrift.TProtocol) error

type RolePrincipalGrant

type RolePrincipalGrant struct {
	RoleName             string        `thrift:"roleName,1" db:"roleName" json:"roleName"`
	PrincipalName        string        `thrift:"principalName,2" db:"principalName" json:"principalName"`
	PrincipalType        PrincipalType `thrift:"principalType,3" db:"principalType" json:"principalType"`
	GrantOption          bool          `thrift:"grantOption,4" db:"grantOption" json:"grantOption"`
	GrantTime            int32         `thrift:"grantTime,5" db:"grantTime" json:"grantTime"`
	GrantorName          string        `thrift:"grantorName,6" db:"grantorName" json:"grantorName"`
	GrantorPrincipalType PrincipalType `thrift:"grantorPrincipalType,7" db:"grantorPrincipalType" json:"grantorPrincipalType"`
}

Attributes:

  • RoleName
  • PrincipalName
  • PrincipalType
  • GrantOption
  • GrantTime
  • GrantorName
  • GrantorPrincipalType

func NewRolePrincipalGrant

func NewRolePrincipalGrant() *RolePrincipalGrant

func (*RolePrincipalGrant) Equals

func (p *RolePrincipalGrant) Equals(other *RolePrincipalGrant) bool

func (*RolePrincipalGrant) GetGrantOption

func (p *RolePrincipalGrant) GetGrantOption() bool

func (*RolePrincipalGrant) GetGrantTime

func (p *RolePrincipalGrant) GetGrantTime() int32

func (*RolePrincipalGrant) GetGrantorName

func (p *RolePrincipalGrant) GetGrantorName() string

func (*RolePrincipalGrant) GetGrantorPrincipalType

func (p *RolePrincipalGrant) GetGrantorPrincipalType() PrincipalType

func (*RolePrincipalGrant) GetPrincipalName

func (p *RolePrincipalGrant) GetPrincipalName() string

func (*RolePrincipalGrant) GetPrincipalType

func (p *RolePrincipalGrant) GetPrincipalType() PrincipalType

func (*RolePrincipalGrant) GetRoleName

func (p *RolePrincipalGrant) GetRoleName() string

func (*RolePrincipalGrant) Read

func (*RolePrincipalGrant) ReadField1

func (p *RolePrincipalGrant) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField2

func (p *RolePrincipalGrant) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField3

func (p *RolePrincipalGrant) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField4

func (p *RolePrincipalGrant) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField5

func (p *RolePrincipalGrant) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField6

func (p *RolePrincipalGrant) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) ReadField7

func (p *RolePrincipalGrant) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*RolePrincipalGrant) String

func (p *RolePrincipalGrant) String() string

func (*RolePrincipalGrant) Write

func (p *RolePrincipalGrant) Write(ctx context.Context, oprot thrift.TProtocol) error

type RuntimeStat

type RuntimeStat struct {
	CreateTime *int32 `thrift:"createTime,1" db:"createTime" json:"createTime,omitempty"`
	Weight     int32  `thrift:"weight,2,required" db:"weight" json:"weight"`
	Payload    []byte `thrift:"payload,3,required" db:"payload" json:"payload"`
}

Attributes:

  • CreateTime
  • Weight
  • Payload
var ThriftHiveMetastoreAddRuntimeStatsArgs_Stat_DEFAULT *RuntimeStat

func NewRuntimeStat

func NewRuntimeStat() *RuntimeStat

func (*RuntimeStat) Equals

func (p *RuntimeStat) Equals(other *RuntimeStat) bool

func (*RuntimeStat) GetCreateTime

func (p *RuntimeStat) GetCreateTime() int32

func (*RuntimeStat) GetPayload

func (p *RuntimeStat) GetPayload() []byte

func (*RuntimeStat) GetWeight

func (p *RuntimeStat) GetWeight() int32

func (*RuntimeStat) IsSetCreateTime

func (p *RuntimeStat) IsSetCreateTime() bool

func (*RuntimeStat) Read

func (p *RuntimeStat) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*RuntimeStat) ReadField1

func (p *RuntimeStat) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*RuntimeStat) ReadField2

func (p *RuntimeStat) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*RuntimeStat) ReadField3

func (p *RuntimeStat) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*RuntimeStat) String

func (p *RuntimeStat) String() string

func (*RuntimeStat) Write

func (p *RuntimeStat) Write(ctx context.Context, oprot thrift.TProtocol) error

type SQLAllTableConstraints

type SQLAllTableConstraints struct {
	PrimaryKeys        []*SQLPrimaryKey        `thrift:"primaryKeys,1" db:"primaryKeys" json:"primaryKeys,omitempty"`
	ForeignKeys        []*SQLForeignKey        `thrift:"foreignKeys,2" db:"foreignKeys" json:"foreignKeys,omitempty"`
	UniqueConstraints  []*SQLUniqueConstraint  `thrift:"uniqueConstraints,3" db:"uniqueConstraints" json:"uniqueConstraints,omitempty"`
	NotNullConstraints []*SQLNotNullConstraint `thrift:"notNullConstraints,4" db:"notNullConstraints" json:"notNullConstraints,omitempty"`
	DefaultConstraints []*SQLDefaultConstraint `thrift:"defaultConstraints,5" db:"defaultConstraints" json:"defaultConstraints,omitempty"`
	CheckConstraints   []*SQLCheckConstraint   `thrift:"checkConstraints,6" db:"checkConstraints" json:"checkConstraints,omitempty"`
}

Attributes:

  • PrimaryKeys
  • ForeignKeys
  • UniqueConstraints
  • NotNullConstraints
  • DefaultConstraints
  • CheckConstraints
var AllTableConstraintsResponse_AllTableConstraints_DEFAULT *SQLAllTableConstraints

func NewSQLAllTableConstraints

func NewSQLAllTableConstraints() *SQLAllTableConstraints

func (*SQLAllTableConstraints) Equals

func (*SQLAllTableConstraints) GetCheckConstraints

func (p *SQLAllTableConstraints) GetCheckConstraints() []*SQLCheckConstraint

func (*SQLAllTableConstraints) GetDefaultConstraints

func (p *SQLAllTableConstraints) GetDefaultConstraints() []*SQLDefaultConstraint

func (*SQLAllTableConstraints) GetForeignKeys

func (p *SQLAllTableConstraints) GetForeignKeys() []*SQLForeignKey

func (*SQLAllTableConstraints) GetNotNullConstraints

func (p *SQLAllTableConstraints) GetNotNullConstraints() []*SQLNotNullConstraint

func (*SQLAllTableConstraints) GetPrimaryKeys

func (p *SQLAllTableConstraints) GetPrimaryKeys() []*SQLPrimaryKey

func (*SQLAllTableConstraints) GetUniqueConstraints

func (p *SQLAllTableConstraints) GetUniqueConstraints() []*SQLUniqueConstraint

func (*SQLAllTableConstraints) IsSetCheckConstraints

func (p *SQLAllTableConstraints) IsSetCheckConstraints() bool

func (*SQLAllTableConstraints) IsSetDefaultConstraints

func (p *SQLAllTableConstraints) IsSetDefaultConstraints() bool

func (*SQLAllTableConstraints) IsSetForeignKeys

func (p *SQLAllTableConstraints) IsSetForeignKeys() bool

func (*SQLAllTableConstraints) IsSetNotNullConstraints

func (p *SQLAllTableConstraints) IsSetNotNullConstraints() bool

func (*SQLAllTableConstraints) IsSetPrimaryKeys

func (p *SQLAllTableConstraints) IsSetPrimaryKeys() bool

func (*SQLAllTableConstraints) IsSetUniqueConstraints

func (p *SQLAllTableConstraints) IsSetUniqueConstraints() bool

func (*SQLAllTableConstraints) Read

func (*SQLAllTableConstraints) ReadField1

func (p *SQLAllTableConstraints) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) ReadField2

func (p *SQLAllTableConstraints) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) ReadField3

func (p *SQLAllTableConstraints) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) ReadField4

func (p *SQLAllTableConstraints) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) ReadField5

func (p *SQLAllTableConstraints) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) ReadField6

func (p *SQLAllTableConstraints) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLAllTableConstraints) String

func (p *SQLAllTableConstraints) String() string

func (*SQLAllTableConstraints) Write

type SQLCheckConstraint

type SQLCheckConstraint struct {
	CatName         string `thrift:"catName,1" db:"catName" json:"catName"`
	TableDb         string `thrift:"table_db,2" db:"table_db" json:"table_db"`
	TableName       string `thrift:"table_name,3" db:"table_name" json:"table_name"`
	ColumnName      string `thrift:"column_name,4" db:"column_name" json:"column_name"`
	CheckExpression string `thrift:"check_expression,5" db:"check_expression" json:"check_expression"`
	DcName          string `thrift:"dc_name,6" db:"dc_name" json:"dc_name"`
	EnableCstr      bool   `thrift:"enable_cstr,7" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr    bool   `thrift:"validate_cstr,8" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr        bool   `thrift:"rely_cstr,9" db:"rely_cstr" json:"rely_cstr"`
}

Attributes:

  • CatName
  • TableDb
  • TableName
  • ColumnName
  • CheckExpression
  • DcName
  • EnableCstr
  • ValidateCstr
  • RelyCstr

func NewSQLCheckConstraint

func NewSQLCheckConstraint() *SQLCheckConstraint

func (*SQLCheckConstraint) Equals

func (p *SQLCheckConstraint) Equals(other *SQLCheckConstraint) bool

func (*SQLCheckConstraint) GetCatName

func (p *SQLCheckConstraint) GetCatName() string

func (*SQLCheckConstraint) GetCheckExpression

func (p *SQLCheckConstraint) GetCheckExpression() string

func (*SQLCheckConstraint) GetColumnName

func (p *SQLCheckConstraint) GetColumnName() string

func (*SQLCheckConstraint) GetDcName

func (p *SQLCheckConstraint) GetDcName() string

func (*SQLCheckConstraint) GetEnableCstr

func (p *SQLCheckConstraint) GetEnableCstr() bool

func (*SQLCheckConstraint) GetRelyCstr

func (p *SQLCheckConstraint) GetRelyCstr() bool

func (*SQLCheckConstraint) GetTableDb

func (p *SQLCheckConstraint) GetTableDb() string

func (*SQLCheckConstraint) GetTableName

func (p *SQLCheckConstraint) GetTableName() string

func (*SQLCheckConstraint) GetValidateCstr

func (p *SQLCheckConstraint) GetValidateCstr() bool

func (*SQLCheckConstraint) Read

func (*SQLCheckConstraint) ReadField1

func (p *SQLCheckConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField2

func (p *SQLCheckConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField3

func (p *SQLCheckConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField4

func (p *SQLCheckConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField5

func (p *SQLCheckConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField6

func (p *SQLCheckConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField7

func (p *SQLCheckConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField8

func (p *SQLCheckConstraint) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) ReadField9

func (p *SQLCheckConstraint) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLCheckConstraint) String

func (p *SQLCheckConstraint) String() string

func (*SQLCheckConstraint) Write

func (p *SQLCheckConstraint) Write(ctx context.Context, oprot thrift.TProtocol) error

type SQLDefaultConstraint

type SQLDefaultConstraint struct {
	CatName      string `thrift:"catName,1" db:"catName" json:"catName"`
	TableDb      string `thrift:"table_db,2" db:"table_db" json:"table_db"`
	TableName    string `thrift:"table_name,3" db:"table_name" json:"table_name"`
	ColumnName   string `thrift:"column_name,4" db:"column_name" json:"column_name"`
	DefaultValue string `thrift:"default_value,5" db:"default_value" json:"default_value"`
	DcName       string `thrift:"dc_name,6" db:"dc_name" json:"dc_name"`
	EnableCstr   bool   `thrift:"enable_cstr,7" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr bool   `thrift:"validate_cstr,8" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr     bool   `thrift:"rely_cstr,9" db:"rely_cstr" json:"rely_cstr"`
}

Attributes:

  • CatName
  • TableDb
  • TableName
  • ColumnName
  • DefaultValue
  • DcName
  • EnableCstr
  • ValidateCstr
  • RelyCstr

func NewSQLDefaultConstraint

func NewSQLDefaultConstraint() *SQLDefaultConstraint

func (*SQLDefaultConstraint) Equals

func (*SQLDefaultConstraint) GetCatName

func (p *SQLDefaultConstraint) GetCatName() string

func (*SQLDefaultConstraint) GetColumnName

func (p *SQLDefaultConstraint) GetColumnName() string

func (*SQLDefaultConstraint) GetDcName

func (p *SQLDefaultConstraint) GetDcName() string

func (*SQLDefaultConstraint) GetDefaultValue

func (p *SQLDefaultConstraint) GetDefaultValue() string

func (*SQLDefaultConstraint) GetEnableCstr

func (p *SQLDefaultConstraint) GetEnableCstr() bool

func (*SQLDefaultConstraint) GetRelyCstr

func (p *SQLDefaultConstraint) GetRelyCstr() bool

func (*SQLDefaultConstraint) GetTableDb

func (p *SQLDefaultConstraint) GetTableDb() string

func (*SQLDefaultConstraint) GetTableName

func (p *SQLDefaultConstraint) GetTableName() string

func (*SQLDefaultConstraint) GetValidateCstr

func (p *SQLDefaultConstraint) GetValidateCstr() bool

func (*SQLDefaultConstraint) Read

func (*SQLDefaultConstraint) ReadField1

func (p *SQLDefaultConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField2

func (p *SQLDefaultConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField3

func (p *SQLDefaultConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField4

func (p *SQLDefaultConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField5

func (p *SQLDefaultConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField6

func (p *SQLDefaultConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField7

func (p *SQLDefaultConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField8

func (p *SQLDefaultConstraint) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) ReadField9

func (p *SQLDefaultConstraint) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLDefaultConstraint) String

func (p *SQLDefaultConstraint) String() string

func (*SQLDefaultConstraint) Write

type SQLForeignKey

type SQLForeignKey struct {
	PktableDb    string  `thrift:"pktable_db,1" db:"pktable_db" json:"pktable_db"`
	PktableName  string  `thrift:"pktable_name,2" db:"pktable_name" json:"pktable_name"`
	PkcolumnName string  `thrift:"pkcolumn_name,3" db:"pkcolumn_name" json:"pkcolumn_name"`
	FktableDb    string  `thrift:"fktable_db,4" db:"fktable_db" json:"fktable_db"`
	FktableName  string  `thrift:"fktable_name,5" db:"fktable_name" json:"fktable_name"`
	FkcolumnName string  `thrift:"fkcolumn_name,6" db:"fkcolumn_name" json:"fkcolumn_name"`
	KeySeq       int32   `thrift:"key_seq,7" db:"key_seq" json:"key_seq"`
	UpdateRule   int32   `thrift:"update_rule,8" db:"update_rule" json:"update_rule"`
	DeleteRule   int32   `thrift:"delete_rule,9" db:"delete_rule" json:"delete_rule"`
	FkName       string  `thrift:"fk_name,10" db:"fk_name" json:"fk_name"`
	PkName       string  `thrift:"pk_name,11" db:"pk_name" json:"pk_name"`
	EnableCstr   bool    `thrift:"enable_cstr,12" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr bool    `thrift:"validate_cstr,13" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr     bool    `thrift:"rely_cstr,14" db:"rely_cstr" json:"rely_cstr"`
	CatName      *string `thrift:"catName,15" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • PktableDb
  • PktableName
  • PkcolumnName
  • FktableDb
  • FktableName
  • FkcolumnName
  • KeySeq
  • UpdateRule
  • DeleteRule
  • FkName
  • PkName
  • EnableCstr
  • ValidateCstr
  • RelyCstr
  • CatName

func NewSQLForeignKey

func NewSQLForeignKey() *SQLForeignKey

func (*SQLForeignKey) Equals

func (p *SQLForeignKey) Equals(other *SQLForeignKey) bool

func (*SQLForeignKey) GetCatName

func (p *SQLForeignKey) GetCatName() string

func (*SQLForeignKey) GetDeleteRule

func (p *SQLForeignKey) GetDeleteRule() int32

func (*SQLForeignKey) GetEnableCstr

func (p *SQLForeignKey) GetEnableCstr() bool

func (*SQLForeignKey) GetFkName

func (p *SQLForeignKey) GetFkName() string

func (*SQLForeignKey) GetFkcolumnName

func (p *SQLForeignKey) GetFkcolumnName() string

func (*SQLForeignKey) GetFktableDb

func (p *SQLForeignKey) GetFktableDb() string

func (*SQLForeignKey) GetFktableName

func (p *SQLForeignKey) GetFktableName() string

func (*SQLForeignKey) GetKeySeq

func (p *SQLForeignKey) GetKeySeq() int32

func (*SQLForeignKey) GetPkName

func (p *SQLForeignKey) GetPkName() string

func (*SQLForeignKey) GetPkcolumnName

func (p *SQLForeignKey) GetPkcolumnName() string

func (*SQLForeignKey) GetPktableDb

func (p *SQLForeignKey) GetPktableDb() string

func (*SQLForeignKey) GetPktableName

func (p *SQLForeignKey) GetPktableName() string

func (*SQLForeignKey) GetRelyCstr

func (p *SQLForeignKey) GetRelyCstr() bool

func (*SQLForeignKey) GetUpdateRule

func (p *SQLForeignKey) GetUpdateRule() int32

func (*SQLForeignKey) GetValidateCstr

func (p *SQLForeignKey) GetValidateCstr() bool

func (*SQLForeignKey) IsSetCatName

func (p *SQLForeignKey) IsSetCatName() bool

func (*SQLForeignKey) Read

func (p *SQLForeignKey) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField1

func (p *SQLForeignKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField10

func (p *SQLForeignKey) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField11

func (p *SQLForeignKey) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField12

func (p *SQLForeignKey) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField13

func (p *SQLForeignKey) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField14

func (p *SQLForeignKey) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField15

func (p *SQLForeignKey) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField2

func (p *SQLForeignKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField3

func (p *SQLForeignKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField4

func (p *SQLForeignKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField5

func (p *SQLForeignKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField6

func (p *SQLForeignKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField7

func (p *SQLForeignKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField8

func (p *SQLForeignKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) ReadField9

func (p *SQLForeignKey) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLForeignKey) String

func (p *SQLForeignKey) String() string

func (*SQLForeignKey) Write

func (p *SQLForeignKey) Write(ctx context.Context, oprot thrift.TProtocol) error

type SQLNotNullConstraint

type SQLNotNullConstraint struct {
	CatName      string `thrift:"catName,1" db:"catName" json:"catName"`
	TableDb      string `thrift:"table_db,2" db:"table_db" json:"table_db"`
	TableName    string `thrift:"table_name,3" db:"table_name" json:"table_name"`
	ColumnName   string `thrift:"column_name,4" db:"column_name" json:"column_name"`
	NnName       string `thrift:"nn_name,5" db:"nn_name" json:"nn_name"`
	EnableCstr   bool   `thrift:"enable_cstr,6" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr bool   `thrift:"validate_cstr,7" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr     bool   `thrift:"rely_cstr,8" db:"rely_cstr" json:"rely_cstr"`
}

Attributes:

  • CatName
  • TableDb
  • TableName
  • ColumnName
  • NnName
  • EnableCstr
  • ValidateCstr
  • RelyCstr

func NewSQLNotNullConstraint

func NewSQLNotNullConstraint() *SQLNotNullConstraint

func (*SQLNotNullConstraint) Equals

func (*SQLNotNullConstraint) GetCatName

func (p *SQLNotNullConstraint) GetCatName() string

func (*SQLNotNullConstraint) GetColumnName

func (p *SQLNotNullConstraint) GetColumnName() string

func (*SQLNotNullConstraint) GetEnableCstr

func (p *SQLNotNullConstraint) GetEnableCstr() bool

func (*SQLNotNullConstraint) GetNnName

func (p *SQLNotNullConstraint) GetNnName() string

func (*SQLNotNullConstraint) GetRelyCstr

func (p *SQLNotNullConstraint) GetRelyCstr() bool

func (*SQLNotNullConstraint) GetTableDb

func (p *SQLNotNullConstraint) GetTableDb() string

func (*SQLNotNullConstraint) GetTableName

func (p *SQLNotNullConstraint) GetTableName() string

func (*SQLNotNullConstraint) GetValidateCstr

func (p *SQLNotNullConstraint) GetValidateCstr() bool

func (*SQLNotNullConstraint) Read

func (*SQLNotNullConstraint) ReadField1

func (p *SQLNotNullConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField2

func (p *SQLNotNullConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField3

func (p *SQLNotNullConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField4

func (p *SQLNotNullConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField5

func (p *SQLNotNullConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField6

func (p *SQLNotNullConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField7

func (p *SQLNotNullConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) ReadField8

func (p *SQLNotNullConstraint) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLNotNullConstraint) String

func (p *SQLNotNullConstraint) String() string

func (*SQLNotNullConstraint) Write

type SQLPrimaryKey

type SQLPrimaryKey struct {
	TableDb      string  `thrift:"table_db,1" db:"table_db" json:"table_db"`
	TableName    string  `thrift:"table_name,2" db:"table_name" json:"table_name"`
	ColumnName   string  `thrift:"column_name,3" db:"column_name" json:"column_name"`
	KeySeq       int32   `thrift:"key_seq,4" db:"key_seq" json:"key_seq"`
	PkName       string  `thrift:"pk_name,5" db:"pk_name" json:"pk_name"`
	EnableCstr   bool    `thrift:"enable_cstr,6" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr bool    `thrift:"validate_cstr,7" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr     bool    `thrift:"rely_cstr,8" db:"rely_cstr" json:"rely_cstr"`
	CatName      *string `thrift:"catName,9" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • TableDb
  • TableName
  • ColumnName
  • KeySeq
  • PkName
  • EnableCstr
  • ValidateCstr
  • RelyCstr
  • CatName

func NewSQLPrimaryKey

func NewSQLPrimaryKey() *SQLPrimaryKey

func (*SQLPrimaryKey) Equals

func (p *SQLPrimaryKey) Equals(other *SQLPrimaryKey) bool

func (*SQLPrimaryKey) GetCatName

func (p *SQLPrimaryKey) GetCatName() string

func (*SQLPrimaryKey) GetColumnName

func (p *SQLPrimaryKey) GetColumnName() string

func (*SQLPrimaryKey) GetEnableCstr

func (p *SQLPrimaryKey) GetEnableCstr() bool

func (*SQLPrimaryKey) GetKeySeq

func (p *SQLPrimaryKey) GetKeySeq() int32

func (*SQLPrimaryKey) GetPkName

func (p *SQLPrimaryKey) GetPkName() string

func (*SQLPrimaryKey) GetRelyCstr

func (p *SQLPrimaryKey) GetRelyCstr() bool

func (*SQLPrimaryKey) GetTableDb

func (p *SQLPrimaryKey) GetTableDb() string

func (*SQLPrimaryKey) GetTableName

func (p *SQLPrimaryKey) GetTableName() string

func (*SQLPrimaryKey) GetValidateCstr

func (p *SQLPrimaryKey) GetValidateCstr() bool

func (*SQLPrimaryKey) IsSetCatName

func (p *SQLPrimaryKey) IsSetCatName() bool

func (*SQLPrimaryKey) Read

func (p *SQLPrimaryKey) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField1

func (p *SQLPrimaryKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField2

func (p *SQLPrimaryKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField3

func (p *SQLPrimaryKey) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField4

func (p *SQLPrimaryKey) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField5

func (p *SQLPrimaryKey) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField6

func (p *SQLPrimaryKey) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField7

func (p *SQLPrimaryKey) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField8

func (p *SQLPrimaryKey) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) ReadField9

func (p *SQLPrimaryKey) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLPrimaryKey) String

func (p *SQLPrimaryKey) String() string

func (*SQLPrimaryKey) Write

func (p *SQLPrimaryKey) Write(ctx context.Context, oprot thrift.TProtocol) error

type SQLUniqueConstraint

type SQLUniqueConstraint struct {
	CatName      string `thrift:"catName,1" db:"catName" json:"catName"`
	TableDb      string `thrift:"table_db,2" db:"table_db" json:"table_db"`
	TableName    string `thrift:"table_name,3" db:"table_name" json:"table_name"`
	ColumnName   string `thrift:"column_name,4" db:"column_name" json:"column_name"`
	KeySeq       int32  `thrift:"key_seq,5" db:"key_seq" json:"key_seq"`
	UkName       string `thrift:"uk_name,6" db:"uk_name" json:"uk_name"`
	EnableCstr   bool   `thrift:"enable_cstr,7" db:"enable_cstr" json:"enable_cstr"`
	ValidateCstr bool   `thrift:"validate_cstr,8" db:"validate_cstr" json:"validate_cstr"`
	RelyCstr     bool   `thrift:"rely_cstr,9" db:"rely_cstr" json:"rely_cstr"`
}

Attributes:

  • CatName
  • TableDb
  • TableName
  • ColumnName
  • KeySeq
  • UkName
  • EnableCstr
  • ValidateCstr
  • RelyCstr

func NewSQLUniqueConstraint

func NewSQLUniqueConstraint() *SQLUniqueConstraint

func (*SQLUniqueConstraint) Equals

func (p *SQLUniqueConstraint) Equals(other *SQLUniqueConstraint) bool

func (*SQLUniqueConstraint) GetCatName

func (p *SQLUniqueConstraint) GetCatName() string

func (*SQLUniqueConstraint) GetColumnName

func (p *SQLUniqueConstraint) GetColumnName() string

func (*SQLUniqueConstraint) GetEnableCstr

func (p *SQLUniqueConstraint) GetEnableCstr() bool

func (*SQLUniqueConstraint) GetKeySeq

func (p *SQLUniqueConstraint) GetKeySeq() int32

func (*SQLUniqueConstraint) GetRelyCstr

func (p *SQLUniqueConstraint) GetRelyCstr() bool

func (*SQLUniqueConstraint) GetTableDb

func (p *SQLUniqueConstraint) GetTableDb() string

func (*SQLUniqueConstraint) GetTableName

func (p *SQLUniqueConstraint) GetTableName() string

func (*SQLUniqueConstraint) GetUkName

func (p *SQLUniqueConstraint) GetUkName() string

func (*SQLUniqueConstraint) GetValidateCstr

func (p *SQLUniqueConstraint) GetValidateCstr() bool

func (*SQLUniqueConstraint) Read

func (*SQLUniqueConstraint) ReadField1

func (p *SQLUniqueConstraint) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField2

func (p *SQLUniqueConstraint) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField3

func (p *SQLUniqueConstraint) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField4

func (p *SQLUniqueConstraint) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField5

func (p *SQLUniqueConstraint) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField6

func (p *SQLUniqueConstraint) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField7

func (p *SQLUniqueConstraint) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField8

func (p *SQLUniqueConstraint) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) ReadField9

func (p *SQLUniqueConstraint) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SQLUniqueConstraint) String

func (p *SQLUniqueConstraint) String() string

func (*SQLUniqueConstraint) Write

type ScheduledQuery

type ScheduledQuery struct {
	ScheduleKey *ScheduledQueryKey `thrift:"scheduleKey,1,required" db:"scheduleKey" json:"scheduleKey"`
	Enabled     *bool              `thrift:"enabled,2" db:"enabled" json:"enabled,omitempty"`
	// unused field # 3
	Schedule      *string `thrift:"schedule,4" db:"schedule" json:"schedule,omitempty"`
	User          *string `thrift:"user,5" db:"user" json:"user,omitempty"`
	Query         *string `thrift:"query,6" db:"query" json:"query,omitempty"`
	NextExecution *int32  `thrift:"nextExecution,7" db:"nextExecution" json:"nextExecution,omitempty"`
}

Attributes:

  • ScheduleKey
  • Enabled
  • Schedule
  • User
  • Query
  • NextExecution
var ScheduledQueryMaintenanceRequest_ScheduledQuery_DEFAULT *ScheduledQuery
var ThriftHiveMetastoreGetScheduledQueryResult_Success_DEFAULT *ScheduledQuery

func NewScheduledQuery

func NewScheduledQuery() *ScheduledQuery

func (*ScheduledQuery) Equals

func (p *ScheduledQuery) Equals(other *ScheduledQuery) bool

func (*ScheduledQuery) GetEnabled

func (p *ScheduledQuery) GetEnabled() bool

func (*ScheduledQuery) GetNextExecution

func (p *ScheduledQuery) GetNextExecution() int32

func (*ScheduledQuery) GetQuery

func (p *ScheduledQuery) GetQuery() string

func (*ScheduledQuery) GetSchedule

func (p *ScheduledQuery) GetSchedule() string

func (*ScheduledQuery) GetScheduleKey

func (p *ScheduledQuery) GetScheduleKey() *ScheduledQueryKey

func (*ScheduledQuery) GetUser

func (p *ScheduledQuery) GetUser() string

func (*ScheduledQuery) IsSetEnabled

func (p *ScheduledQuery) IsSetEnabled() bool

func (*ScheduledQuery) IsSetNextExecution

func (p *ScheduledQuery) IsSetNextExecution() bool

func (*ScheduledQuery) IsSetQuery

func (p *ScheduledQuery) IsSetQuery() bool

func (*ScheduledQuery) IsSetSchedule

func (p *ScheduledQuery) IsSetSchedule() bool

func (*ScheduledQuery) IsSetScheduleKey

func (p *ScheduledQuery) IsSetScheduleKey() bool

func (*ScheduledQuery) IsSetUser

func (p *ScheduledQuery) IsSetUser() bool

func (*ScheduledQuery) Read

func (p *ScheduledQuery) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField1

func (p *ScheduledQuery) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField2

func (p *ScheduledQuery) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField4

func (p *ScheduledQuery) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField5

func (p *ScheduledQuery) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField6

func (p *ScheduledQuery) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) ReadField7

func (p *ScheduledQuery) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQuery) String

func (p *ScheduledQuery) String() string

func (*ScheduledQuery) Write

func (p *ScheduledQuery) Write(ctx context.Context, oprot thrift.TProtocol) error

type ScheduledQueryKey

type ScheduledQueryKey struct {
	ScheduleName     string `thrift:"scheduleName,1,required" db:"scheduleName" json:"scheduleName"`
	ClusterNamespace string `thrift:"clusterNamespace,2,required" db:"clusterNamespace" json:"clusterNamespace"`
}

Attributes:

  • ScheduleName
  • ClusterNamespace
var ScheduledQueryPollResponse_ScheduleKey_DEFAULT *ScheduledQueryKey
var ScheduledQuery_ScheduleKey_DEFAULT *ScheduledQueryKey
var ThriftHiveMetastoreGetScheduledQueryArgs_ScheduleKey_DEFAULT *ScheduledQueryKey

func NewScheduledQueryKey

func NewScheduledQueryKey() *ScheduledQueryKey

func (*ScheduledQueryKey) Equals

func (p *ScheduledQueryKey) Equals(other *ScheduledQueryKey) bool

func (*ScheduledQueryKey) GetClusterNamespace

func (p *ScheduledQueryKey) GetClusterNamespace() string

func (*ScheduledQueryKey) GetScheduleName

func (p *ScheduledQueryKey) GetScheduleName() string

func (*ScheduledQueryKey) Read

func (p *ScheduledQueryKey) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryKey) ReadField1

func (p *ScheduledQueryKey) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryKey) ReadField2

func (p *ScheduledQueryKey) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryKey) String

func (p *ScheduledQueryKey) String() string

func (*ScheduledQueryKey) Write

func (p *ScheduledQueryKey) Write(ctx context.Context, oprot thrift.TProtocol) error

type ScheduledQueryMaintenanceRequest

type ScheduledQueryMaintenanceRequest struct {
	Type           ScheduledQueryMaintenanceRequestType `thrift:"type,1,required" db:"type" json:"type"`
	ScheduledQuery *ScheduledQuery                      `thrift:"scheduledQuery,2,required" db:"scheduledQuery" json:"scheduledQuery"`
}

Attributes:

  • Type
  • ScheduledQuery
var ThriftHiveMetastoreScheduledQueryMaintenanceArgs_Request_DEFAULT *ScheduledQueryMaintenanceRequest

func NewScheduledQueryMaintenanceRequest

func NewScheduledQueryMaintenanceRequest() *ScheduledQueryMaintenanceRequest

func (*ScheduledQueryMaintenanceRequest) Equals

func (*ScheduledQueryMaintenanceRequest) GetScheduledQuery

func (p *ScheduledQueryMaintenanceRequest) GetScheduledQuery() *ScheduledQuery

func (*ScheduledQueryMaintenanceRequest) GetType

func (*ScheduledQueryMaintenanceRequest) IsSetScheduledQuery

func (p *ScheduledQueryMaintenanceRequest) IsSetScheduledQuery() bool

func (*ScheduledQueryMaintenanceRequest) Read

func (*ScheduledQueryMaintenanceRequest) ReadField1

func (*ScheduledQueryMaintenanceRequest) ReadField2

func (*ScheduledQueryMaintenanceRequest) String

func (*ScheduledQueryMaintenanceRequest) Write

type ScheduledQueryMaintenanceRequestType

type ScheduledQueryMaintenanceRequestType int64
const (
	ScheduledQueryMaintenanceRequestType_CREATE ScheduledQueryMaintenanceRequestType = 1
	ScheduledQueryMaintenanceRequestType_ALTER  ScheduledQueryMaintenanceRequestType = 2
	ScheduledQueryMaintenanceRequestType_DROP   ScheduledQueryMaintenanceRequestType = 3
)

func ScheduledQueryMaintenanceRequestTypeFromString

func ScheduledQueryMaintenanceRequestTypeFromString(s string) (ScheduledQueryMaintenanceRequestType, error)

func (ScheduledQueryMaintenanceRequestType) MarshalText

func (p ScheduledQueryMaintenanceRequestType) MarshalText() ([]byte, error)

func (*ScheduledQueryMaintenanceRequestType) Scan

func (p *ScheduledQueryMaintenanceRequestType) Scan(value interface{}) error

func (ScheduledQueryMaintenanceRequestType) String

func (*ScheduledQueryMaintenanceRequestType) UnmarshalText

func (p *ScheduledQueryMaintenanceRequestType) UnmarshalText(text []byte) error

func (*ScheduledQueryMaintenanceRequestType) Value

type ScheduledQueryPollRequest

type ScheduledQueryPollRequest struct {
	ClusterNamespace string `thrift:"clusterNamespace,1,required" db:"clusterNamespace" json:"clusterNamespace"`
}

Attributes:

  • ClusterNamespace
var ThriftHiveMetastoreScheduledQueryPollArgs_Request_DEFAULT *ScheduledQueryPollRequest

func NewScheduledQueryPollRequest

func NewScheduledQueryPollRequest() *ScheduledQueryPollRequest

func (*ScheduledQueryPollRequest) Equals

func (*ScheduledQueryPollRequest) GetClusterNamespace

func (p *ScheduledQueryPollRequest) GetClusterNamespace() string

func (*ScheduledQueryPollRequest) Read

func (*ScheduledQueryPollRequest) ReadField1

func (p *ScheduledQueryPollRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryPollRequest) String

func (p *ScheduledQueryPollRequest) String() string

func (*ScheduledQueryPollRequest) Write

type ScheduledQueryPollResponse

type ScheduledQueryPollResponse struct {
	ScheduleKey *ScheduledQueryKey `thrift:"scheduleKey,1" db:"scheduleKey" json:"scheduleKey,omitempty"`
	ExecutionId *int64             `thrift:"executionId,2" db:"executionId" json:"executionId,omitempty"`
	Query       *string            `thrift:"query,3" db:"query" json:"query,omitempty"`
	User        *string            `thrift:"user,4" db:"user" json:"user,omitempty"`
}

Attributes:

  • ScheduleKey
  • ExecutionId
  • Query
  • User
var ThriftHiveMetastoreScheduledQueryPollResult_Success_DEFAULT *ScheduledQueryPollResponse

func NewScheduledQueryPollResponse

func NewScheduledQueryPollResponse() *ScheduledQueryPollResponse

func (*ScheduledQueryPollResponse) Equals

func (*ScheduledQueryPollResponse) GetExecutionId

func (p *ScheduledQueryPollResponse) GetExecutionId() int64

func (*ScheduledQueryPollResponse) GetQuery

func (p *ScheduledQueryPollResponse) GetQuery() string

func (*ScheduledQueryPollResponse) GetScheduleKey

func (p *ScheduledQueryPollResponse) GetScheduleKey() *ScheduledQueryKey

func (*ScheduledQueryPollResponse) GetUser

func (p *ScheduledQueryPollResponse) GetUser() string

func (*ScheduledQueryPollResponse) IsSetExecutionId

func (p *ScheduledQueryPollResponse) IsSetExecutionId() bool

func (*ScheduledQueryPollResponse) IsSetQuery

func (p *ScheduledQueryPollResponse) IsSetQuery() bool

func (*ScheduledQueryPollResponse) IsSetScheduleKey

func (p *ScheduledQueryPollResponse) IsSetScheduleKey() bool

func (*ScheduledQueryPollResponse) IsSetUser

func (p *ScheduledQueryPollResponse) IsSetUser() bool

func (*ScheduledQueryPollResponse) Read

func (*ScheduledQueryPollResponse) ReadField1

func (p *ScheduledQueryPollResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryPollResponse) ReadField2

func (p *ScheduledQueryPollResponse) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryPollResponse) ReadField3

func (p *ScheduledQueryPollResponse) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryPollResponse) ReadField4

func (p *ScheduledQueryPollResponse) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryPollResponse) String

func (p *ScheduledQueryPollResponse) String() string

func (*ScheduledQueryPollResponse) Write

type ScheduledQueryProgressInfo

type ScheduledQueryProgressInfo struct {
	ScheduledExecutionId int64      `thrift:"scheduledExecutionId,1,required" db:"scheduledExecutionId" json:"scheduledExecutionId"`
	State                QueryState `thrift:"state,2,required" db:"state" json:"state"`
	ExecutorQueryId      string     `thrift:"executorQueryId,3,required" db:"executorQueryId" json:"executorQueryId"`
	ErrorMessage         *string    `thrift:"errorMessage,4" db:"errorMessage" json:"errorMessage,omitempty"`
}

Attributes:

  • ScheduledExecutionId
  • State
  • ExecutorQueryId
  • ErrorMessage
var ThriftHiveMetastoreScheduledQueryProgressArgs_Info_DEFAULT *ScheduledQueryProgressInfo

func NewScheduledQueryProgressInfo

func NewScheduledQueryProgressInfo() *ScheduledQueryProgressInfo

func (*ScheduledQueryProgressInfo) Equals

func (*ScheduledQueryProgressInfo) GetErrorMessage

func (p *ScheduledQueryProgressInfo) GetErrorMessage() string

func (*ScheduledQueryProgressInfo) GetExecutorQueryId

func (p *ScheduledQueryProgressInfo) GetExecutorQueryId() string

func (*ScheduledQueryProgressInfo) GetScheduledExecutionId

func (p *ScheduledQueryProgressInfo) GetScheduledExecutionId() int64

func (*ScheduledQueryProgressInfo) GetState

func (p *ScheduledQueryProgressInfo) GetState() QueryState

func (*ScheduledQueryProgressInfo) IsSetErrorMessage

func (p *ScheduledQueryProgressInfo) IsSetErrorMessage() bool

func (*ScheduledQueryProgressInfo) Read

func (*ScheduledQueryProgressInfo) ReadField1

func (p *ScheduledQueryProgressInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryProgressInfo) ReadField2

func (p *ScheduledQueryProgressInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryProgressInfo) ReadField3

func (p *ScheduledQueryProgressInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryProgressInfo) ReadField4

func (p *ScheduledQueryProgressInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ScheduledQueryProgressInfo) String

func (p *ScheduledQueryProgressInfo) String() string

func (*ScheduledQueryProgressInfo) Write

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

func (p *Schema) Equals(other *Schema) bool

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(ctx context.Context, iprot thrift.TProtocol) error

func (*Schema) ReadField1

func (p *Schema) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Schema) ReadField2

func (p *Schema) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Schema) String

func (p *Schema) String() string

func (*Schema) Write

func (p *Schema) Write(ctx context.Context, oprot thrift.TProtocol) error

type SchemaCompatibility

type SchemaCompatibility int64
const (
	SchemaCompatibility_NONE     SchemaCompatibility = 1
	SchemaCompatibility_BACKWARD SchemaCompatibility = 2
	SchemaCompatibility_FORWARD  SchemaCompatibility = 3
	SchemaCompatibility_BOTH     SchemaCompatibility = 4
)

func SchemaCompatibilityFromString

func SchemaCompatibilityFromString(s string) (SchemaCompatibility, error)

func SchemaCompatibilityPtr

func SchemaCompatibilityPtr(v SchemaCompatibility) *SchemaCompatibility

func (SchemaCompatibility) MarshalText

func (p SchemaCompatibility) MarshalText() ([]byte, error)

func (*SchemaCompatibility) Scan

func (p *SchemaCompatibility) Scan(value interface{}) error

func (SchemaCompatibility) String

func (p SchemaCompatibility) String() string

func (*SchemaCompatibility) UnmarshalText

func (p *SchemaCompatibility) UnmarshalText(text []byte) error

func (*SchemaCompatibility) Value

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

type SchemaType

type SchemaType int64
const (
	SchemaType_HIVE SchemaType = 1
	SchemaType_AVRO SchemaType = 2
)

func SchemaTypeFromString

func SchemaTypeFromString(s string) (SchemaType, error)

func SchemaTypePtr

func SchemaTypePtr(v SchemaType) *SchemaType

func (SchemaType) MarshalText

func (p SchemaType) MarshalText() ([]byte, error)

func (*SchemaType) Scan

func (p *SchemaType) Scan(value interface{}) error

func (SchemaType) String

func (p SchemaType) String() string

func (*SchemaType) UnmarshalText

func (p *SchemaType) UnmarshalText(text []byte) error

func (*SchemaType) Value

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

type SchemaValidation

type SchemaValidation int64
const (
	SchemaValidation_LATEST SchemaValidation = 1
	SchemaValidation_ALL    SchemaValidation = 2
)

func SchemaValidationFromString

func SchemaValidationFromString(s string) (SchemaValidation, error)

func SchemaValidationPtr

func SchemaValidationPtr(v SchemaValidation) *SchemaValidation

func (SchemaValidation) MarshalText

func (p SchemaValidation) MarshalText() ([]byte, error)

func (*SchemaValidation) Scan

func (p *SchemaValidation) Scan(value interface{}) error

func (SchemaValidation) String

func (p SchemaValidation) String() string

func (*SchemaValidation) UnmarshalText

func (p *SchemaValidation) UnmarshalText(text []byte) error

func (*SchemaValidation) Value

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

type SchemaVersion

type SchemaVersion struct {
	Schema      *ISchemaName        `thrift:"schema,1" db:"schema" json:"schema"`
	Version     int32               `thrift:"version,2" db:"version" json:"version"`
	CreatedAt   int64               `thrift:"createdAt,3" db:"createdAt" json:"createdAt"`
	Cols        []*FieldSchema      `thrift:"cols,4" db:"cols" json:"cols"`
	State       *SchemaVersionState `thrift:"state,5" db:"state" json:"state,omitempty"`
	Description *string             `thrift:"description,6" db:"description" json:"description,omitempty"`
	SchemaText  *string             `thrift:"schemaText,7" db:"schemaText" json:"schemaText,omitempty"`
	Fingerprint *string             `thrift:"fingerprint,8" db:"fingerprint" json:"fingerprint,omitempty"`
	Name        *string             `thrift:"name,9" db:"name" json:"name,omitempty"`
	SerDe       *SerDeInfo          `thrift:"serDe,10" db:"serDe" json:"serDe,omitempty"`
}

Attributes:

  • Schema
  • Version
  • CreatedAt
  • Cols
  • State
  • Description
  • SchemaText
  • Fingerprint
  • Name
  • SerDe
var ThriftHiveMetastoreAddSchemaVersionArgs_SchemaVersion_DEFAULT *SchemaVersion
var ThriftHiveMetastoreGetSchemaLatestVersionResult_Success_DEFAULT *SchemaVersion
var ThriftHiveMetastoreGetSchemaVersionResult_Success_DEFAULT *SchemaVersion

func NewSchemaVersion

func NewSchemaVersion() *SchemaVersion

func (*SchemaVersion) Equals

func (p *SchemaVersion) Equals(other *SchemaVersion) bool

func (*SchemaVersion) GetCols

func (p *SchemaVersion) GetCols() []*FieldSchema

func (*SchemaVersion) GetCreatedAt

func (p *SchemaVersion) GetCreatedAt() int64

func (*SchemaVersion) GetDescription

func (p *SchemaVersion) GetDescription() string

func (*SchemaVersion) GetFingerprint

func (p *SchemaVersion) GetFingerprint() string

func (*SchemaVersion) GetName

func (p *SchemaVersion) GetName() string

func (*SchemaVersion) GetSchema

func (p *SchemaVersion) GetSchema() *ISchemaName

func (*SchemaVersion) GetSchemaText

func (p *SchemaVersion) GetSchemaText() string

func (*SchemaVersion) GetSerDe

func (p *SchemaVersion) GetSerDe() *SerDeInfo

func (*SchemaVersion) GetState

func (p *SchemaVersion) GetState() SchemaVersionState

func (*SchemaVersion) GetVersion

func (p *SchemaVersion) GetVersion() int32

func (*SchemaVersion) IsSetDescription

func (p *SchemaVersion) IsSetDescription() bool

func (*SchemaVersion) IsSetFingerprint

func (p *SchemaVersion) IsSetFingerprint() bool

func (*SchemaVersion) IsSetName

func (p *SchemaVersion) IsSetName() bool

func (*SchemaVersion) IsSetSchema

func (p *SchemaVersion) IsSetSchema() bool

func (*SchemaVersion) IsSetSchemaText

func (p *SchemaVersion) IsSetSchemaText() bool

func (*SchemaVersion) IsSetSerDe

func (p *SchemaVersion) IsSetSerDe() bool

func (*SchemaVersion) IsSetState

func (p *SchemaVersion) IsSetState() bool

func (*SchemaVersion) Read

func (p *SchemaVersion) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField1

func (p *SchemaVersion) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField10

func (p *SchemaVersion) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField2

func (p *SchemaVersion) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField3

func (p *SchemaVersion) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField4

func (p *SchemaVersion) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField5

func (p *SchemaVersion) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField6

func (p *SchemaVersion) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField7

func (p *SchemaVersion) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField8

func (p *SchemaVersion) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) ReadField9

func (p *SchemaVersion) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersion) String

func (p *SchemaVersion) String() string

func (*SchemaVersion) Write

func (p *SchemaVersion) Write(ctx context.Context, oprot thrift.TProtocol) error

type SchemaVersionDescriptor

type SchemaVersionDescriptor struct {
	Schema  *ISchemaName `thrift:"schema,1" db:"schema" json:"schema"`
	Version int32        `thrift:"version,2" db:"version" json:"version"`
}

Attributes:

  • Schema
  • Version
var MapSchemaVersionToSerdeRequest_SchemaVersion_DEFAULT *SchemaVersionDescriptor
var SetSchemaVersionStateRequest_SchemaVersion_DEFAULT *SchemaVersionDescriptor
var ThriftHiveMetastoreDropSchemaVersionArgs_SchemaVersion_DEFAULT *SchemaVersionDescriptor
var ThriftHiveMetastoreGetSchemaVersionArgs_SchemaVersion_DEFAULT *SchemaVersionDescriptor

func NewSchemaVersionDescriptor

func NewSchemaVersionDescriptor() *SchemaVersionDescriptor

func (*SchemaVersionDescriptor) Equals

func (*SchemaVersionDescriptor) GetSchema

func (p *SchemaVersionDescriptor) GetSchema() *ISchemaName

func (*SchemaVersionDescriptor) GetVersion

func (p *SchemaVersionDescriptor) GetVersion() int32

func (*SchemaVersionDescriptor) IsSetSchema

func (p *SchemaVersionDescriptor) IsSetSchema() bool

func (*SchemaVersionDescriptor) Read

func (*SchemaVersionDescriptor) ReadField1

func (p *SchemaVersionDescriptor) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersionDescriptor) ReadField2

func (p *SchemaVersionDescriptor) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SchemaVersionDescriptor) String

func (p *SchemaVersionDescriptor) String() string

func (*SchemaVersionDescriptor) Write

type SchemaVersionState

type SchemaVersionState int64
const (
	SchemaVersionState_INITIATED        SchemaVersionState = 1
	SchemaVersionState_START_REVIEW     SchemaVersionState = 2
	SchemaVersionState_CHANGES_REQUIRED SchemaVersionState = 3
	SchemaVersionState_REVIEWED         SchemaVersionState = 4
	SchemaVersionState_ENABLED          SchemaVersionState = 5
	SchemaVersionState_DISABLED         SchemaVersionState = 6
	SchemaVersionState_ARCHIVED         SchemaVersionState = 7
	SchemaVersionState_DELETED          SchemaVersionState = 8
)
var SchemaVersion_State_DEFAULT SchemaVersionState

func SchemaVersionStateFromString

func SchemaVersionStateFromString(s string) (SchemaVersionState, error)

func SchemaVersionStatePtr

func SchemaVersionStatePtr(v SchemaVersionState) *SchemaVersionState

func (SchemaVersionState) MarshalText

func (p SchemaVersionState) MarshalText() ([]byte, error)

func (*SchemaVersionState) Scan

func (p *SchemaVersionState) Scan(value interface{}) error

func (SchemaVersionState) String

func (p SchemaVersionState) String() string

func (*SchemaVersionState) UnmarshalText

func (p *SchemaVersionState) UnmarshalText(text []byte) error

func (*SchemaVersionState) Value

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

type SeedTableWriteIdsRequest

type SeedTableWriteIdsRequest struct {
	DbName      string `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TableName   string `thrift:"tableName,2,required" db:"tableName" json:"tableName"`
	SeedWriteId int64  `thrift:"seedWriteId,3,required" db:"seedWriteId" json:"seedWriteId"`
}

Attributes:

  • DbName
  • TableName
  • SeedWriteId
var ThriftHiveMetastoreSeedWriteIDArgs_Rqst_DEFAULT *SeedTableWriteIdsRequest

func NewSeedTableWriteIdsRequest

func NewSeedTableWriteIdsRequest() *SeedTableWriteIdsRequest

func (*SeedTableWriteIdsRequest) Equals

func (*SeedTableWriteIdsRequest) GetDbName

func (p *SeedTableWriteIdsRequest) GetDbName() string

func (*SeedTableWriteIdsRequest) GetSeedWriteId

func (p *SeedTableWriteIdsRequest) GetSeedWriteId() int64

func (*SeedTableWriteIdsRequest) GetTableName

func (p *SeedTableWriteIdsRequest) GetTableName() string

func (*SeedTableWriteIdsRequest) Read

func (*SeedTableWriteIdsRequest) ReadField1

func (p *SeedTableWriteIdsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SeedTableWriteIdsRequest) ReadField2

func (p *SeedTableWriteIdsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SeedTableWriteIdsRequest) ReadField3

func (p *SeedTableWriteIdsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SeedTableWriteIdsRequest) String

func (p *SeedTableWriteIdsRequest) String() string

func (*SeedTableWriteIdsRequest) Write

type SeedTxnIdRequest

type SeedTxnIdRequest struct {
	SeedTxnId int64 `thrift:"seedTxnId,1,required" db:"seedTxnId" json:"seedTxnId"`
}

Attributes:

  • SeedTxnId
var ThriftHiveMetastoreSeedTxnIDArgs_Rqst_DEFAULT *SeedTxnIdRequest

func NewSeedTxnIdRequest

func NewSeedTxnIdRequest() *SeedTxnIdRequest

func (*SeedTxnIdRequest) Equals

func (p *SeedTxnIdRequest) Equals(other *SeedTxnIdRequest) bool

func (*SeedTxnIdRequest) GetSeedTxnId

func (p *SeedTxnIdRequest) GetSeedTxnId() int64

func (*SeedTxnIdRequest) Read

func (p *SeedTxnIdRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SeedTxnIdRequest) ReadField1

func (p *SeedTxnIdRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SeedTxnIdRequest) String

func (p *SeedTxnIdRequest) String() string

func (*SeedTxnIdRequest) Write

func (p *SeedTxnIdRequest) Write(ctx context.Context, 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"`
	Description       *string           `thrift:"description,4" db:"description" json:"description,omitempty"`
	SerializerClass   *string           `thrift:"serializerClass,5" db:"serializerClass" json:"serializerClass,omitempty"`
	DeserializerClass *string           `thrift:"deserializerClass,6" db:"deserializerClass" json:"deserializerClass,omitempty"`
	SerdeType         *SerdeType        `thrift:"serdeType,7" db:"serdeType" json:"serdeType,omitempty"`
}

Attributes:

  • Name
  • SerializationLib
  • Parameters
  • Description
  • SerializerClass
  • DeserializerClass
  • SerdeType
var SchemaVersion_SerDe_DEFAULT *SerDeInfo
var StorageDescriptor_SerdeInfo_DEFAULT *SerDeInfo
var ThriftHiveMetastoreAddSerdeArgs_Serde_DEFAULT *SerDeInfo
var ThriftHiveMetastoreGetSerdeResult_Success_DEFAULT *SerDeInfo

func NewSerDeInfo

func NewSerDeInfo() *SerDeInfo

func (*SerDeInfo) Equals

func (p *SerDeInfo) Equals(other *SerDeInfo) bool

func (*SerDeInfo) GetDescription

func (p *SerDeInfo) GetDescription() string

func (*SerDeInfo) GetDeserializerClass

func (p *SerDeInfo) GetDeserializerClass() string

func (*SerDeInfo) GetName

func (p *SerDeInfo) GetName() string

func (*SerDeInfo) GetParameters

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

func (*SerDeInfo) GetSerdeType

func (p *SerDeInfo) GetSerdeType() SerdeType

func (*SerDeInfo) GetSerializationLib

func (p *SerDeInfo) GetSerializationLib() string

func (*SerDeInfo) GetSerializerClass

func (p *SerDeInfo) GetSerializerClass() string

func (*SerDeInfo) IsSetDescription

func (p *SerDeInfo) IsSetDescription() bool

func (*SerDeInfo) IsSetDeserializerClass

func (p *SerDeInfo) IsSetDeserializerClass() bool

func (*SerDeInfo) IsSetSerdeType

func (p *SerDeInfo) IsSetSerdeType() bool

func (*SerDeInfo) IsSetSerializerClass

func (p *SerDeInfo) IsSetSerializerClass() bool

func (*SerDeInfo) Read

func (p *SerDeInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField1

func (p *SerDeInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField2

func (p *SerDeInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField3

func (p *SerDeInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField4

func (p *SerDeInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField5

func (p *SerDeInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField6

func (p *SerDeInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) ReadField7

func (p *SerDeInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*SerDeInfo) String

func (p *SerDeInfo) String() string

func (*SerDeInfo) Write

func (p *SerDeInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type SerdeType

type SerdeType int64
const (
	SerdeType_HIVE            SerdeType = 1
	SerdeType_SCHEMA_REGISTRY SerdeType = 2
)
var SerDeInfo_SerdeType_DEFAULT SerdeType

func SerdeTypeFromString

func SerdeTypeFromString(s string) (SerdeType, error)

func SerdeTypePtr

func SerdeTypePtr(v SerdeType) *SerdeType

func (SerdeType) MarshalText

func (p SerdeType) MarshalText() ([]byte, error)

func (*SerdeType) Scan

func (p *SerdeType) Scan(value interface{}) error

func (SerdeType) String

func (p SerdeType) String() string

func (*SerdeType) UnmarshalText

func (p *SerdeType) UnmarshalText(text []byte) error

func (*SerdeType) Value

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

type SetPartitionsStatsRequest

type SetPartitionsStatsRequest struct {
	ColStats         []*ColumnStatistics `thrift:"colStats,1,required" db:"colStats" json:"colStats"`
	NeedMerge        *bool               `thrift:"needMerge,2" db:"needMerge" json:"needMerge,omitempty"`
	WriteId          int64               `thrift:"writeId,3" db:"writeId" json:"writeId"`
	ValidWriteIdList *string             `thrift:"validWriteIdList,4" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	Engine           string              `thrift:"engine,5,required" db:"engine" json:"engine"`
}

Attributes:

  • ColStats
  • NeedMerge
  • WriteId
  • ValidWriteIdList
  • Engine
var ThriftHiveMetastoreSetAggrStatsForArgs_Request_DEFAULT *SetPartitionsStatsRequest
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs_Req_DEFAULT *SetPartitionsStatsRequest
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs_Req_DEFAULT *SetPartitionsStatsRequest

func NewSetPartitionsStatsRequest

func NewSetPartitionsStatsRequest() *SetPartitionsStatsRequest

func (*SetPartitionsStatsRequest) Equals

func (*SetPartitionsStatsRequest) GetColStats

func (p *SetPartitionsStatsRequest) GetColStats() []*ColumnStatistics

func (*SetPartitionsStatsRequest) GetEngine

func (p *SetPartitionsStatsRequest) GetEngine() string

func (*SetPartitionsStatsRequest) GetNeedMerge

func (p *SetPartitionsStatsRequest) GetNeedMerge() bool

func (*SetPartitionsStatsRequest) GetValidWriteIdList

func (p *SetPartitionsStatsRequest) GetValidWriteIdList() string

func (*SetPartitionsStatsRequest) GetWriteId

func (p *SetPartitionsStatsRequest) GetWriteId() int64

func (*SetPartitionsStatsRequest) IsSetNeedMerge

func (p *SetPartitionsStatsRequest) IsSetNeedMerge() bool

func (*SetPartitionsStatsRequest) IsSetValidWriteIdList

func (p *SetPartitionsStatsRequest) IsSetValidWriteIdList() bool

func (*SetPartitionsStatsRequest) IsSetWriteId

func (p *SetPartitionsStatsRequest) IsSetWriteId() bool

func (*SetPartitionsStatsRequest) Read

func (*SetPartitionsStatsRequest) ReadField1

func (p *SetPartitionsStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsRequest) ReadField2

func (p *SetPartitionsStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsRequest) ReadField3

func (p *SetPartitionsStatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsRequest) ReadField4

func (p *SetPartitionsStatsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsRequest) ReadField5

func (p *SetPartitionsStatsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsRequest) String

func (p *SetPartitionsStatsRequest) String() string

func (*SetPartitionsStatsRequest) Write

type SetPartitionsStatsResponse

type SetPartitionsStatsResponse struct {
	Result_ bool `thrift:"result,1,required" db:"result" json:"result"`
}

Attributes:

  • Result_
var ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult_Success_DEFAULT *SetPartitionsStatsResponse
var ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult_Success_DEFAULT *SetPartitionsStatsResponse

func NewSetPartitionsStatsResponse

func NewSetPartitionsStatsResponse() *SetPartitionsStatsResponse

func (*SetPartitionsStatsResponse) Equals

func (*SetPartitionsStatsResponse) GetResult_

func (p *SetPartitionsStatsResponse) GetResult_() bool

func (*SetPartitionsStatsResponse) Read

func (*SetPartitionsStatsResponse) ReadField1

func (p *SetPartitionsStatsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SetPartitionsStatsResponse) String

func (p *SetPartitionsStatsResponse) String() string

func (*SetPartitionsStatsResponse) Write

type SetSchemaVersionStateRequest

type SetSchemaVersionStateRequest struct {
	SchemaVersion *SchemaVersionDescriptor `thrift:"schemaVersion,1" db:"schemaVersion" json:"schemaVersion"`
	State         SchemaVersionState       `thrift:"state,2" db:"state" json:"state"`
}

Attributes:

  • SchemaVersion
  • State
var ThriftHiveMetastoreSetSchemaVersionStateArgs_Rqst_DEFAULT *SetSchemaVersionStateRequest

func NewSetSchemaVersionStateRequest

func NewSetSchemaVersionStateRequest() *SetSchemaVersionStateRequest

func (*SetSchemaVersionStateRequest) Equals

func (*SetSchemaVersionStateRequest) GetSchemaVersion

func (*SetSchemaVersionStateRequest) GetState

func (*SetSchemaVersionStateRequest) IsSetSchemaVersion

func (p *SetSchemaVersionStateRequest) IsSetSchemaVersion() bool

func (*SetSchemaVersionStateRequest) Read

func (*SetSchemaVersionStateRequest) ReadField1

func (*SetSchemaVersionStateRequest) ReadField2

func (*SetSchemaVersionStateRequest) String

func (*SetSchemaVersionStateRequest) Write

type ShowCompactRequest

type ShowCompactRequest struct {
}
var ThriftHiveMetastoreShowCompactArgs_Rqst_DEFAULT *ShowCompactRequest

func NewShowCompactRequest

func NewShowCompactRequest() *ShowCompactRequest

func (*ShowCompactRequest) Equals

func (p *ShowCompactRequest) Equals(other *ShowCompactRequest) bool

func (*ShowCompactRequest) Read

func (*ShowCompactRequest) String

func (p *ShowCompactRequest) String() string

func (*ShowCompactRequest) Write

func (p *ShowCompactRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type ShowCompactResponse

type ShowCompactResponse struct {
	Compacts []*ShowCompactResponseElement `thrift:"compacts,1,required" db:"compacts" json:"compacts"`
}

Attributes:

  • Compacts
var ThriftHiveMetastoreShowCompactResult_Success_DEFAULT *ShowCompactResponse

func NewShowCompactResponse

func NewShowCompactResponse() *ShowCompactResponse

func (*ShowCompactResponse) Equals

func (p *ShowCompactResponse) Equals(other *ShowCompactResponse) bool

func (*ShowCompactResponse) GetCompacts

func (p *ShowCompactResponse) GetCompacts() []*ShowCompactResponseElement

func (*ShowCompactResponse) Read

func (*ShowCompactResponse) ReadField1

func (p *ShowCompactResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponse) String

func (p *ShowCompactResponse) String() string

func (*ShowCompactResponse) Write

type ShowCompactResponseElement

type ShowCompactResponseElement struct {
	Dbname           string         `thrift:"dbname,1,required" db:"dbname" json:"dbname"`
	Tablename        string         `thrift:"tablename,2,required" db:"tablename" json:"tablename"`
	Partitionname    *string        `thrift:"partitionname,3" db:"partitionname" json:"partitionname,omitempty"`
	Type             CompactionType `thrift:"type,4,required" db:"type" json:"type"`
	State            string         `thrift:"state,5,required" db:"state" json:"state"`
	Workerid         *string        `thrift:"workerid,6" db:"workerid" json:"workerid,omitempty"`
	Start            *int64         `thrift:"start,7" db:"start" json:"start,omitempty"`
	RunAs            *string        `thrift:"runAs,8" db:"runAs" json:"runAs,omitempty"`
	HightestTxnId    *int64         `thrift:"hightestTxnId,9" db:"hightestTxnId" json:"hightestTxnId,omitempty"`
	MetaInfo         *string        `thrift:"metaInfo,10" db:"metaInfo" json:"metaInfo,omitempty"`
	EndTime          *int64         `thrift:"endTime,11" db:"endTime" json:"endTime,omitempty"`
	HadoopJobId      string         `thrift:"hadoopJobId,12" db:"hadoopJobId" json:"hadoopJobId"`
	ID               *int64         `thrift:"id,13" db:"id" json:"id,omitempty"`
	ErrorMessage     *string        `thrift:"errorMessage,14" db:"errorMessage" json:"errorMessage,omitempty"`
	EnqueueTime      *int64         `thrift:"enqueueTime,15" db:"enqueueTime" json:"enqueueTime,omitempty"`
	WorkerVersion    *string        `thrift:"workerVersion,16" db:"workerVersion" json:"workerVersion,omitempty"`
	InitiatorId      *string        `thrift:"initiatorId,17" db:"initiatorId" json:"initiatorId,omitempty"`
	InitiatorVersion *string        `thrift:"initiatorVersion,18" db:"initiatorVersion" json:"initiatorVersion,omitempty"`
}

Attributes:

  • Dbname
  • Tablename
  • Partitionname
  • Type
  • State
  • Workerid
  • Start
  • RunAs
  • HightestTxnId
  • MetaInfo
  • EndTime
  • HadoopJobId
  • ID
  • ErrorMessage
  • EnqueueTime
  • WorkerVersion
  • InitiatorId
  • InitiatorVersion

func NewShowCompactResponseElement

func NewShowCompactResponseElement() *ShowCompactResponseElement

func (*ShowCompactResponseElement) Equals

func (*ShowCompactResponseElement) GetDbname

func (p *ShowCompactResponseElement) GetDbname() string

func (*ShowCompactResponseElement) GetEndTime

func (p *ShowCompactResponseElement) GetEndTime() int64

func (*ShowCompactResponseElement) GetEnqueueTime

func (p *ShowCompactResponseElement) GetEnqueueTime() int64

func (*ShowCompactResponseElement) GetErrorMessage

func (p *ShowCompactResponseElement) GetErrorMessage() string

func (*ShowCompactResponseElement) GetHadoopJobId

func (p *ShowCompactResponseElement) GetHadoopJobId() string

func (*ShowCompactResponseElement) GetHightestTxnId

func (p *ShowCompactResponseElement) GetHightestTxnId() int64

func (*ShowCompactResponseElement) GetID

func (p *ShowCompactResponseElement) GetID() int64

func (*ShowCompactResponseElement) GetInitiatorId

func (p *ShowCompactResponseElement) GetInitiatorId() string

func (*ShowCompactResponseElement) GetInitiatorVersion

func (p *ShowCompactResponseElement) GetInitiatorVersion() string

func (*ShowCompactResponseElement) GetMetaInfo

func (p *ShowCompactResponseElement) GetMetaInfo() string

func (*ShowCompactResponseElement) GetPartitionname

func (p *ShowCompactResponseElement) GetPartitionname() string

func (*ShowCompactResponseElement) GetRunAs

func (p *ShowCompactResponseElement) GetRunAs() string

func (*ShowCompactResponseElement) GetStart

func (p *ShowCompactResponseElement) GetStart() int64

func (*ShowCompactResponseElement) GetState

func (p *ShowCompactResponseElement) GetState() string

func (*ShowCompactResponseElement) GetTablename

func (p *ShowCompactResponseElement) GetTablename() string

func (*ShowCompactResponseElement) GetType

func (*ShowCompactResponseElement) GetWorkerVersion

func (p *ShowCompactResponseElement) GetWorkerVersion() string

func (*ShowCompactResponseElement) GetWorkerid

func (p *ShowCompactResponseElement) GetWorkerid() string

func (*ShowCompactResponseElement) IsSetEndTime

func (p *ShowCompactResponseElement) IsSetEndTime() bool

func (*ShowCompactResponseElement) IsSetEnqueueTime

func (p *ShowCompactResponseElement) IsSetEnqueueTime() bool

func (*ShowCompactResponseElement) IsSetErrorMessage

func (p *ShowCompactResponseElement) IsSetErrorMessage() bool

func (*ShowCompactResponseElement) IsSetHadoopJobId

func (p *ShowCompactResponseElement) IsSetHadoopJobId() bool

func (*ShowCompactResponseElement) IsSetHightestTxnId

func (p *ShowCompactResponseElement) IsSetHightestTxnId() bool

func (*ShowCompactResponseElement) IsSetID

func (p *ShowCompactResponseElement) IsSetID() bool

func (*ShowCompactResponseElement) IsSetInitiatorId

func (p *ShowCompactResponseElement) IsSetInitiatorId() bool

func (*ShowCompactResponseElement) IsSetInitiatorVersion

func (p *ShowCompactResponseElement) IsSetInitiatorVersion() bool

func (*ShowCompactResponseElement) IsSetMetaInfo

func (p *ShowCompactResponseElement) IsSetMetaInfo() bool

func (*ShowCompactResponseElement) IsSetPartitionname

func (p *ShowCompactResponseElement) IsSetPartitionname() bool

func (*ShowCompactResponseElement) IsSetRunAs

func (p *ShowCompactResponseElement) IsSetRunAs() bool

func (*ShowCompactResponseElement) IsSetStart

func (p *ShowCompactResponseElement) IsSetStart() bool

func (*ShowCompactResponseElement) IsSetWorkerVersion

func (p *ShowCompactResponseElement) IsSetWorkerVersion() bool

func (*ShowCompactResponseElement) IsSetWorkerid

func (p *ShowCompactResponseElement) IsSetWorkerid() bool

func (*ShowCompactResponseElement) Read

func (*ShowCompactResponseElement) ReadField1

func (p *ShowCompactResponseElement) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField10

func (p *ShowCompactResponseElement) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField11

func (p *ShowCompactResponseElement) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField12

func (p *ShowCompactResponseElement) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField13

func (p *ShowCompactResponseElement) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField14

func (p *ShowCompactResponseElement) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField15

func (p *ShowCompactResponseElement) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField16

func (p *ShowCompactResponseElement) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField17

func (p *ShowCompactResponseElement) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField18

func (p *ShowCompactResponseElement) ReadField18(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField2

func (p *ShowCompactResponseElement) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField3

func (p *ShowCompactResponseElement) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField4

func (p *ShowCompactResponseElement) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField5

func (p *ShowCompactResponseElement) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField6

func (p *ShowCompactResponseElement) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField7

func (p *ShowCompactResponseElement) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField8

func (p *ShowCompactResponseElement) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) ReadField9

func (p *ShowCompactResponseElement) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowCompactResponseElement) String

func (p *ShowCompactResponseElement) String() string

func (*ShowCompactResponseElement) Write

type ShowLocksRequest

type ShowLocksRequest struct {
	Dbname     *string `thrift:"dbname,1" db:"dbname" json:"dbname,omitempty"`
	Tablename  *string `thrift:"tablename,2" db:"tablename" json:"tablename,omitempty"`
	Partname   *string `thrift:"partname,3" db:"partname" json:"partname,omitempty"`
	IsExtended bool    `thrift:"isExtended,4" db:"isExtended" json:"isExtended"`
	Txnid      *int64  `thrift:"txnid,5" db:"txnid" json:"txnid,omitempty"`
}

Attributes:

  • Dbname
  • Tablename
  • Partname
  • IsExtended
  • Txnid
var ThriftHiveMetastoreShowLocksArgs_Rqst_DEFAULT *ShowLocksRequest

func NewShowLocksRequest

func NewShowLocksRequest() *ShowLocksRequest

func (*ShowLocksRequest) Equals

func (p *ShowLocksRequest) Equals(other *ShowLocksRequest) bool

func (*ShowLocksRequest) GetDbname

func (p *ShowLocksRequest) GetDbname() string

func (*ShowLocksRequest) GetIsExtended

func (p *ShowLocksRequest) GetIsExtended() bool

func (*ShowLocksRequest) GetPartname

func (p *ShowLocksRequest) GetPartname() string

func (*ShowLocksRequest) GetTablename

func (p *ShowLocksRequest) GetTablename() string

func (*ShowLocksRequest) GetTxnid

func (p *ShowLocksRequest) GetTxnid() int64

func (*ShowLocksRequest) IsSetDbname

func (p *ShowLocksRequest) IsSetDbname() bool

func (*ShowLocksRequest) IsSetIsExtended

func (p *ShowLocksRequest) IsSetIsExtended() bool

func (*ShowLocksRequest) IsSetPartname

func (p *ShowLocksRequest) IsSetPartname() bool

func (*ShowLocksRequest) IsSetTablename

func (p *ShowLocksRequest) IsSetTablename() bool

func (*ShowLocksRequest) IsSetTxnid

func (p *ShowLocksRequest) IsSetTxnid() bool

func (*ShowLocksRequest) Read

func (p *ShowLocksRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) ReadField1

func (p *ShowLocksRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) ReadField2

func (p *ShowLocksRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) ReadField3

func (p *ShowLocksRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) ReadField4

func (p *ShowLocksRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) ReadField5

func (p *ShowLocksRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksRequest) String

func (p *ShowLocksRequest) String() string

func (*ShowLocksRequest) Write

func (p *ShowLocksRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type ShowLocksResponse

type ShowLocksResponse struct {
	Locks []*ShowLocksResponseElement `thrift:"locks,1" db:"locks" json:"locks"`
}

Attributes:

  • Locks
var ThriftHiveMetastoreShowLocksResult_Success_DEFAULT *ShowLocksResponse

func NewShowLocksResponse

func NewShowLocksResponse() *ShowLocksResponse

func (*ShowLocksResponse) Equals

func (p *ShowLocksResponse) Equals(other *ShowLocksResponse) bool

func (*ShowLocksResponse) GetLocks

func (*ShowLocksResponse) Read

func (p *ShowLocksResponse) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponse) ReadField1

func (p *ShowLocksResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponse) String

func (p *ShowLocksResponse) String() string

func (*ShowLocksResponse) Write

func (p *ShowLocksResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type ShowLocksResponseElement

type ShowLocksResponseElement struct {
	Lockid         int64     `thrift:"lockid,1,required" db:"lockid" json:"lockid"`
	Dbname         string    `thrift:"dbname,2,required" db:"dbname" json:"dbname"`
	Tablename      *string   `thrift:"tablename,3" db:"tablename" json:"tablename,omitempty"`
	Partname       *string   `thrift:"partname,4" db:"partname" json:"partname,omitempty"`
	State          LockState `thrift:"state,5,required" db:"state" json:"state"`
	Type           LockType  `thrift:"type,6,required" db:"type" json:"type"`
	Txnid          *int64    `thrift:"txnid,7" db:"txnid" json:"txnid,omitempty"`
	Lastheartbeat  int64     `thrift:"lastheartbeat,8,required" db:"lastheartbeat" json:"lastheartbeat"`
	Acquiredat     *int64    `thrift:"acquiredat,9" db:"acquiredat" json:"acquiredat,omitempty"`
	User           string    `thrift:"user,10,required" db:"user" json:"user"`
	Hostname       string    `thrift:"hostname,11,required" db:"hostname" json:"hostname"`
	HeartbeatCount int32     `thrift:"heartbeatCount,12" db:"heartbeatCount" json:"heartbeatCount"`
	AgentInfo      *string   `thrift:"agentInfo,13" db:"agentInfo" json:"agentInfo,omitempty"`
	BlockedByExtId *int64    `thrift:"blockedByExtId,14" db:"blockedByExtId" json:"blockedByExtId,omitempty"`
	BlockedByIntId *int64    `thrift:"blockedByIntId,15" db:"blockedByIntId" json:"blockedByIntId,omitempty"`
	LockIdInternal *int64    `thrift:"lockIdInternal,16" db:"lockIdInternal" json:"lockIdInternal,omitempty"`
}

Attributes:

  • Lockid
  • Dbname
  • Tablename
  • Partname
  • State
  • Type
  • Txnid
  • Lastheartbeat
  • Acquiredat
  • User
  • Hostname
  • HeartbeatCount
  • AgentInfo
  • BlockedByExtId
  • BlockedByIntId
  • LockIdInternal

func NewShowLocksResponseElement

func NewShowLocksResponseElement() *ShowLocksResponseElement

func (*ShowLocksResponseElement) Equals

func (*ShowLocksResponseElement) GetAcquiredat

func (p *ShowLocksResponseElement) GetAcquiredat() int64

func (*ShowLocksResponseElement) GetAgentInfo

func (p *ShowLocksResponseElement) GetAgentInfo() string

func (*ShowLocksResponseElement) GetBlockedByExtId

func (p *ShowLocksResponseElement) GetBlockedByExtId() int64

func (*ShowLocksResponseElement) GetBlockedByIntId

func (p *ShowLocksResponseElement) GetBlockedByIntId() int64

func (*ShowLocksResponseElement) GetDbname

func (p *ShowLocksResponseElement) GetDbname() string

func (*ShowLocksResponseElement) GetHeartbeatCount

func (p *ShowLocksResponseElement) GetHeartbeatCount() int32

func (*ShowLocksResponseElement) GetHostname

func (p *ShowLocksResponseElement) GetHostname() string

func (*ShowLocksResponseElement) GetLastheartbeat

func (p *ShowLocksResponseElement) GetLastheartbeat() int64

func (*ShowLocksResponseElement) GetLockIdInternal

func (p *ShowLocksResponseElement) GetLockIdInternal() int64

func (*ShowLocksResponseElement) GetLockid

func (p *ShowLocksResponseElement) GetLockid() int64

func (*ShowLocksResponseElement) GetPartname

func (p *ShowLocksResponseElement) GetPartname() string

func (*ShowLocksResponseElement) GetState

func (p *ShowLocksResponseElement) GetState() LockState

func (*ShowLocksResponseElement) GetTablename

func (p *ShowLocksResponseElement) GetTablename() string

func (*ShowLocksResponseElement) GetTxnid

func (p *ShowLocksResponseElement) GetTxnid() int64

func (*ShowLocksResponseElement) GetType

func (p *ShowLocksResponseElement) GetType() LockType

func (*ShowLocksResponseElement) GetUser

func (p *ShowLocksResponseElement) GetUser() string

func (*ShowLocksResponseElement) IsSetAcquiredat

func (p *ShowLocksResponseElement) IsSetAcquiredat() bool

func (*ShowLocksResponseElement) IsSetAgentInfo

func (p *ShowLocksResponseElement) IsSetAgentInfo() bool

func (*ShowLocksResponseElement) IsSetBlockedByExtId

func (p *ShowLocksResponseElement) IsSetBlockedByExtId() bool

func (*ShowLocksResponseElement) IsSetBlockedByIntId

func (p *ShowLocksResponseElement) IsSetBlockedByIntId() bool

func (*ShowLocksResponseElement) IsSetHeartbeatCount

func (p *ShowLocksResponseElement) IsSetHeartbeatCount() bool

func (*ShowLocksResponseElement) IsSetLockIdInternal

func (p *ShowLocksResponseElement) IsSetLockIdInternal() bool

func (*ShowLocksResponseElement) IsSetPartname

func (p *ShowLocksResponseElement) IsSetPartname() bool

func (*ShowLocksResponseElement) IsSetTablename

func (p *ShowLocksResponseElement) IsSetTablename() bool

func (*ShowLocksResponseElement) IsSetTxnid

func (p *ShowLocksResponseElement) IsSetTxnid() bool

func (*ShowLocksResponseElement) Read

func (*ShowLocksResponseElement) ReadField1

func (p *ShowLocksResponseElement) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField10

func (p *ShowLocksResponseElement) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField11

func (p *ShowLocksResponseElement) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField12

func (p *ShowLocksResponseElement) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField13

func (p *ShowLocksResponseElement) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField14

func (p *ShowLocksResponseElement) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField15

func (p *ShowLocksResponseElement) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField16

func (p *ShowLocksResponseElement) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField2

func (p *ShowLocksResponseElement) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField3

func (p *ShowLocksResponseElement) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField4

func (p *ShowLocksResponseElement) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField5

func (p *ShowLocksResponseElement) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField6

func (p *ShowLocksResponseElement) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField7

func (p *ShowLocksResponseElement) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField8

func (p *ShowLocksResponseElement) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) ReadField9

func (p *ShowLocksResponseElement) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*ShowLocksResponseElement) String

func (p *ShowLocksResponseElement) String() string

func (*ShowLocksResponseElement) Write

type SkewedInfo

type SkewedInfo struct {
	SkewedColNames  []string   `thrift:"skewedColNames,1" db:"skewedColNames" json:"skewedColNames"`
	SkewedColValues [][]string `thrift:"skewedColValues,2" db:"skewedColValues" json:"skewedColValues"`
}

Attributes:

  • SkewedColNames
  • SkewedColValues
var StorageDescriptor_SkewedInfo_DEFAULT *SkewedInfo

func NewSkewedInfo

func NewSkewedInfo() *SkewedInfo

func (*SkewedInfo) Equals

func (p *SkewedInfo) Equals(other *SkewedInfo) bool

func (*SkewedInfo) GetSkewedColNames

func (p *SkewedInfo) GetSkewedColNames() []string

func (*SkewedInfo) GetSkewedColValues

func (p *SkewedInfo) GetSkewedColValues() [][]string

func (*SkewedInfo) Read

func (p *SkewedInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*SkewedInfo) ReadField1

func (p *SkewedInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*SkewedInfo) ReadField2

func (p *SkewedInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*SkewedInfo) String

func (p *SkewedInfo) String() string

func (*SkewedInfo) Write

func (p *SkewedInfo) Write(ctx context.Context, 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"`
	SkewedInfo             *SkewedInfo       `thrift:"skewedInfo,11" db:"skewedInfo" json:"skewedInfo,omitempty"`
	StoredAsSubDirectories *bool             `thrift:"storedAsSubDirectories,12" db:"storedAsSubDirectories" json:"storedAsSubDirectories,omitempty"`
}

Attributes:

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

func NewStorageDescriptor

func NewStorageDescriptor() *StorageDescriptor

func (*StorageDescriptor) Equals

func (p *StorageDescriptor) Equals(other *StorageDescriptor) bool

func (*StorageDescriptor) GetBucketCols

func (p *StorageDescriptor) GetBucketCols() []string

func (*StorageDescriptor) GetCols

func (p *StorageDescriptor) GetCols() []*FieldSchema

func (*StorageDescriptor) GetCompressed

func (p *StorageDescriptor) GetCompressed() bool

func (*StorageDescriptor) GetInputFormat

func (p *StorageDescriptor) GetInputFormat() string

func (*StorageDescriptor) GetLocation

func (p *StorageDescriptor) GetLocation() string

func (*StorageDescriptor) GetNumBuckets

func (p *StorageDescriptor) GetNumBuckets() int32

func (*StorageDescriptor) GetOutputFormat

func (p *StorageDescriptor) GetOutputFormat() string

func (*StorageDescriptor) GetParameters

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

func (*StorageDescriptor) GetSerdeInfo

func (p *StorageDescriptor) GetSerdeInfo() *SerDeInfo

func (*StorageDescriptor) GetSkewedInfo

func (p *StorageDescriptor) GetSkewedInfo() *SkewedInfo

func (*StorageDescriptor) GetSortCols

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

func (*StorageDescriptor) GetStoredAsSubDirectories

func (p *StorageDescriptor) GetStoredAsSubDirectories() bool

func (*StorageDescriptor) IsSetSerdeInfo

func (p *StorageDescriptor) IsSetSerdeInfo() bool

func (*StorageDescriptor) IsSetSkewedInfo

func (p *StorageDescriptor) IsSetSkewedInfo() bool

func (*StorageDescriptor) IsSetStoredAsSubDirectories

func (p *StorageDescriptor) IsSetStoredAsSubDirectories() bool

func (*StorageDescriptor) Read

func (p *StorageDescriptor) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField1

func (p *StorageDescriptor) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField10

func (p *StorageDescriptor) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField11

func (p *StorageDescriptor) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField12

func (p *StorageDescriptor) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField2

func (p *StorageDescriptor) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField3

func (p *StorageDescriptor) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField4

func (p *StorageDescriptor) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField5

func (p *StorageDescriptor) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField6

func (p *StorageDescriptor) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField7

func (p *StorageDescriptor) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField8

func (p *StorageDescriptor) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) ReadField9

func (p *StorageDescriptor) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*StorageDescriptor) String

func (p *StorageDescriptor) String() string

func (*StorageDescriptor) Write

func (p *StorageDescriptor) Write(ctx context.Context, oprot thrift.TProtocol) error

type StoredProcedure

type StoredProcedure struct {
	Name      string `thrift:"name,1" db:"name" json:"name"`
	DbName    string `thrift:"dbName,2" db:"dbName" json:"dbName"`
	CatName   string `thrift:"catName,3" db:"catName" json:"catName"`
	OwnerName string `thrift:"ownerName,4" db:"ownerName" json:"ownerName"`
	Source    string `thrift:"source,5" db:"source" json:"source"`
}

Attributes:

  • Name
  • DbName
  • CatName
  • OwnerName
  • Source
var ThriftHiveMetastoreCreateStoredProcedureArgs_Proc_DEFAULT *StoredProcedure
var ThriftHiveMetastoreGetStoredProcedureResult_Success_DEFAULT *StoredProcedure

func NewStoredProcedure

func NewStoredProcedure() *StoredProcedure

func (*StoredProcedure) Equals

func (p *StoredProcedure) Equals(other *StoredProcedure) bool

func (*StoredProcedure) GetCatName

func (p *StoredProcedure) GetCatName() string

func (*StoredProcedure) GetDbName

func (p *StoredProcedure) GetDbName() string

func (*StoredProcedure) GetName

func (p *StoredProcedure) GetName() string

func (*StoredProcedure) GetOwnerName

func (p *StoredProcedure) GetOwnerName() string

func (*StoredProcedure) GetSource

func (p *StoredProcedure) GetSource() string

func (*StoredProcedure) Read

func (p *StoredProcedure) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) ReadField1

func (p *StoredProcedure) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) ReadField2

func (p *StoredProcedure) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) ReadField3

func (p *StoredProcedure) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) ReadField4

func (p *StoredProcedure) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) ReadField5

func (p *StoredProcedure) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedure) String

func (p *StoredProcedure) String() string

func (*StoredProcedure) Write

func (p *StoredProcedure) Write(ctx context.Context, oprot thrift.TProtocol) error

type StoredProcedureRequest

type StoredProcedureRequest struct {
	CatName  string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName   string `thrift:"dbName,2,required" db:"dbName" json:"dbName"`
	ProcName string `thrift:"procName,3,required" db:"procName" json:"procName"`
}

Attributes:

  • CatName
  • DbName
  • ProcName
var ThriftHiveMetastoreDropStoredProcedureArgs_Request_DEFAULT *StoredProcedureRequest
var ThriftHiveMetastoreGetStoredProcedureArgs_Request_DEFAULT *StoredProcedureRequest

func NewStoredProcedureRequest

func NewStoredProcedureRequest() *StoredProcedureRequest

func (*StoredProcedureRequest) Equals

func (*StoredProcedureRequest) GetCatName

func (p *StoredProcedureRequest) GetCatName() string

func (*StoredProcedureRequest) GetDbName

func (p *StoredProcedureRequest) GetDbName() string

func (*StoredProcedureRequest) GetProcName

func (p *StoredProcedureRequest) GetProcName() string

func (*StoredProcedureRequest) Read

func (*StoredProcedureRequest) ReadField1

func (p *StoredProcedureRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedureRequest) ReadField2

func (p *StoredProcedureRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedureRequest) ReadField3

func (p *StoredProcedureRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*StoredProcedureRequest) String

func (p *StoredProcedureRequest) String() string

func (*StoredProcedureRequest) Write

type StringColumnStatsData

type StringColumnStatsData struct {
	MaxColLen  int64   `thrift:"maxColLen,1,required" db:"maxColLen" json:"maxColLen"`
	AvgColLen  float64 `thrift:"avgColLen,2,required" db:"avgColLen" json:"avgColLen"`
	NumNulls   int64   `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64   `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte  `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • MaxColLen
  • AvgColLen
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_StringStats_DEFAULT *StringColumnStatsData

func NewStringColumnStatsData

func NewStringColumnStatsData() *StringColumnStatsData

func (*StringColumnStatsData) Equals

func (*StringColumnStatsData) GetAvgColLen

func (p *StringColumnStatsData) GetAvgColLen() float64

func (*StringColumnStatsData) GetBitVectors

func (p *StringColumnStatsData) GetBitVectors() []byte

func (*StringColumnStatsData) GetMaxColLen

func (p *StringColumnStatsData) GetMaxColLen() int64

func (*StringColumnStatsData) GetNumDVs

func (p *StringColumnStatsData) GetNumDVs() int64

func (*StringColumnStatsData) GetNumNulls

func (p *StringColumnStatsData) GetNumNulls() int64

func (*StringColumnStatsData) IsSetBitVectors

func (p *StringColumnStatsData) IsSetBitVectors() bool

func (*StringColumnStatsData) Read

func (*StringColumnStatsData) ReadField1

func (p *StringColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*StringColumnStatsData) ReadField2

func (p *StringColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*StringColumnStatsData) ReadField3

func (p *StringColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*StringColumnStatsData) ReadField4

func (p *StringColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*StringColumnStatsData) ReadField5

func (p *StringColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*StringColumnStatsData) String

func (p *StringColumnStatsData) String() string

func (*StringColumnStatsData) Write

type Table

type Table struct {
	TableName                 string                 `thrift:"tableName,1" db:"tableName" json:"tableName"`
	DbName                    string                 `thrift:"dbName,2" db:"dbName" json:"dbName"`
	Owner                     string                 `thrift:"owner,3" db:"owner" json:"owner"`
	CreateTime                int32                  `thrift:"createTime,4" db:"createTime" json:"createTime"`
	LastAccessTime            int32                  `thrift:"lastAccessTime,5" db:"lastAccessTime" json:"lastAccessTime"`
	Retention                 int32                  `thrift:"retention,6" db:"retention" json:"retention"`
	Sd                        *StorageDescriptor     `thrift:"sd,7" db:"sd" json:"sd"`
	PartitionKeys             []*FieldSchema         `thrift:"partitionKeys,8" db:"partitionKeys" json:"partitionKeys"`
	Parameters                map[string]string      `thrift:"parameters,9" db:"parameters" json:"parameters"`
	ViewOriginalText          string                 `thrift:"viewOriginalText,10" db:"viewOriginalText" json:"viewOriginalText"`
	ViewExpandedText          string                 `thrift:"viewExpandedText,11" db:"viewExpandedText" json:"viewExpandedText"`
	TableType                 string                 `thrift:"tableType,12" db:"tableType" json:"tableType"`
	Privileges                *PrincipalPrivilegeSet `thrift:"privileges,13" db:"privileges" json:"privileges,omitempty"`
	Temporary                 bool                   `thrift:"temporary,14" db:"temporary" json:"temporary"`
	RewriteEnabled            *bool                  `thrift:"rewriteEnabled,15" db:"rewriteEnabled" json:"rewriteEnabled,omitempty"`
	CreationMetadata          *CreationMetadata      `thrift:"creationMetadata,16" db:"creationMetadata" json:"creationMetadata,omitempty"`
	CatName                   *string                `thrift:"catName,17" db:"catName" json:"catName,omitempty"`
	OwnerType                 PrincipalType          `thrift:"ownerType,18" db:"ownerType" json:"ownerType"`
	WriteId                   int64                  `thrift:"writeId,19" db:"writeId" json:"writeId"`
	IsStatsCompliant          *bool                  `thrift:"isStatsCompliant,20" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
	ColStats                  *ColumnStatistics      `thrift:"colStats,21" db:"colStats" json:"colStats,omitempty"`
	AccessType                *int8                  `thrift:"accessType,22" db:"accessType" json:"accessType,omitempty"`
	RequiredReadCapabilities  []string               `thrift:"requiredReadCapabilities,23" db:"requiredReadCapabilities" json:"requiredReadCapabilities,omitempty"`
	RequiredWriteCapabilities []string               `thrift:"requiredWriteCapabilities,24" db:"requiredWriteCapabilities" json:"requiredWriteCapabilities,omitempty"`
	ID                        *int64                 `thrift:"id,25" db:"id" json:"id,omitempty"`
}

Attributes:

  • TableName
  • DbName
  • Owner
  • CreateTime
  • LastAccessTime
  • Retention
  • Sd
  • PartitionKeys
  • Parameters
  • ViewOriginalText
  • ViewExpandedText
  • TableType
  • Privileges
  • Temporary
  • RewriteEnabled
  • CreationMetadata
  • CatName
  • OwnerType
  • WriteId
  • IsStatsCompliant
  • ColStats
  • AccessType
  • RequiredReadCapabilities
  • RequiredWriteCapabilities
  • ID
var AlterTableRequest_Table_DEFAULT *Table
var CreateTableRequest_Table_DEFAULT *Table
var GetTableResult__Table_DEFAULT *Table
var ThriftHiveMetastoreAlterTableArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreAlterTableWithCascadeArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs_NewTbl__DEFAULT *Table
var ThriftHiveMetastoreCreateTableArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreCreateTableWithConstraintsArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs_Tbl_DEFAULT *Table
var ThriftHiveMetastoreGetTableResult_Success_DEFAULT *Table

func NewTable

func NewTable() *Table

func (*Table) Equals

func (p *Table) Equals(other *Table) bool

func (*Table) GetAccessType

func (p *Table) GetAccessType() int8

func (*Table) GetCatName

func (p *Table) GetCatName() string

func (*Table) GetColStats

func (p *Table) GetColStats() *ColumnStatistics

func (*Table) GetCreateTime

func (p *Table) GetCreateTime() int32

func (*Table) GetCreationMetadata

func (p *Table) GetCreationMetadata() *CreationMetadata

func (*Table) GetDbName

func (p *Table) GetDbName() string

func (*Table) GetID

func (p *Table) GetID() int64

func (*Table) GetIsStatsCompliant

func (p *Table) GetIsStatsCompliant() bool

func (*Table) GetLastAccessTime

func (p *Table) GetLastAccessTime() int32

func (*Table) GetOwner

func (p *Table) GetOwner() string

func (*Table) GetOwnerType

func (p *Table) GetOwnerType() PrincipalType

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

func (p *Table) GetRequiredReadCapabilities() []string

func (*Table) GetRequiredWriteCapabilities

func (p *Table) GetRequiredWriteCapabilities() []string

func (*Table) GetRetention

func (p *Table) GetRetention() int32

func (*Table) GetRewriteEnabled

func (p *Table) GetRewriteEnabled() bool

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

func (p *Table) GetTemporary() bool

func (*Table) GetViewExpandedText

func (p *Table) GetViewExpandedText() string

func (*Table) GetViewOriginalText

func (p *Table) GetViewOriginalText() string

func (*Table) GetWriteId

func (p *Table) GetWriteId() int64

func (*Table) IsSetAccessType

func (p *Table) IsSetAccessType() bool

func (*Table) IsSetCatName

func (p *Table) IsSetCatName() bool

func (*Table) IsSetColStats

func (p *Table) IsSetColStats() bool

func (*Table) IsSetCreationMetadata

func (p *Table) IsSetCreationMetadata() bool

func (*Table) IsSetID

func (p *Table) IsSetID() bool

func (*Table) IsSetIsStatsCompliant

func (p *Table) IsSetIsStatsCompliant() bool

func (*Table) IsSetOwnerType

func (p *Table) IsSetOwnerType() bool

func (*Table) IsSetPrivileges

func (p *Table) IsSetPrivileges() bool

func (*Table) IsSetRequiredReadCapabilities

func (p *Table) IsSetRequiredReadCapabilities() bool

func (*Table) IsSetRequiredWriteCapabilities

func (p *Table) IsSetRequiredWriteCapabilities() bool

func (*Table) IsSetRewriteEnabled

func (p *Table) IsSetRewriteEnabled() bool

func (*Table) IsSetSd

func (p *Table) IsSetSd() bool

func (*Table) IsSetTemporary

func (p *Table) IsSetTemporary() bool

func (*Table) IsSetWriteId

func (p *Table) IsSetWriteId() bool

func (*Table) Read

func (p *Table) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField1

func (p *Table) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField10

func (p *Table) ReadField10(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField11

func (p *Table) ReadField11(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField12

func (p *Table) ReadField12(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField13

func (p *Table) ReadField13(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField14

func (p *Table) ReadField14(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField15

func (p *Table) ReadField15(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField16

func (p *Table) ReadField16(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField17

func (p *Table) ReadField17(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField18

func (p *Table) ReadField18(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField19

func (p *Table) ReadField19(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField2

func (p *Table) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField20

func (p *Table) ReadField20(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField21

func (p *Table) ReadField21(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField22

func (p *Table) ReadField22(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField23

func (p *Table) ReadField23(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField24

func (p *Table) ReadField24(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField25

func (p *Table) ReadField25(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField3

func (p *Table) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField4

func (p *Table) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField5

func (p *Table) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField6

func (p *Table) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField7

func (p *Table) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField8

func (p *Table) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) ReadField9

func (p *Table) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*Table) String

func (p *Table) String() string

func (*Table) Write

func (p *Table) Write(ctx context.Context, oprot thrift.TProtocol) error

type TableMeta

type TableMeta struct {
	DbName    string  `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TableName string  `thrift:"tableName,2,required" db:"tableName" json:"tableName"`
	TableType string  `thrift:"tableType,3,required" db:"tableType" json:"tableType"`
	Comments  *string `thrift:"comments,4" db:"comments" json:"comments,omitempty"`
	CatName   *string `thrift:"catName,5" db:"catName" json:"catName,omitempty"`
}

Attributes:

  • DbName
  • TableName
  • TableType
  • Comments
  • CatName

func NewTableMeta

func NewTableMeta() *TableMeta

func (*TableMeta) Equals

func (p *TableMeta) Equals(other *TableMeta) bool

func (*TableMeta) GetCatName

func (p *TableMeta) GetCatName() string

func (*TableMeta) GetComments

func (p *TableMeta) GetComments() string

func (*TableMeta) GetDbName

func (p *TableMeta) GetDbName() string

func (*TableMeta) GetTableName

func (p *TableMeta) GetTableName() string

func (*TableMeta) GetTableType

func (p *TableMeta) GetTableType() string

func (*TableMeta) IsSetCatName

func (p *TableMeta) IsSetCatName() bool

func (*TableMeta) IsSetComments

func (p *TableMeta) IsSetComments() bool

func (*TableMeta) Read

func (p *TableMeta) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) ReadField1

func (p *TableMeta) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) ReadField2

func (p *TableMeta) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) ReadField3

func (p *TableMeta) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) ReadField4

func (p *TableMeta) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) ReadField5

func (p *TableMeta) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TableMeta) String

func (p *TableMeta) String() string

func (*TableMeta) Write

func (p *TableMeta) Write(ctx context.Context, oprot thrift.TProtocol) error

type TableStatsRequest

type TableStatsRequest struct {
	DbName           string   `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TblName          string   `thrift:"tblName,2,required" db:"tblName" json:"tblName"`
	ColNames         []string `thrift:"colNames,3,required" db:"colNames" json:"colNames"`
	CatName          *string  `thrift:"catName,4" db:"catName" json:"catName,omitempty"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
	Engine           string   `thrift:"engine,6,required" db:"engine" json:"engine"`
	ID               int64    `thrift:"id,7" db:"id" json:"id"`
}

Attributes:

  • DbName
  • TblName
  • ColNames
  • CatName
  • ValidWriteIdList
  • Engine
  • ID
var ThriftHiveMetastoreGetTableStatisticsReqArgs_Request_DEFAULT *TableStatsRequest

func NewTableStatsRequest

func NewTableStatsRequest() *TableStatsRequest

func (*TableStatsRequest) Equals

func (p *TableStatsRequest) Equals(other *TableStatsRequest) bool

func (*TableStatsRequest) GetCatName

func (p *TableStatsRequest) GetCatName() string

func (*TableStatsRequest) GetColNames

func (p *TableStatsRequest) GetColNames() []string

func (*TableStatsRequest) GetDbName

func (p *TableStatsRequest) GetDbName() string

func (*TableStatsRequest) GetEngine

func (p *TableStatsRequest) GetEngine() string

func (*TableStatsRequest) GetID

func (p *TableStatsRequest) GetID() int64

func (*TableStatsRequest) GetTblName

func (p *TableStatsRequest) GetTblName() string

func (*TableStatsRequest) GetValidWriteIdList

func (p *TableStatsRequest) GetValidWriteIdList() string

func (*TableStatsRequest) IsSetCatName

func (p *TableStatsRequest) IsSetCatName() bool

func (*TableStatsRequest) IsSetID

func (p *TableStatsRequest) IsSetID() bool

func (*TableStatsRequest) IsSetValidWriteIdList

func (p *TableStatsRequest) IsSetValidWriteIdList() bool

func (*TableStatsRequest) Read

func (p *TableStatsRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField1

func (p *TableStatsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField2

func (p *TableStatsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField3

func (p *TableStatsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField4

func (p *TableStatsRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField5

func (p *TableStatsRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField6

func (p *TableStatsRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) ReadField7

func (p *TableStatsRequest) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsRequest) String

func (p *TableStatsRequest) String() string

func (*TableStatsRequest) Write

func (p *TableStatsRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type TableStatsResult_

type TableStatsResult_ struct {
	TableStats       []*ColumnStatisticsObj `thrift:"tableStats,1,required" db:"tableStats" json:"tableStats"`
	IsStatsCompliant *bool                  `thrift:"isStatsCompliant,2" db:"isStatsCompliant" json:"isStatsCompliant,omitempty"`
}

Attributes:

  • TableStats
  • IsStatsCompliant
var ThriftHiveMetastoreGetTableStatisticsReqResult_Success_DEFAULT *TableStatsResult_

func NewTableStatsResult_

func NewTableStatsResult_() *TableStatsResult_

func (*TableStatsResult_) Equals

func (p *TableStatsResult_) Equals(other *TableStatsResult_) bool

func (*TableStatsResult_) GetIsStatsCompliant

func (p *TableStatsResult_) GetIsStatsCompliant() bool

func (*TableStatsResult_) GetTableStats

func (p *TableStatsResult_) GetTableStats() []*ColumnStatisticsObj

func (*TableStatsResult_) IsSetIsStatsCompliant

func (p *TableStatsResult_) IsSetIsStatsCompliant() bool

func (*TableStatsResult_) Read

func (p *TableStatsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsResult_) ReadField1

func (p *TableStatsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsResult_) ReadField2

func (p *TableStatsResult_) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TableStatsResult_) String

func (p *TableStatsResult_) String() string

func (*TableStatsResult_) Write

func (p *TableStatsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error

type TableValidWriteIds

type TableValidWriteIds struct {
	FullTableName        string  `thrift:"fullTableName,1,required" db:"fullTableName" json:"fullTableName"`
	WriteIdHighWaterMark int64   `thrift:"writeIdHighWaterMark,2,required" db:"writeIdHighWaterMark" json:"writeIdHighWaterMark"`
	InvalidWriteIds      []int64 `thrift:"invalidWriteIds,3,required" db:"invalidWriteIds" json:"invalidWriteIds"`
	MinOpenWriteId       *int64  `thrift:"minOpenWriteId,4" db:"minOpenWriteId" json:"minOpenWriteId,omitempty"`
	AbortedBits          []byte  `thrift:"abortedBits,5,required" db:"abortedBits" json:"abortedBits"`
}

Attributes:

  • FullTableName
  • WriteIdHighWaterMark
  • InvalidWriteIds
  • MinOpenWriteId
  • AbortedBits

func NewTableValidWriteIds

func NewTableValidWriteIds() *TableValidWriteIds

func (*TableValidWriteIds) Equals

func (p *TableValidWriteIds) Equals(other *TableValidWriteIds) bool

func (*TableValidWriteIds) GetAbortedBits

func (p *TableValidWriteIds) GetAbortedBits() []byte

func (*TableValidWriteIds) GetFullTableName

func (p *TableValidWriteIds) GetFullTableName() string

func (*TableValidWriteIds) GetInvalidWriteIds

func (p *TableValidWriteIds) GetInvalidWriteIds() []int64

func (*TableValidWriteIds) GetMinOpenWriteId

func (p *TableValidWriteIds) GetMinOpenWriteId() int64

func (*TableValidWriteIds) GetWriteIdHighWaterMark

func (p *TableValidWriteIds) GetWriteIdHighWaterMark() int64

func (*TableValidWriteIds) IsSetMinOpenWriteId

func (p *TableValidWriteIds) IsSetMinOpenWriteId() bool

func (*TableValidWriteIds) Read

func (*TableValidWriteIds) ReadField1

func (p *TableValidWriteIds) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TableValidWriteIds) ReadField2

func (p *TableValidWriteIds) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TableValidWriteIds) ReadField3

func (p *TableValidWriteIds) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TableValidWriteIds) ReadField4

func (p *TableValidWriteIds) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TableValidWriteIds) ReadField5

func (p *TableValidWriteIds) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TableValidWriteIds) String

func (p *TableValidWriteIds) String() string

func (*TableValidWriteIds) Write

func (p *TableValidWriteIds) Write(ctx context.Context, oprot thrift.TProtocol) error

type ThriftHiveMetastore

type ThriftHiveMetastore interface {
	fb303.FacebookService

	// Parameters:
	//  - Key
	GetMetaConf(ctx context.Context, key string) (r string, err error)
	// Parameters:
	//  - Key
	//  - Value
	SetMetaConf(ctx context.Context, key string, value string) (err error)
	// Parameters:
	//  - Catalog
	CreateCatalog(ctx context.Context, catalog *CreateCatalogRequest) (err error)
	// Parameters:
	//  - Rqst
	AlterCatalog(ctx context.Context, rqst *AlterCatalogRequest) (err error)
	// Parameters:
	//  - CatName
	GetCatalog(ctx context.Context, catName *GetCatalogRequest) (r *GetCatalogResponse, err error)
	GetCatalogs(ctx context.Context) (r *GetCatalogsResponse, err error)
	// Parameters:
	//  - CatName
	DropCatalog(ctx context.Context, catName *DropCatalogRequest) (err error)
	// Parameters:
	//  - Database
	CreateDatabase(ctx context.Context, database *Database) (err error)
	// Parameters:
	//  - Name
	GetDatabase(ctx context.Context, name string) (r *Database, err error)
	// Parameters:
	//  - Request
	GetDatabaseReq(ctx context.Context, request *GetDatabaseRequest) (r *Database, err error)
	// Parameters:
	//  - Name
	//  - DeleteData
	//  - Cascade
	DropDatabase(ctx context.Context, name string, deleteData bool, cascade bool) (err error)
	// Parameters:
	//  - Pattern
	GetDatabases(ctx context.Context, pattern string) (r []string, err error)
	GetAllDatabases(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Dbname
	//  - Db
	AlterDatabase(ctx context.Context, dbname string, db *Database) (err error)
	// Parameters:
	//  - Connector
	CreateDataconnector(ctx context.Context, connector *DataConnector) (err error)
	// Parameters:
	//  - Request
	GetDataconnectorReq(ctx context.Context, request *GetDataConnectorRequest) (r *DataConnector, err error)
	// Parameters:
	//  - Name
	//  - IfNotExists
	//  - CheckReferences
	DropDataconnector(ctx context.Context, name string, ifNotExists bool, checkReferences bool) (err error)
	GetDataconnectors(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Name
	//  - Connector
	AlterDataconnector(ctx context.Context, name string, connector *DataConnector) (err error)
	// Parameters:
	//  - Name
	GetType(ctx context.Context, name string) (r *Type, err error)
	// Parameters:
	//  - Type
	CreateType(ctx context.Context, type_a1 *Type) (r bool, err error)
	// Parameters:
	//  - Type
	DropType(ctx context.Context, type_a1 string) (r bool, err error)
	// Parameters:
	//  - Name
	GetTypeAll(ctx context.Context, name string) (r map[string]*Type, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	GetFields(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	//  - EnvironmentContext
	GetFieldsWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (r []*FieldSchema, err error)
	// Parameters:
	//  - Req
	GetFieldsReq(ctx context.Context, req *GetFieldsRequest) (r *GetFieldsResponse, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	GetSchema(ctx context.Context, db_name string, table_name string) (r []*FieldSchema, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	//  - EnvironmentContext
	GetSchemaWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (r []*FieldSchema, err error)
	// Parameters:
	//  - Req
	GetSchemaReq(ctx context.Context, req *GetSchemaRequest) (r *GetSchemaResponse, err error)
	// Parameters:
	//  - Tbl
	CreateTable(ctx context.Context, tbl *Table) (err error)
	// Parameters:
	//  - Tbl
	//  - EnvironmentContext
	CreateTableWithEnvironmentContext(ctx context.Context, tbl *Table, environment_context *EnvironmentContext) (err error)
	// Parameters:
	//  - Tbl
	//  - PrimaryKeys
	//  - ForeignKeys
	//  - UniqueConstraints
	//  - NotNullConstraints
	//  - DefaultConstraints
	//  - CheckConstraints
	CreateTableWithConstraints(ctx context.Context, tbl *Table, primaryKeys []*SQLPrimaryKey, foreignKeys []*SQLForeignKey, uniqueConstraints []*SQLUniqueConstraint, notNullConstraints []*SQLNotNullConstraint, defaultConstraints []*SQLDefaultConstraint, checkConstraints []*SQLCheckConstraint) (err error)
	// Parameters:
	//  - Request
	CreateTableReq(ctx context.Context, request *CreateTableRequest) (err error)
	// Parameters:
	//  - Req
	DropConstraint(ctx context.Context, req *DropConstraintRequest) (err error)
	// Parameters:
	//  - Req
	AddPrimaryKey(ctx context.Context, req *AddPrimaryKeyRequest) (err error)
	// Parameters:
	//  - Req
	AddForeignKey(ctx context.Context, req *AddForeignKeyRequest) (err error)
	// Parameters:
	//  - Req
	AddUniqueConstraint(ctx context.Context, req *AddUniqueConstraintRequest) (err error)
	// Parameters:
	//  - Req
	AddNotNullConstraint(ctx context.Context, req *AddNotNullConstraintRequest) (err error)
	// Parameters:
	//  - Req
	AddDefaultConstraint(ctx context.Context, req *AddDefaultConstraintRequest) (err error)
	// Parameters:
	//  - Req
	AddCheckConstraint(ctx context.Context, req *AddCheckConstraintRequest) (err error)
	// Parameters:
	//  - Dbname
	//  - Name
	//  - DeleteData
	DropTable(ctx context.Context, dbname string, name string, deleteData bool) (err error)
	// Parameters:
	//  - Dbname
	//  - Name
	//  - DeleteData
	//  - EnvironmentContext
	DropTableWithEnvironmentContext(ctx context.Context, dbname string, name string, deleteData bool, environment_context *EnvironmentContext) (err error)
	// Parameters:
	//  - DbName
	//  - TableName
	//  - PartNames
	TruncateTable(ctx context.Context, dbName string, tableName string, partNames []string) (err error)
	// Parameters:
	//  - Req
	TruncateTableReq(ctx context.Context, req *TruncateTableRequest) (r *TruncateTableResponse, err error)
	// Parameters:
	//  - DbName
	//  - Pattern
	GetTables(ctx context.Context, db_name string, pattern string) (r []string, err error)
	// Parameters:
	//  - DbName
	//  - Pattern
	//  - TableType
	GetTablesByType(ctx context.Context, db_name string, pattern string, tableType string) (r []string, err error)
	GetAllMaterializedViewObjectsForRewriting(ctx context.Context) (r []*Table, err error)
	// Parameters:
	//  - DbName
	GetMaterializedViewsForRewriting(ctx context.Context, db_name string) (r []string, err error)
	// Parameters:
	//  - DbPatterns
	//  - TblPatterns
	//  - TblTypes
	GetTableMeta(ctx context.Context, db_patterns string, tbl_patterns string, tbl_types []string) (r []*TableMeta, err error)
	// Parameters:
	//  - DbName
	GetAllTables(ctx context.Context, db_name string) (r []string, err error)
	// Parameters:
	//  - Dbname
	//  - TblName
	GetTable(ctx context.Context, dbname string, tbl_name string) (r *Table, err error)
	// Parameters:
	//  - Dbname
	//  - TblNames
	GetTableObjectsByName(ctx context.Context, dbname string, tbl_names []string) (r []*Table, err error)
	// Parameters:
	//  - Req
	GetTablesExt(ctx context.Context, req *GetTablesExtRequest) (r []*ExtendedTableInfo, err error)
	// Parameters:
	//  - Req
	GetTableReq(ctx context.Context, req *GetTableRequest) (r *GetTableResult_, err error)
	// Parameters:
	//  - Req
	GetTableObjectsByNameReq(ctx context.Context, req *GetTablesRequest) (r *GetTablesResult_, err error)
	// Parameters:
	//  - CreationMetadata
	//  - ValidTxnList
	GetMaterializationInvalidationInfo(ctx context.Context, creation_metadata *CreationMetadata, validTxnList string) (r *Materialization, err error)
	// Parameters:
	//  - CatName
	//  - Dbname
	//  - TblName
	//  - CreationMetadata
	UpdateCreationMetadata(ctx context.Context, catName string, dbname string, tbl_name string, creation_metadata *CreationMetadata) (err error)
	// Parameters:
	//  - Dbname
	//  - Filter
	//  - MaxTables
	GetTableNamesByFilter(ctx context.Context, dbname string, filter string, max_tables int16) (r []string, err error)
	// Parameters:
	//  - Dbname
	//  - TblName
	//  - NewTbl_
	AlterTable(ctx context.Context, dbname string, tbl_name string, new_tbl *Table) (err error)
	// Parameters:
	//  - Dbname
	//  - TblName
	//  - NewTbl_
	//  - EnvironmentContext
	AlterTableWithEnvironmentContext(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, environment_context *EnvironmentContext) (err error)
	// Parameters:
	//  - Dbname
	//  - TblName
	//  - NewTbl_
	//  - Cascade
	AlterTableWithCascade(ctx context.Context, dbname string, tbl_name string, new_tbl *Table, cascade bool) (err error)
	// Parameters:
	//  - Req
	AlterTableReq(ctx context.Context, req *AlterTableRequest) (r *AlterTableResponse, err error)
	// Parameters:
	//  - NewPart_
	AddPartition(ctx context.Context, new_part *Partition) (r *Partition, err error)
	// Parameters:
	//  - NewPart_
	//  - EnvironmentContext
	AddPartitionWithEnvironmentContext(ctx context.Context, new_part *Partition, environment_context *EnvironmentContext) (r *Partition, err error)
	// Parameters:
	//  - NewParts_
	AddPartitions(ctx context.Context, new_parts []*Partition) (r int32, err error)
	// Parameters:
	//  - NewParts_
	AddPartitionsPspec(ctx context.Context, new_parts []*PartitionSpec) (r int32, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error)
	// Parameters:
	//  - Request
	AddPartitionsReq(ctx context.Context, request *AddPartitionsRequest) (r *AddPartitionsResult_, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - EnvironmentContext
	AppendPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, environment_context *EnvironmentContext) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	AppendPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	//  - EnvironmentContext
	AppendPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, environment_context *EnvironmentContext) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - DeleteData
	DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool) (r bool, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - DeleteData
	//  - EnvironmentContext
	DropPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool, environment_context *EnvironmentContext) (r bool, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	//  - DeleteData
	DropPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool) (r bool, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	//  - DeleteData
	//  - EnvironmentContext
	DropPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool, environment_context *EnvironmentContext) (r bool, err error)
	// Parameters:
	//  - Req
	DropPartitionsReq(ctx context.Context, req *DropPartitionsRequest) (r *DropPartitionsResult_, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error)
	// Parameters:
	//  - Req
	GetPartitionReq(ctx context.Context, req *GetPartitionRequest) (r *GetPartitionResponse, err error)
	// Parameters:
	//  - PartitionSpecs
	//  - SourceDb
	//  - SourceTableName
	//  - DestDb
	//  - DestTableName
	ExchangePartition(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (r *Partition, err error)
	// Parameters:
	//  - PartitionSpecs
	//  - SourceDb
	//  - SourceTableName
	//  - DestDb
	//  - DestTableName
	ExchangePartitions(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (r []*Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - UserName
	//  - GroupNames
	GetPartitionWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, user_name string, group_names []string) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	GetPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - MaxParts
	GetPartitions(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []*Partition, err error)
	// Parameters:
	//  - Req
	GetPartitionsReq(ctx context.Context, req *PartitionsRequest) (r *PartitionsResponse, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - MaxParts
	//  - UserName
	//  - GroupNames
	GetPartitionsWithAuth(ctx context.Context, db_name string, tbl_name string, max_parts int16, user_name string, group_names []string) (r []*Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - MaxParts
	GetPartitionsPspec(ctx context.Context, db_name string, tbl_name string, max_parts int32) (r []*PartitionSpec, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - MaxParts
	GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []string, err error)
	// Parameters:
	//  - Request
	GetPartitionValues(ctx context.Context, request *PartitionValuesRequest) (r *PartitionValuesResponse, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - MaxParts
	GetPartitionsPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (r []*Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - MaxParts
	//  - UserName
	//  - GroupNames
	GetPartitionsPsWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16, user_name string, group_names []string) (r []*Partition, err error)
	// Parameters:
	//  - Req
	GetPartitionsPsWithAuthReq(ctx context.Context, req *GetPartitionsPsWithAuthRequest) (r *GetPartitionsPsWithAuthResponse, 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:
	//  - Req
	GetPartitionNamesPsReq(ctx context.Context, req *GetPartitionNamesPsRequest) (r *GetPartitionNamesPsResponse, err error)
	// Parameters:
	//  - Req
	GetPartitionNamesReq(ctx context.Context, req *PartitionsByExprRequest) (r []string, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - Filter
	//  - MaxParts
	GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int16) (r []*Partition, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - Filter
	//  - MaxParts
	GetPartSpecsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int32) (r []*PartitionSpec, err error)
	// Parameters:
	//  - Req
	GetPartitionsByExpr(ctx context.Context, req *PartitionsByExprRequest) (r *PartitionsByExprResult_, err error)
	// Parameters:
	//  - Req
	GetPartitionsSpecByExpr(ctx context.Context, req *PartitionsByExprRequest) (r *PartitionsSpecByExprResult_, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - Filter
	GetNumPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string) (r int32, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - Names
	GetPartitionsByNames(ctx context.Context, db_name string, tbl_name string, names []string) (r []*Partition, err error)
	// Parameters:
	//  - Req
	GetPartitionsByNamesReq(ctx context.Context, req *GetPartitionsByNamesRequest) (r *GetPartitionsByNamesResult_, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - NewPart_
	AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - NewParts_
	AlterPartitions(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition) (err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - NewParts_
	//  - EnvironmentContext
	AlterPartitionsWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition, environment_context *EnvironmentContext) (err error)
	// Parameters:
	//  - Req
	AlterPartitionsReq(ctx context.Context, req *AlterPartitionsRequest) (r *AlterPartitionsResponse, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - NewPart_
	//  - EnvironmentContext
	AlterPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_part *Partition, environment_context *EnvironmentContext) (err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - NewPart_
	RenamePartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, new_part *Partition) (err error)
	// Parameters:
	//  - Req
	RenamePartitionReq(ctx context.Context, req *RenamePartitionRequest) (r *RenamePartitionResponse, err error)
	// Parameters:
	//  - PartVals
	//  - ThrowException
	PartitionNameHasValidCharacters(ctx context.Context, part_vals []string, throw_exception bool) (r bool, err error)
	// Parameters:
	//  - Name
	//  - DefaultValue
	GetConfigValue(ctx context.Context, name string, defaultValue string) (r string, err error)
	// Parameters:
	//  - PartName
	PartitionNameToVals(ctx context.Context, part_name string) (r []string, err error)
	// Parameters:
	//  - PartName
	PartitionNameToSpec(ctx context.Context, part_name string) (r map[string]string, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - EventType
	MarkPartitionForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartVals
	//  - EventType
	IsPartitionMarkedForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (r bool, err error)
	// Parameters:
	//  - Request
	GetPrimaryKeys(ctx context.Context, request *PrimaryKeysRequest) (r *PrimaryKeysResponse, err error)
	// Parameters:
	//  - Request
	GetForeignKeys(ctx context.Context, request *ForeignKeysRequest) (r *ForeignKeysResponse, err error)
	// Parameters:
	//  - Request
	GetUniqueConstraints(ctx context.Context, request *UniqueConstraintsRequest) (r *UniqueConstraintsResponse, err error)
	// Parameters:
	//  - Request
	GetNotNullConstraints(ctx context.Context, request *NotNullConstraintsRequest) (r *NotNullConstraintsResponse, err error)
	// Parameters:
	//  - Request
	GetDefaultConstraints(ctx context.Context, request *DefaultConstraintsRequest) (r *DefaultConstraintsResponse, err error)
	// Parameters:
	//  - Request
	GetCheckConstraints(ctx context.Context, request *CheckConstraintsRequest) (r *CheckConstraintsResponse, err error)
	// Parameters:
	//  - Request
	GetAllTableConstraints(ctx context.Context, request *AllTableConstraintsRequest) (r *AllTableConstraintsResponse, err error)
	// Parameters:
	//  - StatsObj
	UpdateTableColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (r bool, err error)
	// Parameters:
	//  - StatsObj
	UpdatePartitionColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (r bool, err error)
	// Parameters:
	//  - Req
	UpdateTableColumnStatisticsReq(ctx context.Context, req *SetPartitionsStatsRequest) (r *SetPartitionsStatsResponse, err error)
	// Parameters:
	//  - Req
	UpdatePartitionColumnStatisticsReq(ctx context.Context, req *SetPartitionsStatsRequest) (r *SetPartitionsStatsResponse, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - ColName
	GetTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (r *ColumnStatistics, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	//  - ColName
	GetPartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (r *ColumnStatistics, err error)
	// Parameters:
	//  - Request
	GetTableStatisticsReq(ctx context.Context, request *TableStatsRequest) (r *TableStatsResult_, err error)
	// Parameters:
	//  - Request
	GetPartitionsStatisticsReq(ctx context.Context, request *PartitionsStatsRequest) (r *PartitionsStatsResult_, err error)
	// Parameters:
	//  - Request
	GetAggrStatsFor(ctx context.Context, request *PartitionsStatsRequest) (r *AggrStats, err error)
	// Parameters:
	//  - Request
	SetAggrStatsFor(ctx context.Context, request *SetPartitionsStatsRequest) (r bool, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - PartName
	//  - ColName
	//  - Engine
	DeletePartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string, engine string) (r bool, err error)
	// Parameters:
	//  - DbName
	//  - TblName
	//  - ColName
	//  - Engine
	DeleteTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string, engine string) (r bool, err error)
	// Parameters:
	//  - Func
	CreateFunction(ctx context.Context, func_a1 *Function) (err error)
	// Parameters:
	//  - DbName
	//  - FuncName
	DropFunction(ctx context.Context, dbName string, funcName string) (err error)
	// Parameters:
	//  - DbName
	//  - FuncName
	//  - NewFunc_
	AlterFunction(ctx context.Context, dbName string, funcName string, newFunc *Function) (err error)
	// Parameters:
	//  - DbName
	//  - Pattern
	GetFunctions(ctx context.Context, dbName string, pattern string) (r []string, err error)
	// Parameters:
	//  - DbName
	//  - FuncName
	GetFunction(ctx context.Context, dbName string, funcName string) (r *Function, err error)
	GetAllFunctions(ctx context.Context) (r *GetAllFunctionsResponse, err error)
	// Parameters:
	//  - Role
	CreateRole(ctx context.Context, role *Role) (r bool, err error)
	// Parameters:
	//  - RoleName
	DropRole(ctx context.Context, role_name string) (r bool, err error)
	GetRoleNames(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - RoleName
	//  - PrincipalName
	//  - PrincipalType
	//  - Grantor
	//  - GrantorType
	//  - GrantOption
	GrantRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType, grantor string, grantorType PrincipalType, grant_option bool) (r bool, err error)
	// Parameters:
	//  - RoleName
	//  - PrincipalName
	//  - PrincipalType
	RevokeRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType) (r bool, err error)
	// Parameters:
	//  - PrincipalName
	//  - PrincipalType
	ListRoles(ctx context.Context, principal_name string, principal_type PrincipalType) (r []*Role, err error)
	// Parameters:
	//  - Request
	GrantRevokeRole(ctx context.Context, request *GrantRevokeRoleRequest) (r *GrantRevokeRoleResponse, err error)
	// Parameters:
	//  - Request
	GetPrincipalsInRole(ctx context.Context, request *GetPrincipalsInRoleRequest) (r *GetPrincipalsInRoleResponse, err error)
	// Parameters:
	//  - Request
	GetRoleGrantsForPrincipal(ctx context.Context, request *GetRoleGrantsForPrincipalRequest) (r *GetRoleGrantsForPrincipalResponse, err error)
	// Parameters:
	//  - HiveObject
	//  - UserName
	//  - GroupNames
	GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, group_names []string) (r *PrincipalPrivilegeSet, err error)
	// Parameters:
	//  - PrincipalName
	//  - PrincipalType
	//  - HiveObject
	ListPrivileges(ctx context.Context, principal_name string, principal_type PrincipalType, hiveObject *HiveObjectRef) (r []*HiveObjectPrivilege, err error)
	// Parameters:
	//  - Privileges
	GrantPrivileges(ctx context.Context, privileges *PrivilegeBag) (r bool, err error)
	// Parameters:
	//  - Privileges
	RevokePrivileges(ctx context.Context, privileges *PrivilegeBag) (r bool, err error)
	// Parameters:
	//  - Request
	GrantRevokePrivileges(ctx context.Context, request *GrantRevokePrivilegeRequest) (r *GrantRevokePrivilegeResponse, err error)
	// Parameters:
	//  - ObjToRefresh
	//  - Authorizer
	//  - GrantRequest
	RefreshPrivileges(ctx context.Context, objToRefresh *HiveObjectRef, authorizer string, grantRequest *GrantRevokePrivilegeRequest) (r *GrantRevokePrivilegeResponse, err error)
	// Parameters:
	//  - UserName
	//  - GroupNames
	SetUgi(ctx context.Context, user_name string, group_names []string) (r []string, err error)
	// Parameters:
	//  - TokenOwner
	//  - RenewerKerberosPrincipalName
	GetDelegationToken(ctx context.Context, token_owner string, renewer_kerberos_principal_name string) (r string, err error)
	// Parameters:
	//  - TokenStrForm
	RenewDelegationToken(ctx context.Context, token_str_form string) (r int64, err error)
	// Parameters:
	//  - TokenStrForm
	CancelDelegationToken(ctx context.Context, token_str_form string) (err error)
	// Parameters:
	//  - TokenIdentifier
	//  - DelegationToken
	AddToken(ctx context.Context, token_identifier string, delegation_token string) (r bool, err error)
	// Parameters:
	//  - TokenIdentifier
	RemoveToken(ctx context.Context, token_identifier string) (r bool, err error)
	// Parameters:
	//  - TokenIdentifier
	GetToken(ctx context.Context, token_identifier string) (r string, err error)
	GetAllTokenIdentifiers(ctx context.Context) (r []string, err error)
	// Parameters:
	//  - Key
	AddMasterKey(ctx context.Context, key string) (r int32, err error)
	// Parameters:
	//  - SeqNumber
	//  - Key
	UpdateMasterKey(ctx context.Context, seq_number int32, key string) (err error)
	// Parameters:
	//  - KeySeq
	RemoveMasterKey(ctx context.Context, key_seq int32) (r bool, err error)
	GetMasterKeys(ctx context.Context) (r []string, err error)
	GetOpenTxns(ctx context.Context) (r *GetOpenTxnsResponse, err error)
	GetOpenTxnsInfo(ctx context.Context) (r *GetOpenTxnsInfoResponse, err error)
	// Parameters:
	//  - Rqst
	OpenTxns(ctx context.Context, rqst *OpenTxnRequest) (r *OpenTxnsResponse, err error)
	// Parameters:
	//  - Rqst
	AbortTxn(ctx context.Context, rqst *AbortTxnRequest) (err error)
	// Parameters:
	//  - Rqst
	AbortTxns(ctx context.Context, rqst *AbortTxnsRequest) (err error)
	// Parameters:
	//  - Rqst
	CommitTxn(ctx context.Context, rqst *CommitTxnRequest) (err error)
	// Parameters:
	//  - TxnId
	GetLatestTxnidInConflict(ctx context.Context, txnId int64) (r int64, err error)
	// Parameters:
	//  - Rqst
	ReplTblWriteidState(ctx context.Context, rqst *ReplTblWriteIdStateRequest) (err error)
	// Parameters:
	//  - Rqst
	GetValidWriteIds(ctx context.Context, rqst *GetValidWriteIdsRequest) (r *GetValidWriteIdsResponse, err error)
	// Parameters:
	//  - Rqst
	AllocateTableWriteIds(ctx context.Context, rqst *AllocateTableWriteIdsRequest) (r *AllocateTableWriteIdsResponse, err error)
	// Parameters:
	//  - Rqst
	GetMaxAllocatedTableWriteID(ctx context.Context, rqst *MaxAllocatedTableWriteIdRequest) (r *MaxAllocatedTableWriteIdResponse, err error)
	// Parameters:
	//  - Rqst
	SeedWriteID(ctx context.Context, rqst *SeedTableWriteIdsRequest) (err error)
	// Parameters:
	//  - Rqst
	SeedTxnID(ctx context.Context, rqst *SeedTxnIdRequest) (err error)
	// Parameters:
	//  - Rqst
	Lock(ctx context.Context, rqst *LockRequest) (r *LockResponse, err error)
	// Parameters:
	//  - Rqst
	CheckLock(ctx context.Context, rqst *CheckLockRequest) (r *LockResponse, err error)
	// Parameters:
	//  - Rqst
	Unlock(ctx context.Context, rqst *UnlockRequest) (err error)
	// Parameters:
	//  - Rqst
	ShowLocks(ctx context.Context, rqst *ShowLocksRequest) (r *ShowLocksResponse, err error)
	// Parameters:
	//  - Ids
	Heartbeat(ctx context.Context, ids *HeartbeatRequest) (err error)
	// Parameters:
	//  - Txns
	HeartbeatTxnRange(ctx context.Context, txns *HeartbeatTxnRangeRequest) (r *HeartbeatTxnRangeResponse, err error)
	// Parameters:
	//  - Rqst
	Compact(ctx context.Context, rqst *CompactionRequest) (err error)
	// Parameters:
	//  - Rqst
	Compact2(ctx context.Context, rqst *CompactionRequest) (r *CompactionResponse, err error)
	// Parameters:
	//  - Rqst
	ShowCompact(ctx context.Context, rqst *ShowCompactRequest) (r *ShowCompactResponse, err error)
	// Parameters:
	//  - Rqst
	AddDynamicPartitions(ctx context.Context, rqst *AddDynamicPartitions) (err error)
	// Parameters:
	//  - WorkerId
	//  - WorkerVersion
	FindNextCompact(ctx context.Context, workerId string, workerVersion string) (r *OptionalCompactionInfoStruct, err error)
	// Parameters:
	//  - Cr
	//  - TxnID
	UpdateCompactorState(ctx context.Context, cr *CompactionInfoStruct, txn_id int64) (err error)
	// Parameters:
	//  - Cr
	FindColumnsWithStats(ctx context.Context, cr *CompactionInfoStruct) (r []string, err error)
	// Parameters:
	//  - Cr
	MarkCleaned(ctx context.Context, cr *CompactionInfoStruct) (err error)
	// Parameters:
	//  - Cr
	MarkCompacted(ctx context.Context, cr *CompactionInfoStruct) (err error)
	// Parameters:
	//  - Cr
	MarkFailed(ctx context.Context, cr *CompactionInfoStruct) (err error)
	// Parameters:
	//  - JobId
	//  - CqID
	SetHadoopJobid(ctx context.Context, jobId string, cq_id int64) (err error)
	// Parameters:
	//  - Rqst
	GetLatestCommittedCompactionInfo(ctx context.Context, rqst *GetLatestCommittedCompactionInfoRequest) (r *GetLatestCommittedCompactionInfoResponse, err error)
	// Parameters:
	//  - Rqst
	GetNextNotification(ctx context.Context, rqst *NotificationEventRequest) (r *NotificationEventResponse, err error)
	GetCurrentNotificationEventId(ctx context.Context) (r *CurrentNotificationEventId, err error)
	// Parameters:
	//  - Rqst
	GetNotificationEventsCount(ctx context.Context, rqst *NotificationEventsCountRequest) (r *NotificationEventsCountResponse, err error)
	// Parameters:
	//  - Rqst
	FireListenerEvent(ctx context.Context, rqst *FireEventRequest) (r *FireEventResponse, err error)
	FlushCache(ctx context.Context) (err error)
	// Parameters:
	//  - Rqst
	AddWriteNotificationLog(ctx context.Context, rqst *WriteNotificationLogRequest) (r *WriteNotificationLogResponse, err error)
	// Parameters:
	//  - Request
	CmRecycle(ctx context.Context, request *CmRecycleRequest) (r *CmRecycleResponse, err error)
	// Parameters:
	//  - Req
	GetFileMetadataByExpr(ctx context.Context, req *GetFileMetadataByExprRequest) (r *GetFileMetadataByExprResult_, err error)
	// Parameters:
	//  - Req
	GetFileMetadata(ctx context.Context, req *GetFileMetadataRequest) (r *GetFileMetadataResult_, err error)
	// Parameters:
	//  - Req
	PutFileMetadata(ctx context.Context, req *PutFileMetadataRequest) (r *PutFileMetadataResult_, err error)
	// Parameters:
	//  - Req
	ClearFileMetadata(ctx context.Context, req *ClearFileMetadataRequest) (r *ClearFileMetadataResult_, err error)
	// Parameters:
	//  - Req
	CacheFileMetadata(ctx context.Context, req *CacheFileMetadataRequest) (r *CacheFileMetadataResult_, err error)
	GetMetastoreDbUUID(ctx context.Context) (r string, err error)
	// Parameters:
	//  - Request
	CreateResourcePlan(ctx context.Context, request *WMCreateResourcePlanRequest) (r *WMCreateResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	GetResourcePlan(ctx context.Context, request *WMGetResourcePlanRequest) (r *WMGetResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	GetActiveResourcePlan(ctx context.Context, request *WMGetActiveResourcePlanRequest) (r *WMGetActiveResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	GetAllResourcePlans(ctx context.Context, request *WMGetAllResourcePlanRequest) (r *WMGetAllResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	AlterResourcePlan(ctx context.Context, request *WMAlterResourcePlanRequest) (r *WMAlterResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	ValidateResourcePlan(ctx context.Context, request *WMValidateResourcePlanRequest) (r *WMValidateResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	DropResourcePlan(ctx context.Context, request *WMDropResourcePlanRequest) (r *WMDropResourcePlanResponse, err error)
	// Parameters:
	//  - Request
	CreateWmTrigger(ctx context.Context, request *WMCreateTriggerRequest) (r *WMCreateTriggerResponse, err error)
	// Parameters:
	//  - Request
	AlterWmTrigger(ctx context.Context, request *WMAlterTriggerRequest) (r *WMAlterTriggerResponse, err error)
	// Parameters:
	//  - Request
	DropWmTrigger(ctx context.Context, request *WMDropTriggerRequest) (r *WMDropTriggerResponse, err error)
	// Parameters:
	//  - Request
	GetTriggersForResourceplan(ctx context.Context, request *WMGetTriggersForResourePlanRequest) (r *WMGetTriggersForResourePlanResponse, err error)
	// Parameters:
	//  - Request
	CreateWmPool(ctx context.Context, request *WMCreatePoolRequest) (r *WMCreatePoolResponse, err error)
	// Parameters:
	//  - Request
	AlterWmPool(ctx context.Context, request *WMAlterPoolRequest) (r *WMAlterPoolResponse, err error)
	// Parameters:
	//  - Request
	DropWmPool(ctx context.Context, request *WMDropPoolRequest) (r *WMDropPoolResponse, err error)
	// Parameters:
	//  - Request
	CreateOrUpdateWmMapping(ctx context.Context, request *WMCreateOrUpdateMappingRequest) (r *WMCreateOrUpdateMappingResponse, err error)
	// Parameters:
	//  - Request
	DropWmMapping(ctx context.Context, request *WMDropMappingRequest) (r *WMDropMappingResponse, err error)
	// Parameters:
	//  - Request
	CreateOrDropWmTriggerToPoolMapping(ctx context.Context, request *WMCreateOrDropTriggerToPoolMappingRequest) (r *WMCreateOrDropTriggerToPoolMappingResponse, err error)
	// Parameters:
	//  - Schema
	CreateIschema(ctx context.Context, schema *ISchema) (err error)
	// Parameters:
	//  - Rqst
	AlterIschema(ctx context.Context, rqst *AlterISchemaRequest) (err error)
	// Parameters:
	//  - Name
	GetIschema(ctx context.Context, name *ISchemaName) (r *ISchema, err error)
	// Parameters:
	//  - Name
	DropIschema(ctx context.Context, name *ISchemaName) (err error)
	// Parameters:
	//  - SchemaVersion
	AddSchemaVersion(ctx context.Context, schemaVersion *SchemaVersion) (err error)
	// Parameters:
	//  - SchemaVersion
	GetSchemaVersion(ctx context.Context, schemaVersion *SchemaVersionDescriptor) (r *SchemaVersion, err error)
	// Parameters:
	//  - SchemaName
	GetSchemaLatestVersion(ctx context.Context, schemaName *ISchemaName) (r *SchemaVersion, err error)
	// Parameters:
	//  - SchemaName
	GetSchemaAllVersions(ctx context.Context, schemaName *ISchemaName) (r []*SchemaVersion, err error)
	// Parameters:
	//  - SchemaVersion
	DropSchemaVersion(ctx context.Context, schemaVersion *SchemaVersionDescriptor) (err error)
	// Parameters:
	//  - Rqst
	GetSchemasByCols(ctx context.Context, rqst *FindSchemasByColsRqst) (r *FindSchemasByColsResp, err error)
	// Parameters:
	//  - Rqst
	MapSchemaVersionToSerde(ctx context.Context, rqst *MapSchemaVersionToSerdeRequest) (err error)
	// Parameters:
	//  - Rqst
	SetSchemaVersionState(ctx context.Context, rqst *SetSchemaVersionStateRequest) (err error)
	// Parameters:
	//  - Serde
	AddSerde(ctx context.Context, serde *SerDeInfo) (err error)
	// Parameters:
	//  - Rqst
	GetSerde(ctx context.Context, rqst *GetSerdeRequest) (r *SerDeInfo, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	//  - TxnId
	GetLockMaterializationRebuild(ctx context.Context, dbName string, tableName string, txnId int64) (r *LockResponse, err error)
	// Parameters:
	//  - DbName
	//  - TableName
	//  - TxnId
	HeartbeatLockMaterializationRebuild(ctx context.Context, dbName string, tableName string, txnId int64) (r bool, err error)
	// Parameters:
	//  - Stat
	AddRuntimeStats(ctx context.Context, stat *RuntimeStat) (err error)
	// Parameters:
	//  - Rqst
	GetRuntimeStats(ctx context.Context, rqst *GetRuntimeStatsRequest) (r []*RuntimeStat, err error)
	// Parameters:
	//  - Request
	GetPartitionsWithSpecs(ctx context.Context, request *GetPartitionsRequest) (r *GetPartitionsResponse, err error)
	// Parameters:
	//  - Request
	ScheduledQueryPoll(ctx context.Context, request *ScheduledQueryPollRequest) (r *ScheduledQueryPollResponse, err error)
	// Parameters:
	//  - Request
	ScheduledQueryMaintenance(ctx context.Context, request *ScheduledQueryMaintenanceRequest) (err error)
	// Parameters:
	//  - Info
	ScheduledQueryProgress(ctx context.Context, info *ScheduledQueryProgressInfo) (err error)
	// Parameters:
	//  - ScheduleKey
	GetScheduledQuery(ctx context.Context, scheduleKey *ScheduledQueryKey) (r *ScheduledQuery, err error)
	// Parameters:
	//  - ReplicationMetricList
	AddReplicationMetrics(ctx context.Context, replicationMetricList *ReplicationMetricList) (err error)
	// Parameters:
	//  - Rqst
	GetReplicationMetrics(ctx context.Context, rqst *GetReplicationMetricsRequest) (r *ReplicationMetricList, err error)
	// Parameters:
	//  - GetOpenTxnsRequest
	GetOpenTxnsReq(ctx context.Context, getOpenTxnsRequest *GetOpenTxnsRequest) (r *GetOpenTxnsResponse, err error)
	// Parameters:
	//  - Proc
	CreateStoredProcedure(ctx context.Context, proc *StoredProcedure) (err error)
	// Parameters:
	//  - Request
	GetStoredProcedure(ctx context.Context, request *StoredProcedureRequest) (r *StoredProcedure, err error)
	// Parameters:
	//  - Request
	DropStoredProcedure(ctx context.Context, request *StoredProcedureRequest) (err error)
	// Parameters:
	//  - Request
	GetAllStoredProcedures(ctx context.Context, request *ListStoredProcedureRequest) (r []string, err error)
	// Parameters:
	//  - Request
	FindPackage(ctx context.Context, request *GetPackageRequest) (r *Package, err error)
	// Parameters:
	//  - Request
	AddPackage(ctx context.Context, request *AddPackageRequest) (err error)
	// Parameters:
	//  - Request
	GetAllPackages(ctx context.Context, request *ListPackageRequest) (r []string, err error)
	// Parameters:
	//  - Request
	DropPackage(ctx context.Context, request *DropPackageRequest) (err error)
}

type ThriftHiveMetastoreAbortTxnArgs

type ThriftHiveMetastoreAbortTxnArgs struct {
	Rqst *AbortTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAbortTxnArgs

func NewThriftHiveMetastoreAbortTxnArgs() *ThriftHiveMetastoreAbortTxnArgs

func (*ThriftHiveMetastoreAbortTxnArgs) GetRqst

func (*ThriftHiveMetastoreAbortTxnArgs) IsSetRqst

func (p *ThriftHiveMetastoreAbortTxnArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreAbortTxnArgs) Read

func (*ThriftHiveMetastoreAbortTxnArgs) ReadField1

func (*ThriftHiveMetastoreAbortTxnArgs) String

func (*ThriftHiveMetastoreAbortTxnArgs) Write

type ThriftHiveMetastoreAbortTxnResult

type ThriftHiveMetastoreAbortTxnResult struct {
	O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreAbortTxnResult

func NewThriftHiveMetastoreAbortTxnResult() *ThriftHiveMetastoreAbortTxnResult

func (*ThriftHiveMetastoreAbortTxnResult) GetO1

func (*ThriftHiveMetastoreAbortTxnResult) IsSetO1

func (*ThriftHiveMetastoreAbortTxnResult) Read

func (*ThriftHiveMetastoreAbortTxnResult) ReadField1

func (*ThriftHiveMetastoreAbortTxnResult) String

func (*ThriftHiveMetastoreAbortTxnResult) Write

type ThriftHiveMetastoreAbortTxnsArgs

type ThriftHiveMetastoreAbortTxnsArgs struct {
	Rqst *AbortTxnsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAbortTxnsArgs

func NewThriftHiveMetastoreAbortTxnsArgs() *ThriftHiveMetastoreAbortTxnsArgs

func (*ThriftHiveMetastoreAbortTxnsArgs) GetRqst

func (*ThriftHiveMetastoreAbortTxnsArgs) IsSetRqst

func (p *ThriftHiveMetastoreAbortTxnsArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreAbortTxnsArgs) Read

func (*ThriftHiveMetastoreAbortTxnsArgs) ReadField1

func (*ThriftHiveMetastoreAbortTxnsArgs) String

func (*ThriftHiveMetastoreAbortTxnsArgs) Write

type ThriftHiveMetastoreAbortTxnsResult

type ThriftHiveMetastoreAbortTxnsResult struct {
	O1 *NoSuchTxnException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreAbortTxnsResult

func NewThriftHiveMetastoreAbortTxnsResult() *ThriftHiveMetastoreAbortTxnsResult

func (*ThriftHiveMetastoreAbortTxnsResult) GetO1

func (*ThriftHiveMetastoreAbortTxnsResult) IsSetO1

func (*ThriftHiveMetastoreAbortTxnsResult) Read

func (*ThriftHiveMetastoreAbortTxnsResult) ReadField1

func (*ThriftHiveMetastoreAbortTxnsResult) String

func (*ThriftHiveMetastoreAbortTxnsResult) Write

type ThriftHiveMetastoreAddCheckConstraintArgs

type ThriftHiveMetastoreAddCheckConstraintArgs struct {
	Req *AddCheckConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddCheckConstraintArgs

func NewThriftHiveMetastoreAddCheckConstraintArgs() *ThriftHiveMetastoreAddCheckConstraintArgs

func (*ThriftHiveMetastoreAddCheckConstraintArgs) GetReq

func (*ThriftHiveMetastoreAddCheckConstraintArgs) IsSetReq

func (*ThriftHiveMetastoreAddCheckConstraintArgs) Read

func (*ThriftHiveMetastoreAddCheckConstraintArgs) ReadField1

func (*ThriftHiveMetastoreAddCheckConstraintArgs) String

func (*ThriftHiveMetastoreAddCheckConstraintArgs) Write

type ThriftHiveMetastoreAddCheckConstraintResult

type ThriftHiveMetastoreAddCheckConstraintResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddCheckConstraintResult

func NewThriftHiveMetastoreAddCheckConstraintResult() *ThriftHiveMetastoreAddCheckConstraintResult

func (*ThriftHiveMetastoreAddCheckConstraintResult) GetO1

func (*ThriftHiveMetastoreAddCheckConstraintResult) GetO2

func (*ThriftHiveMetastoreAddCheckConstraintResult) IsSetO1

func (*ThriftHiveMetastoreAddCheckConstraintResult) IsSetO2

func (*ThriftHiveMetastoreAddCheckConstraintResult) Read

func (*ThriftHiveMetastoreAddCheckConstraintResult) ReadField1

func (*ThriftHiveMetastoreAddCheckConstraintResult) ReadField2

func (*ThriftHiveMetastoreAddCheckConstraintResult) String

func (*ThriftHiveMetastoreAddCheckConstraintResult) Write

type ThriftHiveMetastoreAddDefaultConstraintArgs

type ThriftHiveMetastoreAddDefaultConstraintArgs struct {
	Req *AddDefaultConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddDefaultConstraintArgs

func NewThriftHiveMetastoreAddDefaultConstraintArgs() *ThriftHiveMetastoreAddDefaultConstraintArgs

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) GetReq

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) IsSetReq

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) Read

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) ReadField1

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) String

func (*ThriftHiveMetastoreAddDefaultConstraintArgs) Write

type ThriftHiveMetastoreAddDefaultConstraintResult

type ThriftHiveMetastoreAddDefaultConstraintResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddDefaultConstraintResult

func NewThriftHiveMetastoreAddDefaultConstraintResult() *ThriftHiveMetastoreAddDefaultConstraintResult

func (*ThriftHiveMetastoreAddDefaultConstraintResult) GetO1

func (*ThriftHiveMetastoreAddDefaultConstraintResult) GetO2

func (*ThriftHiveMetastoreAddDefaultConstraintResult) IsSetO1

func (*ThriftHiveMetastoreAddDefaultConstraintResult) IsSetO2

func (*ThriftHiveMetastoreAddDefaultConstraintResult) Read

func (*ThriftHiveMetastoreAddDefaultConstraintResult) ReadField1

func (*ThriftHiveMetastoreAddDefaultConstraintResult) ReadField2

func (*ThriftHiveMetastoreAddDefaultConstraintResult) String

func (*ThriftHiveMetastoreAddDefaultConstraintResult) Write

type ThriftHiveMetastoreAddDynamicPartitionsArgs

type ThriftHiveMetastoreAddDynamicPartitionsArgs struct {
	Rqst *AddDynamicPartitions `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAddDynamicPartitionsArgs

func NewThriftHiveMetastoreAddDynamicPartitionsArgs() *ThriftHiveMetastoreAddDynamicPartitionsArgs

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) GetRqst

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) IsSetRqst

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) Read

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) ReadField1

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) String

func (*ThriftHiveMetastoreAddDynamicPartitionsArgs) Write

type ThriftHiveMetastoreAddDynamicPartitionsResult

type ThriftHiveMetastoreAddDynamicPartitionsResult struct {
	O1 *NoSuchTxnException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddDynamicPartitionsResult

func NewThriftHiveMetastoreAddDynamicPartitionsResult() *ThriftHiveMetastoreAddDynamicPartitionsResult

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) GetO1

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) GetO2

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO1

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) IsSetO2

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) Read

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField1

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) ReadField2

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) String

func (*ThriftHiveMetastoreAddDynamicPartitionsResult) Write

type ThriftHiveMetastoreAddForeignKeyArgs

type ThriftHiveMetastoreAddForeignKeyArgs struct {
	Req *AddForeignKeyRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddForeignKeyArgs

func NewThriftHiveMetastoreAddForeignKeyArgs() *ThriftHiveMetastoreAddForeignKeyArgs

func (*ThriftHiveMetastoreAddForeignKeyArgs) GetReq

func (*ThriftHiveMetastoreAddForeignKeyArgs) IsSetReq

func (*ThriftHiveMetastoreAddForeignKeyArgs) Read

func (*ThriftHiveMetastoreAddForeignKeyArgs) ReadField1

func (*ThriftHiveMetastoreAddForeignKeyArgs) String

func (*ThriftHiveMetastoreAddForeignKeyArgs) Write

type ThriftHiveMetastoreAddForeignKeyResult

type ThriftHiveMetastoreAddForeignKeyResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddForeignKeyResult

func NewThriftHiveMetastoreAddForeignKeyResult() *ThriftHiveMetastoreAddForeignKeyResult

func (*ThriftHiveMetastoreAddForeignKeyResult) GetO1

func (*ThriftHiveMetastoreAddForeignKeyResult) GetO2

func (*ThriftHiveMetastoreAddForeignKeyResult) IsSetO1

func (*ThriftHiveMetastoreAddForeignKeyResult) IsSetO2

func (*ThriftHiveMetastoreAddForeignKeyResult) Read

func (*ThriftHiveMetastoreAddForeignKeyResult) ReadField1

func (*ThriftHiveMetastoreAddForeignKeyResult) ReadField2

func (*ThriftHiveMetastoreAddForeignKeyResult) String

func (*ThriftHiveMetastoreAddForeignKeyResult) Write

type ThriftHiveMetastoreAddMasterKeyArgs

type ThriftHiveMetastoreAddMasterKeyArgs struct {
	Key string `thrift:"key,1" db:"key" json:"key"`
}

Attributes:

  • Key

func NewThriftHiveMetastoreAddMasterKeyArgs

func NewThriftHiveMetastoreAddMasterKeyArgs() *ThriftHiveMetastoreAddMasterKeyArgs

func (*ThriftHiveMetastoreAddMasterKeyArgs) GetKey

func (*ThriftHiveMetastoreAddMasterKeyArgs) Read

func (*ThriftHiveMetastoreAddMasterKeyArgs) ReadField1

func (*ThriftHiveMetastoreAddMasterKeyArgs) String

func (*ThriftHiveMetastoreAddMasterKeyArgs) Write

type ThriftHiveMetastoreAddMasterKeyResult

type ThriftHiveMetastoreAddMasterKeyResult struct {
	Success *int32         `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreAddMasterKeyResult

func NewThriftHiveMetastoreAddMasterKeyResult() *ThriftHiveMetastoreAddMasterKeyResult

func (*ThriftHiveMetastoreAddMasterKeyResult) GetO1

func (*ThriftHiveMetastoreAddMasterKeyResult) GetSuccess

func (*ThriftHiveMetastoreAddMasterKeyResult) IsSetO1

func (*ThriftHiveMetastoreAddMasterKeyResult) IsSetSuccess

func (p *ThriftHiveMetastoreAddMasterKeyResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAddMasterKeyResult) Read

func (*ThriftHiveMetastoreAddMasterKeyResult) ReadField0

func (*ThriftHiveMetastoreAddMasterKeyResult) ReadField1

func (*ThriftHiveMetastoreAddMasterKeyResult) String

func (*ThriftHiveMetastoreAddMasterKeyResult) Write

type ThriftHiveMetastoreAddNotNullConstraintArgs

type ThriftHiveMetastoreAddNotNullConstraintArgs struct {
	Req *AddNotNullConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddNotNullConstraintArgs

func NewThriftHiveMetastoreAddNotNullConstraintArgs() *ThriftHiveMetastoreAddNotNullConstraintArgs

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) GetReq

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) IsSetReq

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) Read

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) ReadField1

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) String

func (*ThriftHiveMetastoreAddNotNullConstraintArgs) Write

type ThriftHiveMetastoreAddNotNullConstraintResult

type ThriftHiveMetastoreAddNotNullConstraintResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddNotNullConstraintResult

func NewThriftHiveMetastoreAddNotNullConstraintResult() *ThriftHiveMetastoreAddNotNullConstraintResult

func (*ThriftHiveMetastoreAddNotNullConstraintResult) GetO1

func (*ThriftHiveMetastoreAddNotNullConstraintResult) GetO2

func (*ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO1

func (*ThriftHiveMetastoreAddNotNullConstraintResult) IsSetO2

func (*ThriftHiveMetastoreAddNotNullConstraintResult) Read

func (*ThriftHiveMetastoreAddNotNullConstraintResult) ReadField1

func (*ThriftHiveMetastoreAddNotNullConstraintResult) ReadField2

func (*ThriftHiveMetastoreAddNotNullConstraintResult) String

func (*ThriftHiveMetastoreAddNotNullConstraintResult) Write

type ThriftHiveMetastoreAddPackageArgs

type ThriftHiveMetastoreAddPackageArgs struct {
	Request *AddPackageRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreAddPackageArgs

func NewThriftHiveMetastoreAddPackageArgs() *ThriftHiveMetastoreAddPackageArgs

func (*ThriftHiveMetastoreAddPackageArgs) GetRequest

func (*ThriftHiveMetastoreAddPackageArgs) IsSetRequest

func (p *ThriftHiveMetastoreAddPackageArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreAddPackageArgs) Read

func (*ThriftHiveMetastoreAddPackageArgs) ReadField1

func (*ThriftHiveMetastoreAddPackageArgs) String

func (*ThriftHiveMetastoreAddPackageArgs) Write

type ThriftHiveMetastoreAddPackageResult

type ThriftHiveMetastoreAddPackageResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreAddPackageResult

func NewThriftHiveMetastoreAddPackageResult() *ThriftHiveMetastoreAddPackageResult

func (*ThriftHiveMetastoreAddPackageResult) GetO1

func (*ThriftHiveMetastoreAddPackageResult) IsSetO1

func (*ThriftHiveMetastoreAddPackageResult) Read

func (*ThriftHiveMetastoreAddPackageResult) ReadField1

func (*ThriftHiveMetastoreAddPackageResult) String

func (*ThriftHiveMetastoreAddPackageResult) 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 ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs

type ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs struct {
	NewPart_           *Partition          `thrift:"new_part,1" db:"new_part" json:"new_part"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,2" db:"environment_context" json:"environment_context"`
}

Attributes:

  • NewPart_
  • EnvironmentContext

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) GetNewPart_

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) IsSetNewPart_

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult

type ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult struct {
	Success *Partition              `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAddPartitionWithEnvironmentContextResult) Write

type ThriftHiveMetastoreAddPartitionsArgs

type ThriftHiveMetastoreAddPartitionsArgs struct {
	NewParts_ []*Partition `thrift:"new_parts,1" db:"new_parts" json:"new_parts"`
}

Attributes:

  • NewParts_

func NewThriftHiveMetastoreAddPartitionsArgs

func NewThriftHiveMetastoreAddPartitionsArgs() *ThriftHiveMetastoreAddPartitionsArgs

func (*ThriftHiveMetastoreAddPartitionsArgs) GetNewParts_

func (p *ThriftHiveMetastoreAddPartitionsArgs) GetNewParts_() []*Partition

func (*ThriftHiveMetastoreAddPartitionsArgs) Read

func (*ThriftHiveMetastoreAddPartitionsArgs) ReadField1

func (*ThriftHiveMetastoreAddPartitionsArgs) String

func (*ThriftHiveMetastoreAddPartitionsArgs) Write

type ThriftHiveMetastoreAddPartitionsPspecArgs

type ThriftHiveMetastoreAddPartitionsPspecArgs struct {
	NewParts_ []*PartitionSpec `thrift:"new_parts,1" db:"new_parts" json:"new_parts"`
}

Attributes:

  • NewParts_

func NewThriftHiveMetastoreAddPartitionsPspecArgs

func NewThriftHiveMetastoreAddPartitionsPspecArgs() *ThriftHiveMetastoreAddPartitionsPspecArgs

func (*ThriftHiveMetastoreAddPartitionsPspecArgs) GetNewParts_

func (*ThriftHiveMetastoreAddPartitionsPspecArgs) Read

func (*ThriftHiveMetastoreAddPartitionsPspecArgs) ReadField1

func (*ThriftHiveMetastoreAddPartitionsPspecArgs) String

func (*ThriftHiveMetastoreAddPartitionsPspecArgs) Write

type ThriftHiveMetastoreAddPartitionsPspecResult

type ThriftHiveMetastoreAddPartitionsPspecResult struct {
	Success *int32                  `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAddPartitionsPspecResult

func NewThriftHiveMetastoreAddPartitionsPspecResult() *ThriftHiveMetastoreAddPartitionsPspecResult

func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO1

func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO2

func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetO3

func (*ThriftHiveMetastoreAddPartitionsPspecResult) GetSuccess

func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO1

func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO2

func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetO3

func (*ThriftHiveMetastoreAddPartitionsPspecResult) IsSetSuccess

func (*ThriftHiveMetastoreAddPartitionsPspecResult) Read

func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField0

func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField1

func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField2

func (*ThriftHiveMetastoreAddPartitionsPspecResult) ReadField3

func (*ThriftHiveMetastoreAddPartitionsPspecResult) String

func (*ThriftHiveMetastoreAddPartitionsPspecResult) Write

type ThriftHiveMetastoreAddPartitionsReqArgs

type ThriftHiveMetastoreAddPartitionsReqArgs struct {
	Request *AddPartitionsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreAddPartitionsReqArgs

func NewThriftHiveMetastoreAddPartitionsReqArgs() *ThriftHiveMetastoreAddPartitionsReqArgs

func (*ThriftHiveMetastoreAddPartitionsReqArgs) GetRequest

func (*ThriftHiveMetastoreAddPartitionsReqArgs) IsSetRequest

func (*ThriftHiveMetastoreAddPartitionsReqArgs) Read

func (*ThriftHiveMetastoreAddPartitionsReqArgs) ReadField1

func (*ThriftHiveMetastoreAddPartitionsReqArgs) String

func (*ThriftHiveMetastoreAddPartitionsReqArgs) Write

type ThriftHiveMetastoreAddPartitionsReqResult

type ThriftHiveMetastoreAddPartitionsReqResult struct {
	Success *AddPartitionsResult_   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAddPartitionsReqResult

func NewThriftHiveMetastoreAddPartitionsReqResult() *ThriftHiveMetastoreAddPartitionsReqResult

func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO1

func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO2

func (*ThriftHiveMetastoreAddPartitionsReqResult) GetO3

func (*ThriftHiveMetastoreAddPartitionsReqResult) GetSuccess

func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO1

func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO2

func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetO3

func (*ThriftHiveMetastoreAddPartitionsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreAddPartitionsReqResult) Read

func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField0

func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField1

func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField2

func (*ThriftHiveMetastoreAddPartitionsReqResult) ReadField3

func (*ThriftHiveMetastoreAddPartitionsReqResult) String

func (*ThriftHiveMetastoreAddPartitionsReqResult) Write

type ThriftHiveMetastoreAddPartitionsResult

type ThriftHiveMetastoreAddPartitionsResult struct {
	Success *int32                  `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAddPartitionsResult

func NewThriftHiveMetastoreAddPartitionsResult() *ThriftHiveMetastoreAddPartitionsResult

func (*ThriftHiveMetastoreAddPartitionsResult) GetO1

func (*ThriftHiveMetastoreAddPartitionsResult) GetO2

func (*ThriftHiveMetastoreAddPartitionsResult) GetO3

func (*ThriftHiveMetastoreAddPartitionsResult) GetSuccess

func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO1

func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO2

func (*ThriftHiveMetastoreAddPartitionsResult) IsSetO3

func (*ThriftHiveMetastoreAddPartitionsResult) IsSetSuccess

func (p *ThriftHiveMetastoreAddPartitionsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAddPartitionsResult) Read

func (*ThriftHiveMetastoreAddPartitionsResult) ReadField0

func (*ThriftHiveMetastoreAddPartitionsResult) ReadField1

func (*ThriftHiveMetastoreAddPartitionsResult) ReadField2

func (*ThriftHiveMetastoreAddPartitionsResult) ReadField3

func (*ThriftHiveMetastoreAddPartitionsResult) String

func (*ThriftHiveMetastoreAddPartitionsResult) Write

type ThriftHiveMetastoreAddPrimaryKeyArgs

type ThriftHiveMetastoreAddPrimaryKeyArgs struct {
	Req *AddPrimaryKeyRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddPrimaryKeyArgs

func NewThriftHiveMetastoreAddPrimaryKeyArgs() *ThriftHiveMetastoreAddPrimaryKeyArgs

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) GetReq

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) IsSetReq

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) Read

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) ReadField1

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) String

func (*ThriftHiveMetastoreAddPrimaryKeyArgs) Write

type ThriftHiveMetastoreAddPrimaryKeyResult

type ThriftHiveMetastoreAddPrimaryKeyResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddPrimaryKeyResult

func NewThriftHiveMetastoreAddPrimaryKeyResult() *ThriftHiveMetastoreAddPrimaryKeyResult

func (*ThriftHiveMetastoreAddPrimaryKeyResult) GetO1

func (*ThriftHiveMetastoreAddPrimaryKeyResult) GetO2

func (*ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO1

func (*ThriftHiveMetastoreAddPrimaryKeyResult) IsSetO2

func (*ThriftHiveMetastoreAddPrimaryKeyResult) Read

func (*ThriftHiveMetastoreAddPrimaryKeyResult) ReadField1

func (*ThriftHiveMetastoreAddPrimaryKeyResult) ReadField2

func (*ThriftHiveMetastoreAddPrimaryKeyResult) String

func (*ThriftHiveMetastoreAddPrimaryKeyResult) Write

type ThriftHiveMetastoreAddReplicationMetricsArgs

type ThriftHiveMetastoreAddReplicationMetricsArgs struct {
	ReplicationMetricList *ReplicationMetricList `thrift:"replicationMetricList,1" db:"replicationMetricList" json:"replicationMetricList"`
}

Attributes:

  • ReplicationMetricList

func NewThriftHiveMetastoreAddReplicationMetricsArgs

func NewThriftHiveMetastoreAddReplicationMetricsArgs() *ThriftHiveMetastoreAddReplicationMetricsArgs

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) GetReplicationMetricList

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) IsSetReplicationMetricList

func (p *ThriftHiveMetastoreAddReplicationMetricsArgs) IsSetReplicationMetricList() bool

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) Read

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) ReadField1

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) String

func (*ThriftHiveMetastoreAddReplicationMetricsArgs) Write

type ThriftHiveMetastoreAddReplicationMetricsResult

type ThriftHiveMetastoreAddReplicationMetricsResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreAddReplicationMetricsResult

func NewThriftHiveMetastoreAddReplicationMetricsResult() *ThriftHiveMetastoreAddReplicationMetricsResult

func (*ThriftHiveMetastoreAddReplicationMetricsResult) GetO1

func (*ThriftHiveMetastoreAddReplicationMetricsResult) IsSetO1

func (*ThriftHiveMetastoreAddReplicationMetricsResult) Read

func (*ThriftHiveMetastoreAddReplicationMetricsResult) ReadField1

func (*ThriftHiveMetastoreAddReplicationMetricsResult) String

func (*ThriftHiveMetastoreAddReplicationMetricsResult) Write

type ThriftHiveMetastoreAddRuntimeStatsArgs

type ThriftHiveMetastoreAddRuntimeStatsArgs struct {
	Stat *RuntimeStat `thrift:"stat,1" db:"stat" json:"stat"`
}

Attributes:

  • Stat

func NewThriftHiveMetastoreAddRuntimeStatsArgs

func NewThriftHiveMetastoreAddRuntimeStatsArgs() *ThriftHiveMetastoreAddRuntimeStatsArgs

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) GetStat

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) IsSetStat

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) Read

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) ReadField1

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) String

func (*ThriftHiveMetastoreAddRuntimeStatsArgs) Write

type ThriftHiveMetastoreAddRuntimeStatsResult

type ThriftHiveMetastoreAddRuntimeStatsResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreAddRuntimeStatsResult

func NewThriftHiveMetastoreAddRuntimeStatsResult() *ThriftHiveMetastoreAddRuntimeStatsResult

func (*ThriftHiveMetastoreAddRuntimeStatsResult) GetO1

func (*ThriftHiveMetastoreAddRuntimeStatsResult) IsSetO1

func (*ThriftHiveMetastoreAddRuntimeStatsResult) Read

func (*ThriftHiveMetastoreAddRuntimeStatsResult) ReadField1

func (*ThriftHiveMetastoreAddRuntimeStatsResult) String

func (*ThriftHiveMetastoreAddRuntimeStatsResult) Write

type ThriftHiveMetastoreAddSchemaVersionArgs

type ThriftHiveMetastoreAddSchemaVersionArgs struct {
	SchemaVersion *SchemaVersion `thrift:"schemaVersion,1" db:"schemaVersion" json:"schemaVersion"`
}

Attributes:

  • SchemaVersion

func NewThriftHiveMetastoreAddSchemaVersionArgs

func NewThriftHiveMetastoreAddSchemaVersionArgs() *ThriftHiveMetastoreAddSchemaVersionArgs

func (*ThriftHiveMetastoreAddSchemaVersionArgs) GetSchemaVersion

func (*ThriftHiveMetastoreAddSchemaVersionArgs) IsSetSchemaVersion

func (p *ThriftHiveMetastoreAddSchemaVersionArgs) IsSetSchemaVersion() bool

func (*ThriftHiveMetastoreAddSchemaVersionArgs) Read

func (*ThriftHiveMetastoreAddSchemaVersionArgs) ReadField1

func (*ThriftHiveMetastoreAddSchemaVersionArgs) String

func (*ThriftHiveMetastoreAddSchemaVersionArgs) Write

type ThriftHiveMetastoreAddSchemaVersionResult

type ThriftHiveMetastoreAddSchemaVersionResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAddSchemaVersionResult

func NewThriftHiveMetastoreAddSchemaVersionResult() *ThriftHiveMetastoreAddSchemaVersionResult

func (*ThriftHiveMetastoreAddSchemaVersionResult) GetO1

func (*ThriftHiveMetastoreAddSchemaVersionResult) GetO2

func (*ThriftHiveMetastoreAddSchemaVersionResult) GetO3

func (*ThriftHiveMetastoreAddSchemaVersionResult) IsSetO1

func (*ThriftHiveMetastoreAddSchemaVersionResult) IsSetO2

func (*ThriftHiveMetastoreAddSchemaVersionResult) IsSetO3

func (*ThriftHiveMetastoreAddSchemaVersionResult) Read

func (*ThriftHiveMetastoreAddSchemaVersionResult) ReadField1

func (*ThriftHiveMetastoreAddSchemaVersionResult) ReadField2

func (*ThriftHiveMetastoreAddSchemaVersionResult) ReadField3

func (*ThriftHiveMetastoreAddSchemaVersionResult) String

func (*ThriftHiveMetastoreAddSchemaVersionResult) Write

type ThriftHiveMetastoreAddSerdeArgs

type ThriftHiveMetastoreAddSerdeArgs struct {
	Serde *SerDeInfo `thrift:"serde,1" db:"serde" json:"serde"`
}

Attributes:

  • Serde

func NewThriftHiveMetastoreAddSerdeArgs

func NewThriftHiveMetastoreAddSerdeArgs() *ThriftHiveMetastoreAddSerdeArgs

func (*ThriftHiveMetastoreAddSerdeArgs) GetSerde

func (*ThriftHiveMetastoreAddSerdeArgs) IsSetSerde

func (p *ThriftHiveMetastoreAddSerdeArgs) IsSetSerde() bool

func (*ThriftHiveMetastoreAddSerdeArgs) Read

func (*ThriftHiveMetastoreAddSerdeArgs) ReadField1

func (*ThriftHiveMetastoreAddSerdeArgs) String

func (*ThriftHiveMetastoreAddSerdeArgs) Write

type ThriftHiveMetastoreAddSerdeResult

type ThriftHiveMetastoreAddSerdeResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddSerdeResult

func NewThriftHiveMetastoreAddSerdeResult() *ThriftHiveMetastoreAddSerdeResult

func (*ThriftHiveMetastoreAddSerdeResult) GetO1

func (*ThriftHiveMetastoreAddSerdeResult) GetO2

func (*ThriftHiveMetastoreAddSerdeResult) IsSetO1

func (*ThriftHiveMetastoreAddSerdeResult) IsSetO2

func (*ThriftHiveMetastoreAddSerdeResult) Read

func (*ThriftHiveMetastoreAddSerdeResult) ReadField1

func (*ThriftHiveMetastoreAddSerdeResult) ReadField2

func (*ThriftHiveMetastoreAddSerdeResult) String

func (*ThriftHiveMetastoreAddSerdeResult) Write

type ThriftHiveMetastoreAddTokenArgs

type ThriftHiveMetastoreAddTokenArgs struct {
	TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"`
	DelegationToken string `thrift:"delegation_token,2" db:"delegation_token" json:"delegation_token"`
}

Attributes:

  • TokenIdentifier
  • DelegationToken

func NewThriftHiveMetastoreAddTokenArgs

func NewThriftHiveMetastoreAddTokenArgs() *ThriftHiveMetastoreAddTokenArgs

func (*ThriftHiveMetastoreAddTokenArgs) GetDelegationToken

func (p *ThriftHiveMetastoreAddTokenArgs) GetDelegationToken() string

func (*ThriftHiveMetastoreAddTokenArgs) GetTokenIdentifier

func (p *ThriftHiveMetastoreAddTokenArgs) GetTokenIdentifier() string

func (*ThriftHiveMetastoreAddTokenArgs) Read

func (*ThriftHiveMetastoreAddTokenArgs) ReadField1

func (*ThriftHiveMetastoreAddTokenArgs) ReadField2

func (*ThriftHiveMetastoreAddTokenArgs) String

func (*ThriftHiveMetastoreAddTokenArgs) Write

type ThriftHiveMetastoreAddTokenResult

type ThriftHiveMetastoreAddTokenResult struct {
	Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreAddTokenResult

func NewThriftHiveMetastoreAddTokenResult() *ThriftHiveMetastoreAddTokenResult

func (*ThriftHiveMetastoreAddTokenResult) GetSuccess

func (p *ThriftHiveMetastoreAddTokenResult) GetSuccess() bool

func (*ThriftHiveMetastoreAddTokenResult) IsSetSuccess

func (p *ThriftHiveMetastoreAddTokenResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAddTokenResult) Read

func (*ThriftHiveMetastoreAddTokenResult) ReadField0

func (*ThriftHiveMetastoreAddTokenResult) String

func (*ThriftHiveMetastoreAddTokenResult) Write

type ThriftHiveMetastoreAddUniqueConstraintArgs

type ThriftHiveMetastoreAddUniqueConstraintArgs struct {
	Req *AddUniqueConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAddUniqueConstraintArgs

func NewThriftHiveMetastoreAddUniqueConstraintArgs() *ThriftHiveMetastoreAddUniqueConstraintArgs

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) GetReq

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) IsSetReq

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) Read

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) ReadField1

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) String

func (*ThriftHiveMetastoreAddUniqueConstraintArgs) Write

type ThriftHiveMetastoreAddUniqueConstraintResult

type ThriftHiveMetastoreAddUniqueConstraintResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAddUniqueConstraintResult

func NewThriftHiveMetastoreAddUniqueConstraintResult() *ThriftHiveMetastoreAddUniqueConstraintResult

func (*ThriftHiveMetastoreAddUniqueConstraintResult) GetO1

func (*ThriftHiveMetastoreAddUniqueConstraintResult) GetO2

func (*ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO1

func (*ThriftHiveMetastoreAddUniqueConstraintResult) IsSetO2

func (*ThriftHiveMetastoreAddUniqueConstraintResult) Read

func (*ThriftHiveMetastoreAddUniqueConstraintResult) ReadField1

func (*ThriftHiveMetastoreAddUniqueConstraintResult) ReadField2

func (*ThriftHiveMetastoreAddUniqueConstraintResult) String

func (*ThriftHiveMetastoreAddUniqueConstraintResult) Write

type ThriftHiveMetastoreAddWriteNotificationLogArgs

type ThriftHiveMetastoreAddWriteNotificationLogArgs struct {
	Rqst *WriteNotificationLogRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAddWriteNotificationLogArgs

func NewThriftHiveMetastoreAddWriteNotificationLogArgs() *ThriftHiveMetastoreAddWriteNotificationLogArgs

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) GetRqst

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) IsSetRqst

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) Read

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) ReadField1

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) String

func (*ThriftHiveMetastoreAddWriteNotificationLogArgs) Write

type ThriftHiveMetastoreAddWriteNotificationLogResult

type ThriftHiveMetastoreAddWriteNotificationLogResult struct {
	Success *WriteNotificationLogResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreAddWriteNotificationLogResult

func NewThriftHiveMetastoreAddWriteNotificationLogResult() *ThriftHiveMetastoreAddWriteNotificationLogResult

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) GetSuccess

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) IsSetSuccess

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) Read

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) ReadField0

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) String

func (*ThriftHiveMetastoreAddWriteNotificationLogResult) Write

type ThriftHiveMetastoreAllocateTableWriteIdsArgs

type ThriftHiveMetastoreAllocateTableWriteIdsArgs struct {
	Rqst *AllocateTableWriteIdsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAllocateTableWriteIdsArgs

func NewThriftHiveMetastoreAllocateTableWriteIdsArgs() *ThriftHiveMetastoreAllocateTableWriteIdsArgs

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) GetRqst

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) IsSetRqst

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) Read

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) ReadField1

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) String

func (*ThriftHiveMetastoreAllocateTableWriteIdsArgs) Write

type ThriftHiveMetastoreAllocateTableWriteIdsResult

type ThriftHiveMetastoreAllocateTableWriteIdsResult struct {
	Success *AllocateTableWriteIdsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchTxnException            `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *TxnAbortedException           `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException                 `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAllocateTableWriteIdsResult

func NewThriftHiveMetastoreAllocateTableWriteIdsResult() *ThriftHiveMetastoreAllocateTableWriteIdsResult

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) GetO1

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) GetO2

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) GetO3

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) GetSuccess

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) IsSetO1

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) IsSetO2

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) IsSetO3

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) IsSetSuccess

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) Read

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) ReadField0

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) ReadField1

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) ReadField2

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) ReadField3

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) String

func (*ThriftHiveMetastoreAllocateTableWriteIdsResult) Write

type ThriftHiveMetastoreAlterCatalogArgs

type ThriftHiveMetastoreAlterCatalogArgs struct {
	Rqst *AlterCatalogRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAlterCatalogArgs

func NewThriftHiveMetastoreAlterCatalogArgs() *ThriftHiveMetastoreAlterCatalogArgs

func (*ThriftHiveMetastoreAlterCatalogArgs) GetRqst

func (*ThriftHiveMetastoreAlterCatalogArgs) IsSetRqst

func (*ThriftHiveMetastoreAlterCatalogArgs) Read

func (*ThriftHiveMetastoreAlterCatalogArgs) ReadField1

func (*ThriftHiveMetastoreAlterCatalogArgs) String

func (*ThriftHiveMetastoreAlterCatalogArgs) Write

type ThriftHiveMetastoreAlterCatalogResult

type ThriftHiveMetastoreAlterCatalogResult 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 NewThriftHiveMetastoreAlterCatalogResult

func NewThriftHiveMetastoreAlterCatalogResult() *ThriftHiveMetastoreAlterCatalogResult

func (*ThriftHiveMetastoreAlterCatalogResult) GetO1

func (*ThriftHiveMetastoreAlterCatalogResult) GetO2

func (*ThriftHiveMetastoreAlterCatalogResult) GetO3

func (*ThriftHiveMetastoreAlterCatalogResult) IsSetO1

func (*ThriftHiveMetastoreAlterCatalogResult) IsSetO2

func (*ThriftHiveMetastoreAlterCatalogResult) IsSetO3

func (*ThriftHiveMetastoreAlterCatalogResult) Read

func (*ThriftHiveMetastoreAlterCatalogResult) ReadField1

func (*ThriftHiveMetastoreAlterCatalogResult) ReadField2

func (*ThriftHiveMetastoreAlterCatalogResult) ReadField3

func (*ThriftHiveMetastoreAlterCatalogResult) String

func (*ThriftHiveMetastoreAlterCatalogResult) 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 ThriftHiveMetastoreAlterDataconnectorArgs

type ThriftHiveMetastoreAlterDataconnectorArgs struct {
	Name      string         `thrift:"name,1" db:"name" json:"name"`
	Connector *DataConnector `thrift:"connector,2" db:"connector" json:"connector"`
}

Attributes:

  • Name
  • Connector

func NewThriftHiveMetastoreAlterDataconnectorArgs

func NewThriftHiveMetastoreAlterDataconnectorArgs() *ThriftHiveMetastoreAlterDataconnectorArgs

func (*ThriftHiveMetastoreAlterDataconnectorArgs) GetConnector

func (*ThriftHiveMetastoreAlterDataconnectorArgs) GetName

func (*ThriftHiveMetastoreAlterDataconnectorArgs) IsSetConnector

func (p *ThriftHiveMetastoreAlterDataconnectorArgs) IsSetConnector() bool

func (*ThriftHiveMetastoreAlterDataconnectorArgs) Read

func (*ThriftHiveMetastoreAlterDataconnectorArgs) ReadField1

func (*ThriftHiveMetastoreAlterDataconnectorArgs) ReadField2

func (*ThriftHiveMetastoreAlterDataconnectorArgs) String

func (*ThriftHiveMetastoreAlterDataconnectorArgs) Write

type ThriftHiveMetastoreAlterDataconnectorResult

type ThriftHiveMetastoreAlterDataconnectorResult 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 NewThriftHiveMetastoreAlterDataconnectorResult

func NewThriftHiveMetastoreAlterDataconnectorResult() *ThriftHiveMetastoreAlterDataconnectorResult

func (*ThriftHiveMetastoreAlterDataconnectorResult) GetO1

func (*ThriftHiveMetastoreAlterDataconnectorResult) GetO2

func (*ThriftHiveMetastoreAlterDataconnectorResult) IsSetO1

func (*ThriftHiveMetastoreAlterDataconnectorResult) IsSetO2

func (*ThriftHiveMetastoreAlterDataconnectorResult) Read

func (*ThriftHiveMetastoreAlterDataconnectorResult) ReadField1

func (*ThriftHiveMetastoreAlterDataconnectorResult) ReadField2

func (*ThriftHiveMetastoreAlterDataconnectorResult) String

func (*ThriftHiveMetastoreAlterDataconnectorResult) Write

type ThriftHiveMetastoreAlterFunctionArgs

type ThriftHiveMetastoreAlterFunctionArgs struct {
	DbName   string    `thrift:"dbName,1" db:"dbName" json:"dbName"`
	FuncName string    `thrift:"funcName,2" db:"funcName" json:"funcName"`
	NewFunc_ *Function `thrift:"newFunc,3" db:"newFunc" json:"newFunc"`
}

Attributes:

  • DbName
  • FuncName
  • NewFunc_

func NewThriftHiveMetastoreAlterFunctionArgs

func NewThriftHiveMetastoreAlterFunctionArgs() *ThriftHiveMetastoreAlterFunctionArgs

func (*ThriftHiveMetastoreAlterFunctionArgs) GetDbName

func (*ThriftHiveMetastoreAlterFunctionArgs) GetFuncName

func (*ThriftHiveMetastoreAlterFunctionArgs) GetNewFunc_

func (*ThriftHiveMetastoreAlterFunctionArgs) IsSetNewFunc_

func (p *ThriftHiveMetastoreAlterFunctionArgs) IsSetNewFunc_() bool

func (*ThriftHiveMetastoreAlterFunctionArgs) Read

func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField1

func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField2

func (*ThriftHiveMetastoreAlterFunctionArgs) ReadField3

func (*ThriftHiveMetastoreAlterFunctionArgs) String

func (*ThriftHiveMetastoreAlterFunctionArgs) Write

type ThriftHiveMetastoreAlterFunctionResult

type ThriftHiveMetastoreAlterFunctionResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAlterFunctionResult

func NewThriftHiveMetastoreAlterFunctionResult() *ThriftHiveMetastoreAlterFunctionResult

func (*ThriftHiveMetastoreAlterFunctionResult) GetO1

func (*ThriftHiveMetastoreAlterFunctionResult) GetO2

func (*ThriftHiveMetastoreAlterFunctionResult) IsSetO1

func (*ThriftHiveMetastoreAlterFunctionResult) IsSetO2

func (*ThriftHiveMetastoreAlterFunctionResult) Read

func (*ThriftHiveMetastoreAlterFunctionResult) ReadField1

func (*ThriftHiveMetastoreAlterFunctionResult) ReadField2

func (*ThriftHiveMetastoreAlterFunctionResult) String

func (*ThriftHiveMetastoreAlterFunctionResult) Write

type ThriftHiveMetastoreAlterIschemaArgs

type ThriftHiveMetastoreAlterIschemaArgs struct {
	Rqst *AlterISchemaRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreAlterIschemaArgs

func NewThriftHiveMetastoreAlterIschemaArgs() *ThriftHiveMetastoreAlterIschemaArgs

func (*ThriftHiveMetastoreAlterIschemaArgs) GetRqst

func (*ThriftHiveMetastoreAlterIschemaArgs) IsSetRqst

func (*ThriftHiveMetastoreAlterIschemaArgs) Read

func (*ThriftHiveMetastoreAlterIschemaArgs) ReadField1

func (*ThriftHiveMetastoreAlterIschemaArgs) String

func (*ThriftHiveMetastoreAlterIschemaArgs) Write

type ThriftHiveMetastoreAlterIschemaResult

type ThriftHiveMetastoreAlterIschemaResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAlterIschemaResult

func NewThriftHiveMetastoreAlterIschemaResult() *ThriftHiveMetastoreAlterIschemaResult

func (*ThriftHiveMetastoreAlterIschemaResult) GetO1

func (*ThriftHiveMetastoreAlterIschemaResult) GetO2

func (*ThriftHiveMetastoreAlterIschemaResult) IsSetO1

func (*ThriftHiveMetastoreAlterIschemaResult) IsSetO2

func (*ThriftHiveMetastoreAlterIschemaResult) Read

func (*ThriftHiveMetastoreAlterIschemaResult) ReadField1

func (*ThriftHiveMetastoreAlterIschemaResult) ReadField2

func (*ThriftHiveMetastoreAlterIschemaResult) String

func (*ThriftHiveMetastoreAlterIschemaResult) 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 ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs

type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	NewPart_           *Partition          `thrift:"new_part,3" db:"new_part" json:"new_part"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • NewPart_
  • EnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetNewPart_

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) IsSetNewPart_

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult

type ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAlterPartitionWithEnvironmentContextResult) Write

type ThriftHiveMetastoreAlterPartitionsArgs

type ThriftHiveMetastoreAlterPartitionsArgs struct {
	DbName    string       `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName   string       `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	NewParts_ []*Partition `thrift:"new_parts,3" db:"new_parts" json:"new_parts"`
}

Attributes:

  • DbName
  • TblName
  • NewParts_

func NewThriftHiveMetastoreAlterPartitionsArgs

func NewThriftHiveMetastoreAlterPartitionsArgs() *ThriftHiveMetastoreAlterPartitionsArgs

func (*ThriftHiveMetastoreAlterPartitionsArgs) GetDbName

func (*ThriftHiveMetastoreAlterPartitionsArgs) GetNewParts_

func (*ThriftHiveMetastoreAlterPartitionsArgs) GetTblName

func (*ThriftHiveMetastoreAlterPartitionsArgs) Read

func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField2

func (*ThriftHiveMetastoreAlterPartitionsArgs) ReadField3

func (*ThriftHiveMetastoreAlterPartitionsArgs) String

func (*ThriftHiveMetastoreAlterPartitionsArgs) Write

type ThriftHiveMetastoreAlterPartitionsReqArgs

type ThriftHiveMetastoreAlterPartitionsReqArgs struct {
	Req *AlterPartitionsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAlterPartitionsReqArgs

func NewThriftHiveMetastoreAlterPartitionsReqArgs() *ThriftHiveMetastoreAlterPartitionsReqArgs

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) GetReq

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) IsSetReq

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) Read

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) String

func (*ThriftHiveMetastoreAlterPartitionsReqArgs) Write

type ThriftHiveMetastoreAlterPartitionsReqResult

type ThriftHiveMetastoreAlterPartitionsReqResult struct {
	Success *AlterPartitionsResponse   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreAlterPartitionsReqResult

func NewThriftHiveMetastoreAlterPartitionsReqResult() *ThriftHiveMetastoreAlterPartitionsReqResult

func (*ThriftHiveMetastoreAlterPartitionsReqResult) GetO1

func (*ThriftHiveMetastoreAlterPartitionsReqResult) GetO2

func (*ThriftHiveMetastoreAlterPartitionsReqResult) GetSuccess

func (*ThriftHiveMetastoreAlterPartitionsReqResult) IsSetO1

func (*ThriftHiveMetastoreAlterPartitionsReqResult) IsSetO2

func (*ThriftHiveMetastoreAlterPartitionsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreAlterPartitionsReqResult) Read

func (*ThriftHiveMetastoreAlterPartitionsReqResult) ReadField0

func (*ThriftHiveMetastoreAlterPartitionsReqResult) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsReqResult) ReadField2

func (*ThriftHiveMetastoreAlterPartitionsReqResult) String

func (*ThriftHiveMetastoreAlterPartitionsReqResult) Write

type ThriftHiveMetastoreAlterPartitionsResult

type ThriftHiveMetastoreAlterPartitionsResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAlterPartitionsResult

func NewThriftHiveMetastoreAlterPartitionsResult() *ThriftHiveMetastoreAlterPartitionsResult

func (*ThriftHiveMetastoreAlterPartitionsResult) GetO1

func (*ThriftHiveMetastoreAlterPartitionsResult) GetO2

func (*ThriftHiveMetastoreAlterPartitionsResult) IsSetO1

func (*ThriftHiveMetastoreAlterPartitionsResult) IsSetO2

func (*ThriftHiveMetastoreAlterPartitionsResult) Read

func (*ThriftHiveMetastoreAlterPartitionsResult) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsResult) ReadField2

func (*ThriftHiveMetastoreAlterPartitionsResult) String

func (*ThriftHiveMetastoreAlterPartitionsResult) Write

type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs

type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	NewParts_          []*Partition        `thrift:"new_parts,3" db:"new_parts" json:"new_parts"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • NewParts_
  • EnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetNewParts_

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult

type ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextResult) Write

type ThriftHiveMetastoreAlterResourcePlanArgs

type ThriftHiveMetastoreAlterResourcePlanArgs struct {
	Request *WMAlterResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreAlterResourcePlanArgs

func NewThriftHiveMetastoreAlterResourcePlanArgs() *ThriftHiveMetastoreAlterResourcePlanArgs

func (*ThriftHiveMetastoreAlterResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreAlterResourcePlanArgs) IsSetRequest

func (*ThriftHiveMetastoreAlterResourcePlanArgs) Read

func (*ThriftHiveMetastoreAlterResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreAlterResourcePlanArgs) String

func (*ThriftHiveMetastoreAlterResourcePlanArgs) Write

type ThriftHiveMetastoreAlterResourcePlanResult

type ThriftHiveMetastoreAlterResourcePlanResult struct {
	Success *WMAlterResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException       `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException   `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException               `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAlterResourcePlanResult

func NewThriftHiveMetastoreAlterResourcePlanResult() *ThriftHiveMetastoreAlterResourcePlanResult

func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO1

func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO2

func (*ThriftHiveMetastoreAlterResourcePlanResult) GetO3

func (*ThriftHiveMetastoreAlterResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO1

func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetO3

func (*ThriftHiveMetastoreAlterResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreAlterResourcePlanResult) Read

func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField2

func (*ThriftHiveMetastoreAlterResourcePlanResult) ReadField3

func (*ThriftHiveMetastoreAlterResourcePlanResult) String

func (*ThriftHiveMetastoreAlterResourcePlanResult) 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 ThriftHiveMetastoreAlterTableReqArgs

type ThriftHiveMetastoreAlterTableReqArgs struct {
	Req *AlterTableRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreAlterTableReqArgs

func NewThriftHiveMetastoreAlterTableReqArgs() *ThriftHiveMetastoreAlterTableReqArgs

func (*ThriftHiveMetastoreAlterTableReqArgs) GetReq

func (*ThriftHiveMetastoreAlterTableReqArgs) IsSetReq

func (*ThriftHiveMetastoreAlterTableReqArgs) Read

func (*ThriftHiveMetastoreAlterTableReqArgs) ReadField1

func (*ThriftHiveMetastoreAlterTableReqArgs) String

func (*ThriftHiveMetastoreAlterTableReqArgs) Write

type ThriftHiveMetastoreAlterTableReqResult

type ThriftHiveMetastoreAlterTableReqResult struct {
	Success *AlterTableResponse        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreAlterTableReqResult

func NewThriftHiveMetastoreAlterTableReqResult() *ThriftHiveMetastoreAlterTableReqResult

func (*ThriftHiveMetastoreAlterTableReqResult) GetO1

func (*ThriftHiveMetastoreAlterTableReqResult) GetO2

func (*ThriftHiveMetastoreAlterTableReqResult) GetSuccess

func (*ThriftHiveMetastoreAlterTableReqResult) IsSetO1

func (*ThriftHiveMetastoreAlterTableReqResult) IsSetO2

func (*ThriftHiveMetastoreAlterTableReqResult) IsSetSuccess

func (p *ThriftHiveMetastoreAlterTableReqResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAlterTableReqResult) Read

func (*ThriftHiveMetastoreAlterTableReqResult) ReadField0

func (*ThriftHiveMetastoreAlterTableReqResult) ReadField1

func (*ThriftHiveMetastoreAlterTableReqResult) ReadField2

func (*ThriftHiveMetastoreAlterTableReqResult) String

func (*ThriftHiveMetastoreAlterTableReqResult) 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 ThriftHiveMetastoreAlterTableWithCascadeArgs

type ThriftHiveMetastoreAlterTableWithCascadeArgs struct {
	Dbname  string `thrift:"dbname,1" db:"dbname" json:"dbname"`
	TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	NewTbl_ *Table `thrift:"new_tbl,3" db:"new_tbl" json:"new_tbl"`
	Cascade bool   `thrift:"cascade,4" db:"cascade" json:"cascade"`
}

Attributes:

  • Dbname
  • TblName
  • NewTbl_
  • Cascade

func NewThriftHiveMetastoreAlterTableWithCascadeArgs

func NewThriftHiveMetastoreAlterTableWithCascadeArgs() *ThriftHiveMetastoreAlterTableWithCascadeArgs

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetCascade

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetDbname

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetNewTbl_

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) GetTblName

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) IsSetNewTbl_

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) Read

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField1

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField2

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField3

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) ReadField4

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) String

func (*ThriftHiveMetastoreAlterTableWithCascadeArgs) Write

type ThriftHiveMetastoreAlterTableWithCascadeResult

type ThriftHiveMetastoreAlterTableWithCascadeResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreAlterTableWithCascadeResult

func NewThriftHiveMetastoreAlterTableWithCascadeResult() *ThriftHiveMetastoreAlterTableWithCascadeResult

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) GetO1

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) GetO2

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO1

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) IsSetO2

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) Read

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField1

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) ReadField2

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) String

func (*ThriftHiveMetastoreAlterTableWithCascadeResult) Write

type ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs

type ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs struct {
	Dbname             string              `thrift:"dbname,1" db:"dbname" json:"dbname"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	NewTbl_            *Table              `thrift:"new_tbl,3" db:"new_tbl" json:"new_tbl"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • Dbname
  • TblName
  • NewTbl_
  • EnvironmentContext

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetDbname

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetNewTbl_

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) IsSetNewTbl_

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAlterTableWithEnvironmentContextResult

type ThriftHiveMetastoreAlterTableWithEnvironmentContextResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAlterTableWithEnvironmentContextResult) Write

type ThriftHiveMetastoreAlterWmPoolArgs

type ThriftHiveMetastoreAlterWmPoolArgs struct {
	Request *WMAlterPoolRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreAlterWmPoolArgs

func NewThriftHiveMetastoreAlterWmPoolArgs() *ThriftHiveMetastoreAlterWmPoolArgs

func (*ThriftHiveMetastoreAlterWmPoolArgs) GetRequest

func (*ThriftHiveMetastoreAlterWmPoolArgs) IsSetRequest

func (p *ThriftHiveMetastoreAlterWmPoolArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreAlterWmPoolArgs) Read

func (*ThriftHiveMetastoreAlterWmPoolArgs) ReadField1

func (*ThriftHiveMetastoreAlterWmPoolArgs) String

func (*ThriftHiveMetastoreAlterWmPoolArgs) Write

type ThriftHiveMetastoreAlterWmPoolResult

type ThriftHiveMetastoreAlterWmPoolResult struct {
	Success *WMAlterPoolResponse    `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *MetaException          `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreAlterWmPoolResult

func NewThriftHiveMetastoreAlterWmPoolResult() *ThriftHiveMetastoreAlterWmPoolResult

func (*ThriftHiveMetastoreAlterWmPoolResult) GetO1

func (*ThriftHiveMetastoreAlterWmPoolResult) GetO2

func (*ThriftHiveMetastoreAlterWmPoolResult) GetO3

func (*ThriftHiveMetastoreAlterWmPoolResult) GetO4

func (*ThriftHiveMetastoreAlterWmPoolResult) GetSuccess

func (*ThriftHiveMetastoreAlterWmPoolResult) IsSetO1

func (*ThriftHiveMetastoreAlterWmPoolResult) IsSetO2

func (*ThriftHiveMetastoreAlterWmPoolResult) IsSetO3

func (*ThriftHiveMetastoreAlterWmPoolResult) IsSetO4

func (*ThriftHiveMetastoreAlterWmPoolResult) IsSetSuccess

func (p *ThriftHiveMetastoreAlterWmPoolResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreAlterWmPoolResult) Read

func (*ThriftHiveMetastoreAlterWmPoolResult) ReadField0

func (*ThriftHiveMetastoreAlterWmPoolResult) ReadField1

func (*ThriftHiveMetastoreAlterWmPoolResult) ReadField2

func (*ThriftHiveMetastoreAlterWmPoolResult) ReadField3

func (*ThriftHiveMetastoreAlterWmPoolResult) ReadField4

func (*ThriftHiveMetastoreAlterWmPoolResult) String

func (*ThriftHiveMetastoreAlterWmPoolResult) Write

type ThriftHiveMetastoreAlterWmTriggerArgs

type ThriftHiveMetastoreAlterWmTriggerArgs struct {
	Request *WMAlterTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreAlterWmTriggerArgs

func NewThriftHiveMetastoreAlterWmTriggerArgs() *ThriftHiveMetastoreAlterWmTriggerArgs

func (*ThriftHiveMetastoreAlterWmTriggerArgs) GetRequest

func (*ThriftHiveMetastoreAlterWmTriggerArgs) IsSetRequest

func (p *ThriftHiveMetastoreAlterWmTriggerArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreAlterWmTriggerArgs) Read

func (*ThriftHiveMetastoreAlterWmTriggerArgs) ReadField1

func (*ThriftHiveMetastoreAlterWmTriggerArgs) String

func (*ThriftHiveMetastoreAlterWmTriggerArgs) Write

type ThriftHiveMetastoreAlterWmTriggerResult

type ThriftHiveMetastoreAlterWmTriggerResult struct {
	Success *WMAlterTriggerResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreAlterWmTriggerResult

func NewThriftHiveMetastoreAlterWmTriggerResult() *ThriftHiveMetastoreAlterWmTriggerResult

func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO1

func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO2

func (*ThriftHiveMetastoreAlterWmTriggerResult) GetO3

func (*ThriftHiveMetastoreAlterWmTriggerResult) GetSuccess

func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO1

func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO2

func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetO3

func (*ThriftHiveMetastoreAlterWmTriggerResult) IsSetSuccess

func (*ThriftHiveMetastoreAlterWmTriggerResult) Read

func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField0

func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField1

func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField2

func (*ThriftHiveMetastoreAlterWmTriggerResult) ReadField3

func (*ThriftHiveMetastoreAlterWmTriggerResult) String

func (*ThriftHiveMetastoreAlterWmTriggerResult) 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 ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs

type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartName           string              `thrift:"part_name,3" db:"part_name" json:"part_name"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • PartName
  • EnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetPartName

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult

type ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult struct {
	Success *Partition              `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextResult) 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 ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs

type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartVals           []string            `thrift:"part_vals,3" db:"part_vals" json:"part_vals"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • PartVals
  • EnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetPartVals

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult

type ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult struct {
	Success *Partition              `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *AlreadyExistsException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreAppendPartitionWithEnvironmentContextResult) Write

type ThriftHiveMetastoreCacheFileMetadataArgs

type ThriftHiveMetastoreCacheFileMetadataArgs struct {
	Req *CacheFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreCacheFileMetadataArgs

func NewThriftHiveMetastoreCacheFileMetadataArgs() *ThriftHiveMetastoreCacheFileMetadataArgs

func (*ThriftHiveMetastoreCacheFileMetadataArgs) GetReq

func (*ThriftHiveMetastoreCacheFileMetadataArgs) IsSetReq

func (*ThriftHiveMetastoreCacheFileMetadataArgs) Read

func (*ThriftHiveMetastoreCacheFileMetadataArgs) ReadField1

func (*ThriftHiveMetastoreCacheFileMetadataArgs) String

func (*ThriftHiveMetastoreCacheFileMetadataArgs) Write

type ThriftHiveMetastoreCacheFileMetadataResult

type ThriftHiveMetastoreCacheFileMetadataResult struct {
	Success *CacheFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreCacheFileMetadataResult

func NewThriftHiveMetastoreCacheFileMetadataResult() *ThriftHiveMetastoreCacheFileMetadataResult

func (*ThriftHiveMetastoreCacheFileMetadataResult) GetSuccess

func (*ThriftHiveMetastoreCacheFileMetadataResult) IsSetSuccess

func (*ThriftHiveMetastoreCacheFileMetadataResult) Read

func (*ThriftHiveMetastoreCacheFileMetadataResult) ReadField0

func (*ThriftHiveMetastoreCacheFileMetadataResult) String

func (*ThriftHiveMetastoreCacheFileMetadataResult) 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 ThriftHiveMetastoreCheckLockArgs

type ThriftHiveMetastoreCheckLockArgs struct {
	Rqst *CheckLockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreCheckLockArgs

func NewThriftHiveMetastoreCheckLockArgs() *ThriftHiveMetastoreCheckLockArgs

func (*ThriftHiveMetastoreCheckLockArgs) GetRqst

func (*ThriftHiveMetastoreCheckLockArgs) IsSetRqst

func (p *ThriftHiveMetastoreCheckLockArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreCheckLockArgs) Read

func (*ThriftHiveMetastoreCheckLockArgs) ReadField1

func (*ThriftHiveMetastoreCheckLockArgs) String

func (*ThriftHiveMetastoreCheckLockArgs) Write

type ThriftHiveMetastoreCheckLockResult

type ThriftHiveMetastoreCheckLockResult struct {
	Success *LockResponse        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchTxnException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *NoSuchLockException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreCheckLockResult

func NewThriftHiveMetastoreCheckLockResult() *ThriftHiveMetastoreCheckLockResult

func (*ThriftHiveMetastoreCheckLockResult) GetO1

func (*ThriftHiveMetastoreCheckLockResult) GetO2

func (*ThriftHiveMetastoreCheckLockResult) GetO3

func (*ThriftHiveMetastoreCheckLockResult) GetSuccess

func (*ThriftHiveMetastoreCheckLockResult) IsSetO1

func (*ThriftHiveMetastoreCheckLockResult) IsSetO2

func (*ThriftHiveMetastoreCheckLockResult) IsSetO3

func (*ThriftHiveMetastoreCheckLockResult) IsSetSuccess

func (p *ThriftHiveMetastoreCheckLockResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreCheckLockResult) Read

func (*ThriftHiveMetastoreCheckLockResult) ReadField0

func (*ThriftHiveMetastoreCheckLockResult) ReadField1

func (*ThriftHiveMetastoreCheckLockResult) ReadField2

func (*ThriftHiveMetastoreCheckLockResult) ReadField3

func (*ThriftHiveMetastoreCheckLockResult) String

func (*ThriftHiveMetastoreCheckLockResult) Write

type ThriftHiveMetastoreClearFileMetadataArgs

type ThriftHiveMetastoreClearFileMetadataArgs struct {
	Req *ClearFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreClearFileMetadataArgs

func NewThriftHiveMetastoreClearFileMetadataArgs() *ThriftHiveMetastoreClearFileMetadataArgs

func (*ThriftHiveMetastoreClearFileMetadataArgs) GetReq

func (*ThriftHiveMetastoreClearFileMetadataArgs) IsSetReq

func (*ThriftHiveMetastoreClearFileMetadataArgs) Read

func (*ThriftHiveMetastoreClearFileMetadataArgs) ReadField1

func (*ThriftHiveMetastoreClearFileMetadataArgs) String

func (*ThriftHiveMetastoreClearFileMetadataArgs) Write

type ThriftHiveMetastoreClearFileMetadataResult

type ThriftHiveMetastoreClearFileMetadataResult struct {
	Success *ClearFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreClearFileMetadataResult

func NewThriftHiveMetastoreClearFileMetadataResult() *ThriftHiveMetastoreClearFileMetadataResult

func (*ThriftHiveMetastoreClearFileMetadataResult) GetSuccess

func (*ThriftHiveMetastoreClearFileMetadataResult) IsSetSuccess

func (*ThriftHiveMetastoreClearFileMetadataResult) Read

func (*ThriftHiveMetastoreClearFileMetadataResult) ReadField0

func (*ThriftHiveMetastoreClearFileMetadataResult) String

func (*ThriftHiveMetastoreClearFileMetadataResult) 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) AbortTxn

func (p *ThriftHiveMetastoreClient) AbortTxn(ctx context.Context, rqst *AbortTxnRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AbortTxns

func (p *ThriftHiveMetastoreClient) AbortTxns(ctx context.Context, rqst *AbortTxnsRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AddCheckConstraint

func (p *ThriftHiveMetastoreClient) AddCheckConstraint(ctx context.Context, req *AddCheckConstraintRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddDefaultConstraint

func (p *ThriftHiveMetastoreClient) AddDefaultConstraint(ctx context.Context, req *AddDefaultConstraintRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddDynamicPartitions

func (p *ThriftHiveMetastoreClient) AddDynamicPartitions(ctx context.Context, rqst *AddDynamicPartitions) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AddForeignKey

func (p *ThriftHiveMetastoreClient) AddForeignKey(ctx context.Context, req *AddForeignKeyRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddMasterKey

func (p *ThriftHiveMetastoreClient) AddMasterKey(ctx context.Context, key string) (r int32, err error)

Parameters:

  • Key

func (*ThriftHiveMetastoreClient) AddNotNullConstraint

func (p *ThriftHiveMetastoreClient) AddNotNullConstraint(ctx context.Context, req *AddNotNullConstraintRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddPackage

func (p *ThriftHiveMetastoreClient) AddPackage(ctx context.Context, request *AddPackageRequest) (err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) AddPartition

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

Parameters:

  • NewPart_

func (*ThriftHiveMetastoreClient) AddPartitionWithEnvironmentContext

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

Parameters:

  • NewPart_
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) AddPartitions

func (p *ThriftHiveMetastoreClient) AddPartitions(ctx context.Context, new_parts []*Partition) (r int32, err error)

Parameters:

  • NewParts_

func (*ThriftHiveMetastoreClient) AddPartitionsPspec

func (p *ThriftHiveMetastoreClient) AddPartitionsPspec(ctx context.Context, new_parts []*PartitionSpec) (r int32, err error)

Parameters:

  • NewParts_

func (*ThriftHiveMetastoreClient) AddPartitionsReq

func (p *ThriftHiveMetastoreClient) AddPartitionsReq(ctx context.Context, request *AddPartitionsRequest) (r *AddPartitionsResult_, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) AddPrimaryKey

func (p *ThriftHiveMetastoreClient) AddPrimaryKey(ctx context.Context, req *AddPrimaryKeyRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddReplicationMetrics

func (p *ThriftHiveMetastoreClient) AddReplicationMetrics(ctx context.Context, replicationMetricList *ReplicationMetricList) (err error)

Parameters:

  • ReplicationMetricList

func (*ThriftHiveMetastoreClient) AddRuntimeStats

func (p *ThriftHiveMetastoreClient) AddRuntimeStats(ctx context.Context, stat *RuntimeStat) (err error)

Parameters:

  • Stat

func (*ThriftHiveMetastoreClient) AddSchemaVersion

func (p *ThriftHiveMetastoreClient) AddSchemaVersion(ctx context.Context, schemaVersion *SchemaVersion) (err error)

Parameters:

  • SchemaVersion

func (*ThriftHiveMetastoreClient) AddSerde

func (p *ThriftHiveMetastoreClient) AddSerde(ctx context.Context, serde *SerDeInfo) (err error)

Parameters:

  • Serde

func (*ThriftHiveMetastoreClient) AddToken

func (p *ThriftHiveMetastoreClient) AddToken(ctx context.Context, token_identifier string, delegation_token string) (r bool, err error)

Parameters:

  • TokenIdentifier
  • DelegationToken

func (*ThriftHiveMetastoreClient) AddUniqueConstraint

func (p *ThriftHiveMetastoreClient) AddUniqueConstraint(ctx context.Context, req *AddUniqueConstraintRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AddWriteNotificationLog

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AllocateTableWriteIds

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AlterCatalog

func (p *ThriftHiveMetastoreClient) AlterCatalog(ctx context.Context, rqst *AlterCatalogRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AlterDatabase

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

Parameters:

  • Dbname
  • Db

func (*ThriftHiveMetastoreClient) AlterDataconnector

func (p *ThriftHiveMetastoreClient) AlterDataconnector(ctx context.Context, name string, connector *DataConnector) (err error)

Parameters:

  • Name
  • Connector

func (*ThriftHiveMetastoreClient) AlterFunction

func (p *ThriftHiveMetastoreClient) AlterFunction(ctx context.Context, dbName string, funcName string, newFunc *Function) (err error)

Parameters:

  • DbName
  • FuncName
  • NewFunc_

func (*ThriftHiveMetastoreClient) AlterIschema

func (p *ThriftHiveMetastoreClient) AlterIschema(ctx context.Context, rqst *AlterISchemaRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) AlterPartition

func (p *ThriftHiveMetastoreClient) AlterPartition(ctx context.Context, db_name string, tbl_name string, new_part *Partition) (err error)

Parameters:

  • DbName
  • TblName
  • NewPart_

func (*ThriftHiveMetastoreClient) AlterPartitionWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) AlterPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_part *Partition, environment_context *EnvironmentContext) (err error)

Parameters:

  • DbName
  • TblName
  • NewPart_
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) AlterPartitions

func (p *ThriftHiveMetastoreClient) AlterPartitions(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition) (err error)

Parameters:

  • DbName
  • TblName
  • NewParts_

func (*ThriftHiveMetastoreClient) AlterPartitionsReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AlterPartitionsWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) AlterPartitionsWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, new_parts []*Partition, environment_context *EnvironmentContext) (err error)

Parameters:

  • DbName
  • TblName
  • NewParts_
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) AlterResourcePlan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) AlterTable

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

Parameters:

  • Dbname
  • TblName
  • NewTbl_

func (*ThriftHiveMetastoreClient) AlterTableReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) AlterTableWithCascade

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

Parameters:

  • Dbname
  • TblName
  • NewTbl_
  • Cascade

func (*ThriftHiveMetastoreClient) AlterTableWithEnvironmentContext

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

Parameters:

  • Dbname
  • TblName
  • NewTbl_
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) AlterWmPool

func (p *ThriftHiveMetastoreClient) AlterWmPool(ctx context.Context, request *WMAlterPoolRequest) (r *WMAlterPoolResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) AlterWmTrigger

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) AppendPartition

func (p *ThriftHiveMetastoreClient) AppendPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartVals

func (*ThriftHiveMetastoreClient) AppendPartitionByName

func (p *ThriftHiveMetastoreClient) AppendPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartName

func (*ThriftHiveMetastoreClient) AppendPartitionByNameWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) AppendPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, environment_context *EnvironmentContext) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartName
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) AppendPartitionWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) AppendPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, environment_context *EnvironmentContext) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) CacheFileMetadata

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) CancelDelegationToken

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

Parameters:

  • TokenStrForm

func (*ThriftHiveMetastoreClient) CheckLock

func (p *ThriftHiveMetastoreClient) CheckLock(ctx context.Context, rqst *CheckLockRequest) (r *LockResponse, err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) ClearFileMetadata

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) CmRecycle

func (p *ThriftHiveMetastoreClient) CmRecycle(ctx context.Context, request *CmRecycleRequest) (r *CmRecycleResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CommitTxn

func (p *ThriftHiveMetastoreClient) CommitTxn(ctx context.Context, rqst *CommitTxnRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) Compact

func (p *ThriftHiveMetastoreClient) Compact(ctx context.Context, rqst *CompactionRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) Compact2

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) CreateCatalog

func (p *ThriftHiveMetastoreClient) CreateCatalog(ctx context.Context, catalog *CreateCatalogRequest) (err error)

Parameters:

  • Catalog

func (*ThriftHiveMetastoreClient) CreateDatabase

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

Parameters:

  • Database

func (*ThriftHiveMetastoreClient) CreateDataconnector

func (p *ThriftHiveMetastoreClient) CreateDataconnector(ctx context.Context, connector *DataConnector) (err error)

Parameters:

  • Connector

func (*ThriftHiveMetastoreClient) CreateFunction

func (p *ThriftHiveMetastoreClient) CreateFunction(ctx context.Context, func_a1 *Function) (err error)

Parameters:

  • Func

func (*ThriftHiveMetastoreClient) CreateIschema

func (p *ThriftHiveMetastoreClient) CreateIschema(ctx context.Context, schema *ISchema) (err error)

Parameters:

  • Schema

func (*ThriftHiveMetastoreClient) CreateOrDropWmTriggerToPoolMapping

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CreateOrUpdateWmMapping

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CreateResourcePlan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CreateRole

func (p *ThriftHiveMetastoreClient) CreateRole(ctx context.Context, role *Role) (r bool, err error)

Parameters:

  • Role

func (*ThriftHiveMetastoreClient) CreateStoredProcedure

func (p *ThriftHiveMetastoreClient) CreateStoredProcedure(ctx context.Context, proc *StoredProcedure) (err error)

Parameters:

  • Proc

func (*ThriftHiveMetastoreClient) CreateTable

func (p *ThriftHiveMetastoreClient) CreateTable(ctx context.Context, tbl *Table) (err error)

Parameters:

  • Tbl

func (*ThriftHiveMetastoreClient) CreateTableReq

func (p *ThriftHiveMetastoreClient) CreateTableReq(ctx context.Context, request *CreateTableRequest) (err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CreateTableWithConstraints

func (p *ThriftHiveMetastoreClient) CreateTableWithConstraints(ctx context.Context, tbl *Table, primaryKeys []*SQLPrimaryKey, foreignKeys []*SQLForeignKey, uniqueConstraints []*SQLUniqueConstraint, notNullConstraints []*SQLNotNullConstraint, defaultConstraints []*SQLDefaultConstraint, checkConstraints []*SQLCheckConstraint) (err error)

Parameters:

  • Tbl
  • PrimaryKeys
  • ForeignKeys
  • UniqueConstraints
  • NotNullConstraints
  • DefaultConstraints
  • CheckConstraints

func (*ThriftHiveMetastoreClient) CreateTableWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) CreateTableWithEnvironmentContext(ctx context.Context, tbl *Table, environment_context *EnvironmentContext) (err error)

Parameters:

  • Tbl
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) CreateType

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

Parameters:

  • Type

func (*ThriftHiveMetastoreClient) CreateWmPool

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) CreateWmTrigger

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DeletePartitionColumnStatistics

func (p *ThriftHiveMetastoreClient) DeletePartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string, engine string) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartName
  • ColName
  • Engine

func (*ThriftHiveMetastoreClient) DeleteTableColumnStatistics

func (p *ThriftHiveMetastoreClient) DeleteTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string, engine string) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • ColName
  • Engine

func (*ThriftHiveMetastoreClient) DropCatalog

func (p *ThriftHiveMetastoreClient) DropCatalog(ctx context.Context, catName *DropCatalogRequest) (err error)

Parameters:

  • CatName

func (*ThriftHiveMetastoreClient) DropConstraint

func (p *ThriftHiveMetastoreClient) DropConstraint(ctx context.Context, req *DropConstraintRequest) (err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) DropDatabase

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

Parameters:

  • Name
  • DeleteData
  • Cascade

func (*ThriftHiveMetastoreClient) DropDataconnector

func (p *ThriftHiveMetastoreClient) DropDataconnector(ctx context.Context, name string, ifNotExists bool, checkReferences bool) (err error)

Parameters:

  • Name
  • IfNotExists
  • CheckReferences

func (*ThriftHiveMetastoreClient) DropFunction

func (p *ThriftHiveMetastoreClient) DropFunction(ctx context.Context, dbName string, funcName string) (err error)

Parameters:

  • DbName
  • FuncName

func (*ThriftHiveMetastoreClient) DropIschema

func (p *ThriftHiveMetastoreClient) DropIschema(ctx context.Context, name *ISchemaName) (err error)

Parameters:

  • Name

func (*ThriftHiveMetastoreClient) DropPackage

func (p *ThriftHiveMetastoreClient) DropPackage(ctx context.Context, request *DropPackageRequest) (err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DropPartition

func (p *ThriftHiveMetastoreClient) DropPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • DeleteData

func (*ThriftHiveMetastoreClient) DropPartitionByName

func (p *ThriftHiveMetastoreClient) DropPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartName
  • DeleteData

func (*ThriftHiveMetastoreClient) DropPartitionByNameWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) DropPartitionByNameWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_name string, deleteData bool, environment_context *EnvironmentContext) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartName
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) DropPartitionWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) DropPartitionWithEnvironmentContext(ctx context.Context, db_name string, tbl_name string, part_vals []string, deleteData bool, environment_context *EnvironmentContext) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) DropPartitionsReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) DropResourcePlan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DropRole

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

Parameters:

  • RoleName

func (*ThriftHiveMetastoreClient) DropSchemaVersion

func (p *ThriftHiveMetastoreClient) DropSchemaVersion(ctx context.Context, schemaVersion *SchemaVersionDescriptor) (err error)

Parameters:

  • SchemaVersion

func (*ThriftHiveMetastoreClient) DropStoredProcedure

func (p *ThriftHiveMetastoreClient) DropStoredProcedure(ctx context.Context, request *StoredProcedureRequest) (err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DropTable

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

Parameters:

  • Dbname
  • Name
  • DeleteData

func (*ThriftHiveMetastoreClient) DropTableWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) DropTableWithEnvironmentContext(ctx context.Context, dbname string, name string, deleteData bool, environment_context *EnvironmentContext) (err error)

Parameters:

  • Dbname
  • Name
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) DropType

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

Parameters:

  • Type

func (*ThriftHiveMetastoreClient) DropWmMapping

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DropWmPool

func (p *ThriftHiveMetastoreClient) DropWmPool(ctx context.Context, request *WMDropPoolRequest) (r *WMDropPoolResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) DropWmTrigger

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) ExchangePartition

func (p *ThriftHiveMetastoreClient) ExchangePartition(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (r *Partition, err error)

Parameters:

  • PartitionSpecs
  • SourceDb
  • SourceTableName
  • DestDb
  • DestTableName

func (*ThriftHiveMetastoreClient) ExchangePartitions

func (p *ThriftHiveMetastoreClient) ExchangePartitions(ctx context.Context, partitionSpecs map[string]string, source_db string, source_table_name string, dest_db string, dest_table_name string) (r []*Partition, err error)

Parameters:

  • PartitionSpecs
  • SourceDb
  • SourceTableName
  • DestDb
  • DestTableName

func (*ThriftHiveMetastoreClient) FindColumnsWithStats

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

Parameters:

  • Cr

func (*ThriftHiveMetastoreClient) FindNextCompact

func (p *ThriftHiveMetastoreClient) FindNextCompact(ctx context.Context, workerId string, workerVersion string) (r *OptionalCompactionInfoStruct, err error)

Parameters:

  • WorkerId
  • WorkerVersion

func (*ThriftHiveMetastoreClient) FindPackage

func (p *ThriftHiveMetastoreClient) FindPackage(ctx context.Context, request *GetPackageRequest) (r *Package, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) FireListenerEvent

func (p *ThriftHiveMetastoreClient) FireListenerEvent(ctx context.Context, rqst *FireEventRequest) (r *FireEventResponse, err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) FlushCache

func (p *ThriftHiveMetastoreClient) FlushCache(ctx context.Context) (err error)

func (*ThriftHiveMetastoreClient) GetActiveResourcePlan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAggrStatsFor

func (p *ThriftHiveMetastoreClient) GetAggrStatsFor(ctx context.Context, request *PartitionsStatsRequest) (r *AggrStats, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAllDatabases

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

func (*ThriftHiveMetastoreClient) GetAllFunctions

func (p *ThriftHiveMetastoreClient) GetAllFunctions(ctx context.Context) (r *GetAllFunctionsResponse, err error)

func (*ThriftHiveMetastoreClient) GetAllMaterializedViewObjectsForRewriting

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

func (*ThriftHiveMetastoreClient) GetAllPackages

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

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAllResourcePlans

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAllStoredProcedures

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

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAllTableConstraints

func (p *ThriftHiveMetastoreClient) GetAllTableConstraints(ctx context.Context, request *AllTableConstraintsRequest) (r *AllTableConstraintsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetAllTables

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

Parameters:

  • DbName

func (*ThriftHiveMetastoreClient) GetAllTokenIdentifiers

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

func (*ThriftHiveMetastoreClient) GetCatalog

func (p *ThriftHiveMetastoreClient) GetCatalog(ctx context.Context, catName *GetCatalogRequest) (r *GetCatalogResponse, err error)

Parameters:

  • CatName

func (*ThriftHiveMetastoreClient) GetCatalogs

func (p *ThriftHiveMetastoreClient) GetCatalogs(ctx context.Context) (r *GetCatalogsResponse, err error)

func (*ThriftHiveMetastoreClient) GetCheckConstraints

func (p *ThriftHiveMetastoreClient) GetCheckConstraints(ctx context.Context, request *CheckConstraintsRequest) (r *CheckConstraintsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetConfigValue

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

Parameters:

  • Name
  • DefaultValue

func (*ThriftHiveMetastoreClient) GetCurrentNotificationEventId

func (p *ThriftHiveMetastoreClient) GetCurrentNotificationEventId(ctx context.Context) (r *CurrentNotificationEventId, err error)

func (*ThriftHiveMetastoreClient) GetDatabase

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

Parameters:

  • Name

func (*ThriftHiveMetastoreClient) GetDatabaseReq

func (p *ThriftHiveMetastoreClient) GetDatabaseReq(ctx context.Context, request *GetDatabaseRequest) (r *Database, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetDatabases

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

Parameters:

  • Pattern

func (*ThriftHiveMetastoreClient) GetDataconnectorReq

func (p *ThriftHiveMetastoreClient) GetDataconnectorReq(ctx context.Context, request *GetDataConnectorRequest) (r *DataConnector, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetDataconnectors

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

func (*ThriftHiveMetastoreClient) GetDefaultConstraints

func (p *ThriftHiveMetastoreClient) GetDefaultConstraints(ctx context.Context, request *DefaultConstraintsRequest) (r *DefaultConstraintsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetDelegationToken

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

Parameters:

  • TokenOwner
  • RenewerKerberosPrincipalName

func (*ThriftHiveMetastoreClient) GetFields

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

Parameters:

  • DbName
  • TableName

func (*ThriftHiveMetastoreClient) GetFieldsReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetFieldsWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) GetFieldsWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (r []*FieldSchema, err error)

Parameters:

  • DbName
  • TableName
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) GetFileMetadata

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetFileMetadataByExpr

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetForeignKeys

func (p *ThriftHiveMetastoreClient) GetForeignKeys(ctx context.Context, request *ForeignKeysRequest) (r *ForeignKeysResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetFunction

func (p *ThriftHiveMetastoreClient) GetFunction(ctx context.Context, dbName string, funcName string) (r *Function, err error)

Parameters:

  • DbName
  • FuncName

func (*ThriftHiveMetastoreClient) GetFunctions

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

Parameters:

  • DbName
  • Pattern

func (*ThriftHiveMetastoreClient) GetIschema

func (p *ThriftHiveMetastoreClient) GetIschema(ctx context.Context, name *ISchemaName) (r *ISchema, err error)

Parameters:

  • Name

func (*ThriftHiveMetastoreClient) GetLatestCommittedCompactionInfo

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetLatestTxnidInConflict

func (p *ThriftHiveMetastoreClient) GetLatestTxnidInConflict(ctx context.Context, txnId int64) (r int64, err error)

Parameters:

  • TxnId

func (*ThriftHiveMetastoreClient) GetLockMaterializationRebuild

func (p *ThriftHiveMetastoreClient) GetLockMaterializationRebuild(ctx context.Context, dbName string, tableName string, txnId int64) (r *LockResponse, err error)

Parameters:

  • DbName
  • TableName
  • TxnId

func (*ThriftHiveMetastoreClient) GetMasterKeys

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

func (*ThriftHiveMetastoreClient) GetMaterializationInvalidationInfo

func (p *ThriftHiveMetastoreClient) GetMaterializationInvalidationInfo(ctx context.Context, creation_metadata *CreationMetadata, validTxnList string) (r *Materialization, err error)

Parameters:

  • CreationMetadata
  • ValidTxnList

func (*ThriftHiveMetastoreClient) GetMaterializedViewsForRewriting

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

Parameters:

  • DbName

func (*ThriftHiveMetastoreClient) GetMaxAllocatedTableWriteID

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetMetaConf

func (p *ThriftHiveMetastoreClient) GetMetaConf(ctx context.Context, key string) (r string, err error)

Parameters:

  • Key

func (*ThriftHiveMetastoreClient) GetMetastoreDbUUID

func (p *ThriftHiveMetastoreClient) GetMetastoreDbUUID(ctx context.Context) (r string, err error)

func (*ThriftHiveMetastoreClient) GetNextNotification

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetNotNullConstraints

func (p *ThriftHiveMetastoreClient) GetNotNullConstraints(ctx context.Context, request *NotNullConstraintsRequest) (r *NotNullConstraintsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetNotificationEventsCount

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetNumPartitionsByFilter

func (p *ThriftHiveMetastoreClient) GetNumPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string) (r int32, err error)

Parameters:

  • DbName
  • TblName
  • Filter

func (*ThriftHiveMetastoreClient) GetOpenTxns

func (p *ThriftHiveMetastoreClient) GetOpenTxns(ctx context.Context) (r *GetOpenTxnsResponse, err error)

func (*ThriftHiveMetastoreClient) GetOpenTxnsInfo

func (p *ThriftHiveMetastoreClient) GetOpenTxnsInfo(ctx context.Context) (r *GetOpenTxnsInfoResponse, err error)

func (*ThriftHiveMetastoreClient) GetOpenTxnsReq

func (p *ThriftHiveMetastoreClient) GetOpenTxnsReq(ctx context.Context, getOpenTxnsRequest *GetOpenTxnsRequest) (r *GetOpenTxnsResponse, err error)

Parameters:

  • GetOpenTxnsRequest

func (*ThriftHiveMetastoreClient) GetPartSpecsByFilter

func (p *ThriftHiveMetastoreClient) GetPartSpecsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int32) (r []*PartitionSpec, err error)

Parameters:

  • DbName
  • TblName
  • Filter
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartition

func (p *ThriftHiveMetastoreClient) GetPartition(ctx context.Context, db_name string, tbl_name string, part_vals []string) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartVals

func (*ThriftHiveMetastoreClient) GetPartitionByName

func (p *ThriftHiveMetastoreClient) GetPartitionByName(ctx context.Context, db_name string, tbl_name string, part_name string) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartName

func (*ThriftHiveMetastoreClient) GetPartitionColumnStatistics

func (p *ThriftHiveMetastoreClient) GetPartitionColumnStatistics(ctx context.Context, db_name string, tbl_name string, part_name string, col_name string) (r *ColumnStatistics, err error)

Parameters:

  • DbName
  • TblName
  • PartName
  • ColName

func (*ThriftHiveMetastoreClient) GetPartitionNames

func (p *ThriftHiveMetastoreClient) GetPartitionNames(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []string, err error)

Parameters:

  • DbName
  • TblName
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartitionNamesPs

func (p *ThriftHiveMetastoreClient) GetPartitionNamesPs(ctx context.Context, db_name string, tbl_name string, part_vals []string, max_parts int16) (r []string, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartitionNamesPsReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionNamesReq

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

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionValues

func (p *ThriftHiveMetastoreClient) GetPartitionValues(ctx context.Context, request *PartitionValuesRequest) (r *PartitionValuesResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetPartitionWithAuth

func (p *ThriftHiveMetastoreClient) GetPartitionWithAuth(ctx context.Context, db_name string, tbl_name string, part_vals []string, user_name string, group_names []string) (r *Partition, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • UserName
  • GroupNames

func (*ThriftHiveMetastoreClient) GetPartitions

func (p *ThriftHiveMetastoreClient) GetPartitions(ctx context.Context, db_name string, tbl_name string, max_parts int16) (r []*Partition, err error)

Parameters:

  • DbName
  • TblName
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartitionsByExpr

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionsByFilter

func (p *ThriftHiveMetastoreClient) GetPartitionsByFilter(ctx context.Context, db_name string, tbl_name string, filter string, max_parts int16) (r []*Partition, err error)

Parameters:

  • DbName
  • TblName
  • Filter
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartitionsByNames

func (p *ThriftHiveMetastoreClient) GetPartitionsByNames(ctx context.Context, db_name string, tbl_name string, names []string) (r []*Partition, err error)

Parameters:

  • DbName
  • TblName
  • Names

func (*ThriftHiveMetastoreClient) GetPartitionsByNamesReq

Parameters:

  • Req

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

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionsPspec

func (p *ThriftHiveMetastoreClient) GetPartitionsPspec(ctx context.Context, db_name string, tbl_name string, max_parts int32) (r []*PartitionSpec, err error)

Parameters:

  • DbName
  • TblName
  • MaxParts

func (*ThriftHiveMetastoreClient) GetPartitionsReq

func (p *ThriftHiveMetastoreClient) GetPartitionsReq(ctx context.Context, req *PartitionsRequest) (r *PartitionsResponse, err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionsSpecByExpr

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetPartitionsStatisticsReq

func (p *ThriftHiveMetastoreClient) GetPartitionsStatisticsReq(ctx context.Context, request *PartitionsStatsRequest) (r *PartitionsStatsResult_, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetPartitionsWithAuth

func (p *ThriftHiveMetastoreClient) GetPartitionsWithAuth(ctx context.Context, db_name string, tbl_name string, max_parts int16, user_name string, group_names []string) (r []*Partition, err error)

Parameters:

  • DbName
  • TblName
  • MaxParts
  • UserName
  • GroupNames

func (*ThriftHiveMetastoreClient) GetPartitionsWithSpecs

func (p *ThriftHiveMetastoreClient) GetPartitionsWithSpecs(ctx context.Context, request *GetPartitionsRequest) (r *GetPartitionsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetPrimaryKeys

func (p *ThriftHiveMetastoreClient) GetPrimaryKeys(ctx context.Context, request *PrimaryKeysRequest) (r *PrimaryKeysResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetPrincipalsInRole

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetPrivilegeSet

func (p *ThriftHiveMetastoreClient) GetPrivilegeSet(ctx context.Context, hiveObject *HiveObjectRef, user_name string, group_names []string) (r *PrincipalPrivilegeSet, err error)

Parameters:

  • HiveObject
  • UserName
  • GroupNames

func (*ThriftHiveMetastoreClient) GetReplicationMetrics

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetResourcePlan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetRoleGrantsForPrincipal

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetRoleNames

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

func (*ThriftHiveMetastoreClient) GetRuntimeStats

func (p *ThriftHiveMetastoreClient) GetRuntimeStats(ctx context.Context, rqst *GetRuntimeStatsRequest) (r []*RuntimeStat, err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetScheduledQuery

func (p *ThriftHiveMetastoreClient) GetScheduledQuery(ctx context.Context, scheduleKey *ScheduledQueryKey) (r *ScheduledQuery, err error)

Parameters:

  • ScheduleKey

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

func (p *ThriftHiveMetastoreClient) GetSchemaAllVersions(ctx context.Context, schemaName *ISchemaName) (r []*SchemaVersion, err error)

Parameters:

  • SchemaName

func (*ThriftHiveMetastoreClient) GetSchemaLatestVersion

func (p *ThriftHiveMetastoreClient) GetSchemaLatestVersion(ctx context.Context, schemaName *ISchemaName) (r *SchemaVersion, err error)

Parameters:

  • SchemaName

func (*ThriftHiveMetastoreClient) GetSchemaReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetSchemaVersion

func (p *ThriftHiveMetastoreClient) GetSchemaVersion(ctx context.Context, schemaVersion *SchemaVersionDescriptor) (r *SchemaVersion, err error)

Parameters:

  • SchemaVersion

func (*ThriftHiveMetastoreClient) GetSchemaWithEnvironmentContext

func (p *ThriftHiveMetastoreClient) GetSchemaWithEnvironmentContext(ctx context.Context, db_name string, table_name string, environment_context *EnvironmentContext) (r []*FieldSchema, err error)

Parameters:

  • DbName
  • TableName
  • EnvironmentContext

func (*ThriftHiveMetastoreClient) GetSchemasByCols

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetSerde

func (p *ThriftHiveMetastoreClient) GetSerde(ctx context.Context, rqst *GetSerdeRequest) (r *SerDeInfo, err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GetStoredProcedure

func (p *ThriftHiveMetastoreClient) GetStoredProcedure(ctx context.Context, request *StoredProcedureRequest) (r *StoredProcedure, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetTable

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

Parameters:

  • Dbname
  • TblName

func (*ThriftHiveMetastoreClient) GetTableColumnStatistics

func (p *ThriftHiveMetastoreClient) GetTableColumnStatistics(ctx context.Context, db_name string, tbl_name string, col_name string) (r *ColumnStatistics, err error)

Parameters:

  • DbName
  • TblName
  • ColName

func (*ThriftHiveMetastoreClient) GetTableMeta

func (p *ThriftHiveMetastoreClient) GetTableMeta(ctx context.Context, db_patterns string, tbl_patterns string, tbl_types []string) (r []*TableMeta, err error)

Parameters:

  • DbPatterns
  • TblPatterns
  • TblTypes

func (*ThriftHiveMetastoreClient) GetTableNamesByFilter

func (p *ThriftHiveMetastoreClient) GetTableNamesByFilter(ctx context.Context, dbname string, filter string, max_tables int16) (r []string, err error)

Parameters:

  • Dbname
  • Filter
  • MaxTables

func (*ThriftHiveMetastoreClient) GetTableObjectsByName

func (p *ThriftHiveMetastoreClient) GetTableObjectsByName(ctx context.Context, dbname string, tbl_names []string) (r []*Table, err error)

Parameters:

  • Dbname
  • TblNames

func (*ThriftHiveMetastoreClient) GetTableObjectsByNameReq

func (p *ThriftHiveMetastoreClient) GetTableObjectsByNameReq(ctx context.Context, req *GetTablesRequest) (r *GetTablesResult_, err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetTableReq

func (p *ThriftHiveMetastoreClient) GetTableReq(ctx context.Context, req *GetTableRequest) (r *GetTableResult_, err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetTableStatisticsReq

func (p *ThriftHiveMetastoreClient) GetTableStatisticsReq(ctx context.Context, request *TableStatsRequest) (r *TableStatsResult_, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetTables

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

Parameters:

  • DbName
  • Pattern

func (*ThriftHiveMetastoreClient) GetTablesByType

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

Parameters:

  • DbName
  • Pattern
  • TableType

func (*ThriftHiveMetastoreClient) GetTablesExt

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) GetToken

func (p *ThriftHiveMetastoreClient) GetToken(ctx context.Context, token_identifier string) (r string, err error)

Parameters:

  • TokenIdentifier

func (*ThriftHiveMetastoreClient) GetTriggersForResourceplan

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetType

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

Parameters:

  • Name

func (*ThriftHiveMetastoreClient) GetTypeAll

func (p *ThriftHiveMetastoreClient) GetTypeAll(ctx context.Context, name string) (r map[string]*Type, err error)

Parameters:

  • Name

func (*ThriftHiveMetastoreClient) GetUniqueConstraints

func (p *ThriftHiveMetastoreClient) GetUniqueConstraints(ctx context.Context, request *UniqueConstraintsRequest) (r *UniqueConstraintsResponse, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GetValidWriteIds

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) GrantPrivileges

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

Parameters:

  • Privileges

func (*ThriftHiveMetastoreClient) GrantRevokePrivileges

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GrantRevokeRole

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) GrantRole

func (p *ThriftHiveMetastoreClient) GrantRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType, grantor string, grantorType PrincipalType, grant_option bool) (r bool, err error)

Parameters:

  • RoleName
  • PrincipalName
  • PrincipalType
  • Grantor
  • GrantorType
  • GrantOption

func (*ThriftHiveMetastoreClient) Heartbeat

func (p *ThriftHiveMetastoreClient) Heartbeat(ctx context.Context, ids *HeartbeatRequest) (err error)

Parameters:

  • Ids

func (*ThriftHiveMetastoreClient) HeartbeatLockMaterializationRebuild

func (p *ThriftHiveMetastoreClient) HeartbeatLockMaterializationRebuild(ctx context.Context, dbName string, tableName string, txnId int64) (r bool, err error)

Parameters:

  • DbName
  • TableName
  • TxnId

func (*ThriftHiveMetastoreClient) HeartbeatTxnRange

Parameters:

  • Txns

func (*ThriftHiveMetastoreClient) IsPartitionMarkedForEvent

func (p *ThriftHiveMetastoreClient) IsPartitionMarkedForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (r bool, err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • EventType

func (*ThriftHiveMetastoreClient) ListPrivileges

func (p *ThriftHiveMetastoreClient) ListPrivileges(ctx context.Context, principal_name string, principal_type PrincipalType, hiveObject *HiveObjectRef) (r []*HiveObjectPrivilege, err error)

Parameters:

  • PrincipalName
  • PrincipalType
  • HiveObject

func (*ThriftHiveMetastoreClient) ListRoles

func (p *ThriftHiveMetastoreClient) ListRoles(ctx context.Context, principal_name string, principal_type PrincipalType) (r []*Role, err error)

Parameters:

  • PrincipalName
  • PrincipalType

func (*ThriftHiveMetastoreClient) Lock

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) MapSchemaVersionToSerde

func (p *ThriftHiveMetastoreClient) MapSchemaVersionToSerde(ctx context.Context, rqst *MapSchemaVersionToSerdeRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) MarkCleaned

func (p *ThriftHiveMetastoreClient) MarkCleaned(ctx context.Context, cr *CompactionInfoStruct) (err error)

Parameters:

  • Cr

func (*ThriftHiveMetastoreClient) MarkCompacted

func (p *ThriftHiveMetastoreClient) MarkCompacted(ctx context.Context, cr *CompactionInfoStruct) (err error)

Parameters:

  • Cr

func (*ThriftHiveMetastoreClient) MarkFailed

func (p *ThriftHiveMetastoreClient) MarkFailed(ctx context.Context, cr *CompactionInfoStruct) (err error)

Parameters:

  • Cr

func (*ThriftHiveMetastoreClient) MarkPartitionForEvent

func (p *ThriftHiveMetastoreClient) MarkPartitionForEvent(ctx context.Context, db_name string, tbl_name string, part_vals map[string]string, eventType PartitionEventType) (err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • EventType

func (*ThriftHiveMetastoreClient) OpenTxns

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) PartitionNameHasValidCharacters

func (p *ThriftHiveMetastoreClient) PartitionNameHasValidCharacters(ctx context.Context, part_vals []string, throw_exception bool) (r bool, err error)

Parameters:

  • PartVals
  • ThrowException

func (*ThriftHiveMetastoreClient) PartitionNameToSpec

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

Parameters:

  • PartName

func (*ThriftHiveMetastoreClient) PartitionNameToVals

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

Parameters:

  • PartName

func (*ThriftHiveMetastoreClient) PutFileMetadata

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) RefreshPrivileges

func (p *ThriftHiveMetastoreClient) RefreshPrivileges(ctx context.Context, objToRefresh *HiveObjectRef, authorizer string, grantRequest *GrantRevokePrivilegeRequest) (r *GrantRevokePrivilegeResponse, err error)

Parameters:

  • ObjToRefresh
  • Authorizer
  • GrantRequest

func (*ThriftHiveMetastoreClient) RemoveMasterKey

func (p *ThriftHiveMetastoreClient) RemoveMasterKey(ctx context.Context, key_seq int32) (r bool, err error)

Parameters:

  • KeySeq

func (*ThriftHiveMetastoreClient) RemoveToken

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

Parameters:

  • TokenIdentifier

func (*ThriftHiveMetastoreClient) RenamePartition

func (p *ThriftHiveMetastoreClient) RenamePartition(ctx context.Context, db_name string, tbl_name string, part_vals []string, new_part *Partition) (err error)

Parameters:

  • DbName
  • TblName
  • PartVals
  • NewPart_

func (*ThriftHiveMetastoreClient) RenamePartitionReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) RenewDelegationToken

func (p *ThriftHiveMetastoreClient) RenewDelegationToken(ctx context.Context, token_str_form string) (r int64, err error)

Parameters:

  • TokenStrForm

func (*ThriftHiveMetastoreClient) ReplTblWriteidState

func (p *ThriftHiveMetastoreClient) ReplTblWriteidState(ctx context.Context, rqst *ReplTblWriteIdStateRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) RevokePrivileges

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

Parameters:

  • Privileges

func (*ThriftHiveMetastoreClient) RevokeRole

func (p *ThriftHiveMetastoreClient) RevokeRole(ctx context.Context, role_name string, principal_name string, principal_type PrincipalType) (r bool, err error)

Parameters:

  • RoleName
  • PrincipalName
  • PrincipalType

func (*ThriftHiveMetastoreClient) ScheduledQueryMaintenance

func (p *ThriftHiveMetastoreClient) ScheduledQueryMaintenance(ctx context.Context, request *ScheduledQueryMaintenanceRequest) (err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) ScheduledQueryPoll

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) ScheduledQueryProgress

func (p *ThriftHiveMetastoreClient) ScheduledQueryProgress(ctx context.Context, info *ScheduledQueryProgressInfo) (err error)

Parameters:

  • Info

func (*ThriftHiveMetastoreClient) SeedTxnID

func (p *ThriftHiveMetastoreClient) SeedTxnID(ctx context.Context, rqst *SeedTxnIdRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) SeedWriteID

func (p *ThriftHiveMetastoreClient) SeedWriteID(ctx context.Context, rqst *SeedTableWriteIdsRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) SetAggrStatsFor

func (p *ThriftHiveMetastoreClient) SetAggrStatsFor(ctx context.Context, request *SetPartitionsStatsRequest) (r bool, err error)

Parameters:

  • Request

func (*ThriftHiveMetastoreClient) SetHadoopJobid

func (p *ThriftHiveMetastoreClient) SetHadoopJobid(ctx context.Context, jobId string, cq_id int64) (err error)

Parameters:

  • JobId
  • CqID

func (*ThriftHiveMetastoreClient) SetMetaConf

func (p *ThriftHiveMetastoreClient) SetMetaConf(ctx context.Context, key string, value string) (err error)

Parameters:

  • Key
  • Value

func (*ThriftHiveMetastoreClient) SetSchemaVersionState

func (p *ThriftHiveMetastoreClient) SetSchemaVersionState(ctx context.Context, rqst *SetSchemaVersionStateRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) SetUgi

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

Parameters:

  • UserName
  • GroupNames

func (*ThriftHiveMetastoreClient) ShowCompact

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) ShowLocks

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) TruncateTable

func (p *ThriftHiveMetastoreClient) TruncateTable(ctx context.Context, dbName string, tableName string, partNames []string) (err error)

Parameters:

  • DbName
  • TableName
  • PartNames

func (*ThriftHiveMetastoreClient) TruncateTableReq

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) Unlock

func (p *ThriftHiveMetastoreClient) Unlock(ctx context.Context, rqst *UnlockRequest) (err error)

Parameters:

  • Rqst

func (*ThriftHiveMetastoreClient) UpdateCompactorState

func (p *ThriftHiveMetastoreClient) UpdateCompactorState(ctx context.Context, cr *CompactionInfoStruct, txn_id int64) (err error)

Parameters:

  • Cr
  • TxnID

func (*ThriftHiveMetastoreClient) UpdateCreationMetadata

func (p *ThriftHiveMetastoreClient) UpdateCreationMetadata(ctx context.Context, catName string, dbname string, tbl_name string, creation_metadata *CreationMetadata) (err error)

Parameters:

  • CatName
  • Dbname
  • TblName
  • CreationMetadata

func (*ThriftHiveMetastoreClient) UpdateMasterKey

func (p *ThriftHiveMetastoreClient) UpdateMasterKey(ctx context.Context, seq_number int32, key string) (err error)

Parameters:

  • SeqNumber
  • Key

func (*ThriftHiveMetastoreClient) UpdatePartitionColumnStatistics

func (p *ThriftHiveMetastoreClient) UpdatePartitionColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (r bool, err error)

Parameters:

  • StatsObj

func (*ThriftHiveMetastoreClient) UpdatePartitionColumnStatisticsReq

func (p *ThriftHiveMetastoreClient) UpdatePartitionColumnStatisticsReq(ctx context.Context, req *SetPartitionsStatsRequest) (r *SetPartitionsStatsResponse, err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) UpdateTableColumnStatistics

func (p *ThriftHiveMetastoreClient) UpdateTableColumnStatistics(ctx context.Context, stats_obj *ColumnStatistics) (r bool, err error)

Parameters:

  • StatsObj

func (*ThriftHiveMetastoreClient) UpdateTableColumnStatisticsReq

func (p *ThriftHiveMetastoreClient) UpdateTableColumnStatisticsReq(ctx context.Context, req *SetPartitionsStatsRequest) (r *SetPartitionsStatsResponse, err error)

Parameters:

  • Req

func (*ThriftHiveMetastoreClient) ValidateResourcePlan

Parameters:

  • Request

type ThriftHiveMetastoreCmRecycleArgs

type ThriftHiveMetastoreCmRecycleArgs struct {
	Request *CmRecycleRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCmRecycleArgs

func NewThriftHiveMetastoreCmRecycleArgs() *ThriftHiveMetastoreCmRecycleArgs

func (*ThriftHiveMetastoreCmRecycleArgs) GetRequest

func (*ThriftHiveMetastoreCmRecycleArgs) IsSetRequest

func (p *ThriftHiveMetastoreCmRecycleArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreCmRecycleArgs) Read

func (*ThriftHiveMetastoreCmRecycleArgs) ReadField1

func (*ThriftHiveMetastoreCmRecycleArgs) String

func (*ThriftHiveMetastoreCmRecycleArgs) Write

type ThriftHiveMetastoreCmRecycleResult

type ThriftHiveMetastoreCmRecycleResult struct {
	Success *CmRecycleResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreCmRecycleResult

func NewThriftHiveMetastoreCmRecycleResult() *ThriftHiveMetastoreCmRecycleResult

func (*ThriftHiveMetastoreCmRecycleResult) GetO1

func (*ThriftHiveMetastoreCmRecycleResult) GetSuccess

func (*ThriftHiveMetastoreCmRecycleResult) IsSetO1

func (*ThriftHiveMetastoreCmRecycleResult) IsSetSuccess

func (p *ThriftHiveMetastoreCmRecycleResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreCmRecycleResult) Read

func (*ThriftHiveMetastoreCmRecycleResult) ReadField0

func (*ThriftHiveMetastoreCmRecycleResult) ReadField1

func (*ThriftHiveMetastoreCmRecycleResult) String

func (*ThriftHiveMetastoreCmRecycleResult) Write

type ThriftHiveMetastoreCommitTxnArgs

type ThriftHiveMetastoreCommitTxnArgs struct {
	Rqst *CommitTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreCommitTxnArgs

func NewThriftHiveMetastoreCommitTxnArgs() *ThriftHiveMetastoreCommitTxnArgs

func (*ThriftHiveMetastoreCommitTxnArgs) GetRqst

func (*ThriftHiveMetastoreCommitTxnArgs) IsSetRqst

func (p *ThriftHiveMetastoreCommitTxnArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreCommitTxnArgs) Read

func (*ThriftHiveMetastoreCommitTxnArgs) ReadField1

func (*ThriftHiveMetastoreCommitTxnArgs) String

func (*ThriftHiveMetastoreCommitTxnArgs) Write

type ThriftHiveMetastoreCommitTxnResult

type ThriftHiveMetastoreCommitTxnResult struct {
	O1 *NoSuchTxnException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreCommitTxnResult

func NewThriftHiveMetastoreCommitTxnResult() *ThriftHiveMetastoreCommitTxnResult

func (*ThriftHiveMetastoreCommitTxnResult) GetO1

func (*ThriftHiveMetastoreCommitTxnResult) GetO2

func (*ThriftHiveMetastoreCommitTxnResult) IsSetO1

func (*ThriftHiveMetastoreCommitTxnResult) IsSetO2

func (*ThriftHiveMetastoreCommitTxnResult) Read

func (*ThriftHiveMetastoreCommitTxnResult) ReadField1

func (*ThriftHiveMetastoreCommitTxnResult) ReadField2

func (*ThriftHiveMetastoreCommitTxnResult) String

func (*ThriftHiveMetastoreCommitTxnResult) Write

type ThriftHiveMetastoreCompact2Args

type ThriftHiveMetastoreCompact2Args struct {
	Rqst *CompactionRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreCompact2Args

func NewThriftHiveMetastoreCompact2Args() *ThriftHiveMetastoreCompact2Args

func (*ThriftHiveMetastoreCompact2Args) GetRqst

func (*ThriftHiveMetastoreCompact2Args) IsSetRqst

func (p *ThriftHiveMetastoreCompact2Args) IsSetRqst() bool

func (*ThriftHiveMetastoreCompact2Args) Read

func (*ThriftHiveMetastoreCompact2Args) ReadField1

func (*ThriftHiveMetastoreCompact2Args) String

func (*ThriftHiveMetastoreCompact2Args) Write

type ThriftHiveMetastoreCompact2Result

type ThriftHiveMetastoreCompact2Result struct {
	Success *CompactionResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreCompact2Result

func NewThriftHiveMetastoreCompact2Result() *ThriftHiveMetastoreCompact2Result

func (*ThriftHiveMetastoreCompact2Result) GetSuccess

func (*ThriftHiveMetastoreCompact2Result) IsSetSuccess

func (p *ThriftHiveMetastoreCompact2Result) IsSetSuccess() bool

func (*ThriftHiveMetastoreCompact2Result) Read

func (*ThriftHiveMetastoreCompact2Result) ReadField0

func (*ThriftHiveMetastoreCompact2Result) String

func (*ThriftHiveMetastoreCompact2Result) Write

type ThriftHiveMetastoreCompactArgs

type ThriftHiveMetastoreCompactArgs struct {
	Rqst *CompactionRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreCompactArgs

func NewThriftHiveMetastoreCompactArgs() *ThriftHiveMetastoreCompactArgs

func (*ThriftHiveMetastoreCompactArgs) GetRqst

func (*ThriftHiveMetastoreCompactArgs) IsSetRqst

func (p *ThriftHiveMetastoreCompactArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreCompactArgs) Read

func (*ThriftHiveMetastoreCompactArgs) ReadField1

func (*ThriftHiveMetastoreCompactArgs) String

func (*ThriftHiveMetastoreCompactArgs) Write

type ThriftHiveMetastoreCompactResult

type ThriftHiveMetastoreCompactResult struct {
}

func NewThriftHiveMetastoreCompactResult

func NewThriftHiveMetastoreCompactResult() *ThriftHiveMetastoreCompactResult

func (*ThriftHiveMetastoreCompactResult) Read

func (*ThriftHiveMetastoreCompactResult) String

func (*ThriftHiveMetastoreCompactResult) Write

type ThriftHiveMetastoreCreateCatalogArgs

type ThriftHiveMetastoreCreateCatalogArgs struct {
	Catalog *CreateCatalogRequest `thrift:"catalog,1" db:"catalog" json:"catalog"`
}

Attributes:

  • Catalog

func NewThriftHiveMetastoreCreateCatalogArgs

func NewThriftHiveMetastoreCreateCatalogArgs() *ThriftHiveMetastoreCreateCatalogArgs

func (*ThriftHiveMetastoreCreateCatalogArgs) GetCatalog

func (*ThriftHiveMetastoreCreateCatalogArgs) IsSetCatalog

func (p *ThriftHiveMetastoreCreateCatalogArgs) IsSetCatalog() bool

func (*ThriftHiveMetastoreCreateCatalogArgs) Read

func (*ThriftHiveMetastoreCreateCatalogArgs) ReadField1

func (*ThriftHiveMetastoreCreateCatalogArgs) String

func (*ThriftHiveMetastoreCreateCatalogArgs) Write

type ThriftHiveMetastoreCreateCatalogResult

type ThriftHiveMetastoreCreateCatalogResult 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 NewThriftHiveMetastoreCreateCatalogResult

func NewThriftHiveMetastoreCreateCatalogResult() *ThriftHiveMetastoreCreateCatalogResult

func (*ThriftHiveMetastoreCreateCatalogResult) GetO1

func (*ThriftHiveMetastoreCreateCatalogResult) GetO2

func (*ThriftHiveMetastoreCreateCatalogResult) GetO3

func (*ThriftHiveMetastoreCreateCatalogResult) IsSetO1

func (*ThriftHiveMetastoreCreateCatalogResult) IsSetO2

func (*ThriftHiveMetastoreCreateCatalogResult) IsSetO3

func (*ThriftHiveMetastoreCreateCatalogResult) Read

func (*ThriftHiveMetastoreCreateCatalogResult) ReadField1

func (*ThriftHiveMetastoreCreateCatalogResult) ReadField2

func (*ThriftHiveMetastoreCreateCatalogResult) ReadField3

func (*ThriftHiveMetastoreCreateCatalogResult) String

func (*ThriftHiveMetastoreCreateCatalogResult) Write

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 ThriftHiveMetastoreCreateDataconnectorArgs

type ThriftHiveMetastoreCreateDataconnectorArgs struct {
	Connector *DataConnector `thrift:"connector,1" db:"connector" json:"connector"`
}

Attributes:

  • Connector

func NewThriftHiveMetastoreCreateDataconnectorArgs

func NewThriftHiveMetastoreCreateDataconnectorArgs() *ThriftHiveMetastoreCreateDataconnectorArgs

func (*ThriftHiveMetastoreCreateDataconnectorArgs) GetConnector

func (*ThriftHiveMetastoreCreateDataconnectorArgs) IsSetConnector

func (*ThriftHiveMetastoreCreateDataconnectorArgs) Read

func (*ThriftHiveMetastoreCreateDataconnectorArgs) ReadField1

func (*ThriftHiveMetastoreCreateDataconnectorArgs) String

func (*ThriftHiveMetastoreCreateDataconnectorArgs) Write

type ThriftHiveMetastoreCreateDataconnectorResult

type ThriftHiveMetastoreCreateDataconnectorResult 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 NewThriftHiveMetastoreCreateDataconnectorResult

func NewThriftHiveMetastoreCreateDataconnectorResult() *ThriftHiveMetastoreCreateDataconnectorResult

func (*ThriftHiveMetastoreCreateDataconnectorResult) GetO1

func (*ThriftHiveMetastoreCreateDataconnectorResult) GetO2

func (*ThriftHiveMetastoreCreateDataconnectorResult) GetO3

func (*ThriftHiveMetastoreCreateDataconnectorResult) IsSetO1

func (*ThriftHiveMetastoreCreateDataconnectorResult) IsSetO2

func (*ThriftHiveMetastoreCreateDataconnectorResult) IsSetO3

func (*ThriftHiveMetastoreCreateDataconnectorResult) Read

func (*ThriftHiveMetastoreCreateDataconnectorResult) ReadField1

func (*ThriftHiveMetastoreCreateDataconnectorResult) ReadField2

func (*ThriftHiveMetastoreCreateDataconnectorResult) ReadField3

func (*ThriftHiveMetastoreCreateDataconnectorResult) String

func (*ThriftHiveMetastoreCreateDataconnectorResult) Write

type ThriftHiveMetastoreCreateFunctionArgs

type ThriftHiveMetastoreCreateFunctionArgs struct {
	Func *Function `thrift:"func,1" db:"func" json:"func"`
}

Attributes:

  • Func

func NewThriftHiveMetastoreCreateFunctionArgs

func NewThriftHiveMetastoreCreateFunctionArgs() *ThriftHiveMetastoreCreateFunctionArgs

func (*ThriftHiveMetastoreCreateFunctionArgs) GetFunc

func (*ThriftHiveMetastoreCreateFunctionArgs) IsSetFunc

func (*ThriftHiveMetastoreCreateFunctionArgs) Read

func (*ThriftHiveMetastoreCreateFunctionArgs) ReadField1

func (*ThriftHiveMetastoreCreateFunctionArgs) String

func (*ThriftHiveMetastoreCreateFunctionArgs) Write

type ThriftHiveMetastoreCreateFunctionResult

type ThriftHiveMetastoreCreateFunctionResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4 *NoSuchObjectException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreCreateFunctionResult

func NewThriftHiveMetastoreCreateFunctionResult() *ThriftHiveMetastoreCreateFunctionResult

func (*ThriftHiveMetastoreCreateFunctionResult) GetO1

func (*ThriftHiveMetastoreCreateFunctionResult) GetO2

func (*ThriftHiveMetastoreCreateFunctionResult) GetO3

func (*ThriftHiveMetastoreCreateFunctionResult) GetO4

func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO1

func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO2

func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO3

func (*ThriftHiveMetastoreCreateFunctionResult) IsSetO4

func (*ThriftHiveMetastoreCreateFunctionResult) Read

func (*ThriftHiveMetastoreCreateFunctionResult) ReadField1

func (*ThriftHiveMetastoreCreateFunctionResult) ReadField2

func (*ThriftHiveMetastoreCreateFunctionResult) ReadField3

func (*ThriftHiveMetastoreCreateFunctionResult) ReadField4

func (*ThriftHiveMetastoreCreateFunctionResult) String

func (*ThriftHiveMetastoreCreateFunctionResult) Write

type ThriftHiveMetastoreCreateIschemaArgs

type ThriftHiveMetastoreCreateIschemaArgs struct {
	Schema *ISchema `thrift:"schema,1" db:"schema" json:"schema"`
}

Attributes:

  • Schema

func NewThriftHiveMetastoreCreateIschemaArgs

func NewThriftHiveMetastoreCreateIschemaArgs() *ThriftHiveMetastoreCreateIschemaArgs

func (*ThriftHiveMetastoreCreateIschemaArgs) GetSchema

func (*ThriftHiveMetastoreCreateIschemaArgs) IsSetSchema

func (p *ThriftHiveMetastoreCreateIschemaArgs) IsSetSchema() bool

func (*ThriftHiveMetastoreCreateIschemaArgs) Read

func (*ThriftHiveMetastoreCreateIschemaArgs) ReadField1

func (*ThriftHiveMetastoreCreateIschemaArgs) String

func (*ThriftHiveMetastoreCreateIschemaArgs) Write

type ThriftHiveMetastoreCreateIschemaResult

type ThriftHiveMetastoreCreateIschemaResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3

func NewThriftHiveMetastoreCreateIschemaResult

func NewThriftHiveMetastoreCreateIschemaResult() *ThriftHiveMetastoreCreateIschemaResult

func (*ThriftHiveMetastoreCreateIschemaResult) GetO1

func (*ThriftHiveMetastoreCreateIschemaResult) GetO2

func (*ThriftHiveMetastoreCreateIschemaResult) GetO3

func (*ThriftHiveMetastoreCreateIschemaResult) IsSetO1

func (*ThriftHiveMetastoreCreateIschemaResult) IsSetO2

func (*ThriftHiveMetastoreCreateIschemaResult) IsSetO3

func (*ThriftHiveMetastoreCreateIschemaResult) Read

func (*ThriftHiveMetastoreCreateIschemaResult) ReadField1

func (*ThriftHiveMetastoreCreateIschemaResult) ReadField2

func (*ThriftHiveMetastoreCreateIschemaResult) ReadField3

func (*ThriftHiveMetastoreCreateIschemaResult) String

func (*ThriftHiveMetastoreCreateIschemaResult) Write

type ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs

type ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs struct {
	Request *WMCreateOrDropTriggerToPoolMappingRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) GetRequest

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) IsSetRequest

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) Read

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) ReadField1

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) String

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs) Write

type ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult

type ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult struct {
	Success *WMCreateOrDropTriggerToPoolMappingResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException                     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException                      `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException                     `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *MetaException                              `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) GetO1

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) GetO2

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) GetO3

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) GetO4

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) GetSuccess

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) IsSetO1

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) IsSetO2

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) IsSetO3

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) IsSetO4

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) IsSetSuccess

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) Read

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) ReadField0

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) ReadField1

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) ReadField2

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) ReadField3

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) ReadField4

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) String

func (*ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult) Write

type ThriftHiveMetastoreCreateOrUpdateWmMappingArgs

type ThriftHiveMetastoreCreateOrUpdateWmMappingArgs struct {
	Request *WMCreateOrUpdateMappingRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCreateOrUpdateWmMappingArgs

func NewThriftHiveMetastoreCreateOrUpdateWmMappingArgs() *ThriftHiveMetastoreCreateOrUpdateWmMappingArgs

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) GetRequest

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) IsSetRequest

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) Read

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) ReadField1

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) String

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingArgs) Write

type ThriftHiveMetastoreCreateOrUpdateWmMappingResult

type ThriftHiveMetastoreCreateOrUpdateWmMappingResult struct {
	Success *WMCreateOrUpdateMappingResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException          `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException           `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *MetaException                   `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreCreateOrUpdateWmMappingResult

func NewThriftHiveMetastoreCreateOrUpdateWmMappingResult() *ThriftHiveMetastoreCreateOrUpdateWmMappingResult

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) GetO1

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) GetO2

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) GetO3

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) GetO4

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) GetSuccess

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) IsSetO1

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) IsSetO2

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) IsSetO3

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) IsSetO4

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) IsSetSuccess

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) Read

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) ReadField0

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) ReadField1

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) ReadField2

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) ReadField3

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) ReadField4

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) String

func (*ThriftHiveMetastoreCreateOrUpdateWmMappingResult) Write

type ThriftHiveMetastoreCreateResourcePlanArgs

type ThriftHiveMetastoreCreateResourcePlanArgs struct {
	Request *WMCreateResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCreateResourcePlanArgs

func NewThriftHiveMetastoreCreateResourcePlanArgs() *ThriftHiveMetastoreCreateResourcePlanArgs

func (*ThriftHiveMetastoreCreateResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreCreateResourcePlanArgs) IsSetRequest

func (*ThriftHiveMetastoreCreateResourcePlanArgs) Read

func (*ThriftHiveMetastoreCreateResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreCreateResourcePlanArgs) String

func (*ThriftHiveMetastoreCreateResourcePlanArgs) Write

type ThriftHiveMetastoreCreateResourcePlanResult

type ThriftHiveMetastoreCreateResourcePlanResult struct {
	Success *WMCreateResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException       `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException       `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException                `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreCreateResourcePlanResult

func NewThriftHiveMetastoreCreateResourcePlanResult() *ThriftHiveMetastoreCreateResourcePlanResult

func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO1

func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO2

func (*ThriftHiveMetastoreCreateResourcePlanResult) GetO3

func (*ThriftHiveMetastoreCreateResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO1

func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetO3

func (*ThriftHiveMetastoreCreateResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreCreateResourcePlanResult) Read

func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField2

func (*ThriftHiveMetastoreCreateResourcePlanResult) ReadField3

func (*ThriftHiveMetastoreCreateResourcePlanResult) String

func (*ThriftHiveMetastoreCreateResourcePlanResult) 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 ThriftHiveMetastoreCreateStoredProcedureArgs

type ThriftHiveMetastoreCreateStoredProcedureArgs struct {
	Proc *StoredProcedure `thrift:"proc,1" db:"proc" json:"proc"`
}

Attributes:

  • Proc

func NewThriftHiveMetastoreCreateStoredProcedureArgs

func NewThriftHiveMetastoreCreateStoredProcedureArgs() *ThriftHiveMetastoreCreateStoredProcedureArgs

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) GetProc

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) IsSetProc

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) Read

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) ReadField1

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) String

func (*ThriftHiveMetastoreCreateStoredProcedureArgs) Write

type ThriftHiveMetastoreCreateStoredProcedureResult

type ThriftHiveMetastoreCreateStoredProcedureResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreCreateStoredProcedureResult

func NewThriftHiveMetastoreCreateStoredProcedureResult() *ThriftHiveMetastoreCreateStoredProcedureResult

func (*ThriftHiveMetastoreCreateStoredProcedureResult) GetO1

func (*ThriftHiveMetastoreCreateStoredProcedureResult) GetO2

func (*ThriftHiveMetastoreCreateStoredProcedureResult) IsSetO1

func (*ThriftHiveMetastoreCreateStoredProcedureResult) IsSetO2

func (*ThriftHiveMetastoreCreateStoredProcedureResult) Read

func (*ThriftHiveMetastoreCreateStoredProcedureResult) ReadField1

func (*ThriftHiveMetastoreCreateStoredProcedureResult) ReadField2

func (*ThriftHiveMetastoreCreateStoredProcedureResult) String

func (*ThriftHiveMetastoreCreateStoredProcedureResult) 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 ThriftHiveMetastoreCreateTableReqArgs

type ThriftHiveMetastoreCreateTableReqArgs struct {
	Request *CreateTableRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCreateTableReqArgs

func NewThriftHiveMetastoreCreateTableReqArgs() *ThriftHiveMetastoreCreateTableReqArgs

func (*ThriftHiveMetastoreCreateTableReqArgs) GetRequest

func (*ThriftHiveMetastoreCreateTableReqArgs) IsSetRequest

func (p *ThriftHiveMetastoreCreateTableReqArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreCreateTableReqArgs) Read

func (*ThriftHiveMetastoreCreateTableReqArgs) ReadField1

func (*ThriftHiveMetastoreCreateTableReqArgs) String

func (*ThriftHiveMetastoreCreateTableReqArgs) Write

type ThriftHiveMetastoreCreateTableReqResult

type ThriftHiveMetastoreCreateTableReqResult 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 NewThriftHiveMetastoreCreateTableReqResult

func NewThriftHiveMetastoreCreateTableReqResult() *ThriftHiveMetastoreCreateTableReqResult

func (*ThriftHiveMetastoreCreateTableReqResult) GetO1

func (*ThriftHiveMetastoreCreateTableReqResult) GetO2

func (*ThriftHiveMetastoreCreateTableReqResult) GetO3

func (*ThriftHiveMetastoreCreateTableReqResult) GetO4

func (*ThriftHiveMetastoreCreateTableReqResult) IsSetO1

func (*ThriftHiveMetastoreCreateTableReqResult) IsSetO2

func (*ThriftHiveMetastoreCreateTableReqResult) IsSetO3

func (*ThriftHiveMetastoreCreateTableReqResult) IsSetO4

func (*ThriftHiveMetastoreCreateTableReqResult) Read

func (*ThriftHiveMetastoreCreateTableReqResult) ReadField1

func (*ThriftHiveMetastoreCreateTableReqResult) ReadField2

func (*ThriftHiveMetastoreCreateTableReqResult) ReadField3

func (*ThriftHiveMetastoreCreateTableReqResult) ReadField4

func (*ThriftHiveMetastoreCreateTableReqResult) String

func (*ThriftHiveMetastoreCreateTableReqResult) 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 ThriftHiveMetastoreCreateTableWithConstraintsArgs

type ThriftHiveMetastoreCreateTableWithConstraintsArgs struct {
	Tbl                *Table                  `thrift:"tbl,1" db:"tbl" json:"tbl"`
	PrimaryKeys        []*SQLPrimaryKey        `thrift:"primaryKeys,2" db:"primaryKeys" json:"primaryKeys"`
	ForeignKeys        []*SQLForeignKey        `thrift:"foreignKeys,3" db:"foreignKeys" json:"foreignKeys"`
	UniqueConstraints  []*SQLUniqueConstraint  `thrift:"uniqueConstraints,4" db:"uniqueConstraints" json:"uniqueConstraints"`
	NotNullConstraints []*SQLNotNullConstraint `thrift:"notNullConstraints,5" db:"notNullConstraints" json:"notNullConstraints"`
	DefaultConstraints []*SQLDefaultConstraint `thrift:"defaultConstraints,6" db:"defaultConstraints" json:"defaultConstraints"`
	CheckConstraints   []*SQLCheckConstraint   `thrift:"checkConstraints,7" db:"checkConstraints" json:"checkConstraints"`
}

Attributes:

  • Tbl
  • PrimaryKeys
  • ForeignKeys
  • UniqueConstraints
  • NotNullConstraints
  • DefaultConstraints
  • CheckConstraints

func NewThriftHiveMetastoreCreateTableWithConstraintsArgs

func NewThriftHiveMetastoreCreateTableWithConstraintsArgs() *ThriftHiveMetastoreCreateTableWithConstraintsArgs

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetCheckConstraints

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetDefaultConstraints

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetForeignKeys

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetNotNullConstraints

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetPrimaryKeys

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetTbl

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) GetUniqueConstraints

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) IsSetTbl

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) Read

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField2

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField3

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField4

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField5

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField6

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) ReadField7

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) String

func (*ThriftHiveMetastoreCreateTableWithConstraintsArgs) Write

type ThriftHiveMetastoreCreateTableWithConstraintsResult

type ThriftHiveMetastoreCreateTableWithConstraintsResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4 *NoSuchObjectException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreCreateTableWithConstraintsResult

func NewThriftHiveMetastoreCreateTableWithConstraintsResult() *ThriftHiveMetastoreCreateTableWithConstraintsResult

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO1

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO2

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO3

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) GetO4

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO3

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) IsSetO4

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) Read

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField1

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField2

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField3

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) ReadField4

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) String

func (*ThriftHiveMetastoreCreateTableWithConstraintsResult) Write

type ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs

type ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs struct {
	Tbl                *Table              `thrift:"tbl,1" db:"tbl" json:"tbl"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,2" db:"environment_context" json:"environment_context"`
}

Attributes:

  • Tbl
  • EnvironmentContext

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) GetTbl

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) IsSetTbl

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreCreateTableWithEnvironmentContextResult

type ThriftHiveMetastoreCreateTableWithEnvironmentContextResult struct {
	O1 *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4 *NoSuchObjectException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) GetO4

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) IsSetO4

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) ReadField4

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreCreateTableWithEnvironmentContextResult) 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 ThriftHiveMetastoreCreateWmPoolArgs

type ThriftHiveMetastoreCreateWmPoolArgs struct {
	Request *WMCreatePoolRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCreateWmPoolArgs

func NewThriftHiveMetastoreCreateWmPoolArgs() *ThriftHiveMetastoreCreateWmPoolArgs

func (*ThriftHiveMetastoreCreateWmPoolArgs) GetRequest

func (*ThriftHiveMetastoreCreateWmPoolArgs) IsSetRequest

func (p *ThriftHiveMetastoreCreateWmPoolArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreCreateWmPoolArgs) Read

func (*ThriftHiveMetastoreCreateWmPoolArgs) ReadField1

func (*ThriftHiveMetastoreCreateWmPoolArgs) String

func (*ThriftHiveMetastoreCreateWmPoolArgs) Write

type ThriftHiveMetastoreCreateWmPoolResult

type ThriftHiveMetastoreCreateWmPoolResult struct {
	Success *WMCreatePoolResponse   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *MetaException          `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreCreateWmPoolResult

func NewThriftHiveMetastoreCreateWmPoolResult() *ThriftHiveMetastoreCreateWmPoolResult

func (*ThriftHiveMetastoreCreateWmPoolResult) GetO1

func (*ThriftHiveMetastoreCreateWmPoolResult) GetO2

func (*ThriftHiveMetastoreCreateWmPoolResult) GetO3

func (*ThriftHiveMetastoreCreateWmPoolResult) GetO4

func (*ThriftHiveMetastoreCreateWmPoolResult) GetSuccess

func (*ThriftHiveMetastoreCreateWmPoolResult) IsSetO1

func (*ThriftHiveMetastoreCreateWmPoolResult) IsSetO2

func (*ThriftHiveMetastoreCreateWmPoolResult) IsSetO3

func (*ThriftHiveMetastoreCreateWmPoolResult) IsSetO4

func (*ThriftHiveMetastoreCreateWmPoolResult) IsSetSuccess

func (p *ThriftHiveMetastoreCreateWmPoolResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreCreateWmPoolResult) Read

func (*ThriftHiveMetastoreCreateWmPoolResult) ReadField0

func (*ThriftHiveMetastoreCreateWmPoolResult) ReadField1

func (*ThriftHiveMetastoreCreateWmPoolResult) ReadField2

func (*ThriftHiveMetastoreCreateWmPoolResult) ReadField3

func (*ThriftHiveMetastoreCreateWmPoolResult) ReadField4

func (*ThriftHiveMetastoreCreateWmPoolResult) String

func (*ThriftHiveMetastoreCreateWmPoolResult) Write

type ThriftHiveMetastoreCreateWmTriggerArgs

type ThriftHiveMetastoreCreateWmTriggerArgs struct {
	Request *WMCreateTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreCreateWmTriggerArgs

func NewThriftHiveMetastoreCreateWmTriggerArgs() *ThriftHiveMetastoreCreateWmTriggerArgs

func (*ThriftHiveMetastoreCreateWmTriggerArgs) GetRequest

func (*ThriftHiveMetastoreCreateWmTriggerArgs) IsSetRequest

func (p *ThriftHiveMetastoreCreateWmTriggerArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreCreateWmTriggerArgs) Read

func (*ThriftHiveMetastoreCreateWmTriggerArgs) ReadField1

func (*ThriftHiveMetastoreCreateWmTriggerArgs) String

func (*ThriftHiveMetastoreCreateWmTriggerArgs) Write

type ThriftHiveMetastoreCreateWmTriggerResult

type ThriftHiveMetastoreCreateWmTriggerResult struct {
	Success *WMCreateTriggerResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *AlreadyExistsException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException   `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException  `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *MetaException           `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreCreateWmTriggerResult

func NewThriftHiveMetastoreCreateWmTriggerResult() *ThriftHiveMetastoreCreateWmTriggerResult

func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO1

func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO2

func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO3

func (*ThriftHiveMetastoreCreateWmTriggerResult) GetO4

func (*ThriftHiveMetastoreCreateWmTriggerResult) GetSuccess

func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO1

func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO2

func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO3

func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetO4

func (*ThriftHiveMetastoreCreateWmTriggerResult) IsSetSuccess

func (*ThriftHiveMetastoreCreateWmTriggerResult) Read

func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField0

func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField1

func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField2

func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField3

func (*ThriftHiveMetastoreCreateWmTriggerResult) ReadField4

func (*ThriftHiveMetastoreCreateWmTriggerResult) String

func (*ThriftHiveMetastoreCreateWmTriggerResult) Write

type ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs

type ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs struct {
	DbName   string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName  string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"`
	ColName  string `thrift:"col_name,4" db:"col_name" json:"col_name"`
	Engine   string `thrift:"engine,5" db:"engine" json:"engine"`
}

Attributes:

  • DbName
  • TblName
  • PartName
  • ColName
  • Engine

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetColName

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetDbName

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetEngine

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetPartName

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) GetTblName

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField2

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField3

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField4

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) ReadField5

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) String

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsArgs) Write

type ThriftHiveMetastoreDeletePartitionColumnStatisticsResult

type ThriftHiveMetastoreDeletePartitionColumnStatisticsResult struct {
	Success *bool                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) Read

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) String

func (*ThriftHiveMetastoreDeletePartitionColumnStatisticsResult) Write

type ThriftHiveMetastoreDeleteTableColumnStatisticsArgs

type ThriftHiveMetastoreDeleteTableColumnStatisticsArgs struct {
	DbName  string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	ColName string `thrift:"col_name,3" db:"col_name" json:"col_name"`
	Engine  string `thrift:"engine,4" db:"engine" json:"engine"`
}

Attributes:

  • DbName
  • TblName
  • ColName
  • Engine

func NewThriftHiveMetastoreDeleteTableColumnStatisticsArgs

func NewThriftHiveMetastoreDeleteTableColumnStatisticsArgs() *ThriftHiveMetastoreDeleteTableColumnStatisticsArgs

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetColName

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetDbName

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetEngine

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) GetTblName

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField2

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField3

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) ReadField4

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) String

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsArgs) Write

type ThriftHiveMetastoreDeleteTableColumnStatisticsResult

type ThriftHiveMetastoreDeleteTableColumnStatisticsResult struct {
	Success *bool                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreDeleteTableColumnStatisticsResult

func NewThriftHiveMetastoreDeleteTableColumnStatisticsResult() *ThriftHiveMetastoreDeleteTableColumnStatisticsResult

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) Read

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) String

func (*ThriftHiveMetastoreDeleteTableColumnStatisticsResult) Write

type ThriftHiveMetastoreDropCatalogArgs

type ThriftHiveMetastoreDropCatalogArgs struct {
	CatName *DropCatalogRequest `thrift:"catName,1" db:"catName" json:"catName"`
}

Attributes:

  • CatName

func NewThriftHiveMetastoreDropCatalogArgs

func NewThriftHiveMetastoreDropCatalogArgs() *ThriftHiveMetastoreDropCatalogArgs

func (*ThriftHiveMetastoreDropCatalogArgs) GetCatName

func (*ThriftHiveMetastoreDropCatalogArgs) IsSetCatName

func (p *ThriftHiveMetastoreDropCatalogArgs) IsSetCatName() bool

func (*ThriftHiveMetastoreDropCatalogArgs) Read

func (*ThriftHiveMetastoreDropCatalogArgs) ReadField1

func (*ThriftHiveMetastoreDropCatalogArgs) String

func (*ThriftHiveMetastoreDropCatalogArgs) Write

type ThriftHiveMetastoreDropCatalogResult

type ThriftHiveMetastoreDropCatalogResult 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 NewThriftHiveMetastoreDropCatalogResult

func NewThriftHiveMetastoreDropCatalogResult() *ThriftHiveMetastoreDropCatalogResult

func (*ThriftHiveMetastoreDropCatalogResult) GetO1

func (*ThriftHiveMetastoreDropCatalogResult) GetO2

func (*ThriftHiveMetastoreDropCatalogResult) GetO3

func (*ThriftHiveMetastoreDropCatalogResult) IsSetO1

func (*ThriftHiveMetastoreDropCatalogResult) IsSetO2

func (*ThriftHiveMetastoreDropCatalogResult) IsSetO3

func (*ThriftHiveMetastoreDropCatalogResult) Read

func (*ThriftHiveMetastoreDropCatalogResult) ReadField1

func (*ThriftHiveMetastoreDropCatalogResult) ReadField2

func (*ThriftHiveMetastoreDropCatalogResult) ReadField3

func (*ThriftHiveMetastoreDropCatalogResult) String

func (*ThriftHiveMetastoreDropCatalogResult) Write

type ThriftHiveMetastoreDropConstraintArgs

type ThriftHiveMetastoreDropConstraintArgs struct {
	Req *DropConstraintRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreDropConstraintArgs

func NewThriftHiveMetastoreDropConstraintArgs() *ThriftHiveMetastoreDropConstraintArgs

func (*ThriftHiveMetastoreDropConstraintArgs) GetReq

func (*ThriftHiveMetastoreDropConstraintArgs) IsSetReq

func (*ThriftHiveMetastoreDropConstraintArgs) Read

func (*ThriftHiveMetastoreDropConstraintArgs) ReadField1

func (*ThriftHiveMetastoreDropConstraintArgs) String

func (*ThriftHiveMetastoreDropConstraintArgs) Write

type ThriftHiveMetastoreDropConstraintResult

type ThriftHiveMetastoreDropConstraintResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O3 *MetaException         `thrift:"o3,2" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O3

func NewThriftHiveMetastoreDropConstraintResult

func NewThriftHiveMetastoreDropConstraintResult() *ThriftHiveMetastoreDropConstraintResult

func (*ThriftHiveMetastoreDropConstraintResult) GetO1

func (*ThriftHiveMetastoreDropConstraintResult) GetO3

func (*ThriftHiveMetastoreDropConstraintResult) IsSetO1

func (*ThriftHiveMetastoreDropConstraintResult) IsSetO3

func (*ThriftHiveMetastoreDropConstraintResult) Read

func (*ThriftHiveMetastoreDropConstraintResult) ReadField1

func (*ThriftHiveMetastoreDropConstraintResult) ReadField2

func (*ThriftHiveMetastoreDropConstraintResult) String

func (*ThriftHiveMetastoreDropConstraintResult) Write

type ThriftHiveMetastoreDropDatabaseArgs

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

Attributes:

  • Name
  • DeleteData
  • Cascade

func NewThriftHiveMetastoreDropDatabaseArgs

func NewThriftHiveMetastoreDropDatabaseArgs() *ThriftHiveMetastoreDropDatabaseArgs

func (*ThriftHiveMetastoreDropDatabaseArgs) GetCascade

func (p *ThriftHiveMetastoreDropDatabaseArgs) GetCascade() bool

func (*ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData

func (p *ThriftHiveMetastoreDropDatabaseArgs) GetDeleteData() bool

func (*ThriftHiveMetastoreDropDatabaseArgs) GetName

func (*ThriftHiveMetastoreDropDatabaseArgs) Read

func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField1

func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField2

func (*ThriftHiveMetastoreDropDatabaseArgs) ReadField3

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 ThriftHiveMetastoreDropDataconnectorArgs

type ThriftHiveMetastoreDropDataconnectorArgs struct {
	Name            string
	IfNotExists     bool
	CheckReferences bool
}

Attributes:

  • Name
  • IfNotExists
  • CheckReferences

func NewThriftHiveMetastoreDropDataconnectorArgs

func NewThriftHiveMetastoreDropDataconnectorArgs() *ThriftHiveMetastoreDropDataconnectorArgs

func (*ThriftHiveMetastoreDropDataconnectorArgs) GetCheckReferences

func (p *ThriftHiveMetastoreDropDataconnectorArgs) GetCheckReferences() bool

func (*ThriftHiveMetastoreDropDataconnectorArgs) GetIfNotExists

func (p *ThriftHiveMetastoreDropDataconnectorArgs) GetIfNotExists() bool

func (*ThriftHiveMetastoreDropDataconnectorArgs) GetName

func (*ThriftHiveMetastoreDropDataconnectorArgs) Read

func (*ThriftHiveMetastoreDropDataconnectorArgs) ReadField1

func (*ThriftHiveMetastoreDropDataconnectorArgs) ReadField_1

func (*ThriftHiveMetastoreDropDataconnectorArgs) ReadField_2

func (*ThriftHiveMetastoreDropDataconnectorArgs) String

func (*ThriftHiveMetastoreDropDataconnectorArgs) Write

type ThriftHiveMetastoreDropDataconnectorResult

type ThriftHiveMetastoreDropDataconnectorResult 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 NewThriftHiveMetastoreDropDataconnectorResult

func NewThriftHiveMetastoreDropDataconnectorResult() *ThriftHiveMetastoreDropDataconnectorResult

func (*ThriftHiveMetastoreDropDataconnectorResult) GetO1

func (*ThriftHiveMetastoreDropDataconnectorResult) GetO2

func (*ThriftHiveMetastoreDropDataconnectorResult) GetO3

func (*ThriftHiveMetastoreDropDataconnectorResult) IsSetO1

func (*ThriftHiveMetastoreDropDataconnectorResult) IsSetO2

func (*ThriftHiveMetastoreDropDataconnectorResult) IsSetO3

func (*ThriftHiveMetastoreDropDataconnectorResult) Read

func (*ThriftHiveMetastoreDropDataconnectorResult) ReadField1

func (*ThriftHiveMetastoreDropDataconnectorResult) ReadField2

func (*ThriftHiveMetastoreDropDataconnectorResult) ReadField3

func (*ThriftHiveMetastoreDropDataconnectorResult) String

func (*ThriftHiveMetastoreDropDataconnectorResult) Write

type ThriftHiveMetastoreDropFunctionArgs

type ThriftHiveMetastoreDropFunctionArgs struct {
	DbName   string `thrift:"dbName,1" db:"dbName" json:"dbName"`
	FuncName string `thrift:"funcName,2" db:"funcName" json:"funcName"`
}

Attributes:

  • DbName
  • FuncName

func NewThriftHiveMetastoreDropFunctionArgs

func NewThriftHiveMetastoreDropFunctionArgs() *ThriftHiveMetastoreDropFunctionArgs

func (*ThriftHiveMetastoreDropFunctionArgs) GetDbName

func (*ThriftHiveMetastoreDropFunctionArgs) GetFuncName

func (*ThriftHiveMetastoreDropFunctionArgs) Read

func (*ThriftHiveMetastoreDropFunctionArgs) ReadField1

func (*ThriftHiveMetastoreDropFunctionArgs) ReadField2

func (*ThriftHiveMetastoreDropFunctionArgs) String

func (*ThriftHiveMetastoreDropFunctionArgs) Write

type ThriftHiveMetastoreDropFunctionResult

type ThriftHiveMetastoreDropFunctionResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O3 *MetaException         `thrift:"o3,2" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O3

func NewThriftHiveMetastoreDropFunctionResult

func NewThriftHiveMetastoreDropFunctionResult() *ThriftHiveMetastoreDropFunctionResult

func (*ThriftHiveMetastoreDropFunctionResult) GetO1

func (*ThriftHiveMetastoreDropFunctionResult) GetO3

func (*ThriftHiveMetastoreDropFunctionResult) IsSetO1

func (*ThriftHiveMetastoreDropFunctionResult) IsSetO3

func (*ThriftHiveMetastoreDropFunctionResult) Read

func (*ThriftHiveMetastoreDropFunctionResult) ReadField1

func (*ThriftHiveMetastoreDropFunctionResult) ReadField2

func (*ThriftHiveMetastoreDropFunctionResult) String

func (*ThriftHiveMetastoreDropFunctionResult) Write

type ThriftHiveMetastoreDropIschemaArgs

type ThriftHiveMetastoreDropIschemaArgs struct {
	Name *ISchemaName `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name

func NewThriftHiveMetastoreDropIschemaArgs

func NewThriftHiveMetastoreDropIschemaArgs() *ThriftHiveMetastoreDropIschemaArgs

func (*ThriftHiveMetastoreDropIschemaArgs) GetName

func (*ThriftHiveMetastoreDropIschemaArgs) IsSetName

func (*ThriftHiveMetastoreDropIschemaArgs) Read

func (*ThriftHiveMetastoreDropIschemaArgs) ReadField1

func (*ThriftHiveMetastoreDropIschemaArgs) String

func (*ThriftHiveMetastoreDropIschemaArgs) Write

type ThriftHiveMetastoreDropIschemaResult

type ThriftHiveMetastoreDropIschemaResult 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 NewThriftHiveMetastoreDropIschemaResult

func NewThriftHiveMetastoreDropIschemaResult() *ThriftHiveMetastoreDropIschemaResult

func (*ThriftHiveMetastoreDropIschemaResult) GetO1

func (*ThriftHiveMetastoreDropIschemaResult) GetO2

func (*ThriftHiveMetastoreDropIschemaResult) GetO3

func (*ThriftHiveMetastoreDropIschemaResult) IsSetO1

func (*ThriftHiveMetastoreDropIschemaResult) IsSetO2

func (*ThriftHiveMetastoreDropIschemaResult) IsSetO3

func (*ThriftHiveMetastoreDropIschemaResult) Read

func (*ThriftHiveMetastoreDropIschemaResult) ReadField1

func (*ThriftHiveMetastoreDropIschemaResult) ReadField2

func (*ThriftHiveMetastoreDropIschemaResult) ReadField3

func (*ThriftHiveMetastoreDropIschemaResult) String

func (*ThriftHiveMetastoreDropIschemaResult) Write

type ThriftHiveMetastoreDropPackageArgs

type ThriftHiveMetastoreDropPackageArgs struct {
	Request *DropPackageRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropPackageArgs

func NewThriftHiveMetastoreDropPackageArgs() *ThriftHiveMetastoreDropPackageArgs

func (*ThriftHiveMetastoreDropPackageArgs) GetRequest

func (*ThriftHiveMetastoreDropPackageArgs) IsSetRequest

func (p *ThriftHiveMetastoreDropPackageArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreDropPackageArgs) Read

func (*ThriftHiveMetastoreDropPackageArgs) ReadField1

func (*ThriftHiveMetastoreDropPackageArgs) String

func (*ThriftHiveMetastoreDropPackageArgs) Write

type ThriftHiveMetastoreDropPackageResult

type ThriftHiveMetastoreDropPackageResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreDropPackageResult

func NewThriftHiveMetastoreDropPackageResult() *ThriftHiveMetastoreDropPackageResult

func (*ThriftHiveMetastoreDropPackageResult) GetO1

func (*ThriftHiveMetastoreDropPackageResult) IsSetO1

func (*ThriftHiveMetastoreDropPackageResult) Read

func (*ThriftHiveMetastoreDropPackageResult) ReadField1

func (*ThriftHiveMetastoreDropPackageResult) String

func (*ThriftHiveMetastoreDropPackageResult) 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 ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs

type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartName           string              `thrift:"part_name,3" db:"part_name" json:"part_name"`
	DeleteData         bool                `thrift:"deleteData,4" db:"deleteData" json:"deleteData"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,5" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • PartName
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetDeleteData

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetPartName

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) ReadField5

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult

type ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult struct {
	Success *bool                  `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextResult) 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 ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs

type ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName            string              `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartVals           []string            `thrift:"part_vals,3" db:"part_vals" json:"part_vals"`
	DeleteData         bool                `thrift:"deleteData,4" db:"deleteData" json:"deleteData"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,5" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TblName
  • PartVals
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetDeleteData

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetPartVals

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) GetTblName

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) IsSetEnvironmentContext

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) ReadField5

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult

type ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult struct {
	Success *bool                  `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreDropPartitionWithEnvironmentContextResult) Write

type ThriftHiveMetastoreDropPartitionsReqArgs

type ThriftHiveMetastoreDropPartitionsReqArgs struct {
	Req *DropPartitionsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreDropPartitionsReqArgs

func NewThriftHiveMetastoreDropPartitionsReqArgs() *ThriftHiveMetastoreDropPartitionsReqArgs

func (*ThriftHiveMetastoreDropPartitionsReqArgs) GetReq

func (*ThriftHiveMetastoreDropPartitionsReqArgs) IsSetReq

func (*ThriftHiveMetastoreDropPartitionsReqArgs) Read

func (*ThriftHiveMetastoreDropPartitionsReqArgs) ReadField1

func (*ThriftHiveMetastoreDropPartitionsReqArgs) String

func (*ThriftHiveMetastoreDropPartitionsReqArgs) Write

type ThriftHiveMetastoreDropPartitionsReqResult

type ThriftHiveMetastoreDropPartitionsReqResult struct {
	Success *DropPartitionsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreDropPartitionsReqResult

func NewThriftHiveMetastoreDropPartitionsReqResult() *ThriftHiveMetastoreDropPartitionsReqResult

func (*ThriftHiveMetastoreDropPartitionsReqResult) GetO1

func (*ThriftHiveMetastoreDropPartitionsReqResult) GetO2

func (*ThriftHiveMetastoreDropPartitionsReqResult) GetSuccess

func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetO1

func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetO2

func (*ThriftHiveMetastoreDropPartitionsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreDropPartitionsReqResult) Read

func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField0

func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField1

func (*ThriftHiveMetastoreDropPartitionsReqResult) ReadField2

func (*ThriftHiveMetastoreDropPartitionsReqResult) String

func (*ThriftHiveMetastoreDropPartitionsReqResult) Write

type ThriftHiveMetastoreDropResourcePlanArgs

type ThriftHiveMetastoreDropResourcePlanArgs struct {
	Request *WMDropResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropResourcePlanArgs

func NewThriftHiveMetastoreDropResourcePlanArgs() *ThriftHiveMetastoreDropResourcePlanArgs

func (*ThriftHiveMetastoreDropResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreDropResourcePlanArgs) IsSetRequest

func (*ThriftHiveMetastoreDropResourcePlanArgs) Read

func (*ThriftHiveMetastoreDropResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreDropResourcePlanArgs) String

func (*ThriftHiveMetastoreDropResourcePlanArgs) Write

type ThriftHiveMetastoreDropResourcePlanResult

type ThriftHiveMetastoreDropResourcePlanResult struct {
	Success *WMDropResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException      `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException              `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreDropResourcePlanResult

func NewThriftHiveMetastoreDropResourcePlanResult() *ThriftHiveMetastoreDropResourcePlanResult

func (*ThriftHiveMetastoreDropResourcePlanResult) GetO1

func (*ThriftHiveMetastoreDropResourcePlanResult) GetO2

func (*ThriftHiveMetastoreDropResourcePlanResult) GetO3

func (*ThriftHiveMetastoreDropResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO1

func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetO3

func (*ThriftHiveMetastoreDropResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreDropResourcePlanResult) Read

func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField2

func (*ThriftHiveMetastoreDropResourcePlanResult) ReadField3

func (*ThriftHiveMetastoreDropResourcePlanResult) String

func (*ThriftHiveMetastoreDropResourcePlanResult) 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 ThriftHiveMetastoreDropSchemaVersionArgs

type ThriftHiveMetastoreDropSchemaVersionArgs struct {
	SchemaVersion *SchemaVersionDescriptor `thrift:"schemaVersion,1" db:"schemaVersion" json:"schemaVersion"`
}

Attributes:

  • SchemaVersion

func NewThriftHiveMetastoreDropSchemaVersionArgs

func NewThriftHiveMetastoreDropSchemaVersionArgs() *ThriftHiveMetastoreDropSchemaVersionArgs

func (*ThriftHiveMetastoreDropSchemaVersionArgs) GetSchemaVersion

func (*ThriftHiveMetastoreDropSchemaVersionArgs) IsSetSchemaVersion

func (p *ThriftHiveMetastoreDropSchemaVersionArgs) IsSetSchemaVersion() bool

func (*ThriftHiveMetastoreDropSchemaVersionArgs) Read

func (*ThriftHiveMetastoreDropSchemaVersionArgs) ReadField1

func (*ThriftHiveMetastoreDropSchemaVersionArgs) String

func (*ThriftHiveMetastoreDropSchemaVersionArgs) Write

type ThriftHiveMetastoreDropSchemaVersionResult

type ThriftHiveMetastoreDropSchemaVersionResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreDropSchemaVersionResult

func NewThriftHiveMetastoreDropSchemaVersionResult() *ThriftHiveMetastoreDropSchemaVersionResult

func (*ThriftHiveMetastoreDropSchemaVersionResult) GetO1

func (*ThriftHiveMetastoreDropSchemaVersionResult) GetO2

func (*ThriftHiveMetastoreDropSchemaVersionResult) IsSetO1

func (*ThriftHiveMetastoreDropSchemaVersionResult) IsSetO2

func (*ThriftHiveMetastoreDropSchemaVersionResult) Read

func (*ThriftHiveMetastoreDropSchemaVersionResult) ReadField1

func (*ThriftHiveMetastoreDropSchemaVersionResult) ReadField2

func (*ThriftHiveMetastoreDropSchemaVersionResult) String

func (*ThriftHiveMetastoreDropSchemaVersionResult) Write

type ThriftHiveMetastoreDropStoredProcedureArgs

type ThriftHiveMetastoreDropStoredProcedureArgs struct {
	Request *StoredProcedureRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropStoredProcedureArgs

func NewThriftHiveMetastoreDropStoredProcedureArgs() *ThriftHiveMetastoreDropStoredProcedureArgs

func (*ThriftHiveMetastoreDropStoredProcedureArgs) GetRequest

func (*ThriftHiveMetastoreDropStoredProcedureArgs) IsSetRequest

func (*ThriftHiveMetastoreDropStoredProcedureArgs) Read

func (*ThriftHiveMetastoreDropStoredProcedureArgs) ReadField1

func (*ThriftHiveMetastoreDropStoredProcedureArgs) String

func (*ThriftHiveMetastoreDropStoredProcedureArgs) Write

type ThriftHiveMetastoreDropStoredProcedureResult

type ThriftHiveMetastoreDropStoredProcedureResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreDropStoredProcedureResult

func NewThriftHiveMetastoreDropStoredProcedureResult() *ThriftHiveMetastoreDropStoredProcedureResult

func (*ThriftHiveMetastoreDropStoredProcedureResult) GetO1

func (*ThriftHiveMetastoreDropStoredProcedureResult) IsSetO1

func (*ThriftHiveMetastoreDropStoredProcedureResult) Read

func (*ThriftHiveMetastoreDropStoredProcedureResult) ReadField1

func (*ThriftHiveMetastoreDropStoredProcedureResult) String

func (*ThriftHiveMetastoreDropStoredProcedureResult) 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 ThriftHiveMetastoreDropTableWithEnvironmentContextArgs

type ThriftHiveMetastoreDropTableWithEnvironmentContextArgs struct {
	Dbname             string              `thrift:"dbname,1" db:"dbname" json:"dbname"`
	Name               string              `thrift:"name,2" db:"name" json:"name"`
	DeleteData         bool                `thrift:"deleteData,3" db:"deleteData" json:"deleteData"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,4" db:"environment_context" json:"environment_context"`
}

Attributes:

  • Dbname
  • Name
  • DeleteData
  • EnvironmentContext

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDbname

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetDeleteData

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) GetName

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) IsSetEnvironmentContext

func (p *ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) IsSetEnvironmentContext() bool

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) ReadField4

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreDropTableWithEnvironmentContextResult

type ThriftHiveMetastoreDropTableWithEnvironmentContextResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O3 *MetaException         `thrift:"o3,2" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O3

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreDropTableWithEnvironmentContextResult) 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 ThriftHiveMetastoreDropWmMappingArgs

type ThriftHiveMetastoreDropWmMappingArgs struct {
	Request *WMDropMappingRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropWmMappingArgs

func NewThriftHiveMetastoreDropWmMappingArgs() *ThriftHiveMetastoreDropWmMappingArgs

func (*ThriftHiveMetastoreDropWmMappingArgs) GetRequest

func (*ThriftHiveMetastoreDropWmMappingArgs) IsSetRequest

func (p *ThriftHiveMetastoreDropWmMappingArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreDropWmMappingArgs) Read

func (*ThriftHiveMetastoreDropWmMappingArgs) ReadField1

func (*ThriftHiveMetastoreDropWmMappingArgs) String

func (*ThriftHiveMetastoreDropWmMappingArgs) Write

type ThriftHiveMetastoreDropWmMappingResult

type ThriftHiveMetastoreDropWmMappingResult struct {
	Success *WMDropMappingResponse     `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException             `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreDropWmMappingResult

func NewThriftHiveMetastoreDropWmMappingResult() *ThriftHiveMetastoreDropWmMappingResult

func (*ThriftHiveMetastoreDropWmMappingResult) GetO1

func (*ThriftHiveMetastoreDropWmMappingResult) GetO2

func (*ThriftHiveMetastoreDropWmMappingResult) GetO3

func (*ThriftHiveMetastoreDropWmMappingResult) GetSuccess

func (*ThriftHiveMetastoreDropWmMappingResult) IsSetO1

func (*ThriftHiveMetastoreDropWmMappingResult) IsSetO2

func (*ThriftHiveMetastoreDropWmMappingResult) IsSetO3

func (*ThriftHiveMetastoreDropWmMappingResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropWmMappingResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropWmMappingResult) Read

func (*ThriftHiveMetastoreDropWmMappingResult) ReadField0

func (*ThriftHiveMetastoreDropWmMappingResult) ReadField1

func (*ThriftHiveMetastoreDropWmMappingResult) ReadField2

func (*ThriftHiveMetastoreDropWmMappingResult) ReadField3

func (*ThriftHiveMetastoreDropWmMappingResult) String

func (*ThriftHiveMetastoreDropWmMappingResult) Write

type ThriftHiveMetastoreDropWmPoolArgs

type ThriftHiveMetastoreDropWmPoolArgs struct {
	Request *WMDropPoolRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropWmPoolArgs

func NewThriftHiveMetastoreDropWmPoolArgs() *ThriftHiveMetastoreDropWmPoolArgs

func (*ThriftHiveMetastoreDropWmPoolArgs) GetRequest

func (*ThriftHiveMetastoreDropWmPoolArgs) IsSetRequest

func (p *ThriftHiveMetastoreDropWmPoolArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreDropWmPoolArgs) Read

func (*ThriftHiveMetastoreDropWmPoolArgs) ReadField1

func (*ThriftHiveMetastoreDropWmPoolArgs) String

func (*ThriftHiveMetastoreDropWmPoolArgs) Write

type ThriftHiveMetastoreDropWmPoolResult

type ThriftHiveMetastoreDropWmPoolResult struct {
	Success *WMDropPoolResponse        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException             `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreDropWmPoolResult

func NewThriftHiveMetastoreDropWmPoolResult() *ThriftHiveMetastoreDropWmPoolResult

func (*ThriftHiveMetastoreDropWmPoolResult) GetO1

func (*ThriftHiveMetastoreDropWmPoolResult) GetO2

func (*ThriftHiveMetastoreDropWmPoolResult) GetO3

func (*ThriftHiveMetastoreDropWmPoolResult) GetSuccess

func (*ThriftHiveMetastoreDropWmPoolResult) IsSetO1

func (*ThriftHiveMetastoreDropWmPoolResult) IsSetO2

func (*ThriftHiveMetastoreDropWmPoolResult) IsSetO3

func (*ThriftHiveMetastoreDropWmPoolResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropWmPoolResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropWmPoolResult) Read

func (*ThriftHiveMetastoreDropWmPoolResult) ReadField0

func (*ThriftHiveMetastoreDropWmPoolResult) ReadField1

func (*ThriftHiveMetastoreDropWmPoolResult) ReadField2

func (*ThriftHiveMetastoreDropWmPoolResult) ReadField3

func (*ThriftHiveMetastoreDropWmPoolResult) String

func (*ThriftHiveMetastoreDropWmPoolResult) Write

type ThriftHiveMetastoreDropWmTriggerArgs

type ThriftHiveMetastoreDropWmTriggerArgs struct {
	Request *WMDropTriggerRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreDropWmTriggerArgs

func NewThriftHiveMetastoreDropWmTriggerArgs() *ThriftHiveMetastoreDropWmTriggerArgs

func (*ThriftHiveMetastoreDropWmTriggerArgs) GetRequest

func (*ThriftHiveMetastoreDropWmTriggerArgs) IsSetRequest

func (p *ThriftHiveMetastoreDropWmTriggerArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreDropWmTriggerArgs) Read

func (*ThriftHiveMetastoreDropWmTriggerArgs) ReadField1

func (*ThriftHiveMetastoreDropWmTriggerArgs) String

func (*ThriftHiveMetastoreDropWmTriggerArgs) Write

type ThriftHiveMetastoreDropWmTriggerResult

type ThriftHiveMetastoreDropWmTriggerResult struct {
	Success *WMDropTriggerResponse     `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException             `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreDropWmTriggerResult

func NewThriftHiveMetastoreDropWmTriggerResult() *ThriftHiveMetastoreDropWmTriggerResult

func (*ThriftHiveMetastoreDropWmTriggerResult) GetO1

func (*ThriftHiveMetastoreDropWmTriggerResult) GetO2

func (*ThriftHiveMetastoreDropWmTriggerResult) GetO3

func (*ThriftHiveMetastoreDropWmTriggerResult) GetSuccess

func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO1

func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO2

func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetO3

func (*ThriftHiveMetastoreDropWmTriggerResult) IsSetSuccess

func (p *ThriftHiveMetastoreDropWmTriggerResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreDropWmTriggerResult) Read

func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField0

func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField1

func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField2

func (*ThriftHiveMetastoreDropWmTriggerResult) ReadField3

func (*ThriftHiveMetastoreDropWmTriggerResult) String

func (*ThriftHiveMetastoreDropWmTriggerResult) Write

type ThriftHiveMetastoreExchangePartitionArgs

type ThriftHiveMetastoreExchangePartitionArgs struct {
	PartitionSpecs  map[string]string `thrift:"partitionSpecs,1" db:"partitionSpecs" json:"partitionSpecs"`
	SourceDb        string            `thrift:"source_db,2" db:"source_db" json:"source_db"`
	SourceTableName string            `thrift:"source_table_name,3" db:"source_table_name" json:"source_table_name"`
	DestDb          string            `thrift:"dest_db,4" db:"dest_db" json:"dest_db"`
	DestTableName   string            `thrift:"dest_table_name,5" db:"dest_table_name" json:"dest_table_name"`
}

Attributes:

  • PartitionSpecs
  • SourceDb
  • SourceTableName
  • DestDb
  • DestTableName

func NewThriftHiveMetastoreExchangePartitionArgs

func NewThriftHiveMetastoreExchangePartitionArgs() *ThriftHiveMetastoreExchangePartitionArgs

func (*ThriftHiveMetastoreExchangePartitionArgs) GetDestDb

func (*ThriftHiveMetastoreExchangePartitionArgs) GetDestTableName

func (p *ThriftHiveMetastoreExchangePartitionArgs) GetDestTableName() string

func (*ThriftHiveMetastoreExchangePartitionArgs) GetPartitionSpecs

func (p *ThriftHiveMetastoreExchangePartitionArgs) GetPartitionSpecs() map[string]string

func (*ThriftHiveMetastoreExchangePartitionArgs) GetSourceDb

func (*ThriftHiveMetastoreExchangePartitionArgs) GetSourceTableName

func (p *ThriftHiveMetastoreExchangePartitionArgs) GetSourceTableName() string

func (*ThriftHiveMetastoreExchangePartitionArgs) Read

func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField1

func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField2

func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField3

func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField4

func (*ThriftHiveMetastoreExchangePartitionArgs) ReadField5

func (*ThriftHiveMetastoreExchangePartitionArgs) String

func (*ThriftHiveMetastoreExchangePartitionArgs) Write

type ThriftHiveMetastoreExchangePartitionResult

type ThriftHiveMetastoreExchangePartitionResult struct {
	Success *Partition              `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException          `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreExchangePartitionResult

func NewThriftHiveMetastoreExchangePartitionResult() *ThriftHiveMetastoreExchangePartitionResult

func (*ThriftHiveMetastoreExchangePartitionResult) GetO1

func (*ThriftHiveMetastoreExchangePartitionResult) GetO2

func (*ThriftHiveMetastoreExchangePartitionResult) GetO3

func (*ThriftHiveMetastoreExchangePartitionResult) GetO4

func (*ThriftHiveMetastoreExchangePartitionResult) GetSuccess

func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO1

func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO2

func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO3

func (*ThriftHiveMetastoreExchangePartitionResult) IsSetO4

func (*ThriftHiveMetastoreExchangePartitionResult) IsSetSuccess

func (*ThriftHiveMetastoreExchangePartitionResult) Read

func (*ThriftHiveMetastoreExchangePartitionResult) ReadField0

func (*ThriftHiveMetastoreExchangePartitionResult) ReadField1

func (*ThriftHiveMetastoreExchangePartitionResult) ReadField2

func (*ThriftHiveMetastoreExchangePartitionResult) ReadField3

func (*ThriftHiveMetastoreExchangePartitionResult) ReadField4

func (*ThriftHiveMetastoreExchangePartitionResult) String

func (*ThriftHiveMetastoreExchangePartitionResult) Write

type ThriftHiveMetastoreExchangePartitionsArgs

type ThriftHiveMetastoreExchangePartitionsArgs struct {
	PartitionSpecs  map[string]string `thrift:"partitionSpecs,1" db:"partitionSpecs" json:"partitionSpecs"`
	SourceDb        string            `thrift:"source_db,2" db:"source_db" json:"source_db"`
	SourceTableName string            `thrift:"source_table_name,3" db:"source_table_name" json:"source_table_name"`
	DestDb          string            `thrift:"dest_db,4" db:"dest_db" json:"dest_db"`
	DestTableName   string            `thrift:"dest_table_name,5" db:"dest_table_name" json:"dest_table_name"`
}

Attributes:

  • PartitionSpecs
  • SourceDb
  • SourceTableName
  • DestDb
  • DestTableName

func NewThriftHiveMetastoreExchangePartitionsArgs

func NewThriftHiveMetastoreExchangePartitionsArgs() *ThriftHiveMetastoreExchangePartitionsArgs

func (*ThriftHiveMetastoreExchangePartitionsArgs) GetDestDb

func (*ThriftHiveMetastoreExchangePartitionsArgs) GetDestTableName

func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetDestTableName() string

func (*ThriftHiveMetastoreExchangePartitionsArgs) GetPartitionSpecs

func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetPartitionSpecs() map[string]string

func (*ThriftHiveMetastoreExchangePartitionsArgs) GetSourceDb

func (*ThriftHiveMetastoreExchangePartitionsArgs) GetSourceTableName

func (p *ThriftHiveMetastoreExchangePartitionsArgs) GetSourceTableName() string

func (*ThriftHiveMetastoreExchangePartitionsArgs) Read

func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField1

func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField2

func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField3

func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField4

func (*ThriftHiveMetastoreExchangePartitionsArgs) ReadField5

func (*ThriftHiveMetastoreExchangePartitionsArgs) String

func (*ThriftHiveMetastoreExchangePartitionsArgs) Write

type ThriftHiveMetastoreExchangePartitionsResult

type ThriftHiveMetastoreExchangePartitionsResult struct {
	Success []*Partition            `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException          `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidObjectException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreExchangePartitionsResult

func NewThriftHiveMetastoreExchangePartitionsResult() *ThriftHiveMetastoreExchangePartitionsResult

func (*ThriftHiveMetastoreExchangePartitionsResult) GetO1

func (*ThriftHiveMetastoreExchangePartitionsResult) GetO2

func (*ThriftHiveMetastoreExchangePartitionsResult) GetO3

func (*ThriftHiveMetastoreExchangePartitionsResult) GetO4

func (*ThriftHiveMetastoreExchangePartitionsResult) GetSuccess

func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO1

func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO2

func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO3

func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetO4

func (*ThriftHiveMetastoreExchangePartitionsResult) IsSetSuccess

func (*ThriftHiveMetastoreExchangePartitionsResult) Read

func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField0

func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField1

func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField2

func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField3

func (*ThriftHiveMetastoreExchangePartitionsResult) ReadField4

func (*ThriftHiveMetastoreExchangePartitionsResult) String

func (*ThriftHiveMetastoreExchangePartitionsResult) Write

type ThriftHiveMetastoreFindColumnsWithStatsArgs

type ThriftHiveMetastoreFindColumnsWithStatsArgs struct {
	Cr *CompactionInfoStruct `thrift:"cr,1" db:"cr" json:"cr"`
}

Attributes:

  • Cr

func NewThriftHiveMetastoreFindColumnsWithStatsArgs

func NewThriftHiveMetastoreFindColumnsWithStatsArgs() *ThriftHiveMetastoreFindColumnsWithStatsArgs

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) GetCr

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) IsSetCr

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) Read

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) ReadField1

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) String

func (*ThriftHiveMetastoreFindColumnsWithStatsArgs) Write

type ThriftHiveMetastoreFindColumnsWithStatsResult

type ThriftHiveMetastoreFindColumnsWithStatsResult struct {
	Success []string `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreFindColumnsWithStatsResult

func NewThriftHiveMetastoreFindColumnsWithStatsResult() *ThriftHiveMetastoreFindColumnsWithStatsResult

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) GetSuccess

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) IsSetSuccess

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) Read

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) ReadField0

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) String

func (*ThriftHiveMetastoreFindColumnsWithStatsResult) Write

type ThriftHiveMetastoreFindNextCompactArgs

type ThriftHiveMetastoreFindNextCompactArgs struct {
	WorkerId      string `thrift:"workerId,1" db:"workerId" json:"workerId"`
	WorkerVersion string `thrift:"workerVersion,2" db:"workerVersion" json:"workerVersion"`
}

Attributes:

  • WorkerId
  • WorkerVersion

func NewThriftHiveMetastoreFindNextCompactArgs

func NewThriftHiveMetastoreFindNextCompactArgs() *ThriftHiveMetastoreFindNextCompactArgs

func (*ThriftHiveMetastoreFindNextCompactArgs) GetWorkerId

func (*ThriftHiveMetastoreFindNextCompactArgs) GetWorkerVersion

func (p *ThriftHiveMetastoreFindNextCompactArgs) GetWorkerVersion() string

func (*ThriftHiveMetastoreFindNextCompactArgs) Read

func (*ThriftHiveMetastoreFindNextCompactArgs) ReadField1

func (*ThriftHiveMetastoreFindNextCompactArgs) ReadField2

func (*ThriftHiveMetastoreFindNextCompactArgs) String

func (*ThriftHiveMetastoreFindNextCompactArgs) Write

type ThriftHiveMetastoreFindNextCompactResult

type ThriftHiveMetastoreFindNextCompactResult struct {
	Success *OptionalCompactionInfoStruct `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreFindNextCompactResult

func NewThriftHiveMetastoreFindNextCompactResult() *ThriftHiveMetastoreFindNextCompactResult

func (*ThriftHiveMetastoreFindNextCompactResult) GetO1

func (*ThriftHiveMetastoreFindNextCompactResult) GetSuccess

func (*ThriftHiveMetastoreFindNextCompactResult) IsSetO1

func (*ThriftHiveMetastoreFindNextCompactResult) IsSetSuccess

func (*ThriftHiveMetastoreFindNextCompactResult) Read

func (*ThriftHiveMetastoreFindNextCompactResult) ReadField0

func (*ThriftHiveMetastoreFindNextCompactResult) ReadField1

func (*ThriftHiveMetastoreFindNextCompactResult) String

func (*ThriftHiveMetastoreFindNextCompactResult) Write

type ThriftHiveMetastoreFindPackageArgs

type ThriftHiveMetastoreFindPackageArgs struct {
	Request *GetPackageRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreFindPackageArgs

func NewThriftHiveMetastoreFindPackageArgs() *ThriftHiveMetastoreFindPackageArgs

func (*ThriftHiveMetastoreFindPackageArgs) GetRequest

func (*ThriftHiveMetastoreFindPackageArgs) IsSetRequest

func (p *ThriftHiveMetastoreFindPackageArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreFindPackageArgs) Read

func (*ThriftHiveMetastoreFindPackageArgs) ReadField1

func (*ThriftHiveMetastoreFindPackageArgs) String

func (*ThriftHiveMetastoreFindPackageArgs) Write

type ThriftHiveMetastoreFindPackageResult

type ThriftHiveMetastoreFindPackageResult struct {
	Success *Package       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreFindPackageResult

func NewThriftHiveMetastoreFindPackageResult() *ThriftHiveMetastoreFindPackageResult

func (*ThriftHiveMetastoreFindPackageResult) GetO1

func (*ThriftHiveMetastoreFindPackageResult) GetSuccess

func (*ThriftHiveMetastoreFindPackageResult) IsSetO1

func (*ThriftHiveMetastoreFindPackageResult) IsSetSuccess

func (p *ThriftHiveMetastoreFindPackageResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreFindPackageResult) Read

func (*ThriftHiveMetastoreFindPackageResult) ReadField0

func (*ThriftHiveMetastoreFindPackageResult) ReadField1

func (*ThriftHiveMetastoreFindPackageResult) String

func (*ThriftHiveMetastoreFindPackageResult) Write

type ThriftHiveMetastoreFireListenerEventArgs

type ThriftHiveMetastoreFireListenerEventArgs struct {
	Rqst *FireEventRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreFireListenerEventArgs

func NewThriftHiveMetastoreFireListenerEventArgs() *ThriftHiveMetastoreFireListenerEventArgs

func (*ThriftHiveMetastoreFireListenerEventArgs) GetRqst

func (*ThriftHiveMetastoreFireListenerEventArgs) IsSetRqst

func (*ThriftHiveMetastoreFireListenerEventArgs) Read

func (*ThriftHiveMetastoreFireListenerEventArgs) ReadField1

func (*ThriftHiveMetastoreFireListenerEventArgs) String

func (*ThriftHiveMetastoreFireListenerEventArgs) Write

type ThriftHiveMetastoreFireListenerEventResult

type ThriftHiveMetastoreFireListenerEventResult struct {
	Success *FireEventResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreFireListenerEventResult

func NewThriftHiveMetastoreFireListenerEventResult() *ThriftHiveMetastoreFireListenerEventResult

func (*ThriftHiveMetastoreFireListenerEventResult) GetSuccess

func (*ThriftHiveMetastoreFireListenerEventResult) IsSetSuccess

func (*ThriftHiveMetastoreFireListenerEventResult) Read

func (*ThriftHiveMetastoreFireListenerEventResult) ReadField0

func (*ThriftHiveMetastoreFireListenerEventResult) String

func (*ThriftHiveMetastoreFireListenerEventResult) Write

type ThriftHiveMetastoreFlushCacheArgs

type ThriftHiveMetastoreFlushCacheArgs struct {
}

func NewThriftHiveMetastoreFlushCacheArgs

func NewThriftHiveMetastoreFlushCacheArgs() *ThriftHiveMetastoreFlushCacheArgs

func (*ThriftHiveMetastoreFlushCacheArgs) Read

func (*ThriftHiveMetastoreFlushCacheArgs) String

func (*ThriftHiveMetastoreFlushCacheArgs) Write

type ThriftHiveMetastoreFlushCacheResult

type ThriftHiveMetastoreFlushCacheResult struct {
}

func NewThriftHiveMetastoreFlushCacheResult

func NewThriftHiveMetastoreFlushCacheResult() *ThriftHiveMetastoreFlushCacheResult

func (*ThriftHiveMetastoreFlushCacheResult) Read

func (*ThriftHiveMetastoreFlushCacheResult) String

func (*ThriftHiveMetastoreFlushCacheResult) Write

type ThriftHiveMetastoreGetActiveResourcePlanArgs

type ThriftHiveMetastoreGetActiveResourcePlanArgs struct {
	Request *WMGetActiveResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetActiveResourcePlanArgs

func NewThriftHiveMetastoreGetActiveResourcePlanArgs() *ThriftHiveMetastoreGetActiveResourcePlanArgs

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) IsSetRequest

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) Read

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) String

func (*ThriftHiveMetastoreGetActiveResourcePlanArgs) Write

type ThriftHiveMetastoreGetActiveResourcePlanResult

type ThriftHiveMetastoreGetActiveResourcePlanResult struct {
	Success *WMGetActiveResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O2      *MetaException                   `thrift:"o2,1" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O2

func NewThriftHiveMetastoreGetActiveResourcePlanResult

func NewThriftHiveMetastoreGetActiveResourcePlanResult() *ThriftHiveMetastoreGetActiveResourcePlanResult

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) GetO2

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) Read

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) String

func (*ThriftHiveMetastoreGetActiveResourcePlanResult) Write

type ThriftHiveMetastoreGetAggrStatsForArgs

type ThriftHiveMetastoreGetAggrStatsForArgs struct {
	Request *PartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetAggrStatsForArgs

func NewThriftHiveMetastoreGetAggrStatsForArgs() *ThriftHiveMetastoreGetAggrStatsForArgs

func (*ThriftHiveMetastoreGetAggrStatsForArgs) GetRequest

func (*ThriftHiveMetastoreGetAggrStatsForArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetAggrStatsForArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetAggrStatsForArgs) Read

func (*ThriftHiveMetastoreGetAggrStatsForArgs) ReadField1

func (*ThriftHiveMetastoreGetAggrStatsForArgs) String

func (*ThriftHiveMetastoreGetAggrStatsForArgs) Write

type ThriftHiveMetastoreGetAggrStatsForResult

type ThriftHiveMetastoreGetAggrStatsForResult struct {
	Success *AggrStats             `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetAggrStatsForResult

func NewThriftHiveMetastoreGetAggrStatsForResult() *ThriftHiveMetastoreGetAggrStatsForResult

func (*ThriftHiveMetastoreGetAggrStatsForResult) GetO1

func (*ThriftHiveMetastoreGetAggrStatsForResult) GetO2

func (*ThriftHiveMetastoreGetAggrStatsForResult) GetSuccess

func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetO1

func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetO2

func (*ThriftHiveMetastoreGetAggrStatsForResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAggrStatsForResult) Read

func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField0

func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField1

func (*ThriftHiveMetastoreGetAggrStatsForResult) ReadField2

func (*ThriftHiveMetastoreGetAggrStatsForResult) String

func (*ThriftHiveMetastoreGetAggrStatsForResult) 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 ThriftHiveMetastoreGetAllFunctionsArgs

type ThriftHiveMetastoreGetAllFunctionsArgs struct {
}

func NewThriftHiveMetastoreGetAllFunctionsArgs

func NewThriftHiveMetastoreGetAllFunctionsArgs() *ThriftHiveMetastoreGetAllFunctionsArgs

func (*ThriftHiveMetastoreGetAllFunctionsArgs) Read

func (*ThriftHiveMetastoreGetAllFunctionsArgs) String

func (*ThriftHiveMetastoreGetAllFunctionsArgs) Write

type ThriftHiveMetastoreGetAllFunctionsResult

type ThriftHiveMetastoreGetAllFunctionsResult struct {
	Success *GetAllFunctionsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException           `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetAllFunctionsResult

func NewThriftHiveMetastoreGetAllFunctionsResult() *ThriftHiveMetastoreGetAllFunctionsResult

func (*ThriftHiveMetastoreGetAllFunctionsResult) GetO1

func (*ThriftHiveMetastoreGetAllFunctionsResult) GetSuccess

func (*ThriftHiveMetastoreGetAllFunctionsResult) IsSetO1

func (*ThriftHiveMetastoreGetAllFunctionsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllFunctionsResult) Read

func (*ThriftHiveMetastoreGetAllFunctionsResult) ReadField0

func (*ThriftHiveMetastoreGetAllFunctionsResult) ReadField1

func (*ThriftHiveMetastoreGetAllFunctionsResult) String

func (*ThriftHiveMetastoreGetAllFunctionsResult) Write

type ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingArgs

type ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingArgs struct {
}

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingArgs) Read

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingArgs) String

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingArgs) Write

type ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult

type ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult struct {
	Success []*Table       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) GetO1

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) GetSuccess

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) IsSetO1

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) Read

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) ReadField0

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) ReadField1

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) String

func (*ThriftHiveMetastoreGetAllMaterializedViewObjectsForRewritingResult) Write

type ThriftHiveMetastoreGetAllPackagesArgs

type ThriftHiveMetastoreGetAllPackagesArgs struct {
	Request *ListPackageRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetAllPackagesArgs

func NewThriftHiveMetastoreGetAllPackagesArgs() *ThriftHiveMetastoreGetAllPackagesArgs

func (*ThriftHiveMetastoreGetAllPackagesArgs) GetRequest

func (*ThriftHiveMetastoreGetAllPackagesArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetAllPackagesArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetAllPackagesArgs) Read

func (*ThriftHiveMetastoreGetAllPackagesArgs) ReadField1

func (*ThriftHiveMetastoreGetAllPackagesArgs) String

func (*ThriftHiveMetastoreGetAllPackagesArgs) Write

type ThriftHiveMetastoreGetAllPackagesResult

type ThriftHiveMetastoreGetAllPackagesResult 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 NewThriftHiveMetastoreGetAllPackagesResult

func NewThriftHiveMetastoreGetAllPackagesResult() *ThriftHiveMetastoreGetAllPackagesResult

func (*ThriftHiveMetastoreGetAllPackagesResult) GetO1

func (*ThriftHiveMetastoreGetAllPackagesResult) GetSuccess

func (*ThriftHiveMetastoreGetAllPackagesResult) IsSetO1

func (*ThriftHiveMetastoreGetAllPackagesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllPackagesResult) Read

func (*ThriftHiveMetastoreGetAllPackagesResult) ReadField0

func (*ThriftHiveMetastoreGetAllPackagesResult) ReadField1

func (*ThriftHiveMetastoreGetAllPackagesResult) String

func (*ThriftHiveMetastoreGetAllPackagesResult) Write

type ThriftHiveMetastoreGetAllResourcePlansArgs

type ThriftHiveMetastoreGetAllResourcePlansArgs struct {
	Request *WMGetAllResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetAllResourcePlansArgs

func NewThriftHiveMetastoreGetAllResourcePlansArgs() *ThriftHiveMetastoreGetAllResourcePlansArgs

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) GetRequest

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) IsSetRequest

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) Read

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) ReadField1

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) String

func (*ThriftHiveMetastoreGetAllResourcePlansArgs) Write

type ThriftHiveMetastoreGetAllResourcePlansResult

type ThriftHiveMetastoreGetAllResourcePlansResult struct {
	Success *WMGetAllResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetAllResourcePlansResult

func NewThriftHiveMetastoreGetAllResourcePlansResult() *ThriftHiveMetastoreGetAllResourcePlansResult

func (*ThriftHiveMetastoreGetAllResourcePlansResult) GetO1

func (*ThriftHiveMetastoreGetAllResourcePlansResult) GetSuccess

func (*ThriftHiveMetastoreGetAllResourcePlansResult) IsSetO1

func (*ThriftHiveMetastoreGetAllResourcePlansResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllResourcePlansResult) Read

func (*ThriftHiveMetastoreGetAllResourcePlansResult) ReadField0

func (*ThriftHiveMetastoreGetAllResourcePlansResult) ReadField1

func (*ThriftHiveMetastoreGetAllResourcePlansResult) String

func (*ThriftHiveMetastoreGetAllResourcePlansResult) Write

type ThriftHiveMetastoreGetAllStoredProceduresArgs

type ThriftHiveMetastoreGetAllStoredProceduresArgs struct {
	Request *ListStoredProcedureRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetAllStoredProceduresArgs

func NewThriftHiveMetastoreGetAllStoredProceduresArgs() *ThriftHiveMetastoreGetAllStoredProceduresArgs

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) GetRequest

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) IsSetRequest

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) Read

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) ReadField1

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) String

func (*ThriftHiveMetastoreGetAllStoredProceduresArgs) Write

type ThriftHiveMetastoreGetAllStoredProceduresResult

type ThriftHiveMetastoreGetAllStoredProceduresResult 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 NewThriftHiveMetastoreGetAllStoredProceduresResult

func NewThriftHiveMetastoreGetAllStoredProceduresResult() *ThriftHiveMetastoreGetAllStoredProceduresResult

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) GetO1

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) GetSuccess

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) IsSetO1

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) Read

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) ReadField0

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) ReadField1

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) String

func (*ThriftHiveMetastoreGetAllStoredProceduresResult) Write

type ThriftHiveMetastoreGetAllTableConstraintsArgs

type ThriftHiveMetastoreGetAllTableConstraintsArgs struct {
	Request *AllTableConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetAllTableConstraintsArgs

func NewThriftHiveMetastoreGetAllTableConstraintsArgs() *ThriftHiveMetastoreGetAllTableConstraintsArgs

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) GetRequest

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) Read

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) String

func (*ThriftHiveMetastoreGetAllTableConstraintsArgs) Write

type ThriftHiveMetastoreGetAllTableConstraintsResult

type ThriftHiveMetastoreGetAllTableConstraintsResult struct {
	Success *AllTableConstraintsResponse `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 NewThriftHiveMetastoreGetAllTableConstraintsResult

func NewThriftHiveMetastoreGetAllTableConstraintsResult() *ThriftHiveMetastoreGetAllTableConstraintsResult

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) GetO1

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) GetO2

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) GetSuccess

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) Read

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) ReadField0

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) ReadField1

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) ReadField2

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) String

func (*ThriftHiveMetastoreGetAllTableConstraintsResult) 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 ThriftHiveMetastoreGetAllTokenIdentifiersArgs

type ThriftHiveMetastoreGetAllTokenIdentifiersArgs struct {
}

func NewThriftHiveMetastoreGetAllTokenIdentifiersArgs

func NewThriftHiveMetastoreGetAllTokenIdentifiersArgs() *ThriftHiveMetastoreGetAllTokenIdentifiersArgs

func (*ThriftHiveMetastoreGetAllTokenIdentifiersArgs) Read

func (*ThriftHiveMetastoreGetAllTokenIdentifiersArgs) String

func (*ThriftHiveMetastoreGetAllTokenIdentifiersArgs) Write

type ThriftHiveMetastoreGetAllTokenIdentifiersResult

type ThriftHiveMetastoreGetAllTokenIdentifiersResult struct {
	Success []string `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetAllTokenIdentifiersResult

func NewThriftHiveMetastoreGetAllTokenIdentifiersResult() *ThriftHiveMetastoreGetAllTokenIdentifiersResult

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) GetSuccess

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) IsSetSuccess

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) Read

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) ReadField0

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) String

func (*ThriftHiveMetastoreGetAllTokenIdentifiersResult) Write

type ThriftHiveMetastoreGetCatalogArgs

type ThriftHiveMetastoreGetCatalogArgs struct {
	CatName *GetCatalogRequest `thrift:"catName,1" db:"catName" json:"catName"`
}

Attributes:

  • CatName

func NewThriftHiveMetastoreGetCatalogArgs

func NewThriftHiveMetastoreGetCatalogArgs() *ThriftHiveMetastoreGetCatalogArgs

func (*ThriftHiveMetastoreGetCatalogArgs) GetCatName

func (*ThriftHiveMetastoreGetCatalogArgs) IsSetCatName

func (p *ThriftHiveMetastoreGetCatalogArgs) IsSetCatName() bool

func (*ThriftHiveMetastoreGetCatalogArgs) Read

func (*ThriftHiveMetastoreGetCatalogArgs) ReadField1

func (*ThriftHiveMetastoreGetCatalogArgs) String

func (*ThriftHiveMetastoreGetCatalogArgs) Write

type ThriftHiveMetastoreGetCatalogResult

type ThriftHiveMetastoreGetCatalogResult struct {
	Success *GetCatalogResponse    `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 NewThriftHiveMetastoreGetCatalogResult

func NewThriftHiveMetastoreGetCatalogResult() *ThriftHiveMetastoreGetCatalogResult

func (*ThriftHiveMetastoreGetCatalogResult) GetO1

func (*ThriftHiveMetastoreGetCatalogResult) GetO2

func (*ThriftHiveMetastoreGetCatalogResult) GetSuccess

func (*ThriftHiveMetastoreGetCatalogResult) IsSetO1

func (*ThriftHiveMetastoreGetCatalogResult) IsSetO2

func (*ThriftHiveMetastoreGetCatalogResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetCatalogResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetCatalogResult) Read

func (*ThriftHiveMetastoreGetCatalogResult) ReadField0

func (*ThriftHiveMetastoreGetCatalogResult) ReadField1

func (*ThriftHiveMetastoreGetCatalogResult) ReadField2

func (*ThriftHiveMetastoreGetCatalogResult) String

func (*ThriftHiveMetastoreGetCatalogResult) Write

type ThriftHiveMetastoreGetCatalogsArgs

type ThriftHiveMetastoreGetCatalogsArgs struct {
}

func NewThriftHiveMetastoreGetCatalogsArgs

func NewThriftHiveMetastoreGetCatalogsArgs() *ThriftHiveMetastoreGetCatalogsArgs

func (*ThriftHiveMetastoreGetCatalogsArgs) Read

func (*ThriftHiveMetastoreGetCatalogsArgs) String

func (*ThriftHiveMetastoreGetCatalogsArgs) Write

type ThriftHiveMetastoreGetCatalogsResult

type ThriftHiveMetastoreGetCatalogsResult struct {
	Success *GetCatalogsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException       `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetCatalogsResult

func NewThriftHiveMetastoreGetCatalogsResult() *ThriftHiveMetastoreGetCatalogsResult

func (*ThriftHiveMetastoreGetCatalogsResult) GetO1

func (*ThriftHiveMetastoreGetCatalogsResult) GetSuccess

func (*ThriftHiveMetastoreGetCatalogsResult) IsSetO1

func (*ThriftHiveMetastoreGetCatalogsResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetCatalogsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetCatalogsResult) Read

func (*ThriftHiveMetastoreGetCatalogsResult) ReadField0

func (*ThriftHiveMetastoreGetCatalogsResult) ReadField1

func (*ThriftHiveMetastoreGetCatalogsResult) String

func (*ThriftHiveMetastoreGetCatalogsResult) Write

type ThriftHiveMetastoreGetCheckConstraintsArgs

type ThriftHiveMetastoreGetCheckConstraintsArgs struct {
	Request *CheckConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetCheckConstraintsArgs

func NewThriftHiveMetastoreGetCheckConstraintsArgs() *ThriftHiveMetastoreGetCheckConstraintsArgs

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) GetRequest

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) Read

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) String

func (*ThriftHiveMetastoreGetCheckConstraintsArgs) Write

type ThriftHiveMetastoreGetCheckConstraintsResult

type ThriftHiveMetastoreGetCheckConstraintsResult struct {
	Success *CheckConstraintsResponse `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 NewThriftHiveMetastoreGetCheckConstraintsResult

func NewThriftHiveMetastoreGetCheckConstraintsResult() *ThriftHiveMetastoreGetCheckConstraintsResult

func (*ThriftHiveMetastoreGetCheckConstraintsResult) GetO1

func (*ThriftHiveMetastoreGetCheckConstraintsResult) GetO2

func (*ThriftHiveMetastoreGetCheckConstraintsResult) GetSuccess

func (*ThriftHiveMetastoreGetCheckConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreGetCheckConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreGetCheckConstraintsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetCheckConstraintsResult) Read

func (*ThriftHiveMetastoreGetCheckConstraintsResult) ReadField0

func (*ThriftHiveMetastoreGetCheckConstraintsResult) ReadField1

func (*ThriftHiveMetastoreGetCheckConstraintsResult) ReadField2

func (*ThriftHiveMetastoreGetCheckConstraintsResult) String

func (*ThriftHiveMetastoreGetCheckConstraintsResult) 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 ThriftHiveMetastoreGetCurrentNotificationEventIdArgs

type ThriftHiveMetastoreGetCurrentNotificationEventIdArgs struct {
}

func NewThriftHiveMetastoreGetCurrentNotificationEventIdArgs

func NewThriftHiveMetastoreGetCurrentNotificationEventIdArgs() *ThriftHiveMetastoreGetCurrentNotificationEventIdArgs

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) Read

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) String

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdArgs) Write

type ThriftHiveMetastoreGetCurrentNotificationEventIdResult

type ThriftHiveMetastoreGetCurrentNotificationEventIdResult struct {
	Success *CurrentNotificationEventId `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) GetSuccess

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) IsSetSuccess

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) Read

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) ReadField0

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) String

func (*ThriftHiveMetastoreGetCurrentNotificationEventIdResult) 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 ThriftHiveMetastoreGetDatabaseReqArgs

type ThriftHiveMetastoreGetDatabaseReqArgs struct {
	Request *GetDatabaseRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetDatabaseReqArgs

func NewThriftHiveMetastoreGetDatabaseReqArgs() *ThriftHiveMetastoreGetDatabaseReqArgs

func (*ThriftHiveMetastoreGetDatabaseReqArgs) GetRequest

func (*ThriftHiveMetastoreGetDatabaseReqArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetDatabaseReqArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetDatabaseReqArgs) Read

func (*ThriftHiveMetastoreGetDatabaseReqArgs) ReadField1

func (*ThriftHiveMetastoreGetDatabaseReqArgs) String

func (*ThriftHiveMetastoreGetDatabaseReqArgs) Write

type ThriftHiveMetastoreGetDatabaseReqResult

type ThriftHiveMetastoreGetDatabaseReqResult 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 NewThriftHiveMetastoreGetDatabaseReqResult

func NewThriftHiveMetastoreGetDatabaseReqResult() *ThriftHiveMetastoreGetDatabaseReqResult

func (*ThriftHiveMetastoreGetDatabaseReqResult) GetO1

func (*ThriftHiveMetastoreGetDatabaseReqResult) GetO2

func (*ThriftHiveMetastoreGetDatabaseReqResult) GetSuccess

func (*ThriftHiveMetastoreGetDatabaseReqResult) IsSetO1

func (*ThriftHiveMetastoreGetDatabaseReqResult) IsSetO2

func (*ThriftHiveMetastoreGetDatabaseReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDatabaseReqResult) Read

func (*ThriftHiveMetastoreGetDatabaseReqResult) ReadField0

func (*ThriftHiveMetastoreGetDatabaseReqResult) ReadField1

func (*ThriftHiveMetastoreGetDatabaseReqResult) ReadField2

func (*ThriftHiveMetastoreGetDatabaseReqResult) String

func (*ThriftHiveMetastoreGetDatabaseReqResult) 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 ThriftHiveMetastoreGetDataconnectorReqArgs

type ThriftHiveMetastoreGetDataconnectorReqArgs struct {
	Request *GetDataConnectorRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetDataconnectorReqArgs

func NewThriftHiveMetastoreGetDataconnectorReqArgs() *ThriftHiveMetastoreGetDataconnectorReqArgs

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) GetRequest

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) IsSetRequest

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) Read

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) ReadField1

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) String

func (*ThriftHiveMetastoreGetDataconnectorReqArgs) Write

type ThriftHiveMetastoreGetDataconnectorReqResult

type ThriftHiveMetastoreGetDataconnectorReqResult struct {
	Success *DataConnector         `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 NewThriftHiveMetastoreGetDataconnectorReqResult

func NewThriftHiveMetastoreGetDataconnectorReqResult() *ThriftHiveMetastoreGetDataconnectorReqResult

func (*ThriftHiveMetastoreGetDataconnectorReqResult) GetO1

func (*ThriftHiveMetastoreGetDataconnectorReqResult) GetO2

func (*ThriftHiveMetastoreGetDataconnectorReqResult) GetSuccess

func (*ThriftHiveMetastoreGetDataconnectorReqResult) IsSetO1

func (*ThriftHiveMetastoreGetDataconnectorReqResult) IsSetO2

func (*ThriftHiveMetastoreGetDataconnectorReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDataconnectorReqResult) Read

func (*ThriftHiveMetastoreGetDataconnectorReqResult) ReadField0

func (*ThriftHiveMetastoreGetDataconnectorReqResult) ReadField1

func (*ThriftHiveMetastoreGetDataconnectorReqResult) ReadField2

func (*ThriftHiveMetastoreGetDataconnectorReqResult) String

func (*ThriftHiveMetastoreGetDataconnectorReqResult) Write

type ThriftHiveMetastoreGetDataconnectorsArgs

type ThriftHiveMetastoreGetDataconnectorsArgs struct {
}

func NewThriftHiveMetastoreGetDataconnectorsArgs

func NewThriftHiveMetastoreGetDataconnectorsArgs() *ThriftHiveMetastoreGetDataconnectorsArgs

func (*ThriftHiveMetastoreGetDataconnectorsArgs) Read

func (*ThriftHiveMetastoreGetDataconnectorsArgs) String

func (*ThriftHiveMetastoreGetDataconnectorsArgs) Write

type ThriftHiveMetastoreGetDataconnectorsResult

type ThriftHiveMetastoreGetDataconnectorsResult 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 NewThriftHiveMetastoreGetDataconnectorsResult

func NewThriftHiveMetastoreGetDataconnectorsResult() *ThriftHiveMetastoreGetDataconnectorsResult

func (*ThriftHiveMetastoreGetDataconnectorsResult) GetO1

func (*ThriftHiveMetastoreGetDataconnectorsResult) GetSuccess

func (*ThriftHiveMetastoreGetDataconnectorsResult) IsSetO1

func (*ThriftHiveMetastoreGetDataconnectorsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDataconnectorsResult) Read

func (*ThriftHiveMetastoreGetDataconnectorsResult) ReadField0

func (*ThriftHiveMetastoreGetDataconnectorsResult) ReadField1

func (*ThriftHiveMetastoreGetDataconnectorsResult) String

func (*ThriftHiveMetastoreGetDataconnectorsResult) Write

type ThriftHiveMetastoreGetDefaultConstraintsArgs

type ThriftHiveMetastoreGetDefaultConstraintsArgs struct {
	Request *DefaultConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetDefaultConstraintsArgs

func NewThriftHiveMetastoreGetDefaultConstraintsArgs() *ThriftHiveMetastoreGetDefaultConstraintsArgs

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) GetRequest

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) Read

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) String

func (*ThriftHiveMetastoreGetDefaultConstraintsArgs) Write

type ThriftHiveMetastoreGetDefaultConstraintsResult

type ThriftHiveMetastoreGetDefaultConstraintsResult struct {
	Success *DefaultConstraintsResponse `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 NewThriftHiveMetastoreGetDefaultConstraintsResult

func NewThriftHiveMetastoreGetDefaultConstraintsResult() *ThriftHiveMetastoreGetDefaultConstraintsResult

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) GetO1

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) GetO2

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) GetSuccess

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) Read

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) ReadField0

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) ReadField1

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) ReadField2

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) String

func (*ThriftHiveMetastoreGetDefaultConstraintsResult) Write

type ThriftHiveMetastoreGetDelegationTokenArgs

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

Attributes:

  • TokenOwner
  • RenewerKerberosPrincipalName

func NewThriftHiveMetastoreGetDelegationTokenArgs

func NewThriftHiveMetastoreGetDelegationTokenArgs() *ThriftHiveMetastoreGetDelegationTokenArgs

func (*ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName

func (p *ThriftHiveMetastoreGetDelegationTokenArgs) GetRenewerKerberosPrincipalName() string

func (*ThriftHiveMetastoreGetDelegationTokenArgs) GetTokenOwner

func (*ThriftHiveMetastoreGetDelegationTokenArgs) Read

func (*ThriftHiveMetastoreGetDelegationTokenArgs) ReadField1

func (*ThriftHiveMetastoreGetDelegationTokenArgs) ReadField2

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

type ThriftHiveMetastoreGetFieldsReqArgs struct {
	Req *GetFieldsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetFieldsReqArgs

func NewThriftHiveMetastoreGetFieldsReqArgs() *ThriftHiveMetastoreGetFieldsReqArgs

func (*ThriftHiveMetastoreGetFieldsReqArgs) GetReq

func (*ThriftHiveMetastoreGetFieldsReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetFieldsReqArgs) Read

func (*ThriftHiveMetastoreGetFieldsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetFieldsReqArgs) String

func (*ThriftHiveMetastoreGetFieldsReqArgs) Write

type ThriftHiveMetastoreGetFieldsReqResult

type ThriftHiveMetastoreGetFieldsReqResult struct {
	Success *GetFieldsResponse     `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 NewThriftHiveMetastoreGetFieldsReqResult

func NewThriftHiveMetastoreGetFieldsReqResult() *ThriftHiveMetastoreGetFieldsReqResult

func (*ThriftHiveMetastoreGetFieldsReqResult) GetO1

func (*ThriftHiveMetastoreGetFieldsReqResult) GetO2

func (*ThriftHiveMetastoreGetFieldsReqResult) GetO3

func (*ThriftHiveMetastoreGetFieldsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetFieldsReqResult) IsSetO1

func (*ThriftHiveMetastoreGetFieldsReqResult) IsSetO2

func (*ThriftHiveMetastoreGetFieldsReqResult) IsSetO3

func (*ThriftHiveMetastoreGetFieldsReqResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetFieldsReqResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetFieldsReqResult) Read

func (*ThriftHiveMetastoreGetFieldsReqResult) ReadField0

func (*ThriftHiveMetastoreGetFieldsReqResult) ReadField1

func (*ThriftHiveMetastoreGetFieldsReqResult) ReadField2

func (*ThriftHiveMetastoreGetFieldsReqResult) ReadField3

func (*ThriftHiveMetastoreGetFieldsReqResult) String

func (*ThriftHiveMetastoreGetFieldsReqResult) 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 ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs

type ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TableName          string              `thrift:"table_name,2" db:"table_name" json:"table_name"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,3" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TableName
  • EnvironmentContext

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) GetTableName

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) IsSetEnvironmentContext

func (p *ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) IsSetEnvironmentContext() bool

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult

type ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult struct {
	Success []*FieldSchema         `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException    `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult) Write

type ThriftHiveMetastoreGetFileMetadataArgs

type ThriftHiveMetastoreGetFileMetadataArgs struct {
	Req *GetFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetFileMetadataArgs

func NewThriftHiveMetastoreGetFileMetadataArgs() *ThriftHiveMetastoreGetFileMetadataArgs

func (*ThriftHiveMetastoreGetFileMetadataArgs) GetReq

func (*ThriftHiveMetastoreGetFileMetadataArgs) IsSetReq

func (*ThriftHiveMetastoreGetFileMetadataArgs) Read

func (*ThriftHiveMetastoreGetFileMetadataArgs) ReadField1

func (*ThriftHiveMetastoreGetFileMetadataArgs) String

func (*ThriftHiveMetastoreGetFileMetadataArgs) Write

type ThriftHiveMetastoreGetFileMetadataByExprArgs

type ThriftHiveMetastoreGetFileMetadataByExprArgs struct {
	Req *GetFileMetadataByExprRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetFileMetadataByExprArgs

func NewThriftHiveMetastoreGetFileMetadataByExprArgs() *ThriftHiveMetastoreGetFileMetadataByExprArgs

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) GetReq

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) IsSetReq

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) Read

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) ReadField1

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) String

func (*ThriftHiveMetastoreGetFileMetadataByExprArgs) Write

type ThriftHiveMetastoreGetFileMetadataByExprResult

type ThriftHiveMetastoreGetFileMetadataByExprResult struct {
	Success *GetFileMetadataByExprResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetFileMetadataByExprResult

func NewThriftHiveMetastoreGetFileMetadataByExprResult() *ThriftHiveMetastoreGetFileMetadataByExprResult

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) GetSuccess

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) IsSetSuccess

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) Read

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) ReadField0

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) String

func (*ThriftHiveMetastoreGetFileMetadataByExprResult) Write

type ThriftHiveMetastoreGetFileMetadataResult

type ThriftHiveMetastoreGetFileMetadataResult struct {
	Success *GetFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetFileMetadataResult

func NewThriftHiveMetastoreGetFileMetadataResult() *ThriftHiveMetastoreGetFileMetadataResult

func (*ThriftHiveMetastoreGetFileMetadataResult) GetSuccess

func (*ThriftHiveMetastoreGetFileMetadataResult) IsSetSuccess

func (*ThriftHiveMetastoreGetFileMetadataResult) Read

func (*ThriftHiveMetastoreGetFileMetadataResult) ReadField0

func (*ThriftHiveMetastoreGetFileMetadataResult) String

func (*ThriftHiveMetastoreGetFileMetadataResult) Write

type ThriftHiveMetastoreGetForeignKeysArgs

type ThriftHiveMetastoreGetForeignKeysArgs struct {
	Request *ForeignKeysRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetForeignKeysArgs

func NewThriftHiveMetastoreGetForeignKeysArgs() *ThriftHiveMetastoreGetForeignKeysArgs

func (*ThriftHiveMetastoreGetForeignKeysArgs) GetRequest

func (*ThriftHiveMetastoreGetForeignKeysArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetForeignKeysArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetForeignKeysArgs) Read

func (*ThriftHiveMetastoreGetForeignKeysArgs) ReadField1

func (*ThriftHiveMetastoreGetForeignKeysArgs) String

func (*ThriftHiveMetastoreGetForeignKeysArgs) Write

type ThriftHiveMetastoreGetForeignKeysResult

type ThriftHiveMetastoreGetForeignKeysResult struct {
	Success *ForeignKeysResponse   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetForeignKeysResult

func NewThriftHiveMetastoreGetForeignKeysResult() *ThriftHiveMetastoreGetForeignKeysResult

func (*ThriftHiveMetastoreGetForeignKeysResult) GetO1

func (*ThriftHiveMetastoreGetForeignKeysResult) GetO2

func (*ThriftHiveMetastoreGetForeignKeysResult) GetSuccess

func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetO1

func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetO2

func (*ThriftHiveMetastoreGetForeignKeysResult) IsSetSuccess

func (*ThriftHiveMetastoreGetForeignKeysResult) Read

func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField0

func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField1

func (*ThriftHiveMetastoreGetForeignKeysResult) ReadField2

func (*ThriftHiveMetastoreGetForeignKeysResult) String

func (*ThriftHiveMetastoreGetForeignKeysResult) Write

type ThriftHiveMetastoreGetFunctionArgs

type ThriftHiveMetastoreGetFunctionArgs struct {
	DbName   string `thrift:"dbName,1" db:"dbName" json:"dbName"`
	FuncName string `thrift:"funcName,2" db:"funcName" json:"funcName"`
}

Attributes:

  • DbName
  • FuncName

func NewThriftHiveMetastoreGetFunctionArgs

func NewThriftHiveMetastoreGetFunctionArgs() *ThriftHiveMetastoreGetFunctionArgs

func (*ThriftHiveMetastoreGetFunctionArgs) GetDbName

func (*ThriftHiveMetastoreGetFunctionArgs) GetFuncName

func (p *ThriftHiveMetastoreGetFunctionArgs) GetFuncName() string

func (*ThriftHiveMetastoreGetFunctionArgs) Read

func (*ThriftHiveMetastoreGetFunctionArgs) ReadField1

func (*ThriftHiveMetastoreGetFunctionArgs) ReadField2

func (*ThriftHiveMetastoreGetFunctionArgs) String

func (*ThriftHiveMetastoreGetFunctionArgs) Write

type ThriftHiveMetastoreGetFunctionResult

type ThriftHiveMetastoreGetFunctionResult struct {
	Success *Function              `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetFunctionResult

func NewThriftHiveMetastoreGetFunctionResult() *ThriftHiveMetastoreGetFunctionResult

func (*ThriftHiveMetastoreGetFunctionResult) GetO1

func (*ThriftHiveMetastoreGetFunctionResult) GetO2

func (*ThriftHiveMetastoreGetFunctionResult) GetSuccess

func (*ThriftHiveMetastoreGetFunctionResult) IsSetO1

func (*ThriftHiveMetastoreGetFunctionResult) IsSetO2

func (*ThriftHiveMetastoreGetFunctionResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetFunctionResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetFunctionResult) Read

func (*ThriftHiveMetastoreGetFunctionResult) ReadField0

func (*ThriftHiveMetastoreGetFunctionResult) ReadField1

func (*ThriftHiveMetastoreGetFunctionResult) ReadField2

func (*ThriftHiveMetastoreGetFunctionResult) String

func (*ThriftHiveMetastoreGetFunctionResult) Write

type ThriftHiveMetastoreGetFunctionsArgs

type ThriftHiveMetastoreGetFunctionsArgs struct {
	DbName  string `thrift:"dbName,1" db:"dbName" json:"dbName"`
	Pattern string `thrift:"pattern,2" db:"pattern" json:"pattern"`
}

Attributes:

  • DbName
  • Pattern

func NewThriftHiveMetastoreGetFunctionsArgs

func NewThriftHiveMetastoreGetFunctionsArgs() *ThriftHiveMetastoreGetFunctionsArgs

func (*ThriftHiveMetastoreGetFunctionsArgs) GetDbName

func (*ThriftHiveMetastoreGetFunctionsArgs) GetPattern

func (*ThriftHiveMetastoreGetFunctionsArgs) Read

func (*ThriftHiveMetastoreGetFunctionsArgs) ReadField1

func (*ThriftHiveMetastoreGetFunctionsArgs) ReadField2

func (*ThriftHiveMetastoreGetFunctionsArgs) String

func (*ThriftHiveMetastoreGetFunctionsArgs) Write

type ThriftHiveMetastoreGetFunctionsResult

type ThriftHiveMetastoreGetFunctionsResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetFunctionsResult

func NewThriftHiveMetastoreGetFunctionsResult() *ThriftHiveMetastoreGetFunctionsResult

func (*ThriftHiveMetastoreGetFunctionsResult) GetO1

func (*ThriftHiveMetastoreGetFunctionsResult) GetSuccess

func (*ThriftHiveMetastoreGetFunctionsResult) IsSetO1

func (*ThriftHiveMetastoreGetFunctionsResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetFunctionsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetFunctionsResult) Read

func (*ThriftHiveMetastoreGetFunctionsResult) ReadField0

func (*ThriftHiveMetastoreGetFunctionsResult) ReadField1

func (*ThriftHiveMetastoreGetFunctionsResult) String

func (*ThriftHiveMetastoreGetFunctionsResult) Write

type ThriftHiveMetastoreGetIschemaArgs

type ThriftHiveMetastoreGetIschemaArgs struct {
	Name *ISchemaName `thrift:"name,1" db:"name" json:"name"`
}

Attributes:

  • Name

func NewThriftHiveMetastoreGetIschemaArgs

func NewThriftHiveMetastoreGetIschemaArgs() *ThriftHiveMetastoreGetIschemaArgs

func (*ThriftHiveMetastoreGetIschemaArgs) GetName

func (*ThriftHiveMetastoreGetIschemaArgs) IsSetName

func (p *ThriftHiveMetastoreGetIschemaArgs) IsSetName() bool

func (*ThriftHiveMetastoreGetIschemaArgs) Read

func (*ThriftHiveMetastoreGetIschemaArgs) ReadField1

func (*ThriftHiveMetastoreGetIschemaArgs) String

func (*ThriftHiveMetastoreGetIschemaArgs) Write

type ThriftHiveMetastoreGetIschemaResult

type ThriftHiveMetastoreGetIschemaResult struct {
	Success *ISchema               `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 NewThriftHiveMetastoreGetIschemaResult

func NewThriftHiveMetastoreGetIschemaResult() *ThriftHiveMetastoreGetIschemaResult

func (*ThriftHiveMetastoreGetIschemaResult) GetO1

func (*ThriftHiveMetastoreGetIschemaResult) GetO2

func (*ThriftHiveMetastoreGetIschemaResult) GetSuccess

func (*ThriftHiveMetastoreGetIschemaResult) IsSetO1

func (*ThriftHiveMetastoreGetIschemaResult) IsSetO2

func (*ThriftHiveMetastoreGetIschemaResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetIschemaResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetIschemaResult) Read

func (*ThriftHiveMetastoreGetIschemaResult) ReadField0

func (*ThriftHiveMetastoreGetIschemaResult) ReadField1

func (*ThriftHiveMetastoreGetIschemaResult) ReadField2

func (*ThriftHiveMetastoreGetIschemaResult) String

func (*ThriftHiveMetastoreGetIschemaResult) Write

type ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs

type ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs struct {
	Rqst *GetLatestCommittedCompactionInfoRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) GetRqst

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) IsSetRqst

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) Read

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) ReadField1

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) String

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoArgs) Write

type ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult

type ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult struct {
	Success *GetLatestCommittedCompactionInfoResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) GetSuccess

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) IsSetSuccess

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) Read

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) ReadField0

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) String

func (*ThriftHiveMetastoreGetLatestCommittedCompactionInfoResult) Write

type ThriftHiveMetastoreGetLatestTxnidInConflictArgs

type ThriftHiveMetastoreGetLatestTxnidInConflictArgs struct {
	TxnId int64 `thrift:"txnId,1" db:"txnId" json:"txnId"`
}

Attributes:

  • TxnId

func NewThriftHiveMetastoreGetLatestTxnidInConflictArgs

func NewThriftHiveMetastoreGetLatestTxnidInConflictArgs() *ThriftHiveMetastoreGetLatestTxnidInConflictArgs

func (*ThriftHiveMetastoreGetLatestTxnidInConflictArgs) GetTxnId

func (*ThriftHiveMetastoreGetLatestTxnidInConflictArgs) Read

func (*ThriftHiveMetastoreGetLatestTxnidInConflictArgs) ReadField1

func (*ThriftHiveMetastoreGetLatestTxnidInConflictArgs) String

func (*ThriftHiveMetastoreGetLatestTxnidInConflictArgs) Write

type ThriftHiveMetastoreGetLatestTxnidInConflictResult

type ThriftHiveMetastoreGetLatestTxnidInConflictResult 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 NewThriftHiveMetastoreGetLatestTxnidInConflictResult

func NewThriftHiveMetastoreGetLatestTxnidInConflictResult() *ThriftHiveMetastoreGetLatestTxnidInConflictResult

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) GetO1

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) GetSuccess

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) IsSetO1

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) IsSetSuccess

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) Read

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) ReadField0

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) ReadField1

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) String

func (*ThriftHiveMetastoreGetLatestTxnidInConflictResult) Write

type ThriftHiveMetastoreGetLockMaterializationRebuildArgs

type ThriftHiveMetastoreGetLockMaterializationRebuildArgs struct {
	DbName    string `thrift:"dbName,1" db:"dbName" json:"dbName"`
	TableName string `thrift:"tableName,2" db:"tableName" json:"tableName"`
	TxnId     int64  `thrift:"txnId,3" db:"txnId" json:"txnId"`
}

Attributes:

  • DbName
  • TableName
  • TxnId

func NewThriftHiveMetastoreGetLockMaterializationRebuildArgs

func NewThriftHiveMetastoreGetLockMaterializationRebuildArgs() *ThriftHiveMetastoreGetLockMaterializationRebuildArgs

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) GetDbName

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) GetTableName

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) GetTxnId

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) Read

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) ReadField1

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) ReadField2

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) ReadField3

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) String

func (*ThriftHiveMetastoreGetLockMaterializationRebuildArgs) Write

type ThriftHiveMetastoreGetLockMaterializationRebuildResult

type ThriftHiveMetastoreGetLockMaterializationRebuildResult struct {
	Success *LockResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) GetSuccess

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) IsSetSuccess

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) Read

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) ReadField0

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) String

func (*ThriftHiveMetastoreGetLockMaterializationRebuildResult) Write

type ThriftHiveMetastoreGetMasterKeysArgs

type ThriftHiveMetastoreGetMasterKeysArgs struct {
}

func NewThriftHiveMetastoreGetMasterKeysArgs

func NewThriftHiveMetastoreGetMasterKeysArgs() *ThriftHiveMetastoreGetMasterKeysArgs

func (*ThriftHiveMetastoreGetMasterKeysArgs) Read

func (*ThriftHiveMetastoreGetMasterKeysArgs) String

func (*ThriftHiveMetastoreGetMasterKeysArgs) Write

type ThriftHiveMetastoreGetMasterKeysResult

type ThriftHiveMetastoreGetMasterKeysResult struct {
	Success []string `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetMasterKeysResult

func NewThriftHiveMetastoreGetMasterKeysResult() *ThriftHiveMetastoreGetMasterKeysResult

func (*ThriftHiveMetastoreGetMasterKeysResult) GetSuccess

func (*ThriftHiveMetastoreGetMasterKeysResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetMasterKeysResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetMasterKeysResult) Read

func (*ThriftHiveMetastoreGetMasterKeysResult) ReadField0

func (*ThriftHiveMetastoreGetMasterKeysResult) String

func (*ThriftHiveMetastoreGetMasterKeysResult) Write

type ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs

type ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs struct {
	CreationMetadata *CreationMetadata `thrift:"creation_metadata,1" db:"creation_metadata" json:"creation_metadata"`
	ValidTxnList     string            `thrift:"validTxnList,2" db:"validTxnList" json:"validTxnList"`
}

Attributes:

  • CreationMetadata
  • ValidTxnList

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) GetCreationMetadata

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) GetValidTxnList

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) IsSetCreationMetadata

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) Read

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) ReadField1

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) ReadField2

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) String

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoArgs) Write

type ThriftHiveMetastoreGetMaterializationInvalidationInfoResult

type ThriftHiveMetastoreGetMaterializationInvalidationInfoResult struct {
	Success *Materialization           `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) GetO1

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) GetO2

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) GetO3

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) GetSuccess

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) IsSetO1

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) IsSetO2

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) IsSetO3

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) IsSetSuccess

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) Read

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) ReadField0

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) ReadField1

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) ReadField2

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) ReadField3

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) String

func (*ThriftHiveMetastoreGetMaterializationInvalidationInfoResult) Write

type ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs

type ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs struct {
	DbName string `thrift:"db_name,1" db:"db_name" json:"db_name"`
}

Attributes:

  • DbName

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs) GetDbName

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs) Read

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs) ReadField1

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs) String

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingArgs) Write

type ThriftHiveMetastoreGetMaterializedViewsForRewritingResult

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

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) GetSuccess

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) IsSetO1

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) IsSetSuccess

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) Read

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) ReadField0

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) ReadField1

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) String

func (*ThriftHiveMetastoreGetMaterializedViewsForRewritingResult) Write

type ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs

type ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs struct {
	Rqst *MaxAllocatedTableWriteIdRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs

func NewThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs() *ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) GetRqst

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) IsSetRqst

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) Read

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) ReadField1

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) String

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDArgs) Write

type ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult

type ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult struct {
	Success *MaxAllocatedTableWriteIdResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                    `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult

func NewThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult() *ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) GetO1

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) GetSuccess

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) IsSetO1

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) IsSetSuccess

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) Read

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) ReadField0

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) ReadField1

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) String

func (*ThriftHiveMetastoreGetMaxAllocatedTableWriteIDResult) Write

type ThriftHiveMetastoreGetMetaConfArgs

type ThriftHiveMetastoreGetMetaConfArgs struct {
	Key string `thrift:"key,1" db:"key" json:"key"`
}

Attributes:

  • Key

func NewThriftHiveMetastoreGetMetaConfArgs

func NewThriftHiveMetastoreGetMetaConfArgs() *ThriftHiveMetastoreGetMetaConfArgs

func (*ThriftHiveMetastoreGetMetaConfArgs) GetKey

func (*ThriftHiveMetastoreGetMetaConfArgs) Read

func (*ThriftHiveMetastoreGetMetaConfArgs) ReadField1

func (*ThriftHiveMetastoreGetMetaConfArgs) String

func (*ThriftHiveMetastoreGetMetaConfArgs) Write

type ThriftHiveMetastoreGetMetaConfResult

type ThriftHiveMetastoreGetMetaConfResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetMetaConfResult

func NewThriftHiveMetastoreGetMetaConfResult() *ThriftHiveMetastoreGetMetaConfResult

func (*ThriftHiveMetastoreGetMetaConfResult) GetO1

func (*ThriftHiveMetastoreGetMetaConfResult) GetSuccess

func (*ThriftHiveMetastoreGetMetaConfResult) IsSetO1

func (*ThriftHiveMetastoreGetMetaConfResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetMetaConfResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetMetaConfResult) Read

func (*ThriftHiveMetastoreGetMetaConfResult) ReadField0

func (*ThriftHiveMetastoreGetMetaConfResult) ReadField1

func (*ThriftHiveMetastoreGetMetaConfResult) String

func (*ThriftHiveMetastoreGetMetaConfResult) Write

type ThriftHiveMetastoreGetMetastoreDbUUIDArgs

type ThriftHiveMetastoreGetMetastoreDbUUIDArgs struct {
}

func NewThriftHiveMetastoreGetMetastoreDbUUIDArgs

func NewThriftHiveMetastoreGetMetastoreDbUUIDArgs() *ThriftHiveMetastoreGetMetastoreDbUUIDArgs

func (*ThriftHiveMetastoreGetMetastoreDbUUIDArgs) Read

func (*ThriftHiveMetastoreGetMetastoreDbUUIDArgs) String

func (*ThriftHiveMetastoreGetMetastoreDbUUIDArgs) Write

type ThriftHiveMetastoreGetMetastoreDbUUIDResult

type ThriftHiveMetastoreGetMetastoreDbUUIDResult struct {
	Success *string        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetMetastoreDbUUIDResult

func NewThriftHiveMetastoreGetMetastoreDbUUIDResult() *ThriftHiveMetastoreGetMetastoreDbUUIDResult

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetO1

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) GetSuccess

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetO1

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) IsSetSuccess

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) Read

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField0

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) ReadField1

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) String

func (*ThriftHiveMetastoreGetMetastoreDbUUIDResult) Write

type ThriftHiveMetastoreGetNextNotificationArgs

type ThriftHiveMetastoreGetNextNotificationArgs struct {
	Rqst *NotificationEventRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetNextNotificationArgs

func NewThriftHiveMetastoreGetNextNotificationArgs() *ThriftHiveMetastoreGetNextNotificationArgs

func (*ThriftHiveMetastoreGetNextNotificationArgs) GetRqst

func (*ThriftHiveMetastoreGetNextNotificationArgs) IsSetRqst

func (*ThriftHiveMetastoreGetNextNotificationArgs) Read

func (*ThriftHiveMetastoreGetNextNotificationArgs) ReadField1

func (*ThriftHiveMetastoreGetNextNotificationArgs) String

func (*ThriftHiveMetastoreGetNextNotificationArgs) Write

type ThriftHiveMetastoreGetNextNotificationResult

type ThriftHiveMetastoreGetNextNotificationResult struct {
	Success *NotificationEventResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetNextNotificationResult

func NewThriftHiveMetastoreGetNextNotificationResult() *ThriftHiveMetastoreGetNextNotificationResult

func (*ThriftHiveMetastoreGetNextNotificationResult) GetSuccess

func (*ThriftHiveMetastoreGetNextNotificationResult) IsSetSuccess

func (*ThriftHiveMetastoreGetNextNotificationResult) Read

func (*ThriftHiveMetastoreGetNextNotificationResult) ReadField0

func (*ThriftHiveMetastoreGetNextNotificationResult) String

func (*ThriftHiveMetastoreGetNextNotificationResult) Write

type ThriftHiveMetastoreGetNotNullConstraintsArgs

type ThriftHiveMetastoreGetNotNullConstraintsArgs struct {
	Request *NotNullConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetNotNullConstraintsArgs

func NewThriftHiveMetastoreGetNotNullConstraintsArgs() *ThriftHiveMetastoreGetNotNullConstraintsArgs

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) GetRequest

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) Read

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) String

func (*ThriftHiveMetastoreGetNotNullConstraintsArgs) Write

type ThriftHiveMetastoreGetNotNullConstraintsResult

type ThriftHiveMetastoreGetNotNullConstraintsResult struct {
	Success *NotNullConstraintsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException              `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException      `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetNotNullConstraintsResult

func NewThriftHiveMetastoreGetNotNullConstraintsResult() *ThriftHiveMetastoreGetNotNullConstraintsResult

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetO1

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetO2

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) GetSuccess

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) Read

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField0

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField1

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) ReadField2

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) String

func (*ThriftHiveMetastoreGetNotNullConstraintsResult) Write

type ThriftHiveMetastoreGetNotificationEventsCountArgs

type ThriftHiveMetastoreGetNotificationEventsCountArgs struct {
	Rqst *NotificationEventsCountRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetNotificationEventsCountArgs

func NewThriftHiveMetastoreGetNotificationEventsCountArgs() *ThriftHiveMetastoreGetNotificationEventsCountArgs

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) GetRqst

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) IsSetRqst

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) Read

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) ReadField1

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) String

func (*ThriftHiveMetastoreGetNotificationEventsCountArgs) Write

type ThriftHiveMetastoreGetNotificationEventsCountResult

type ThriftHiveMetastoreGetNotificationEventsCountResult struct {
	Success *NotificationEventsCountResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetNotificationEventsCountResult

func NewThriftHiveMetastoreGetNotificationEventsCountResult() *ThriftHiveMetastoreGetNotificationEventsCountResult

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) GetSuccess

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) IsSetSuccess

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) Read

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) ReadField0

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) String

func (*ThriftHiveMetastoreGetNotificationEventsCountResult) Write

type ThriftHiveMetastoreGetNumPartitionsByFilterArgs

type ThriftHiveMetastoreGetNumPartitionsByFilterArgs struct {
	DbName  string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	Filter  string `thrift:"filter,3" db:"filter" json:"filter"`
}

Attributes:

  • DbName
  • TblName
  • Filter

func NewThriftHiveMetastoreGetNumPartitionsByFilterArgs

func NewThriftHiveMetastoreGetNumPartitionsByFilterArgs() *ThriftHiveMetastoreGetNumPartitionsByFilterArgs

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetDbName

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetFilter

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) GetTblName

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) Read

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField1

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField2

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) ReadField3

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) String

func (*ThriftHiveMetastoreGetNumPartitionsByFilterArgs) Write

type ThriftHiveMetastoreGetNumPartitionsByFilterResult

type ThriftHiveMetastoreGetNumPartitionsByFilterResult struct {
	Success *int32                 `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetNumPartitionsByFilterResult

func NewThriftHiveMetastoreGetNumPartitionsByFilterResult() *ThriftHiveMetastoreGetNumPartitionsByFilterResult

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO1

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetO2

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) GetSuccess

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO1

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetO2

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) IsSetSuccess

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) Read

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField0

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField1

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) ReadField2

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) String

func (*ThriftHiveMetastoreGetNumPartitionsByFilterResult) Write

type ThriftHiveMetastoreGetOpenTxnsArgs

type ThriftHiveMetastoreGetOpenTxnsArgs struct {
}

func NewThriftHiveMetastoreGetOpenTxnsArgs

func NewThriftHiveMetastoreGetOpenTxnsArgs() *ThriftHiveMetastoreGetOpenTxnsArgs

func (*ThriftHiveMetastoreGetOpenTxnsArgs) Read

func (*ThriftHiveMetastoreGetOpenTxnsArgs) String

func (*ThriftHiveMetastoreGetOpenTxnsArgs) Write

type ThriftHiveMetastoreGetOpenTxnsInfoArgs

type ThriftHiveMetastoreGetOpenTxnsInfoArgs struct {
}

func NewThriftHiveMetastoreGetOpenTxnsInfoArgs

func NewThriftHiveMetastoreGetOpenTxnsInfoArgs() *ThriftHiveMetastoreGetOpenTxnsInfoArgs

func (*ThriftHiveMetastoreGetOpenTxnsInfoArgs) Read

func (*ThriftHiveMetastoreGetOpenTxnsInfoArgs) String

func (*ThriftHiveMetastoreGetOpenTxnsInfoArgs) Write

type ThriftHiveMetastoreGetOpenTxnsInfoResult

type ThriftHiveMetastoreGetOpenTxnsInfoResult struct {
	Success *GetOpenTxnsInfoResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetOpenTxnsInfoResult

func NewThriftHiveMetastoreGetOpenTxnsInfoResult() *ThriftHiveMetastoreGetOpenTxnsInfoResult

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) GetSuccess

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) IsSetSuccess

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) Read

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) ReadField0

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) String

func (*ThriftHiveMetastoreGetOpenTxnsInfoResult) Write

type ThriftHiveMetastoreGetOpenTxnsReqArgs

type ThriftHiveMetastoreGetOpenTxnsReqArgs struct {
	GetOpenTxnsRequest *GetOpenTxnsRequest `thrift:"getOpenTxnsRequest,1" db:"getOpenTxnsRequest" json:"getOpenTxnsRequest"`
}

Attributes:

  • GetOpenTxnsRequest

func NewThriftHiveMetastoreGetOpenTxnsReqArgs

func NewThriftHiveMetastoreGetOpenTxnsReqArgs() *ThriftHiveMetastoreGetOpenTxnsReqArgs

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) GetGetOpenTxnsRequest

func (p *ThriftHiveMetastoreGetOpenTxnsReqArgs) GetGetOpenTxnsRequest() *GetOpenTxnsRequest

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) IsSetGetOpenTxnsRequest

func (p *ThriftHiveMetastoreGetOpenTxnsReqArgs) IsSetGetOpenTxnsRequest() bool

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) Read

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) String

func (*ThriftHiveMetastoreGetOpenTxnsReqArgs) Write

type ThriftHiveMetastoreGetOpenTxnsReqResult

type ThriftHiveMetastoreGetOpenTxnsReqResult struct {
	Success *GetOpenTxnsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetOpenTxnsReqResult

func NewThriftHiveMetastoreGetOpenTxnsReqResult() *ThriftHiveMetastoreGetOpenTxnsReqResult

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) Read

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) ReadField0

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) String

func (*ThriftHiveMetastoreGetOpenTxnsReqResult) Write

type ThriftHiveMetastoreGetOpenTxnsResult

type ThriftHiveMetastoreGetOpenTxnsResult struct {
	Success *GetOpenTxnsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetOpenTxnsResult

func NewThriftHiveMetastoreGetOpenTxnsResult() *ThriftHiveMetastoreGetOpenTxnsResult

func (*ThriftHiveMetastoreGetOpenTxnsResult) GetSuccess

func (*ThriftHiveMetastoreGetOpenTxnsResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetOpenTxnsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetOpenTxnsResult) Read

func (*ThriftHiveMetastoreGetOpenTxnsResult) ReadField0

func (*ThriftHiveMetastoreGetOpenTxnsResult) String

func (*ThriftHiveMetastoreGetOpenTxnsResult) Write

type ThriftHiveMetastoreGetPartSpecsByFilterArgs

type ThriftHiveMetastoreGetPartSpecsByFilterArgs struct {
	DbName   string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName  string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	Filter   string `thrift:"filter,3" db:"filter" json:"filter"`
	MaxParts int32  `thrift:"max_parts,4" db:"max_parts" json:"max_parts"`
}

Attributes:

  • DbName
  • TblName
  • Filter
  • MaxParts

func NewThriftHiveMetastoreGetPartSpecsByFilterArgs

func NewThriftHiveMetastoreGetPartSpecsByFilterArgs() *ThriftHiveMetastoreGetPartSpecsByFilterArgs

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetDbName

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetFilter

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) GetTblName

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) Read

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField1

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField2

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField3

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) ReadField4

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) String

func (*ThriftHiveMetastoreGetPartSpecsByFilterArgs) Write

type ThriftHiveMetastoreGetPartSpecsByFilterResult

type ThriftHiveMetastoreGetPartSpecsByFilterResult struct {
	Success []*PartitionSpec       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartSpecsByFilterResult

func NewThriftHiveMetastoreGetPartSpecsByFilterResult() *ThriftHiveMetastoreGetPartSpecsByFilterResult

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO1

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetO2

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) GetSuccess

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO1

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetO2

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) Read

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField0

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField1

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) ReadField2

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) String

func (*ThriftHiveMetastoreGetPartSpecsByFilterResult) 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 ThriftHiveMetastoreGetPartitionColumnStatisticsArgs

type ThriftHiveMetastoreGetPartitionColumnStatisticsArgs struct {
	DbName   string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName  string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartName string `thrift:"part_name,3" db:"part_name" json:"part_name"`
	ColName  string `thrift:"col_name,4" db:"col_name" json:"col_name"`
}

Attributes:

  • DbName
  • TblName
  • PartName
  • ColName

func NewThriftHiveMetastoreGetPartitionColumnStatisticsArgs

func NewThriftHiveMetastoreGetPartitionColumnStatisticsArgs() *ThriftHiveMetastoreGetPartitionColumnStatisticsArgs

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetColName

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetDbName

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetPartName

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) ReadField4

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) String

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsArgs) Write

type ThriftHiveMetastoreGetPartitionColumnStatisticsResult

type ThriftHiveMetastoreGetPartitionColumnStatisticsResult struct {
	Success *ColumnStatistics       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidInputException  `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreGetPartitionColumnStatisticsResult

func NewThriftHiveMetastoreGetPartitionColumnStatisticsResult() *ThriftHiveMetastoreGetPartitionColumnStatisticsResult

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) Read

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) String

func (*ThriftHiveMetastoreGetPartitionColumnStatisticsResult) 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 ThriftHiveMetastoreGetPartitionNamesPsReqArgs

type ThriftHiveMetastoreGetPartitionNamesPsReqArgs struct {
	Req *GetPartitionNamesPsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionNamesPsReqArgs

func NewThriftHiveMetastoreGetPartitionNamesPsReqArgs() *ThriftHiveMetastoreGetPartitionNamesPsReqArgs

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) String

func (*ThriftHiveMetastoreGetPartitionNamesPsReqArgs) Write

type ThriftHiveMetastoreGetPartitionNamesPsReqResult

type ThriftHiveMetastoreGetPartitionNamesPsReqResult struct {
	Success *GetPartitionNamesPsResponse `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 NewThriftHiveMetastoreGetPartitionNamesPsReqResult

func NewThriftHiveMetastoreGetPartitionNamesPsReqResult() *ThriftHiveMetastoreGetPartitionNamesPsReqResult

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) String

func (*ThriftHiveMetastoreGetPartitionNamesPsReqResult) 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"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionNamesPsResult

func NewThriftHiveMetastoreGetPartitionNamesPsResult() *ThriftHiveMetastoreGetPartitionNamesPsResult

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetO2

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) String

func (*ThriftHiveMetastoreGetPartitionNamesPsResult) Write

type ThriftHiveMetastoreGetPartitionNamesReqArgs

type ThriftHiveMetastoreGetPartitionNamesReqArgs struct {
	Req *PartitionsByExprRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionNamesReqArgs

func NewThriftHiveMetastoreGetPartitionNamesReqArgs() *ThriftHiveMetastoreGetPartitionNamesReqArgs

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) String

func (*ThriftHiveMetastoreGetPartitionNamesReqArgs) Write

type ThriftHiveMetastoreGetPartitionNamesReqResult

type ThriftHiveMetastoreGetPartitionNamesReqResult struct {
	Success []string               `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionNamesReqResult

func NewThriftHiveMetastoreGetPartitionNamesReqResult() *ThriftHiveMetastoreGetPartitionNamesReqResult

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) String

func (*ThriftHiveMetastoreGetPartitionNamesReqResult) Write

type ThriftHiveMetastoreGetPartitionNamesResult

type ThriftHiveMetastoreGetPartitionNamesResult struct {
	Success []string               `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionNamesResult

func NewThriftHiveMetastoreGetPartitionNamesResult() *ThriftHiveMetastoreGetPartitionNamesResult

func (*ThriftHiveMetastoreGetPartitionNamesResult) GetO1

func (*ThriftHiveMetastoreGetPartitionNamesResult) GetO2

func (*ThriftHiveMetastoreGetPartitionNamesResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionNamesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionNamesResult) Read

func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionNamesResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionNamesResult) String

func (*ThriftHiveMetastoreGetPartitionNamesResult) Write

type ThriftHiveMetastoreGetPartitionReqArgs

type ThriftHiveMetastoreGetPartitionReqArgs struct {
	Req *GetPartitionRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionReqArgs

func NewThriftHiveMetastoreGetPartitionReqArgs() *ThriftHiveMetastoreGetPartitionReqArgs

func (*ThriftHiveMetastoreGetPartitionReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionReqArgs) String

func (*ThriftHiveMetastoreGetPartitionReqArgs) Write

type ThriftHiveMetastoreGetPartitionReqResult

type ThriftHiveMetastoreGetPartitionReqResult struct {
	Success *GetPartitionResponse  `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 NewThriftHiveMetastoreGetPartitionReqResult

func NewThriftHiveMetastoreGetPartitionReqResult() *ThriftHiveMetastoreGetPartitionReqResult

func (*ThriftHiveMetastoreGetPartitionReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionReqResult) Read

func (*ThriftHiveMetastoreGetPartitionReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionReqResult) String

func (*ThriftHiveMetastoreGetPartitionReqResult) 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 ThriftHiveMetastoreGetPartitionValuesArgs

type ThriftHiveMetastoreGetPartitionValuesArgs struct {
	Request *PartitionValuesRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetPartitionValuesArgs

func NewThriftHiveMetastoreGetPartitionValuesArgs() *ThriftHiveMetastoreGetPartitionValuesArgs

func (*ThriftHiveMetastoreGetPartitionValuesArgs) GetRequest

func (*ThriftHiveMetastoreGetPartitionValuesArgs) IsSetRequest

func (*ThriftHiveMetastoreGetPartitionValuesArgs) Read

func (*ThriftHiveMetastoreGetPartitionValuesArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionValuesArgs) String

func (*ThriftHiveMetastoreGetPartitionValuesArgs) Write

type ThriftHiveMetastoreGetPartitionValuesResult

type ThriftHiveMetastoreGetPartitionValuesResult struct {
	Success *PartitionValuesResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException           `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException   `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionValuesResult

func NewThriftHiveMetastoreGetPartitionValuesResult() *ThriftHiveMetastoreGetPartitionValuesResult

func (*ThriftHiveMetastoreGetPartitionValuesResult) GetO1

func (*ThriftHiveMetastoreGetPartitionValuesResult) GetO2

func (*ThriftHiveMetastoreGetPartitionValuesResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionValuesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionValuesResult) Read

func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionValuesResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionValuesResult) String

func (*ThriftHiveMetastoreGetPartitionValuesResult) 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 ThriftHiveMetastoreGetPartitionsByExprArgs

type ThriftHiveMetastoreGetPartitionsByExprArgs struct {
	Req *PartitionsByExprRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionsByExprArgs

func NewThriftHiveMetastoreGetPartitionsByExprArgs() *ThriftHiveMetastoreGetPartitionsByExprArgs

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) Read

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) String

func (*ThriftHiveMetastoreGetPartitionsByExprArgs) Write

type ThriftHiveMetastoreGetPartitionsByExprResult

type ThriftHiveMetastoreGetPartitionsByExprResult struct {
	Success *PartitionsByExprResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException           `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException   `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionsByExprResult

func NewThriftHiveMetastoreGetPartitionsByExprResult() *ThriftHiveMetastoreGetPartitionsByExprResult

func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsByExprResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsByExprResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsByExprResult) Read

func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByExprResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByExprResult) String

func (*ThriftHiveMetastoreGetPartitionsByExprResult) 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 ThriftHiveMetastoreGetPartitionsByNamesArgs

type ThriftHiveMetastoreGetPartitionsByNamesArgs struct {
	DbName  string   `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName string   `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	Names   []string `thrift:"names,3" db:"names" json:"names"`
}

Attributes:

  • DbName
  • TblName
  • Names

func NewThriftHiveMetastoreGetPartitionsByNamesArgs

func NewThriftHiveMetastoreGetPartitionsByNamesArgs() *ThriftHiveMetastoreGetPartitionsByNamesArgs

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetDbName

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetNames

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) Read

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) String

func (*ThriftHiveMetastoreGetPartitionsByNamesArgs) Write

type ThriftHiveMetastoreGetPartitionsByNamesReqArgs

type ThriftHiveMetastoreGetPartitionsByNamesReqArgs struct {
	Req *GetPartitionsByNamesRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionsByNamesReqArgs

func NewThriftHiveMetastoreGetPartitionsByNamesReqArgs() *ThriftHiveMetastoreGetPartitionsByNamesReqArgs

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) String

func (*ThriftHiveMetastoreGetPartitionsByNamesReqArgs) Write

type ThriftHiveMetastoreGetPartitionsByNamesReqResult

type ThriftHiveMetastoreGetPartitionsByNamesReqResult struct {
	Success *GetPartitionsByNamesResult_ `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 NewThriftHiveMetastoreGetPartitionsByNamesReqResult

func NewThriftHiveMetastoreGetPartitionsByNamesReqResult() *ThriftHiveMetastoreGetPartitionsByNamesReqResult

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) Read

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) String

func (*ThriftHiveMetastoreGetPartitionsByNamesReqResult) Write

type ThriftHiveMetastoreGetPartitionsByNamesResult

type ThriftHiveMetastoreGetPartitionsByNamesResult struct {
	Success []*Partition           `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionsByNamesResult

func NewThriftHiveMetastoreGetPartitionsByNamesResult() *ThriftHiveMetastoreGetPartitionsByNamesResult

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) Read

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) String

func (*ThriftHiveMetastoreGetPartitionsByNamesResult) 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"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionsPsResult

func NewThriftHiveMetastoreGetPartitionsPsResult() *ThriftHiveMetastoreGetPartitionsPsResult

func (*ThriftHiveMetastoreGetPartitionsPsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsPsResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsPsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsPsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsResult) Read

func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsResult) ReadField2

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 ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs

type ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs struct {
	Req *GetPartitionsPsWithAuthRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs

func NewThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs() *ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) String

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqArgs) Write

type ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult

type ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult struct {
	Success *GetPartitionsPsWithAuthResponse `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 NewThriftHiveMetastoreGetPartitionsPsWithAuthReqResult

func NewThriftHiveMetastoreGetPartitionsPsWithAuthReqResult() *ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) Read

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) String

func (*ThriftHiveMetastoreGetPartitionsPsWithAuthReqResult) 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 ThriftHiveMetastoreGetPartitionsPspecArgs

type ThriftHiveMetastoreGetPartitionsPspecArgs struct {
	DbName   string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName  string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	MaxParts int32  `thrift:"max_parts,3" db:"max_parts" json:"max_parts"`
}

Attributes:

  • DbName
  • TblName
  • MaxParts

func NewThriftHiveMetastoreGetPartitionsPspecArgs

func NewThriftHiveMetastoreGetPartitionsPspecArgs() *ThriftHiveMetastoreGetPartitionsPspecArgs

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetDbName

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetMaxParts

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) GetTblName

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) Read

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) ReadField3

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) String

func (*ThriftHiveMetastoreGetPartitionsPspecArgs) Write

type ThriftHiveMetastoreGetPartitionsPspecResult

type ThriftHiveMetastoreGetPartitionsPspecResult struct {
	Success []*PartitionSpec       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionsPspecResult

func NewThriftHiveMetastoreGetPartitionsPspecResult() *ThriftHiveMetastoreGetPartitionsPspecResult

func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsPspecResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsPspecResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsPspecResult) Read

func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsPspecResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsPspecResult) String

func (*ThriftHiveMetastoreGetPartitionsPspecResult) Write

type ThriftHiveMetastoreGetPartitionsReqArgs

type ThriftHiveMetastoreGetPartitionsReqArgs struct {
	Req *PartitionsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionsReqArgs

func NewThriftHiveMetastoreGetPartitionsReqArgs() *ThriftHiveMetastoreGetPartitionsReqArgs

func (*ThriftHiveMetastoreGetPartitionsReqArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionsReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionsReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsReqArgs) String

func (*ThriftHiveMetastoreGetPartitionsReqArgs) Write

type ThriftHiveMetastoreGetPartitionsReqResult

type ThriftHiveMetastoreGetPartitionsReqResult struct {
	Success *PartitionsResponse    `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 NewThriftHiveMetastoreGetPartitionsReqResult

func NewThriftHiveMetastoreGetPartitionsReqResult() *ThriftHiveMetastoreGetPartitionsReqResult

func (*ThriftHiveMetastoreGetPartitionsReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsReqResult) Read

func (*ThriftHiveMetastoreGetPartitionsReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsReqResult) String

func (*ThriftHiveMetastoreGetPartitionsReqResult) 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 ThriftHiveMetastoreGetPartitionsSpecByExprArgs

type ThriftHiveMetastoreGetPartitionsSpecByExprArgs struct {
	Req *PartitionsByExprRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetPartitionsSpecByExprArgs

func NewThriftHiveMetastoreGetPartitionsSpecByExprArgs() *ThriftHiveMetastoreGetPartitionsSpecByExprArgs

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) GetReq

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) IsSetReq

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) Read

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) String

func (*ThriftHiveMetastoreGetPartitionsSpecByExprArgs) Write

type ThriftHiveMetastoreGetPartitionsSpecByExprResult

type ThriftHiveMetastoreGetPartitionsSpecByExprResult struct {
	Success *PartitionsSpecByExprResult_ `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 NewThriftHiveMetastoreGetPartitionsSpecByExprResult

func NewThriftHiveMetastoreGetPartitionsSpecByExprResult() *ThriftHiveMetastoreGetPartitionsSpecByExprResult

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) Read

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) String

func (*ThriftHiveMetastoreGetPartitionsSpecByExprResult) Write

type ThriftHiveMetastoreGetPartitionsStatisticsReqArgs

type ThriftHiveMetastoreGetPartitionsStatisticsReqArgs struct {
	Request *PartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetPartitionsStatisticsReqArgs

func NewThriftHiveMetastoreGetPartitionsStatisticsReqArgs() *ThriftHiveMetastoreGetPartitionsStatisticsReqArgs

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) GetRequest

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) IsSetRequest

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) Read

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) String

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqArgs) Write

type ThriftHiveMetastoreGetPartitionsStatisticsReqResult

type ThriftHiveMetastoreGetPartitionsStatisticsReqResult struct {
	Success *PartitionsStatsResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPartitionsStatisticsReqResult

func NewThriftHiveMetastoreGetPartitionsStatisticsReqResult() *ThriftHiveMetastoreGetPartitionsStatisticsReqResult

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetO2

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetO2

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) Read

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) ReadField2

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) String

func (*ThriftHiveMetastoreGetPartitionsStatisticsReqResult) 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 ThriftHiveMetastoreGetPartitionsWithSpecsArgs

type ThriftHiveMetastoreGetPartitionsWithSpecsArgs struct {
	Request *GetPartitionsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetPartitionsWithSpecsArgs

func NewThriftHiveMetastoreGetPartitionsWithSpecsArgs() *ThriftHiveMetastoreGetPartitionsWithSpecsArgs

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) GetRequest

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) Read

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) ReadField1

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) String

func (*ThriftHiveMetastoreGetPartitionsWithSpecsArgs) Write

type ThriftHiveMetastoreGetPartitionsWithSpecsResult

type ThriftHiveMetastoreGetPartitionsWithSpecsResult struct {
	Success *GetPartitionsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetPartitionsWithSpecsResult

func NewThriftHiveMetastoreGetPartitionsWithSpecsResult() *ThriftHiveMetastoreGetPartitionsWithSpecsResult

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) GetO1

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) GetSuccess

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) IsSetO1

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) Read

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) ReadField0

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) ReadField1

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) String

func (*ThriftHiveMetastoreGetPartitionsWithSpecsResult) Write

type ThriftHiveMetastoreGetPrimaryKeysArgs

type ThriftHiveMetastoreGetPrimaryKeysArgs struct {
	Request *PrimaryKeysRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetPrimaryKeysArgs

func NewThriftHiveMetastoreGetPrimaryKeysArgs() *ThriftHiveMetastoreGetPrimaryKeysArgs

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) GetRequest

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetPrimaryKeysArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) Read

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) ReadField1

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) String

func (*ThriftHiveMetastoreGetPrimaryKeysArgs) Write

type ThriftHiveMetastoreGetPrimaryKeysResult

type ThriftHiveMetastoreGetPrimaryKeysResult struct {
	Success *PrimaryKeysResponse   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetPrimaryKeysResult

func NewThriftHiveMetastoreGetPrimaryKeysResult() *ThriftHiveMetastoreGetPrimaryKeysResult

func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetO1

func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetO2

func (*ThriftHiveMetastoreGetPrimaryKeysResult) GetSuccess

func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO1

func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetO2

func (*ThriftHiveMetastoreGetPrimaryKeysResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPrimaryKeysResult) Read

func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField0

func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField1

func (*ThriftHiveMetastoreGetPrimaryKeysResult) ReadField2

func (*ThriftHiveMetastoreGetPrimaryKeysResult) String

func (*ThriftHiveMetastoreGetPrimaryKeysResult) Write

type ThriftHiveMetastoreGetPrincipalsInRoleArgs

type ThriftHiveMetastoreGetPrincipalsInRoleArgs struct {
	Request *GetPrincipalsInRoleRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetPrincipalsInRoleArgs

func NewThriftHiveMetastoreGetPrincipalsInRoleArgs() *ThriftHiveMetastoreGetPrincipalsInRoleArgs

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) GetRequest

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) IsSetRequest

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) Read

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) ReadField1

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) String

func (*ThriftHiveMetastoreGetPrincipalsInRoleArgs) Write

type ThriftHiveMetastoreGetPrincipalsInRoleResult

type ThriftHiveMetastoreGetPrincipalsInRoleResult struct {
	Success *GetPrincipalsInRoleResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException               `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetPrincipalsInRoleResult

func NewThriftHiveMetastoreGetPrincipalsInRoleResult() *ThriftHiveMetastoreGetPrincipalsInRoleResult

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) GetO1

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) GetSuccess

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetO1

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) IsSetSuccess

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) Read

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField0

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) ReadField1

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) String

func (*ThriftHiveMetastoreGetPrincipalsInRoleResult) 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 ThriftHiveMetastoreGetReplicationMetricsArgs

type ThriftHiveMetastoreGetReplicationMetricsArgs struct {
	Rqst *GetReplicationMetricsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetReplicationMetricsArgs

func NewThriftHiveMetastoreGetReplicationMetricsArgs() *ThriftHiveMetastoreGetReplicationMetricsArgs

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) GetRqst

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) IsSetRqst

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) Read

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) ReadField1

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) String

func (*ThriftHiveMetastoreGetReplicationMetricsArgs) Write

type ThriftHiveMetastoreGetReplicationMetricsResult

type ThriftHiveMetastoreGetReplicationMetricsResult struct {
	Success *ReplicationMetricList `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetReplicationMetricsResult

func NewThriftHiveMetastoreGetReplicationMetricsResult() *ThriftHiveMetastoreGetReplicationMetricsResult

func (*ThriftHiveMetastoreGetReplicationMetricsResult) GetO1

func (*ThriftHiveMetastoreGetReplicationMetricsResult) GetSuccess

func (*ThriftHiveMetastoreGetReplicationMetricsResult) IsSetO1

func (*ThriftHiveMetastoreGetReplicationMetricsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetReplicationMetricsResult) Read

func (*ThriftHiveMetastoreGetReplicationMetricsResult) ReadField0

func (*ThriftHiveMetastoreGetReplicationMetricsResult) ReadField1

func (*ThriftHiveMetastoreGetReplicationMetricsResult) String

func (*ThriftHiveMetastoreGetReplicationMetricsResult) Write

type ThriftHiveMetastoreGetResourcePlanArgs

type ThriftHiveMetastoreGetResourcePlanArgs struct {
	Request *WMGetResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetResourcePlanArgs

func NewThriftHiveMetastoreGetResourcePlanArgs() *ThriftHiveMetastoreGetResourcePlanArgs

func (*ThriftHiveMetastoreGetResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreGetResourcePlanArgs) IsSetRequest

func (p *ThriftHiveMetastoreGetResourcePlanArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGetResourcePlanArgs) Read

func (*ThriftHiveMetastoreGetResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreGetResourcePlanArgs) String

func (*ThriftHiveMetastoreGetResourcePlanArgs) Write

type ThriftHiveMetastoreGetResourcePlanResult

type ThriftHiveMetastoreGetResourcePlanResult struct {
	Success *WMGetResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetResourcePlanResult

func NewThriftHiveMetastoreGetResourcePlanResult() *ThriftHiveMetastoreGetResourcePlanResult

func (*ThriftHiveMetastoreGetResourcePlanResult) GetO1

func (*ThriftHiveMetastoreGetResourcePlanResult) GetO2

func (*ThriftHiveMetastoreGetResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetO1

func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreGetResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreGetResourcePlanResult) Read

func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreGetResourcePlanResult) ReadField2

func (*ThriftHiveMetastoreGetResourcePlanResult) String

func (*ThriftHiveMetastoreGetResourcePlanResult) Write

type ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs

type ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs struct {
	Request *GetRoleGrantsForPrincipalRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetRoleGrantsForPrincipalArgs

func NewThriftHiveMetastoreGetRoleGrantsForPrincipalArgs() *ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) GetRequest

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) IsSetRequest

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) Read

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) ReadField1

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) String

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalArgs) Write

type ThriftHiveMetastoreGetRoleGrantsForPrincipalResult

type ThriftHiveMetastoreGetRoleGrantsForPrincipalResult struct {
	Success *GetRoleGrantsForPrincipalResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                     `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetRoleGrantsForPrincipalResult

func NewThriftHiveMetastoreGetRoleGrantsForPrincipalResult() *ThriftHiveMetastoreGetRoleGrantsForPrincipalResult

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetO1

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) GetSuccess

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetO1

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) IsSetSuccess

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) Read

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField0

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) ReadField1

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) String

func (*ThriftHiveMetastoreGetRoleGrantsForPrincipalResult) 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 ThriftHiveMetastoreGetRuntimeStatsArgs

type ThriftHiveMetastoreGetRuntimeStatsArgs struct {
	Rqst *GetRuntimeStatsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetRuntimeStatsArgs

func NewThriftHiveMetastoreGetRuntimeStatsArgs() *ThriftHiveMetastoreGetRuntimeStatsArgs

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) GetRqst

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) IsSetRqst

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) Read

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) ReadField1

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) String

func (*ThriftHiveMetastoreGetRuntimeStatsArgs) Write

type ThriftHiveMetastoreGetRuntimeStatsResult

type ThriftHiveMetastoreGetRuntimeStatsResult struct {
	Success []*RuntimeStat `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetRuntimeStatsResult

func NewThriftHiveMetastoreGetRuntimeStatsResult() *ThriftHiveMetastoreGetRuntimeStatsResult

func (*ThriftHiveMetastoreGetRuntimeStatsResult) GetO1

func (*ThriftHiveMetastoreGetRuntimeStatsResult) GetSuccess

func (*ThriftHiveMetastoreGetRuntimeStatsResult) IsSetO1

func (*ThriftHiveMetastoreGetRuntimeStatsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetRuntimeStatsResult) Read

func (*ThriftHiveMetastoreGetRuntimeStatsResult) ReadField0

func (*ThriftHiveMetastoreGetRuntimeStatsResult) ReadField1

func (*ThriftHiveMetastoreGetRuntimeStatsResult) String

func (*ThriftHiveMetastoreGetRuntimeStatsResult) Write

type ThriftHiveMetastoreGetScheduledQueryArgs

type ThriftHiveMetastoreGetScheduledQueryArgs struct {
	ScheduleKey *ScheduledQueryKey `thrift:"scheduleKey,1" db:"scheduleKey" json:"scheduleKey"`
}

Attributes:

  • ScheduleKey

func NewThriftHiveMetastoreGetScheduledQueryArgs

func NewThriftHiveMetastoreGetScheduledQueryArgs() *ThriftHiveMetastoreGetScheduledQueryArgs

func (*ThriftHiveMetastoreGetScheduledQueryArgs) GetScheduleKey

func (*ThriftHiveMetastoreGetScheduledQueryArgs) IsSetScheduleKey

func (p *ThriftHiveMetastoreGetScheduledQueryArgs) IsSetScheduleKey() bool

func (*ThriftHiveMetastoreGetScheduledQueryArgs) Read

func (*ThriftHiveMetastoreGetScheduledQueryArgs) ReadField1

func (*ThriftHiveMetastoreGetScheduledQueryArgs) String

func (*ThriftHiveMetastoreGetScheduledQueryArgs) Write

type ThriftHiveMetastoreGetScheduledQueryResult

type ThriftHiveMetastoreGetScheduledQueryResult struct {
	Success *ScheduledQuery        `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 NewThriftHiveMetastoreGetScheduledQueryResult

func NewThriftHiveMetastoreGetScheduledQueryResult() *ThriftHiveMetastoreGetScheduledQueryResult

func (*ThriftHiveMetastoreGetScheduledQueryResult) GetO1

func (*ThriftHiveMetastoreGetScheduledQueryResult) GetO2

func (*ThriftHiveMetastoreGetScheduledQueryResult) GetSuccess

func (*ThriftHiveMetastoreGetScheduledQueryResult) IsSetO1

func (*ThriftHiveMetastoreGetScheduledQueryResult) IsSetO2

func (*ThriftHiveMetastoreGetScheduledQueryResult) IsSetSuccess

func (*ThriftHiveMetastoreGetScheduledQueryResult) Read

func (*ThriftHiveMetastoreGetScheduledQueryResult) ReadField0

func (*ThriftHiveMetastoreGetScheduledQueryResult) ReadField1

func (*ThriftHiveMetastoreGetScheduledQueryResult) ReadField2

func (*ThriftHiveMetastoreGetScheduledQueryResult) String

func (*ThriftHiveMetastoreGetScheduledQueryResult) Write

type ThriftHiveMetastoreGetSchemaAllVersionsArgs

type ThriftHiveMetastoreGetSchemaAllVersionsArgs struct {
	SchemaName *ISchemaName `thrift:"schemaName,1" db:"schemaName" json:"schemaName"`
}

Attributes:

  • SchemaName

func NewThriftHiveMetastoreGetSchemaAllVersionsArgs

func NewThriftHiveMetastoreGetSchemaAllVersionsArgs() *ThriftHiveMetastoreGetSchemaAllVersionsArgs

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) GetSchemaName

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) IsSetSchemaName

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) Read

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) String

func (*ThriftHiveMetastoreGetSchemaAllVersionsArgs) Write

type ThriftHiveMetastoreGetSchemaAllVersionsResult

type ThriftHiveMetastoreGetSchemaAllVersionsResult struct {
	Success []*SchemaVersion       `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 NewThriftHiveMetastoreGetSchemaAllVersionsResult

func NewThriftHiveMetastoreGetSchemaAllVersionsResult() *ThriftHiveMetastoreGetSchemaAllVersionsResult

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) GetO1

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) GetO2

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) Read

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) String

func (*ThriftHiveMetastoreGetSchemaAllVersionsResult) 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 ThriftHiveMetastoreGetSchemaLatestVersionArgs

type ThriftHiveMetastoreGetSchemaLatestVersionArgs struct {
	SchemaName *ISchemaName `thrift:"schemaName,1" db:"schemaName" json:"schemaName"`
}

Attributes:

  • SchemaName

func NewThriftHiveMetastoreGetSchemaLatestVersionArgs

func NewThriftHiveMetastoreGetSchemaLatestVersionArgs() *ThriftHiveMetastoreGetSchemaLatestVersionArgs

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) GetSchemaName

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) IsSetSchemaName

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) Read

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) String

func (*ThriftHiveMetastoreGetSchemaLatestVersionArgs) Write

type ThriftHiveMetastoreGetSchemaLatestVersionResult

type ThriftHiveMetastoreGetSchemaLatestVersionResult struct {
	Success *SchemaVersion         `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 NewThriftHiveMetastoreGetSchemaLatestVersionResult

func NewThriftHiveMetastoreGetSchemaLatestVersionResult() *ThriftHiveMetastoreGetSchemaLatestVersionResult

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) GetO1

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) GetO2

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) IsSetSuccess

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) Read

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) String

func (*ThriftHiveMetastoreGetSchemaLatestVersionResult) Write

type ThriftHiveMetastoreGetSchemaReqArgs

type ThriftHiveMetastoreGetSchemaReqArgs struct {
	Req *GetSchemaRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetSchemaReqArgs

func NewThriftHiveMetastoreGetSchemaReqArgs() *ThriftHiveMetastoreGetSchemaReqArgs

func (*ThriftHiveMetastoreGetSchemaReqArgs) GetReq

func (*ThriftHiveMetastoreGetSchemaReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetSchemaReqArgs) Read

func (*ThriftHiveMetastoreGetSchemaReqArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaReqArgs) String

func (*ThriftHiveMetastoreGetSchemaReqArgs) Write

type ThriftHiveMetastoreGetSchemaReqResult

type ThriftHiveMetastoreGetSchemaReqResult struct {
	Success *GetSchemaResponse     `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 NewThriftHiveMetastoreGetSchemaReqResult

func NewThriftHiveMetastoreGetSchemaReqResult() *ThriftHiveMetastoreGetSchemaReqResult

func (*ThriftHiveMetastoreGetSchemaReqResult) GetO1

func (*ThriftHiveMetastoreGetSchemaReqResult) GetO2

func (*ThriftHiveMetastoreGetSchemaReqResult) GetO3

func (*ThriftHiveMetastoreGetSchemaReqResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaReqResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaReqResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaReqResult) IsSetO3

func (*ThriftHiveMetastoreGetSchemaReqResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetSchemaReqResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetSchemaReqResult) Read

func (*ThriftHiveMetastoreGetSchemaReqResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaReqResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaReqResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaReqResult) ReadField3

func (*ThriftHiveMetastoreGetSchemaReqResult) String

func (*ThriftHiveMetastoreGetSchemaReqResult) 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 ThriftHiveMetastoreGetSchemaVersionArgs

type ThriftHiveMetastoreGetSchemaVersionArgs struct {
	SchemaVersion *SchemaVersionDescriptor `thrift:"schemaVersion,1" db:"schemaVersion" json:"schemaVersion"`
}

Attributes:

  • SchemaVersion

func NewThriftHiveMetastoreGetSchemaVersionArgs

func NewThriftHiveMetastoreGetSchemaVersionArgs() *ThriftHiveMetastoreGetSchemaVersionArgs

func (*ThriftHiveMetastoreGetSchemaVersionArgs) GetSchemaVersion

func (*ThriftHiveMetastoreGetSchemaVersionArgs) IsSetSchemaVersion

func (p *ThriftHiveMetastoreGetSchemaVersionArgs) IsSetSchemaVersion() bool

func (*ThriftHiveMetastoreGetSchemaVersionArgs) Read

func (*ThriftHiveMetastoreGetSchemaVersionArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaVersionArgs) String

func (*ThriftHiveMetastoreGetSchemaVersionArgs) Write

type ThriftHiveMetastoreGetSchemaVersionResult

type ThriftHiveMetastoreGetSchemaVersionResult struct {
	Success *SchemaVersion         `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 NewThriftHiveMetastoreGetSchemaVersionResult

func NewThriftHiveMetastoreGetSchemaVersionResult() *ThriftHiveMetastoreGetSchemaVersionResult

func (*ThriftHiveMetastoreGetSchemaVersionResult) GetO1

func (*ThriftHiveMetastoreGetSchemaVersionResult) GetO2

func (*ThriftHiveMetastoreGetSchemaVersionResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaVersionResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaVersionResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaVersionResult) IsSetSuccess

func (*ThriftHiveMetastoreGetSchemaVersionResult) Read

func (*ThriftHiveMetastoreGetSchemaVersionResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaVersionResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaVersionResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaVersionResult) String

func (*ThriftHiveMetastoreGetSchemaVersionResult) Write

type ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs

type ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs struct {
	DbName             string              `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TableName          string              `thrift:"table_name,2" db:"table_name" json:"table_name"`
	EnvironmentContext *EnvironmentContext `thrift:"environment_context,3" db:"environment_context" json:"environment_context"`
}

Attributes:

  • DbName
  • TableName
  • EnvironmentContext

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetDbName

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetEnvironmentContext

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) GetTableName

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) IsSetEnvironmentContext

func (p *ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) IsSetEnvironmentContext() bool

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) Read

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField2

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) ReadField3

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) String

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgs) Write

type ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult

type ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult struct {
	Success []*FieldSchema         `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *UnknownTableException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException    `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO1

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO2

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetO3

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO2

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetO3

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) IsSetSuccess

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) Read

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField0

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField1

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField2

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) ReadField3

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) String

func (*ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult) Write

type ThriftHiveMetastoreGetSchemasByColsArgs

type ThriftHiveMetastoreGetSchemasByColsArgs struct {
	Rqst *FindSchemasByColsRqst `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetSchemasByColsArgs

func NewThriftHiveMetastoreGetSchemasByColsArgs() *ThriftHiveMetastoreGetSchemasByColsArgs

func (*ThriftHiveMetastoreGetSchemasByColsArgs) GetRqst

func (*ThriftHiveMetastoreGetSchemasByColsArgs) IsSetRqst

func (*ThriftHiveMetastoreGetSchemasByColsArgs) Read

func (*ThriftHiveMetastoreGetSchemasByColsArgs) ReadField1

func (*ThriftHiveMetastoreGetSchemasByColsArgs) String

func (*ThriftHiveMetastoreGetSchemasByColsArgs) Write

type ThriftHiveMetastoreGetSchemasByColsResult

type ThriftHiveMetastoreGetSchemasByColsResult struct {
	Success *FindSchemasByColsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetSchemasByColsResult

func NewThriftHiveMetastoreGetSchemasByColsResult() *ThriftHiveMetastoreGetSchemasByColsResult

func (*ThriftHiveMetastoreGetSchemasByColsResult) GetO1

func (*ThriftHiveMetastoreGetSchemasByColsResult) GetSuccess

func (*ThriftHiveMetastoreGetSchemasByColsResult) IsSetO1

func (*ThriftHiveMetastoreGetSchemasByColsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetSchemasByColsResult) Read

func (*ThriftHiveMetastoreGetSchemasByColsResult) ReadField0

func (*ThriftHiveMetastoreGetSchemasByColsResult) ReadField1

func (*ThriftHiveMetastoreGetSchemasByColsResult) String

func (*ThriftHiveMetastoreGetSchemasByColsResult) Write

type ThriftHiveMetastoreGetSerdeArgs

type ThriftHiveMetastoreGetSerdeArgs struct {
	Rqst *GetSerdeRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetSerdeArgs

func NewThriftHiveMetastoreGetSerdeArgs() *ThriftHiveMetastoreGetSerdeArgs

func (*ThriftHiveMetastoreGetSerdeArgs) GetRqst

func (*ThriftHiveMetastoreGetSerdeArgs) IsSetRqst

func (p *ThriftHiveMetastoreGetSerdeArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreGetSerdeArgs) Read

func (*ThriftHiveMetastoreGetSerdeArgs) ReadField1

func (*ThriftHiveMetastoreGetSerdeArgs) String

func (*ThriftHiveMetastoreGetSerdeArgs) Write

type ThriftHiveMetastoreGetSerdeResult

type ThriftHiveMetastoreGetSerdeResult struct {
	Success *SerDeInfo             `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 NewThriftHiveMetastoreGetSerdeResult

func NewThriftHiveMetastoreGetSerdeResult() *ThriftHiveMetastoreGetSerdeResult

func (*ThriftHiveMetastoreGetSerdeResult) GetO1

func (*ThriftHiveMetastoreGetSerdeResult) GetO2

func (*ThriftHiveMetastoreGetSerdeResult) GetSuccess

func (*ThriftHiveMetastoreGetSerdeResult) IsSetO1

func (*ThriftHiveMetastoreGetSerdeResult) IsSetO2

func (*ThriftHiveMetastoreGetSerdeResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetSerdeResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetSerdeResult) Read

func (*ThriftHiveMetastoreGetSerdeResult) ReadField0

func (*ThriftHiveMetastoreGetSerdeResult) ReadField1

func (*ThriftHiveMetastoreGetSerdeResult) ReadField2

func (*ThriftHiveMetastoreGetSerdeResult) String

func (*ThriftHiveMetastoreGetSerdeResult) Write

type ThriftHiveMetastoreGetStoredProcedureArgs

type ThriftHiveMetastoreGetStoredProcedureArgs struct {
	Request *StoredProcedureRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetStoredProcedureArgs

func NewThriftHiveMetastoreGetStoredProcedureArgs() *ThriftHiveMetastoreGetStoredProcedureArgs

func (*ThriftHiveMetastoreGetStoredProcedureArgs) GetRequest

func (*ThriftHiveMetastoreGetStoredProcedureArgs) IsSetRequest

func (*ThriftHiveMetastoreGetStoredProcedureArgs) Read

func (*ThriftHiveMetastoreGetStoredProcedureArgs) ReadField1

func (*ThriftHiveMetastoreGetStoredProcedureArgs) String

func (*ThriftHiveMetastoreGetStoredProcedureArgs) Write

type ThriftHiveMetastoreGetStoredProcedureResult

type ThriftHiveMetastoreGetStoredProcedureResult struct {
	Success *StoredProcedure `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException   `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetStoredProcedureResult

func NewThriftHiveMetastoreGetStoredProcedureResult() *ThriftHiveMetastoreGetStoredProcedureResult

func (*ThriftHiveMetastoreGetStoredProcedureResult) GetO1

func (*ThriftHiveMetastoreGetStoredProcedureResult) GetSuccess

func (*ThriftHiveMetastoreGetStoredProcedureResult) IsSetO1

func (*ThriftHiveMetastoreGetStoredProcedureResult) IsSetSuccess

func (*ThriftHiveMetastoreGetStoredProcedureResult) Read

func (*ThriftHiveMetastoreGetStoredProcedureResult) ReadField0

func (*ThriftHiveMetastoreGetStoredProcedureResult) ReadField1

func (*ThriftHiveMetastoreGetStoredProcedureResult) String

func (*ThriftHiveMetastoreGetStoredProcedureResult) 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 ThriftHiveMetastoreGetTableColumnStatisticsArgs

type ThriftHiveMetastoreGetTableColumnStatisticsArgs struct {
	DbName  string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	ColName string `thrift:"col_name,3" db:"col_name" json:"col_name"`
}

Attributes:

  • DbName
  • TblName
  • ColName

func NewThriftHiveMetastoreGetTableColumnStatisticsArgs

func NewThriftHiveMetastoreGetTableColumnStatisticsArgs() *ThriftHiveMetastoreGetTableColumnStatisticsArgs

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetColName

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetDbName

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) GetTblName

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField2

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) ReadField3

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) String

func (*ThriftHiveMetastoreGetTableColumnStatisticsArgs) Write

type ThriftHiveMetastoreGetTableColumnStatisticsResult

type ThriftHiveMetastoreGetTableColumnStatisticsResult struct {
	Success *ColumnStatistics       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException          `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *InvalidInputException  `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidObjectException `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreGetTableColumnStatisticsResult

func NewThriftHiveMetastoreGetTableColumnStatisticsResult() *ThriftHiveMetastoreGetTableColumnStatisticsResult

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) Read

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) String

func (*ThriftHiveMetastoreGetTableColumnStatisticsResult) Write

type ThriftHiveMetastoreGetTableMetaArgs

type ThriftHiveMetastoreGetTableMetaArgs struct {
	DbPatterns  string   `thrift:"db_patterns,1" db:"db_patterns" json:"db_patterns"`
	TblPatterns string   `thrift:"tbl_patterns,2" db:"tbl_patterns" json:"tbl_patterns"`
	TblTypes    []string `thrift:"tbl_types,3" db:"tbl_types" json:"tbl_types"`
}

Attributes:

  • DbPatterns
  • TblPatterns
  • TblTypes

func NewThriftHiveMetastoreGetTableMetaArgs

func NewThriftHiveMetastoreGetTableMetaArgs() *ThriftHiveMetastoreGetTableMetaArgs

func (*ThriftHiveMetastoreGetTableMetaArgs) GetDbPatterns

func (p *ThriftHiveMetastoreGetTableMetaArgs) GetDbPatterns() string

func (*ThriftHiveMetastoreGetTableMetaArgs) GetTblPatterns

func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblPatterns() string

func (*ThriftHiveMetastoreGetTableMetaArgs) GetTblTypes

func (p *ThriftHiveMetastoreGetTableMetaArgs) GetTblTypes() []string

func (*ThriftHiveMetastoreGetTableMetaArgs) Read

func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField1

func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField2

func (*ThriftHiveMetastoreGetTableMetaArgs) ReadField3

func (*ThriftHiveMetastoreGetTableMetaArgs) String

func (*ThriftHiveMetastoreGetTableMetaArgs) Write

type ThriftHiveMetastoreGetTableMetaResult

type ThriftHiveMetastoreGetTableMetaResult struct {
	Success []*TableMeta   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetTableMetaResult

func NewThriftHiveMetastoreGetTableMetaResult() *ThriftHiveMetastoreGetTableMetaResult

func (*ThriftHiveMetastoreGetTableMetaResult) GetO1

func (*ThriftHiveMetastoreGetTableMetaResult) GetSuccess

func (*ThriftHiveMetastoreGetTableMetaResult) IsSetO1

func (*ThriftHiveMetastoreGetTableMetaResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTableMetaResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTableMetaResult) Read

func (*ThriftHiveMetastoreGetTableMetaResult) ReadField0

func (*ThriftHiveMetastoreGetTableMetaResult) ReadField1

func (*ThriftHiveMetastoreGetTableMetaResult) String

func (*ThriftHiveMetastoreGetTableMetaResult) Write

type ThriftHiveMetastoreGetTableNamesByFilterArgs

type ThriftHiveMetastoreGetTableNamesByFilterArgs struct {
	Dbname    string `thrift:"dbname,1" db:"dbname" json:"dbname"`
	Filter    string `thrift:"filter,2" db:"filter" json:"filter"`
	MaxTables int16  `thrift:"max_tables,3" db:"max_tables" json:"max_tables"`
}

Attributes:

  • Dbname
  • Filter
  • MaxTables

func NewThriftHiveMetastoreGetTableNamesByFilterArgs

func NewThriftHiveMetastoreGetTableNamesByFilterArgs() *ThriftHiveMetastoreGetTableNamesByFilterArgs

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetDbname

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetFilter

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) GetMaxTables

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) Read

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField1

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField2

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) ReadField3

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) String

func (*ThriftHiveMetastoreGetTableNamesByFilterArgs) Write

type ThriftHiveMetastoreGetTableNamesByFilterResult

type ThriftHiveMetastoreGetTableNamesByFilterResult struct {
	Success []string                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreGetTableNamesByFilterResult

func NewThriftHiveMetastoreGetTableNamesByFilterResult() *ThriftHiveMetastoreGetTableNamesByFilterResult

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO1

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO2

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetO3

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) GetSuccess

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO1

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO2

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetO3

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) Read

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField0

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField1

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField2

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) ReadField3

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) String

func (*ThriftHiveMetastoreGetTableNamesByFilterResult) Write

type ThriftHiveMetastoreGetTableObjectsByNameArgs

type ThriftHiveMetastoreGetTableObjectsByNameArgs struct {
	Dbname   string   `thrift:"dbname,1" db:"dbname" json:"dbname"`
	TblNames []string `thrift:"tbl_names,2" db:"tbl_names" json:"tbl_names"`
}

Attributes:

  • Dbname
  • TblNames

func NewThriftHiveMetastoreGetTableObjectsByNameArgs

func NewThriftHiveMetastoreGetTableObjectsByNameArgs() *ThriftHiveMetastoreGetTableObjectsByNameArgs

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) GetDbname

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) GetTblNames

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) Read

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField1

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) ReadField2

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) String

func (*ThriftHiveMetastoreGetTableObjectsByNameArgs) Write

type ThriftHiveMetastoreGetTableObjectsByNameReqArgs

type ThriftHiveMetastoreGetTableObjectsByNameReqArgs struct {
	Req *GetTablesRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetTableObjectsByNameReqArgs

func NewThriftHiveMetastoreGetTableObjectsByNameReqArgs() *ThriftHiveMetastoreGetTableObjectsByNameReqArgs

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) GetReq

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) Read

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) ReadField1

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) String

func (*ThriftHiveMetastoreGetTableObjectsByNameReqArgs) Write

type ThriftHiveMetastoreGetTableObjectsByNameReqResult

type ThriftHiveMetastoreGetTableObjectsByNameReqResult struct {
	Success *GetTablesResult_          `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3

func NewThriftHiveMetastoreGetTableObjectsByNameReqResult

func NewThriftHiveMetastoreGetTableObjectsByNameReqResult() *ThriftHiveMetastoreGetTableObjectsByNameReqResult

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO1

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO2

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetO3

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) GetSuccess

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO1

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO2

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetO3

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) Read

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField0

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField1

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField2

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) ReadField3

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) String

func (*ThriftHiveMetastoreGetTableObjectsByNameReqResult) Write

type ThriftHiveMetastoreGetTableObjectsByNameResult

type ThriftHiveMetastoreGetTableObjectsByNameResult struct {
	Success []*Table `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetTableObjectsByNameResult

func NewThriftHiveMetastoreGetTableObjectsByNameResult() *ThriftHiveMetastoreGetTableObjectsByNameResult

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) GetSuccess

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) Read

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) ReadField0

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) String

func (*ThriftHiveMetastoreGetTableObjectsByNameResult) Write

type ThriftHiveMetastoreGetTableReqArgs

type ThriftHiveMetastoreGetTableReqArgs struct {
	Req *GetTableRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetTableReqArgs

func NewThriftHiveMetastoreGetTableReqArgs() *ThriftHiveMetastoreGetTableReqArgs

func (*ThriftHiveMetastoreGetTableReqArgs) GetReq

func (*ThriftHiveMetastoreGetTableReqArgs) IsSetReq

func (*ThriftHiveMetastoreGetTableReqArgs) Read

func (*ThriftHiveMetastoreGetTableReqArgs) ReadField1

func (*ThriftHiveMetastoreGetTableReqArgs) String

func (*ThriftHiveMetastoreGetTableReqArgs) Write

type ThriftHiveMetastoreGetTableReqResult

type ThriftHiveMetastoreGetTableReqResult struct {
	Success *GetTableResult_       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetTableReqResult

func NewThriftHiveMetastoreGetTableReqResult() *ThriftHiveMetastoreGetTableReqResult

func (*ThriftHiveMetastoreGetTableReqResult) GetO1

func (*ThriftHiveMetastoreGetTableReqResult) GetO2

func (*ThriftHiveMetastoreGetTableReqResult) GetSuccess

func (*ThriftHiveMetastoreGetTableReqResult) IsSetO1

func (*ThriftHiveMetastoreGetTableReqResult) IsSetO2

func (*ThriftHiveMetastoreGetTableReqResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTableReqResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTableReqResult) Read

func (*ThriftHiveMetastoreGetTableReqResult) ReadField0

func (*ThriftHiveMetastoreGetTableReqResult) ReadField1

func (*ThriftHiveMetastoreGetTableReqResult) ReadField2

func (*ThriftHiveMetastoreGetTableReqResult) String

func (*ThriftHiveMetastoreGetTableReqResult) 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 ThriftHiveMetastoreGetTableStatisticsReqArgs

type ThriftHiveMetastoreGetTableStatisticsReqArgs struct {
	Request *TableStatsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetTableStatisticsReqArgs

func NewThriftHiveMetastoreGetTableStatisticsReqArgs() *ThriftHiveMetastoreGetTableStatisticsReqArgs

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) GetRequest

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) IsSetRequest

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) Read

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) ReadField1

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) String

func (*ThriftHiveMetastoreGetTableStatisticsReqArgs) Write

type ThriftHiveMetastoreGetTableStatisticsReqResult

type ThriftHiveMetastoreGetTableStatisticsReqResult struct {
	Success *TableStatsResult_     `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetTableStatisticsReqResult

func NewThriftHiveMetastoreGetTableStatisticsReqResult() *ThriftHiveMetastoreGetTableStatisticsReqResult

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetO1

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetO2

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) GetSuccess

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO1

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetO2

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) Read

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField0

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField1

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) ReadField2

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) String

func (*ThriftHiveMetastoreGetTableStatisticsReqResult) 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 ThriftHiveMetastoreGetTablesByTypeArgs

type ThriftHiveMetastoreGetTablesByTypeArgs struct {
	DbName    string `thrift:"db_name,1" db:"db_name" json:"db_name"`
	Pattern   string `thrift:"pattern,2" db:"pattern" json:"pattern"`
	TableType string `thrift:"tableType,3" db:"tableType" json:"tableType"`
}

Attributes:

  • DbName
  • Pattern
  • TableType

func NewThriftHiveMetastoreGetTablesByTypeArgs

func NewThriftHiveMetastoreGetTablesByTypeArgs() *ThriftHiveMetastoreGetTablesByTypeArgs

func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetDbName

func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetPattern

func (*ThriftHiveMetastoreGetTablesByTypeArgs) GetTableType

func (*ThriftHiveMetastoreGetTablesByTypeArgs) Read

func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField1

func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField2

func (*ThriftHiveMetastoreGetTablesByTypeArgs) ReadField3

func (*ThriftHiveMetastoreGetTablesByTypeArgs) String

func (*ThriftHiveMetastoreGetTablesByTypeArgs) Write

type ThriftHiveMetastoreGetTablesByTypeResult

type ThriftHiveMetastoreGetTablesByTypeResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetTablesByTypeResult

func NewThriftHiveMetastoreGetTablesByTypeResult() *ThriftHiveMetastoreGetTablesByTypeResult

func (*ThriftHiveMetastoreGetTablesByTypeResult) GetO1

func (*ThriftHiveMetastoreGetTablesByTypeResult) GetSuccess

func (*ThriftHiveMetastoreGetTablesByTypeResult) IsSetO1

func (*ThriftHiveMetastoreGetTablesByTypeResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTablesByTypeResult) Read

func (*ThriftHiveMetastoreGetTablesByTypeResult) ReadField0

func (*ThriftHiveMetastoreGetTablesByTypeResult) ReadField1

func (*ThriftHiveMetastoreGetTablesByTypeResult) String

func (*ThriftHiveMetastoreGetTablesByTypeResult) Write

type ThriftHiveMetastoreGetTablesExtArgs

type ThriftHiveMetastoreGetTablesExtArgs struct {
	Req *GetTablesExtRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreGetTablesExtArgs

func NewThriftHiveMetastoreGetTablesExtArgs() *ThriftHiveMetastoreGetTablesExtArgs

func (*ThriftHiveMetastoreGetTablesExtArgs) GetReq

func (*ThriftHiveMetastoreGetTablesExtArgs) IsSetReq

func (*ThriftHiveMetastoreGetTablesExtArgs) Read

func (*ThriftHiveMetastoreGetTablesExtArgs) ReadField1

func (*ThriftHiveMetastoreGetTablesExtArgs) String

func (*ThriftHiveMetastoreGetTablesExtArgs) Write

type ThriftHiveMetastoreGetTablesExtResult

type ThriftHiveMetastoreGetTablesExtResult struct {
	Success []*ExtendedTableInfo `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException       `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGetTablesExtResult

func NewThriftHiveMetastoreGetTablesExtResult() *ThriftHiveMetastoreGetTablesExtResult

func (*ThriftHiveMetastoreGetTablesExtResult) GetO1

func (*ThriftHiveMetastoreGetTablesExtResult) GetSuccess

func (*ThriftHiveMetastoreGetTablesExtResult) IsSetO1

func (*ThriftHiveMetastoreGetTablesExtResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTablesExtResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTablesExtResult) Read

func (*ThriftHiveMetastoreGetTablesExtResult) ReadField0

func (*ThriftHiveMetastoreGetTablesExtResult) ReadField1

func (*ThriftHiveMetastoreGetTablesExtResult) String

func (*ThriftHiveMetastoreGetTablesExtResult) 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 ThriftHiveMetastoreGetTokenArgs

type ThriftHiveMetastoreGetTokenArgs struct {
	TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"`
}

Attributes:

  • TokenIdentifier

func NewThriftHiveMetastoreGetTokenArgs

func NewThriftHiveMetastoreGetTokenArgs() *ThriftHiveMetastoreGetTokenArgs

func (*ThriftHiveMetastoreGetTokenArgs) GetTokenIdentifier

func (p *ThriftHiveMetastoreGetTokenArgs) GetTokenIdentifier() string

func (*ThriftHiveMetastoreGetTokenArgs) Read

func (*ThriftHiveMetastoreGetTokenArgs) ReadField1

func (*ThriftHiveMetastoreGetTokenArgs) String

func (*ThriftHiveMetastoreGetTokenArgs) Write

type ThriftHiveMetastoreGetTokenResult

type ThriftHiveMetastoreGetTokenResult struct {
	Success *string `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreGetTokenResult

func NewThriftHiveMetastoreGetTokenResult() *ThriftHiveMetastoreGetTokenResult

func (*ThriftHiveMetastoreGetTokenResult) GetSuccess

func (p *ThriftHiveMetastoreGetTokenResult) GetSuccess() string

func (*ThriftHiveMetastoreGetTokenResult) IsSetSuccess

func (p *ThriftHiveMetastoreGetTokenResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreGetTokenResult) Read

func (*ThriftHiveMetastoreGetTokenResult) ReadField0

func (*ThriftHiveMetastoreGetTokenResult) String

func (*ThriftHiveMetastoreGetTokenResult) Write

type ThriftHiveMetastoreGetTriggersForResourceplanArgs

type ThriftHiveMetastoreGetTriggersForResourceplanArgs struct {
	Request *WMGetTriggersForResourePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetTriggersForResourceplanArgs

func NewThriftHiveMetastoreGetTriggersForResourceplanArgs() *ThriftHiveMetastoreGetTriggersForResourceplanArgs

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) GetRequest

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) IsSetRequest

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) Read

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) ReadField1

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) String

func (*ThriftHiveMetastoreGetTriggersForResourceplanArgs) Write

type ThriftHiveMetastoreGetTriggersForResourceplanResult

type ThriftHiveMetastoreGetTriggersForResourceplanResult struct {
	Success *WMGetTriggersForResourePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException               `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException                       `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetTriggersForResourceplanResult

func NewThriftHiveMetastoreGetTriggersForResourceplanResult() *ThriftHiveMetastoreGetTriggersForResourceplanResult

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO1

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetO2

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) GetSuccess

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO1

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetO2

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) IsSetSuccess

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) Read

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField0

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField1

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) ReadField2

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) String

func (*ThriftHiveMetastoreGetTriggersForResourceplanResult) 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 ThriftHiveMetastoreGetUniqueConstraintsArgs

type ThriftHiveMetastoreGetUniqueConstraintsArgs struct {
	Request *UniqueConstraintsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGetUniqueConstraintsArgs

func NewThriftHiveMetastoreGetUniqueConstraintsArgs() *ThriftHiveMetastoreGetUniqueConstraintsArgs

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) GetRequest

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) IsSetRequest

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) Read

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) ReadField1

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) String

func (*ThriftHiveMetastoreGetUniqueConstraintsArgs) Write

type ThriftHiveMetastoreGetUniqueConstraintsResult

type ThriftHiveMetastoreGetUniqueConstraintsResult struct {
	Success *UniqueConstraintsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException     `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetUniqueConstraintsResult

func NewThriftHiveMetastoreGetUniqueConstraintsResult() *ThriftHiveMetastoreGetUniqueConstraintsResult

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetO1

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetO2

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) GetSuccess

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO1

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetO2

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) Read

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField0

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField1

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) ReadField2

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) String

func (*ThriftHiveMetastoreGetUniqueConstraintsResult) Write

type ThriftHiveMetastoreGetValidWriteIdsArgs

type ThriftHiveMetastoreGetValidWriteIdsArgs struct {
	Rqst *GetValidWriteIdsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreGetValidWriteIdsArgs

func NewThriftHiveMetastoreGetValidWriteIdsArgs() *ThriftHiveMetastoreGetValidWriteIdsArgs

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) GetRqst

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) IsSetRqst

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) Read

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) ReadField1

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) String

func (*ThriftHiveMetastoreGetValidWriteIdsArgs) Write

type ThriftHiveMetastoreGetValidWriteIdsResult

type ThriftHiveMetastoreGetValidWriteIdsResult struct {
	Success *GetValidWriteIdsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchTxnException       `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException            `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreGetValidWriteIdsResult

func NewThriftHiveMetastoreGetValidWriteIdsResult() *ThriftHiveMetastoreGetValidWriteIdsResult

func (*ThriftHiveMetastoreGetValidWriteIdsResult) GetO1

func (*ThriftHiveMetastoreGetValidWriteIdsResult) GetO2

func (*ThriftHiveMetastoreGetValidWriteIdsResult) GetSuccess

func (*ThriftHiveMetastoreGetValidWriteIdsResult) IsSetO1

func (*ThriftHiveMetastoreGetValidWriteIdsResult) IsSetO2

func (*ThriftHiveMetastoreGetValidWriteIdsResult) IsSetSuccess

func (*ThriftHiveMetastoreGetValidWriteIdsResult) Read

func (*ThriftHiveMetastoreGetValidWriteIdsResult) ReadField0

func (*ThriftHiveMetastoreGetValidWriteIdsResult) ReadField1

func (*ThriftHiveMetastoreGetValidWriteIdsResult) ReadField2

func (*ThriftHiveMetastoreGetValidWriteIdsResult) String

func (*ThriftHiveMetastoreGetValidWriteIdsResult) 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 ThriftHiveMetastoreGrantRevokePrivilegesArgs

type ThriftHiveMetastoreGrantRevokePrivilegesArgs struct {
	Request *GrantRevokePrivilegeRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGrantRevokePrivilegesArgs

func NewThriftHiveMetastoreGrantRevokePrivilegesArgs() *ThriftHiveMetastoreGrantRevokePrivilegesArgs

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) GetRequest

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) IsSetRequest

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) Read

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) ReadField1

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) String

func (*ThriftHiveMetastoreGrantRevokePrivilegesArgs) Write

type ThriftHiveMetastoreGrantRevokePrivilegesResult

type ThriftHiveMetastoreGrantRevokePrivilegesResult struct {
	Success *GrantRevokePrivilegeResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGrantRevokePrivilegesResult

func NewThriftHiveMetastoreGrantRevokePrivilegesResult() *ThriftHiveMetastoreGrantRevokePrivilegesResult

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) GetO1

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) GetSuccess

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetO1

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) IsSetSuccess

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) Read

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField0

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) ReadField1

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) String

func (*ThriftHiveMetastoreGrantRevokePrivilegesResult) Write

type ThriftHiveMetastoreGrantRevokeRoleArgs

type ThriftHiveMetastoreGrantRevokeRoleArgs struct {
	Request *GrantRevokeRoleRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreGrantRevokeRoleArgs

func NewThriftHiveMetastoreGrantRevokeRoleArgs() *ThriftHiveMetastoreGrantRevokeRoleArgs

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) GetRequest

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) IsSetRequest

func (p *ThriftHiveMetastoreGrantRevokeRoleArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) Read

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) ReadField1

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) String

func (*ThriftHiveMetastoreGrantRevokeRoleArgs) Write

type ThriftHiveMetastoreGrantRevokeRoleResult

type ThriftHiveMetastoreGrantRevokeRoleResult struct {
	Success *GrantRevokeRoleResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException           `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreGrantRevokeRoleResult

func NewThriftHiveMetastoreGrantRevokeRoleResult() *ThriftHiveMetastoreGrantRevokeRoleResult

func (*ThriftHiveMetastoreGrantRevokeRoleResult) GetO1

func (*ThriftHiveMetastoreGrantRevokeRoleResult) GetSuccess

func (*ThriftHiveMetastoreGrantRevokeRoleResult) IsSetO1

func (*ThriftHiveMetastoreGrantRevokeRoleResult) IsSetSuccess

func (*ThriftHiveMetastoreGrantRevokeRoleResult) Read

func (*ThriftHiveMetastoreGrantRevokeRoleResult) ReadField0

func (*ThriftHiveMetastoreGrantRevokeRoleResult) ReadField1

func (*ThriftHiveMetastoreGrantRevokeRoleResult) String

func (*ThriftHiveMetastoreGrantRevokeRoleResult) 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 ThriftHiveMetastoreHeartbeatArgs

type ThriftHiveMetastoreHeartbeatArgs struct {
	Ids *HeartbeatRequest `thrift:"ids,1" db:"ids" json:"ids"`
}

Attributes:

  • Ids

func NewThriftHiveMetastoreHeartbeatArgs

func NewThriftHiveMetastoreHeartbeatArgs() *ThriftHiveMetastoreHeartbeatArgs

func (*ThriftHiveMetastoreHeartbeatArgs) GetIds

func (*ThriftHiveMetastoreHeartbeatArgs) IsSetIds

func (p *ThriftHiveMetastoreHeartbeatArgs) IsSetIds() bool

func (*ThriftHiveMetastoreHeartbeatArgs) Read

func (*ThriftHiveMetastoreHeartbeatArgs) ReadField1

func (*ThriftHiveMetastoreHeartbeatArgs) String

func (*ThriftHiveMetastoreHeartbeatArgs) Write

type ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs

type ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs struct {
	DbName    string `thrift:"dbName,1" db:"dbName" json:"dbName"`
	TableName string `thrift:"tableName,2" db:"tableName" json:"tableName"`
	TxnId     int64  `thrift:"txnId,3" db:"txnId" json:"txnId"`
}

Attributes:

  • DbName
  • TableName
  • TxnId

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) GetDbName

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) GetTableName

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) GetTxnId

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) Read

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) ReadField1

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) ReadField2

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) ReadField3

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) String

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildArgs) Write

type ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult

type ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult struct {
	Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) GetSuccess

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) IsSetSuccess

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) Read

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) ReadField0

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) String

func (*ThriftHiveMetastoreHeartbeatLockMaterializationRebuildResult) Write

type ThriftHiveMetastoreHeartbeatResult

type ThriftHiveMetastoreHeartbeatResult struct {
	O1 *NoSuchLockException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *NoSuchTxnException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *TxnAbortedException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3

func NewThriftHiveMetastoreHeartbeatResult

func NewThriftHiveMetastoreHeartbeatResult() *ThriftHiveMetastoreHeartbeatResult

func (*ThriftHiveMetastoreHeartbeatResult) GetO1

func (*ThriftHiveMetastoreHeartbeatResult) GetO2

func (*ThriftHiveMetastoreHeartbeatResult) GetO3

func (*ThriftHiveMetastoreHeartbeatResult) IsSetO1

func (*ThriftHiveMetastoreHeartbeatResult) IsSetO2

func (*ThriftHiveMetastoreHeartbeatResult) IsSetO3

func (*ThriftHiveMetastoreHeartbeatResult) Read

func (*ThriftHiveMetastoreHeartbeatResult) ReadField1

func (*ThriftHiveMetastoreHeartbeatResult) ReadField2

func (*ThriftHiveMetastoreHeartbeatResult) ReadField3

func (*ThriftHiveMetastoreHeartbeatResult) String

func (*ThriftHiveMetastoreHeartbeatResult) Write

type ThriftHiveMetastoreHeartbeatTxnRangeArgs

type ThriftHiveMetastoreHeartbeatTxnRangeArgs struct {
	Txns *HeartbeatTxnRangeRequest `thrift:"txns,1" db:"txns" json:"txns"`
}

Attributes:

  • Txns

func NewThriftHiveMetastoreHeartbeatTxnRangeArgs

func NewThriftHiveMetastoreHeartbeatTxnRangeArgs() *ThriftHiveMetastoreHeartbeatTxnRangeArgs

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) GetTxns

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) IsSetTxns

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) Read

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) ReadField1

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) String

func (*ThriftHiveMetastoreHeartbeatTxnRangeArgs) Write

type ThriftHiveMetastoreHeartbeatTxnRangeResult

type ThriftHiveMetastoreHeartbeatTxnRangeResult struct {
	Success *HeartbeatTxnRangeResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreHeartbeatTxnRangeResult

func NewThriftHiveMetastoreHeartbeatTxnRangeResult() *ThriftHiveMetastoreHeartbeatTxnRangeResult

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) GetSuccess

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) IsSetSuccess

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) Read

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) ReadField0

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) String

func (*ThriftHiveMetastoreHeartbeatTxnRangeResult) Write

type ThriftHiveMetastoreIsPartitionMarkedForEventArgs

type ThriftHiveMetastoreIsPartitionMarkedForEventArgs struct {
	DbName    string             `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName   string             `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartVals  map[string]string  `thrift:"part_vals,3" db:"part_vals" json:"part_vals"`
	EventType PartitionEventType `thrift:"eventType,4" db:"eventType" json:"eventType"`
}

Attributes:

  • DbName
  • TblName
  • PartVals
  • EventType

func NewThriftHiveMetastoreIsPartitionMarkedForEventArgs

func NewThriftHiveMetastoreIsPartitionMarkedForEventArgs() *ThriftHiveMetastoreIsPartitionMarkedForEventArgs

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetDbName

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetEventType

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetPartVals

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) GetTblName

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) Read

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField1

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField2

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField3

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) ReadField4

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) String

func (*ThriftHiveMetastoreIsPartitionMarkedForEventArgs) Write

type ThriftHiveMetastoreIsPartitionMarkedForEventResult

type ThriftHiveMetastoreIsPartitionMarkedForEventResult struct {
	Success *bool                      `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *NoSuchObjectException     `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *UnknownTableException     `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
	O5      *UnknownPartitionException `thrift:"o5,5" db:"o5" json:"o5,omitempty"`
	O6      *InvalidPartitionException `thrift:"o6,6" db:"o6" json:"o6,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4
  • O5
  • O6

func NewThriftHiveMetastoreIsPartitionMarkedForEventResult

func NewThriftHiveMetastoreIsPartitionMarkedForEventResult() *ThriftHiveMetastoreIsPartitionMarkedForEventResult

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO1

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO2

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO3

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO4

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO5

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetO6

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) GetSuccess

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO1

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO2

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO3

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO4

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO5

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetO6

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) IsSetSuccess

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) Read

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField0

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField1

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField2

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField3

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField4

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField5

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) ReadField6

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) String

func (*ThriftHiveMetastoreIsPartitionMarkedForEventResult) 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 ThriftHiveMetastoreLockArgs

type ThriftHiveMetastoreLockArgs struct {
	Rqst *LockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreLockArgs

func NewThriftHiveMetastoreLockArgs() *ThriftHiveMetastoreLockArgs

func (*ThriftHiveMetastoreLockArgs) GetRqst

func (*ThriftHiveMetastoreLockArgs) IsSetRqst

func (p *ThriftHiveMetastoreLockArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreLockArgs) Read

func (*ThriftHiveMetastoreLockArgs) ReadField1

func (*ThriftHiveMetastoreLockArgs) String

func (p *ThriftHiveMetastoreLockArgs) String() string

func (*ThriftHiveMetastoreLockArgs) Write

type ThriftHiveMetastoreLockResult

type ThriftHiveMetastoreLockResult struct {
	Success *LockResponse        `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchTxnException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *TxnAbortedException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreLockResult

func NewThriftHiveMetastoreLockResult() *ThriftHiveMetastoreLockResult

func (*ThriftHiveMetastoreLockResult) GetO1

func (*ThriftHiveMetastoreLockResult) GetO2

func (*ThriftHiveMetastoreLockResult) GetSuccess

func (*ThriftHiveMetastoreLockResult) IsSetO1

func (p *ThriftHiveMetastoreLockResult) IsSetO1() bool

func (*ThriftHiveMetastoreLockResult) IsSetO2

func (p *ThriftHiveMetastoreLockResult) IsSetO2() bool

func (*ThriftHiveMetastoreLockResult) IsSetSuccess

func (p *ThriftHiveMetastoreLockResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreLockResult) Read

func (*ThriftHiveMetastoreLockResult) ReadField0

func (*ThriftHiveMetastoreLockResult) ReadField1

func (*ThriftHiveMetastoreLockResult) ReadField2

func (*ThriftHiveMetastoreLockResult) String

func (*ThriftHiveMetastoreLockResult) Write

type ThriftHiveMetastoreMapSchemaVersionToSerdeArgs

type ThriftHiveMetastoreMapSchemaVersionToSerdeArgs struct {
	Rqst *MapSchemaVersionToSerdeRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreMapSchemaVersionToSerdeArgs

func NewThriftHiveMetastoreMapSchemaVersionToSerdeArgs() *ThriftHiveMetastoreMapSchemaVersionToSerdeArgs

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) GetRqst

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) IsSetRqst

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) Read

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) ReadField1

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) String

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeArgs) Write

type ThriftHiveMetastoreMapSchemaVersionToSerdeResult

type ThriftHiveMetastoreMapSchemaVersionToSerdeResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreMapSchemaVersionToSerdeResult

func NewThriftHiveMetastoreMapSchemaVersionToSerdeResult() *ThriftHiveMetastoreMapSchemaVersionToSerdeResult

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) GetO1

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) GetO2

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) IsSetO1

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) IsSetO2

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) Read

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) ReadField1

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) ReadField2

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) String

func (*ThriftHiveMetastoreMapSchemaVersionToSerdeResult) Write

type ThriftHiveMetastoreMarkCleanedArgs

type ThriftHiveMetastoreMarkCleanedArgs struct {
	Cr *CompactionInfoStruct `thrift:"cr,1" db:"cr" json:"cr"`
}

Attributes:

  • Cr

func NewThriftHiveMetastoreMarkCleanedArgs

func NewThriftHiveMetastoreMarkCleanedArgs() *ThriftHiveMetastoreMarkCleanedArgs

func (*ThriftHiveMetastoreMarkCleanedArgs) GetCr

func (*ThriftHiveMetastoreMarkCleanedArgs) IsSetCr

func (*ThriftHiveMetastoreMarkCleanedArgs) Read

func (*ThriftHiveMetastoreMarkCleanedArgs) ReadField1

func (*ThriftHiveMetastoreMarkCleanedArgs) String

func (*ThriftHiveMetastoreMarkCleanedArgs) Write

type ThriftHiveMetastoreMarkCleanedResult

type ThriftHiveMetastoreMarkCleanedResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreMarkCleanedResult

func NewThriftHiveMetastoreMarkCleanedResult() *ThriftHiveMetastoreMarkCleanedResult

func (*ThriftHiveMetastoreMarkCleanedResult) GetO1

func (*ThriftHiveMetastoreMarkCleanedResult) IsSetO1

func (*ThriftHiveMetastoreMarkCleanedResult) Read

func (*ThriftHiveMetastoreMarkCleanedResult) ReadField1

func (*ThriftHiveMetastoreMarkCleanedResult) String

func (*ThriftHiveMetastoreMarkCleanedResult) Write

type ThriftHiveMetastoreMarkCompactedArgs

type ThriftHiveMetastoreMarkCompactedArgs struct {
	Cr *CompactionInfoStruct `thrift:"cr,1" db:"cr" json:"cr"`
}

Attributes:

  • Cr

func NewThriftHiveMetastoreMarkCompactedArgs

func NewThriftHiveMetastoreMarkCompactedArgs() *ThriftHiveMetastoreMarkCompactedArgs

func (*ThriftHiveMetastoreMarkCompactedArgs) GetCr

func (*ThriftHiveMetastoreMarkCompactedArgs) IsSetCr

func (*ThriftHiveMetastoreMarkCompactedArgs) Read

func (*ThriftHiveMetastoreMarkCompactedArgs) ReadField1

func (*ThriftHiveMetastoreMarkCompactedArgs) String

func (*ThriftHiveMetastoreMarkCompactedArgs) Write

type ThriftHiveMetastoreMarkCompactedResult

type ThriftHiveMetastoreMarkCompactedResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreMarkCompactedResult

func NewThriftHiveMetastoreMarkCompactedResult() *ThriftHiveMetastoreMarkCompactedResult

func (*ThriftHiveMetastoreMarkCompactedResult) GetO1

func (*ThriftHiveMetastoreMarkCompactedResult) IsSetO1

func (*ThriftHiveMetastoreMarkCompactedResult) Read

func (*ThriftHiveMetastoreMarkCompactedResult) ReadField1

func (*ThriftHiveMetastoreMarkCompactedResult) String

func (*ThriftHiveMetastoreMarkCompactedResult) Write

type ThriftHiveMetastoreMarkFailedArgs

type ThriftHiveMetastoreMarkFailedArgs struct {
	Cr *CompactionInfoStruct `thrift:"cr,1" db:"cr" json:"cr"`
}

Attributes:

  • Cr

func NewThriftHiveMetastoreMarkFailedArgs

func NewThriftHiveMetastoreMarkFailedArgs() *ThriftHiveMetastoreMarkFailedArgs

func (*ThriftHiveMetastoreMarkFailedArgs) GetCr

func (*ThriftHiveMetastoreMarkFailedArgs) IsSetCr

func (*ThriftHiveMetastoreMarkFailedArgs) Read

func (*ThriftHiveMetastoreMarkFailedArgs) ReadField1

func (*ThriftHiveMetastoreMarkFailedArgs) String

func (*ThriftHiveMetastoreMarkFailedArgs) Write

type ThriftHiveMetastoreMarkFailedResult

type ThriftHiveMetastoreMarkFailedResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreMarkFailedResult

func NewThriftHiveMetastoreMarkFailedResult() *ThriftHiveMetastoreMarkFailedResult

func (*ThriftHiveMetastoreMarkFailedResult) GetO1

func (*ThriftHiveMetastoreMarkFailedResult) IsSetO1

func (*ThriftHiveMetastoreMarkFailedResult) Read

func (*ThriftHiveMetastoreMarkFailedResult) ReadField1

func (*ThriftHiveMetastoreMarkFailedResult) String

func (*ThriftHiveMetastoreMarkFailedResult) Write

type ThriftHiveMetastoreMarkPartitionForEventArgs

type ThriftHiveMetastoreMarkPartitionForEventArgs struct {
	DbName    string             `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName   string             `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartVals  map[string]string  `thrift:"part_vals,3" db:"part_vals" json:"part_vals"`
	EventType PartitionEventType `thrift:"eventType,4" db:"eventType" json:"eventType"`
}

Attributes:

  • DbName
  • TblName
  • PartVals
  • EventType

func NewThriftHiveMetastoreMarkPartitionForEventArgs

func NewThriftHiveMetastoreMarkPartitionForEventArgs() *ThriftHiveMetastoreMarkPartitionForEventArgs

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetDbName

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetEventType

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetPartVals

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) GetTblName

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) Read

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField1

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField2

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField3

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) ReadField4

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) String

func (*ThriftHiveMetastoreMarkPartitionForEventArgs) Write

type ThriftHiveMetastoreMarkPartitionForEventResult

type ThriftHiveMetastoreMarkPartitionForEventResult struct {
	O1 *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *NoSuchObjectException     `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4 *UnknownTableException     `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
	O5 *UnknownPartitionException `thrift:"o5,5" db:"o5" json:"o5,omitempty"`
	O6 *InvalidPartitionException `thrift:"o6,6" db:"o6" json:"o6,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3
  • O4
  • O5
  • O6

func NewThriftHiveMetastoreMarkPartitionForEventResult

func NewThriftHiveMetastoreMarkPartitionForEventResult() *ThriftHiveMetastoreMarkPartitionForEventResult

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO1

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO2

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO3

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO4

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO5

func (*ThriftHiveMetastoreMarkPartitionForEventResult) GetO6

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO1

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO2

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO3

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO4

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO5

func (*ThriftHiveMetastoreMarkPartitionForEventResult) IsSetO6

func (*ThriftHiveMetastoreMarkPartitionForEventResult) Read

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField1

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField2

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField3

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField4

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField5

func (*ThriftHiveMetastoreMarkPartitionForEventResult) ReadField6

func (*ThriftHiveMetastoreMarkPartitionForEventResult) String

func (*ThriftHiveMetastoreMarkPartitionForEventResult) Write

type ThriftHiveMetastoreOpenTxnsArgs

type ThriftHiveMetastoreOpenTxnsArgs struct {
	Rqst *OpenTxnRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreOpenTxnsArgs

func NewThriftHiveMetastoreOpenTxnsArgs() *ThriftHiveMetastoreOpenTxnsArgs

func (*ThriftHiveMetastoreOpenTxnsArgs) GetRqst

func (*ThriftHiveMetastoreOpenTxnsArgs) IsSetRqst

func (p *ThriftHiveMetastoreOpenTxnsArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreOpenTxnsArgs) Read

func (*ThriftHiveMetastoreOpenTxnsArgs) ReadField1

func (*ThriftHiveMetastoreOpenTxnsArgs) String

func (*ThriftHiveMetastoreOpenTxnsArgs) Write

type ThriftHiveMetastoreOpenTxnsResult

type ThriftHiveMetastoreOpenTxnsResult struct {
	Success *OpenTxnsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreOpenTxnsResult

func NewThriftHiveMetastoreOpenTxnsResult() *ThriftHiveMetastoreOpenTxnsResult

func (*ThriftHiveMetastoreOpenTxnsResult) GetSuccess

func (*ThriftHiveMetastoreOpenTxnsResult) IsSetSuccess

func (p *ThriftHiveMetastoreOpenTxnsResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreOpenTxnsResult) Read

func (*ThriftHiveMetastoreOpenTxnsResult) ReadField0

func (*ThriftHiveMetastoreOpenTxnsResult) String

func (*ThriftHiveMetastoreOpenTxnsResult) Write

type ThriftHiveMetastorePartitionNameHasValidCharactersArgs

type ThriftHiveMetastorePartitionNameHasValidCharactersArgs struct {
	PartVals       []string `thrift:"part_vals,1" db:"part_vals" json:"part_vals"`
	ThrowException bool     `thrift:"throw_exception,2" db:"throw_exception" json:"throw_exception"`
}

Attributes:

  • PartVals
  • ThrowException

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetPartVals

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) GetThrowException

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) Read

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField1

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) ReadField2

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) String

func (*ThriftHiveMetastorePartitionNameHasValidCharactersArgs) Write

type ThriftHiveMetastorePartitionNameHasValidCharactersResult

type ThriftHiveMetastorePartitionNameHasValidCharactersResult struct {
	Success *bool          `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetO1

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) GetSuccess

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetO1

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) IsSetSuccess

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) Read

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField0

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) ReadField1

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) String

func (*ThriftHiveMetastorePartitionNameHasValidCharactersResult) 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 ThriftHiveMetastorePutFileMetadataArgs

type ThriftHiveMetastorePutFileMetadataArgs struct {
	Req *PutFileMetadataRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastorePutFileMetadataArgs

func NewThriftHiveMetastorePutFileMetadataArgs() *ThriftHiveMetastorePutFileMetadataArgs

func (*ThriftHiveMetastorePutFileMetadataArgs) GetReq

func (*ThriftHiveMetastorePutFileMetadataArgs) IsSetReq

func (*ThriftHiveMetastorePutFileMetadataArgs) Read

func (*ThriftHiveMetastorePutFileMetadataArgs) ReadField1

func (*ThriftHiveMetastorePutFileMetadataArgs) String

func (*ThriftHiveMetastorePutFileMetadataArgs) Write

type ThriftHiveMetastorePutFileMetadataResult

type ThriftHiveMetastorePutFileMetadataResult struct {
	Success *PutFileMetadataResult_ `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastorePutFileMetadataResult

func NewThriftHiveMetastorePutFileMetadataResult() *ThriftHiveMetastorePutFileMetadataResult

func (*ThriftHiveMetastorePutFileMetadataResult) GetSuccess

func (*ThriftHiveMetastorePutFileMetadataResult) IsSetSuccess

func (*ThriftHiveMetastorePutFileMetadataResult) Read

func (*ThriftHiveMetastorePutFileMetadataResult) ReadField0

func (*ThriftHiveMetastorePutFileMetadataResult) String

func (*ThriftHiveMetastorePutFileMetadataResult) Write

type ThriftHiveMetastoreRefreshPrivilegesArgs

type ThriftHiveMetastoreRefreshPrivilegesArgs struct {
	ObjToRefresh *HiveObjectRef               `thrift:"objToRefresh,1" db:"objToRefresh" json:"objToRefresh"`
	Authorizer   string                       `thrift:"authorizer,2" db:"authorizer" json:"authorizer"`
	GrantRequest *GrantRevokePrivilegeRequest `thrift:"grantRequest,3" db:"grantRequest" json:"grantRequest"`
}

Attributes:

  • ObjToRefresh
  • Authorizer
  • GrantRequest

func NewThriftHiveMetastoreRefreshPrivilegesArgs

func NewThriftHiveMetastoreRefreshPrivilegesArgs() *ThriftHiveMetastoreRefreshPrivilegesArgs

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) GetAuthorizer

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) GetGrantRequest

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) GetObjToRefresh

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) IsSetGrantRequest

func (p *ThriftHiveMetastoreRefreshPrivilegesArgs) IsSetGrantRequest() bool

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) IsSetObjToRefresh

func (p *ThriftHiveMetastoreRefreshPrivilegesArgs) IsSetObjToRefresh() bool

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) Read

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) ReadField1

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) ReadField2

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) ReadField3

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) String

func (*ThriftHiveMetastoreRefreshPrivilegesArgs) Write

type ThriftHiveMetastoreRefreshPrivilegesResult

type ThriftHiveMetastoreRefreshPrivilegesResult struct {
	Success *GrantRevokePrivilegeResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException                `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreRefreshPrivilegesResult

func NewThriftHiveMetastoreRefreshPrivilegesResult() *ThriftHiveMetastoreRefreshPrivilegesResult

func (*ThriftHiveMetastoreRefreshPrivilegesResult) GetO1

func (*ThriftHiveMetastoreRefreshPrivilegesResult) GetSuccess

func (*ThriftHiveMetastoreRefreshPrivilegesResult) IsSetO1

func (*ThriftHiveMetastoreRefreshPrivilegesResult) IsSetSuccess

func (*ThriftHiveMetastoreRefreshPrivilegesResult) Read

func (*ThriftHiveMetastoreRefreshPrivilegesResult) ReadField0

func (*ThriftHiveMetastoreRefreshPrivilegesResult) ReadField1

func (*ThriftHiveMetastoreRefreshPrivilegesResult) String

func (*ThriftHiveMetastoreRefreshPrivilegesResult) Write

type ThriftHiveMetastoreRemoveMasterKeyArgs

type ThriftHiveMetastoreRemoveMasterKeyArgs struct {
	KeySeq int32 `thrift:"key_seq,1" db:"key_seq" json:"key_seq"`
}

Attributes:

  • KeySeq

func NewThriftHiveMetastoreRemoveMasterKeyArgs

func NewThriftHiveMetastoreRemoveMasterKeyArgs() *ThriftHiveMetastoreRemoveMasterKeyArgs

func (*ThriftHiveMetastoreRemoveMasterKeyArgs) GetKeySeq

func (*ThriftHiveMetastoreRemoveMasterKeyArgs) Read

func (*ThriftHiveMetastoreRemoveMasterKeyArgs) ReadField1

func (*ThriftHiveMetastoreRemoveMasterKeyArgs) String

func (*ThriftHiveMetastoreRemoveMasterKeyArgs) Write

type ThriftHiveMetastoreRemoveMasterKeyResult

type ThriftHiveMetastoreRemoveMasterKeyResult struct {
	Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreRemoveMasterKeyResult

func NewThriftHiveMetastoreRemoveMasterKeyResult() *ThriftHiveMetastoreRemoveMasterKeyResult

func (*ThriftHiveMetastoreRemoveMasterKeyResult) GetSuccess

func (*ThriftHiveMetastoreRemoveMasterKeyResult) IsSetSuccess

func (*ThriftHiveMetastoreRemoveMasterKeyResult) Read

func (*ThriftHiveMetastoreRemoveMasterKeyResult) ReadField0

func (*ThriftHiveMetastoreRemoveMasterKeyResult) String

func (*ThriftHiveMetastoreRemoveMasterKeyResult) Write

type ThriftHiveMetastoreRemoveTokenArgs

type ThriftHiveMetastoreRemoveTokenArgs struct {
	TokenIdentifier string `thrift:"token_identifier,1" db:"token_identifier" json:"token_identifier"`
}

Attributes:

  • TokenIdentifier

func NewThriftHiveMetastoreRemoveTokenArgs

func NewThriftHiveMetastoreRemoveTokenArgs() *ThriftHiveMetastoreRemoveTokenArgs

func (*ThriftHiveMetastoreRemoveTokenArgs) GetTokenIdentifier

func (p *ThriftHiveMetastoreRemoveTokenArgs) GetTokenIdentifier() string

func (*ThriftHiveMetastoreRemoveTokenArgs) Read

func (*ThriftHiveMetastoreRemoveTokenArgs) ReadField1

func (*ThriftHiveMetastoreRemoveTokenArgs) String

func (*ThriftHiveMetastoreRemoveTokenArgs) Write

type ThriftHiveMetastoreRemoveTokenResult

type ThriftHiveMetastoreRemoveTokenResult struct {
	Success *bool `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreRemoveTokenResult

func NewThriftHiveMetastoreRemoveTokenResult() *ThriftHiveMetastoreRemoveTokenResult

func (*ThriftHiveMetastoreRemoveTokenResult) GetSuccess

func (*ThriftHiveMetastoreRemoveTokenResult) IsSetSuccess

func (p *ThriftHiveMetastoreRemoveTokenResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreRemoveTokenResult) Read

func (*ThriftHiveMetastoreRemoveTokenResult) ReadField0

func (*ThriftHiveMetastoreRemoveTokenResult) String

func (*ThriftHiveMetastoreRemoveTokenResult) Write

type ThriftHiveMetastoreRenamePartitionArgs

type ThriftHiveMetastoreRenamePartitionArgs struct {
	DbName   string     `thrift:"db_name,1" db:"db_name" json:"db_name"`
	TblName  string     `thrift:"tbl_name,2" db:"tbl_name" json:"tbl_name"`
	PartVals []string   `thrift:"part_vals,3" db:"part_vals" json:"part_vals"`
	NewPart_ *Partition `thrift:"new_part,4" db:"new_part" json:"new_part"`
}

Attributes:

  • DbName
  • TblName
  • PartVals
  • NewPart_

func NewThriftHiveMetastoreRenamePartitionArgs

func NewThriftHiveMetastoreRenamePartitionArgs() *ThriftHiveMetastoreRenamePartitionArgs

func (*ThriftHiveMetastoreRenamePartitionArgs) GetDbName

func (*ThriftHiveMetastoreRenamePartitionArgs) GetNewPart_

func (*ThriftHiveMetastoreRenamePartitionArgs) GetPartVals

func (*ThriftHiveMetastoreRenamePartitionArgs) GetTblName

func (*ThriftHiveMetastoreRenamePartitionArgs) IsSetNewPart_

func (p *ThriftHiveMetastoreRenamePartitionArgs) IsSetNewPart_() bool

func (*ThriftHiveMetastoreRenamePartitionArgs) Read

func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField1

func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField2

func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField3

func (*ThriftHiveMetastoreRenamePartitionArgs) ReadField4

func (*ThriftHiveMetastoreRenamePartitionArgs) String

func (*ThriftHiveMetastoreRenamePartitionArgs) Write

type ThriftHiveMetastoreRenamePartitionReqArgs

type ThriftHiveMetastoreRenamePartitionReqArgs struct {
	Req *RenamePartitionRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreRenamePartitionReqArgs

func NewThriftHiveMetastoreRenamePartitionReqArgs() *ThriftHiveMetastoreRenamePartitionReqArgs

func (*ThriftHiveMetastoreRenamePartitionReqArgs) GetReq

func (*ThriftHiveMetastoreRenamePartitionReqArgs) IsSetReq

func (*ThriftHiveMetastoreRenamePartitionReqArgs) Read

func (*ThriftHiveMetastoreRenamePartitionReqArgs) ReadField1

func (*ThriftHiveMetastoreRenamePartitionReqArgs) String

func (*ThriftHiveMetastoreRenamePartitionReqArgs) Write

type ThriftHiveMetastoreRenamePartitionReqResult

type ThriftHiveMetastoreRenamePartitionReqResult struct {
	Success *RenamePartitionResponse   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreRenamePartitionReqResult

func NewThriftHiveMetastoreRenamePartitionReqResult() *ThriftHiveMetastoreRenamePartitionReqResult

func (*ThriftHiveMetastoreRenamePartitionReqResult) GetO1

func (*ThriftHiveMetastoreRenamePartitionReqResult) GetO2

func (*ThriftHiveMetastoreRenamePartitionReqResult) GetSuccess

func (*ThriftHiveMetastoreRenamePartitionReqResult) IsSetO1

func (*ThriftHiveMetastoreRenamePartitionReqResult) IsSetO2

func (*ThriftHiveMetastoreRenamePartitionReqResult) IsSetSuccess

func (*ThriftHiveMetastoreRenamePartitionReqResult) Read

func (*ThriftHiveMetastoreRenamePartitionReqResult) ReadField0

func (*ThriftHiveMetastoreRenamePartitionReqResult) ReadField1

func (*ThriftHiveMetastoreRenamePartitionReqResult) ReadField2

func (*ThriftHiveMetastoreRenamePartitionReqResult) String

func (*ThriftHiveMetastoreRenamePartitionReqResult) Write

type ThriftHiveMetastoreRenamePartitionResult

type ThriftHiveMetastoreRenamePartitionResult struct {
	O1 *InvalidOperationException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException             `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreRenamePartitionResult

func NewThriftHiveMetastoreRenamePartitionResult() *ThriftHiveMetastoreRenamePartitionResult

func (*ThriftHiveMetastoreRenamePartitionResult) GetO1

func (*ThriftHiveMetastoreRenamePartitionResult) GetO2

func (*ThriftHiveMetastoreRenamePartitionResult) IsSetO1

func (*ThriftHiveMetastoreRenamePartitionResult) IsSetO2

func (*ThriftHiveMetastoreRenamePartitionResult) Read

func (*ThriftHiveMetastoreRenamePartitionResult) ReadField1

func (*ThriftHiveMetastoreRenamePartitionResult) ReadField2

func (*ThriftHiveMetastoreRenamePartitionResult) String

func (*ThriftHiveMetastoreRenamePartitionResult) Write

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 ThriftHiveMetastoreReplTblWriteidStateArgs

type ThriftHiveMetastoreReplTblWriteidStateArgs struct {
	Rqst *ReplTblWriteIdStateRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreReplTblWriteidStateArgs

func NewThriftHiveMetastoreReplTblWriteidStateArgs() *ThriftHiveMetastoreReplTblWriteidStateArgs

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) GetRqst

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) IsSetRqst

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) Read

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) ReadField1

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) String

func (*ThriftHiveMetastoreReplTblWriteidStateArgs) Write

type ThriftHiveMetastoreReplTblWriteidStateResult

type ThriftHiveMetastoreReplTblWriteidStateResult struct {
}

func NewThriftHiveMetastoreReplTblWriteidStateResult

func NewThriftHiveMetastoreReplTblWriteidStateResult() *ThriftHiveMetastoreReplTblWriteidStateResult

func (*ThriftHiveMetastoreReplTblWriteidStateResult) Read

func (*ThriftHiveMetastoreReplTblWriteidStateResult) String

func (*ThriftHiveMetastoreReplTblWriteidStateResult) 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 ThriftHiveMetastoreScheduledQueryMaintenanceArgs

type ThriftHiveMetastoreScheduledQueryMaintenanceArgs struct {
	Request *ScheduledQueryMaintenanceRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreScheduledQueryMaintenanceArgs

func NewThriftHiveMetastoreScheduledQueryMaintenanceArgs() *ThriftHiveMetastoreScheduledQueryMaintenanceArgs

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) GetRequest

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) IsSetRequest

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) Read

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) ReadField1

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) String

func (*ThriftHiveMetastoreScheduledQueryMaintenanceArgs) Write

type ThriftHiveMetastoreScheduledQueryMaintenanceResult

type ThriftHiveMetastoreScheduledQueryMaintenanceResult struct {
	O1 *MetaException          `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *NoSuchObjectException  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *AlreadyExistsException `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4 *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreScheduledQueryMaintenanceResult

func NewThriftHiveMetastoreScheduledQueryMaintenanceResult() *ThriftHiveMetastoreScheduledQueryMaintenanceResult

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) GetO1

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) GetO2

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) GetO3

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) GetO4

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) IsSetO1

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) IsSetO2

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) IsSetO3

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) IsSetO4

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) Read

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) ReadField1

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) ReadField2

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) ReadField3

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) ReadField4

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) String

func (*ThriftHiveMetastoreScheduledQueryMaintenanceResult) Write

type ThriftHiveMetastoreScheduledQueryPollArgs

type ThriftHiveMetastoreScheduledQueryPollArgs struct {
	Request *ScheduledQueryPollRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreScheduledQueryPollArgs

func NewThriftHiveMetastoreScheduledQueryPollArgs() *ThriftHiveMetastoreScheduledQueryPollArgs

func (*ThriftHiveMetastoreScheduledQueryPollArgs) GetRequest

func (*ThriftHiveMetastoreScheduledQueryPollArgs) IsSetRequest

func (*ThriftHiveMetastoreScheduledQueryPollArgs) Read

func (*ThriftHiveMetastoreScheduledQueryPollArgs) ReadField1

func (*ThriftHiveMetastoreScheduledQueryPollArgs) String

func (*ThriftHiveMetastoreScheduledQueryPollArgs) Write

type ThriftHiveMetastoreScheduledQueryPollResult

type ThriftHiveMetastoreScheduledQueryPollResult struct {
	Success *ScheduledQueryPollResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException              `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreScheduledQueryPollResult

func NewThriftHiveMetastoreScheduledQueryPollResult() *ThriftHiveMetastoreScheduledQueryPollResult

func (*ThriftHiveMetastoreScheduledQueryPollResult) GetO1

func (*ThriftHiveMetastoreScheduledQueryPollResult) GetSuccess

func (*ThriftHiveMetastoreScheduledQueryPollResult) IsSetO1

func (*ThriftHiveMetastoreScheduledQueryPollResult) IsSetSuccess

func (*ThriftHiveMetastoreScheduledQueryPollResult) Read

func (*ThriftHiveMetastoreScheduledQueryPollResult) ReadField0

func (*ThriftHiveMetastoreScheduledQueryPollResult) ReadField1

func (*ThriftHiveMetastoreScheduledQueryPollResult) String

func (*ThriftHiveMetastoreScheduledQueryPollResult) Write

type ThriftHiveMetastoreScheduledQueryProgressArgs

type ThriftHiveMetastoreScheduledQueryProgressArgs struct {
	Info *ScheduledQueryProgressInfo `thrift:"info,1" db:"info" json:"info"`
}

Attributes:

  • Info

func NewThriftHiveMetastoreScheduledQueryProgressArgs

func NewThriftHiveMetastoreScheduledQueryProgressArgs() *ThriftHiveMetastoreScheduledQueryProgressArgs

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) GetInfo

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) IsSetInfo

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) Read

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) ReadField1

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) String

func (*ThriftHiveMetastoreScheduledQueryProgressArgs) Write

type ThriftHiveMetastoreScheduledQueryProgressResult

type ThriftHiveMetastoreScheduledQueryProgressResult struct {
	O1 *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreScheduledQueryProgressResult

func NewThriftHiveMetastoreScheduledQueryProgressResult() *ThriftHiveMetastoreScheduledQueryProgressResult

func (*ThriftHiveMetastoreScheduledQueryProgressResult) GetO1

func (*ThriftHiveMetastoreScheduledQueryProgressResult) GetO2

func (*ThriftHiveMetastoreScheduledQueryProgressResult) IsSetO1

func (*ThriftHiveMetastoreScheduledQueryProgressResult) IsSetO2

func (*ThriftHiveMetastoreScheduledQueryProgressResult) Read

func (*ThriftHiveMetastoreScheduledQueryProgressResult) ReadField1

func (*ThriftHiveMetastoreScheduledQueryProgressResult) ReadField2

func (*ThriftHiveMetastoreScheduledQueryProgressResult) String

func (*ThriftHiveMetastoreScheduledQueryProgressResult) Write

type ThriftHiveMetastoreSeedTxnIDArgs

type ThriftHiveMetastoreSeedTxnIDArgs struct {
	Rqst *SeedTxnIdRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreSeedTxnIDArgs

func NewThriftHiveMetastoreSeedTxnIDArgs() *ThriftHiveMetastoreSeedTxnIDArgs

func (*ThriftHiveMetastoreSeedTxnIDArgs) GetRqst

func (*ThriftHiveMetastoreSeedTxnIDArgs) IsSetRqst

func (p *ThriftHiveMetastoreSeedTxnIDArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreSeedTxnIDArgs) Read

func (*ThriftHiveMetastoreSeedTxnIDArgs) ReadField1

func (*ThriftHiveMetastoreSeedTxnIDArgs) String

func (*ThriftHiveMetastoreSeedTxnIDArgs) Write

type ThriftHiveMetastoreSeedTxnIDResult

type ThriftHiveMetastoreSeedTxnIDResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreSeedTxnIDResult

func NewThriftHiveMetastoreSeedTxnIDResult() *ThriftHiveMetastoreSeedTxnIDResult

func (*ThriftHiveMetastoreSeedTxnIDResult) GetO1

func (*ThriftHiveMetastoreSeedTxnIDResult) IsSetO1

func (*ThriftHiveMetastoreSeedTxnIDResult) Read

func (*ThriftHiveMetastoreSeedTxnIDResult) ReadField1

func (*ThriftHiveMetastoreSeedTxnIDResult) String

func (*ThriftHiveMetastoreSeedTxnIDResult) Write

type ThriftHiveMetastoreSeedWriteIDArgs

type ThriftHiveMetastoreSeedWriteIDArgs struct {
	Rqst *SeedTableWriteIdsRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreSeedWriteIDArgs

func NewThriftHiveMetastoreSeedWriteIDArgs() *ThriftHiveMetastoreSeedWriteIDArgs

func (*ThriftHiveMetastoreSeedWriteIDArgs) GetRqst

func (*ThriftHiveMetastoreSeedWriteIDArgs) IsSetRqst

func (*ThriftHiveMetastoreSeedWriteIDArgs) Read

func (*ThriftHiveMetastoreSeedWriteIDArgs) ReadField1

func (*ThriftHiveMetastoreSeedWriteIDArgs) String

func (*ThriftHiveMetastoreSeedWriteIDArgs) Write

type ThriftHiveMetastoreSeedWriteIDResult

type ThriftHiveMetastoreSeedWriteIDResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreSeedWriteIDResult

func NewThriftHiveMetastoreSeedWriteIDResult() *ThriftHiveMetastoreSeedWriteIDResult

func (*ThriftHiveMetastoreSeedWriteIDResult) GetO1

func (*ThriftHiveMetastoreSeedWriteIDResult) IsSetO1

func (*ThriftHiveMetastoreSeedWriteIDResult) Read

func (*ThriftHiveMetastoreSeedWriteIDResult) ReadField1

func (*ThriftHiveMetastoreSeedWriteIDResult) String

func (*ThriftHiveMetastoreSeedWriteIDResult) Write

type ThriftHiveMetastoreSetAggrStatsForArgs

type ThriftHiveMetastoreSetAggrStatsForArgs struct {
	Request *SetPartitionsStatsRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreSetAggrStatsForArgs

func NewThriftHiveMetastoreSetAggrStatsForArgs() *ThriftHiveMetastoreSetAggrStatsForArgs

func (*ThriftHiveMetastoreSetAggrStatsForArgs) GetRequest

func (*ThriftHiveMetastoreSetAggrStatsForArgs) IsSetRequest

func (p *ThriftHiveMetastoreSetAggrStatsForArgs) IsSetRequest() bool

func (*ThriftHiveMetastoreSetAggrStatsForArgs) Read

func (*ThriftHiveMetastoreSetAggrStatsForArgs) ReadField1

func (*ThriftHiveMetastoreSetAggrStatsForArgs) String

func (*ThriftHiveMetastoreSetAggrStatsForArgs) Write

type ThriftHiveMetastoreSetAggrStatsForResult

type ThriftHiveMetastoreSetAggrStatsForResult struct {
	Success *bool                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreSetAggrStatsForResult

func NewThriftHiveMetastoreSetAggrStatsForResult() *ThriftHiveMetastoreSetAggrStatsForResult

func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO1

func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO2

func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO3

func (*ThriftHiveMetastoreSetAggrStatsForResult) GetO4

func (*ThriftHiveMetastoreSetAggrStatsForResult) GetSuccess

func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO1

func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO2

func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO3

func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetO4

func (*ThriftHiveMetastoreSetAggrStatsForResult) IsSetSuccess

func (*ThriftHiveMetastoreSetAggrStatsForResult) Read

func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField0

func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField1

func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField2

func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField3

func (*ThriftHiveMetastoreSetAggrStatsForResult) ReadField4

func (*ThriftHiveMetastoreSetAggrStatsForResult) String

func (*ThriftHiveMetastoreSetAggrStatsForResult) Write

type ThriftHiveMetastoreSetHadoopJobidArgs

type ThriftHiveMetastoreSetHadoopJobidArgs struct {
	JobId string `thrift:"jobId,1" db:"jobId" json:"jobId"`
	CqID  int64  `thrift:"cq_id,2" db:"cq_id" json:"cq_id"`
}

Attributes:

  • JobId
  • CqID

func NewThriftHiveMetastoreSetHadoopJobidArgs

func NewThriftHiveMetastoreSetHadoopJobidArgs() *ThriftHiveMetastoreSetHadoopJobidArgs

func (*ThriftHiveMetastoreSetHadoopJobidArgs) GetCqID

func (*ThriftHiveMetastoreSetHadoopJobidArgs) GetJobId

func (*ThriftHiveMetastoreSetHadoopJobidArgs) Read

func (*ThriftHiveMetastoreSetHadoopJobidArgs) ReadField1

func (*ThriftHiveMetastoreSetHadoopJobidArgs) ReadField2

func (*ThriftHiveMetastoreSetHadoopJobidArgs) String

func (*ThriftHiveMetastoreSetHadoopJobidArgs) Write

type ThriftHiveMetastoreSetHadoopJobidResult

type ThriftHiveMetastoreSetHadoopJobidResult struct {
}

func NewThriftHiveMetastoreSetHadoopJobidResult

func NewThriftHiveMetastoreSetHadoopJobidResult() *ThriftHiveMetastoreSetHadoopJobidResult

func (*ThriftHiveMetastoreSetHadoopJobidResult) Read

func (*ThriftHiveMetastoreSetHadoopJobidResult) String

func (*ThriftHiveMetastoreSetHadoopJobidResult) Write

type ThriftHiveMetastoreSetMetaConfArgs

type ThriftHiveMetastoreSetMetaConfArgs struct {
	Key   string `thrift:"key,1" db:"key" json:"key"`
	Value string `thrift:"value,2" db:"value" json:"value"`
}

Attributes:

  • Key
  • Value

func NewThriftHiveMetastoreSetMetaConfArgs

func NewThriftHiveMetastoreSetMetaConfArgs() *ThriftHiveMetastoreSetMetaConfArgs

func (*ThriftHiveMetastoreSetMetaConfArgs) GetKey

func (*ThriftHiveMetastoreSetMetaConfArgs) GetValue

func (*ThriftHiveMetastoreSetMetaConfArgs) Read

func (*ThriftHiveMetastoreSetMetaConfArgs) ReadField1

func (*ThriftHiveMetastoreSetMetaConfArgs) ReadField2

func (*ThriftHiveMetastoreSetMetaConfArgs) String

func (*ThriftHiveMetastoreSetMetaConfArgs) Write

type ThriftHiveMetastoreSetMetaConfResult

type ThriftHiveMetastoreSetMetaConfResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreSetMetaConfResult

func NewThriftHiveMetastoreSetMetaConfResult() *ThriftHiveMetastoreSetMetaConfResult

func (*ThriftHiveMetastoreSetMetaConfResult) GetO1

func (*ThriftHiveMetastoreSetMetaConfResult) IsSetO1

func (*ThriftHiveMetastoreSetMetaConfResult) Read

func (*ThriftHiveMetastoreSetMetaConfResult) ReadField1

func (*ThriftHiveMetastoreSetMetaConfResult) String

func (*ThriftHiveMetastoreSetMetaConfResult) Write

type ThriftHiveMetastoreSetSchemaVersionStateArgs

type ThriftHiveMetastoreSetSchemaVersionStateArgs struct {
	Rqst *SetSchemaVersionStateRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreSetSchemaVersionStateArgs

func NewThriftHiveMetastoreSetSchemaVersionStateArgs() *ThriftHiveMetastoreSetSchemaVersionStateArgs

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) GetRqst

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) IsSetRqst

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) Read

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) ReadField1

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) String

func (*ThriftHiveMetastoreSetSchemaVersionStateArgs) Write

type ThriftHiveMetastoreSetSchemaVersionStateResult

type ThriftHiveMetastoreSetSchemaVersionStateResult 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 NewThriftHiveMetastoreSetSchemaVersionStateResult

func NewThriftHiveMetastoreSetSchemaVersionStateResult() *ThriftHiveMetastoreSetSchemaVersionStateResult

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) GetO1

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) GetO2

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) GetO3

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) IsSetO1

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) IsSetO2

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) IsSetO3

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) Read

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) ReadField1

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) ReadField2

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) ReadField3

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) String

func (*ThriftHiveMetastoreSetSchemaVersionStateResult) Write

type ThriftHiveMetastoreSetUgiArgs

type ThriftHiveMetastoreSetUgiArgs struct {
	UserName   string   `thrift:"user_name,1" db:"user_name" json:"user_name"`
	GroupNames []string `thrift:"group_names,2" db:"group_names" json:"group_names"`
}

Attributes:

  • UserName
  • GroupNames

func NewThriftHiveMetastoreSetUgiArgs

func NewThriftHiveMetastoreSetUgiArgs() *ThriftHiveMetastoreSetUgiArgs

func (*ThriftHiveMetastoreSetUgiArgs) GetGroupNames

func (p *ThriftHiveMetastoreSetUgiArgs) GetGroupNames() []string

func (*ThriftHiveMetastoreSetUgiArgs) GetUserName

func (p *ThriftHiveMetastoreSetUgiArgs) GetUserName() string

func (*ThriftHiveMetastoreSetUgiArgs) Read

func (*ThriftHiveMetastoreSetUgiArgs) ReadField1

func (*ThriftHiveMetastoreSetUgiArgs) ReadField2

func (*ThriftHiveMetastoreSetUgiArgs) String

func (*ThriftHiveMetastoreSetUgiArgs) Write

type ThriftHiveMetastoreSetUgiResult

type ThriftHiveMetastoreSetUgiResult struct {
	Success []string       `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreSetUgiResult

func NewThriftHiveMetastoreSetUgiResult() *ThriftHiveMetastoreSetUgiResult

func (*ThriftHiveMetastoreSetUgiResult) GetO1

func (*ThriftHiveMetastoreSetUgiResult) GetSuccess

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

func (*ThriftHiveMetastoreSetUgiResult) IsSetO1

func (*ThriftHiveMetastoreSetUgiResult) IsSetSuccess

func (p *ThriftHiveMetastoreSetUgiResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreSetUgiResult) Read

func (*ThriftHiveMetastoreSetUgiResult) ReadField0

func (*ThriftHiveMetastoreSetUgiResult) ReadField1

func (*ThriftHiveMetastoreSetUgiResult) String

func (*ThriftHiveMetastoreSetUgiResult) Write

type ThriftHiveMetastoreShowCompactArgs

type ThriftHiveMetastoreShowCompactArgs struct {
	Rqst *ShowCompactRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreShowCompactArgs

func NewThriftHiveMetastoreShowCompactArgs() *ThriftHiveMetastoreShowCompactArgs

func (*ThriftHiveMetastoreShowCompactArgs) GetRqst

func (*ThriftHiveMetastoreShowCompactArgs) IsSetRqst

func (*ThriftHiveMetastoreShowCompactArgs) Read

func (*ThriftHiveMetastoreShowCompactArgs) ReadField1

func (*ThriftHiveMetastoreShowCompactArgs) String

func (*ThriftHiveMetastoreShowCompactArgs) Write

type ThriftHiveMetastoreShowCompactResult

type ThriftHiveMetastoreShowCompactResult struct {
	Success *ShowCompactResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreShowCompactResult

func NewThriftHiveMetastoreShowCompactResult() *ThriftHiveMetastoreShowCompactResult

func (*ThriftHiveMetastoreShowCompactResult) GetSuccess

func (*ThriftHiveMetastoreShowCompactResult) IsSetSuccess

func (p *ThriftHiveMetastoreShowCompactResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreShowCompactResult) Read

func (*ThriftHiveMetastoreShowCompactResult) ReadField0

func (*ThriftHiveMetastoreShowCompactResult) String

func (*ThriftHiveMetastoreShowCompactResult) Write

type ThriftHiveMetastoreShowLocksArgs

type ThriftHiveMetastoreShowLocksArgs struct {
	Rqst *ShowLocksRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreShowLocksArgs

func NewThriftHiveMetastoreShowLocksArgs() *ThriftHiveMetastoreShowLocksArgs

func (*ThriftHiveMetastoreShowLocksArgs) GetRqst

func (*ThriftHiveMetastoreShowLocksArgs) IsSetRqst

func (p *ThriftHiveMetastoreShowLocksArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreShowLocksArgs) Read

func (*ThriftHiveMetastoreShowLocksArgs) ReadField1

func (*ThriftHiveMetastoreShowLocksArgs) String

func (*ThriftHiveMetastoreShowLocksArgs) Write

type ThriftHiveMetastoreShowLocksResult

type ThriftHiveMetastoreShowLocksResult struct {
	Success *ShowLocksResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewThriftHiveMetastoreShowLocksResult

func NewThriftHiveMetastoreShowLocksResult() *ThriftHiveMetastoreShowLocksResult

func (*ThriftHiveMetastoreShowLocksResult) GetSuccess

func (*ThriftHiveMetastoreShowLocksResult) IsSetSuccess

func (p *ThriftHiveMetastoreShowLocksResult) IsSetSuccess() bool

func (*ThriftHiveMetastoreShowLocksResult) Read

func (*ThriftHiveMetastoreShowLocksResult) ReadField0

func (*ThriftHiveMetastoreShowLocksResult) String

func (*ThriftHiveMetastoreShowLocksResult) Write

type ThriftHiveMetastoreTruncateTableArgs

type ThriftHiveMetastoreTruncateTableArgs struct {
	DbName    string   `thrift:"dbName,1" db:"dbName" json:"dbName"`
	TableName string   `thrift:"tableName,2" db:"tableName" json:"tableName"`
	PartNames []string `thrift:"partNames,3" db:"partNames" json:"partNames"`
}

Attributes:

  • DbName
  • TableName
  • PartNames

func NewThriftHiveMetastoreTruncateTableArgs

func NewThriftHiveMetastoreTruncateTableArgs() *ThriftHiveMetastoreTruncateTableArgs

func (*ThriftHiveMetastoreTruncateTableArgs) GetDbName

func (*ThriftHiveMetastoreTruncateTableArgs) GetPartNames

func (p *ThriftHiveMetastoreTruncateTableArgs) GetPartNames() []string

func (*ThriftHiveMetastoreTruncateTableArgs) GetTableName

func (p *ThriftHiveMetastoreTruncateTableArgs) GetTableName() string

func (*ThriftHiveMetastoreTruncateTableArgs) Read

func (*ThriftHiveMetastoreTruncateTableArgs) ReadField1

func (*ThriftHiveMetastoreTruncateTableArgs) ReadField2

func (*ThriftHiveMetastoreTruncateTableArgs) ReadField3

func (*ThriftHiveMetastoreTruncateTableArgs) String

func (*ThriftHiveMetastoreTruncateTableArgs) Write

type ThriftHiveMetastoreTruncateTableReqArgs

type ThriftHiveMetastoreTruncateTableReqArgs struct {
	Req *TruncateTableRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreTruncateTableReqArgs

func NewThriftHiveMetastoreTruncateTableReqArgs() *ThriftHiveMetastoreTruncateTableReqArgs

func (*ThriftHiveMetastoreTruncateTableReqArgs) GetReq

func (*ThriftHiveMetastoreTruncateTableReqArgs) IsSetReq

func (*ThriftHiveMetastoreTruncateTableReqArgs) Read

func (*ThriftHiveMetastoreTruncateTableReqArgs) ReadField1

func (*ThriftHiveMetastoreTruncateTableReqArgs) String

func (*ThriftHiveMetastoreTruncateTableReqArgs) Write

type ThriftHiveMetastoreTruncateTableReqResult

type ThriftHiveMetastoreTruncateTableReqResult struct {
	Success *TruncateTableResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *MetaException         `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • Success
  • O1

func NewThriftHiveMetastoreTruncateTableReqResult

func NewThriftHiveMetastoreTruncateTableReqResult() *ThriftHiveMetastoreTruncateTableReqResult

func (*ThriftHiveMetastoreTruncateTableReqResult) GetO1

func (*ThriftHiveMetastoreTruncateTableReqResult) GetSuccess

func (*ThriftHiveMetastoreTruncateTableReqResult) IsSetO1

func (*ThriftHiveMetastoreTruncateTableReqResult) IsSetSuccess

func (*ThriftHiveMetastoreTruncateTableReqResult) Read

func (*ThriftHiveMetastoreTruncateTableReqResult) ReadField0

func (*ThriftHiveMetastoreTruncateTableReqResult) ReadField1

func (*ThriftHiveMetastoreTruncateTableReqResult) String

func (*ThriftHiveMetastoreTruncateTableReqResult) Write

type ThriftHiveMetastoreTruncateTableResult

type ThriftHiveMetastoreTruncateTableResult struct {
	O1 *MetaException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
}

Attributes:

  • O1

func NewThriftHiveMetastoreTruncateTableResult

func NewThriftHiveMetastoreTruncateTableResult() *ThriftHiveMetastoreTruncateTableResult

func (*ThriftHiveMetastoreTruncateTableResult) GetO1

func (*ThriftHiveMetastoreTruncateTableResult) IsSetO1

func (*ThriftHiveMetastoreTruncateTableResult) Read

func (*ThriftHiveMetastoreTruncateTableResult) ReadField1

func (*ThriftHiveMetastoreTruncateTableResult) String

func (*ThriftHiveMetastoreTruncateTableResult) Write

type ThriftHiveMetastoreUnlockArgs

type ThriftHiveMetastoreUnlockArgs struct {
	Rqst *UnlockRequest `thrift:"rqst,1" db:"rqst" json:"rqst"`
}

Attributes:

  • Rqst

func NewThriftHiveMetastoreUnlockArgs

func NewThriftHiveMetastoreUnlockArgs() *ThriftHiveMetastoreUnlockArgs

func (*ThriftHiveMetastoreUnlockArgs) GetRqst

func (*ThriftHiveMetastoreUnlockArgs) IsSetRqst

func (p *ThriftHiveMetastoreUnlockArgs) IsSetRqst() bool

func (*ThriftHiveMetastoreUnlockArgs) Read

func (*ThriftHiveMetastoreUnlockArgs) ReadField1

func (*ThriftHiveMetastoreUnlockArgs) String

func (*ThriftHiveMetastoreUnlockArgs) Write

type ThriftHiveMetastoreUnlockResult

type ThriftHiveMetastoreUnlockResult struct {
	O1 *NoSuchLockException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *TxnOpenException    `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreUnlockResult

func NewThriftHiveMetastoreUnlockResult() *ThriftHiveMetastoreUnlockResult

func (*ThriftHiveMetastoreUnlockResult) GetO1

func (*ThriftHiveMetastoreUnlockResult) GetO2

func (*ThriftHiveMetastoreUnlockResult) IsSetO1

func (*ThriftHiveMetastoreUnlockResult) IsSetO2

func (*ThriftHiveMetastoreUnlockResult) Read

func (*ThriftHiveMetastoreUnlockResult) ReadField1

func (*ThriftHiveMetastoreUnlockResult) ReadField2

func (*ThriftHiveMetastoreUnlockResult) String

func (*ThriftHiveMetastoreUnlockResult) Write

type ThriftHiveMetastoreUpdateCompactorStateArgs

type ThriftHiveMetastoreUpdateCompactorStateArgs struct {
	Cr    *CompactionInfoStruct `thrift:"cr,1" db:"cr" json:"cr"`
	TxnID int64                 `thrift:"txn_id,2" db:"txn_id" json:"txn_id"`
}

Attributes:

  • Cr
  • TxnID

func NewThriftHiveMetastoreUpdateCompactorStateArgs

func NewThriftHiveMetastoreUpdateCompactorStateArgs() *ThriftHiveMetastoreUpdateCompactorStateArgs

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) GetCr

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) GetTxnID

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) IsSetCr

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) Read

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) ReadField1

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) ReadField2

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) String

func (*ThriftHiveMetastoreUpdateCompactorStateArgs) Write

type ThriftHiveMetastoreUpdateCompactorStateResult

type ThriftHiveMetastoreUpdateCompactorStateResult struct {
}

func NewThriftHiveMetastoreUpdateCompactorStateResult

func NewThriftHiveMetastoreUpdateCompactorStateResult() *ThriftHiveMetastoreUpdateCompactorStateResult

func (*ThriftHiveMetastoreUpdateCompactorStateResult) Read

func (*ThriftHiveMetastoreUpdateCompactorStateResult) String

func (*ThriftHiveMetastoreUpdateCompactorStateResult) Write

type ThriftHiveMetastoreUpdateCreationMetadataArgs

type ThriftHiveMetastoreUpdateCreationMetadataArgs struct {
	CatName          string            `thrift:"catName,1" db:"catName" json:"catName"`
	Dbname           string            `thrift:"dbname,2" db:"dbname" json:"dbname"`
	TblName          string            `thrift:"tbl_name,3" db:"tbl_name" json:"tbl_name"`
	CreationMetadata *CreationMetadata `thrift:"creation_metadata,4" db:"creation_metadata" json:"creation_metadata"`
}

Attributes:

  • CatName
  • Dbname
  • TblName
  • CreationMetadata

func NewThriftHiveMetastoreUpdateCreationMetadataArgs

func NewThriftHiveMetastoreUpdateCreationMetadataArgs() *ThriftHiveMetastoreUpdateCreationMetadataArgs

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) GetCatName

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) GetCreationMetadata

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) GetDbname

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) GetTblName

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) IsSetCreationMetadata

func (p *ThriftHiveMetastoreUpdateCreationMetadataArgs) IsSetCreationMetadata() bool

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) Read

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) ReadField1

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) ReadField2

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) ReadField3

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) ReadField4

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) String

func (*ThriftHiveMetastoreUpdateCreationMetadataArgs) Write

type ThriftHiveMetastoreUpdateCreationMetadataResult

type ThriftHiveMetastoreUpdateCreationMetadataResult struct {
	O1 *MetaException             `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *InvalidOperationException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3 *UnknownDBException        `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
}

Attributes:

  • O1
  • O2
  • O3

func NewThriftHiveMetastoreUpdateCreationMetadataResult

func NewThriftHiveMetastoreUpdateCreationMetadataResult() *ThriftHiveMetastoreUpdateCreationMetadataResult

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) GetO1

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) GetO2

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) GetO3

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) IsSetO1

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) IsSetO2

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) IsSetO3

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) Read

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) ReadField1

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) ReadField2

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) ReadField3

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) String

func (*ThriftHiveMetastoreUpdateCreationMetadataResult) Write

type ThriftHiveMetastoreUpdateMasterKeyArgs

type ThriftHiveMetastoreUpdateMasterKeyArgs struct {
	SeqNumber int32  `thrift:"seq_number,1" db:"seq_number" json:"seq_number"`
	Key       string `thrift:"key,2" db:"key" json:"key"`
}

Attributes:

  • SeqNumber
  • Key

func NewThriftHiveMetastoreUpdateMasterKeyArgs

func NewThriftHiveMetastoreUpdateMasterKeyArgs() *ThriftHiveMetastoreUpdateMasterKeyArgs

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) GetKey

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) GetSeqNumber

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) Read

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField1

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) ReadField2

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) String

func (*ThriftHiveMetastoreUpdateMasterKeyArgs) Write

type ThriftHiveMetastoreUpdateMasterKeyResult

type ThriftHiveMetastoreUpdateMasterKeyResult struct {
	O1 *NoSuchObjectException `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2 *MetaException         `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • O1
  • O2

func NewThriftHiveMetastoreUpdateMasterKeyResult

func NewThriftHiveMetastoreUpdateMasterKeyResult() *ThriftHiveMetastoreUpdateMasterKeyResult

func (*ThriftHiveMetastoreUpdateMasterKeyResult) GetO1

func (*ThriftHiveMetastoreUpdateMasterKeyResult) GetO2

func (*ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO1

func (*ThriftHiveMetastoreUpdateMasterKeyResult) IsSetO2

func (*ThriftHiveMetastoreUpdateMasterKeyResult) Read

func (*ThriftHiveMetastoreUpdateMasterKeyResult) ReadField1

func (*ThriftHiveMetastoreUpdateMasterKeyResult) ReadField2

func (*ThriftHiveMetastoreUpdateMasterKeyResult) String

func (*ThriftHiveMetastoreUpdateMasterKeyResult) Write

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs struct {
	StatsObj *ColumnStatistics `thrift:"stats_obj,1" db:"stats_obj" json:"stats_obj"`
}

Attributes:

  • StatsObj

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) GetStatsObj

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) IsSetStatsObj

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) String

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgs) Write

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs struct {
	Req *SetPartitionsStatsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) GetReq

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) IsSetReq

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) Read

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) ReadField1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) String

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqArgs) Write

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult struct {
	Success *SetPartitionsStatsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException      `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException     `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException              `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException      `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) GetO1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) GetO2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) GetO3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) GetO4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) GetSuccess

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) IsSetO1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) IsSetO2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) IsSetO3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) IsSetO4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) Read

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) ReadField0

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) ReadField1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) ReadField2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) ReadField3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) ReadField4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) String

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsReqResult) Write

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult

type ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult struct {
	Success *bool                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) Read

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) String

func (*ThriftHiveMetastoreUpdatePartitionColumnStatisticsResult) Write

type ThriftHiveMetastoreUpdateTableColumnStatisticsArgs

type ThriftHiveMetastoreUpdateTableColumnStatisticsArgs struct {
	StatsObj *ColumnStatistics `thrift:"stats_obj,1" db:"stats_obj" json:"stats_obj"`
}

Attributes:

  • StatsObj

func NewThriftHiveMetastoreUpdateTableColumnStatisticsArgs

func NewThriftHiveMetastoreUpdateTableColumnStatisticsArgs() *ThriftHiveMetastoreUpdateTableColumnStatisticsArgs

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) GetStatsObj

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) IsSetStatsObj

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) Read

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) ReadField1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) String

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsArgs) Write

type ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs

type ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs struct {
	Req *SetPartitionsStatsRequest `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs

func NewThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs() *ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) GetReq

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) IsSetReq

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) Read

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) ReadField1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) String

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqArgs) Write

type ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult

type ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult struct {
	Success *SetPartitionsStatsResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException      `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException     `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException              `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException      `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) GetO1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) GetO2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) GetO3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) GetO4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) GetSuccess

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) IsSetO1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) IsSetO2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) IsSetO3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) IsSetO4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) IsSetSuccess

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) Read

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) ReadField0

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) ReadField1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) ReadField2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) ReadField3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) ReadField4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) String

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsReqResult) Write

type ThriftHiveMetastoreUpdateTableColumnStatisticsResult

type ThriftHiveMetastoreUpdateTableColumnStatisticsResult struct {
	Success *bool                   `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException  `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *InvalidObjectException `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
	O3      *MetaException          `thrift:"o3,3" db:"o3" json:"o3,omitempty"`
	O4      *InvalidInputException  `thrift:"o4,4" db:"o4" json:"o4,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2
  • O3
  • O4

func NewThriftHiveMetastoreUpdateTableColumnStatisticsResult

func NewThriftHiveMetastoreUpdateTableColumnStatisticsResult() *ThriftHiveMetastoreUpdateTableColumnStatisticsResult

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetO4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) GetSuccess

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetO4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) IsSetSuccess

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) Read

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField0

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField1

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField2

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField3

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) ReadField4

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) String

func (*ThriftHiveMetastoreUpdateTableColumnStatisticsResult) Write

type ThriftHiveMetastoreValidateResourcePlanArgs

type ThriftHiveMetastoreValidateResourcePlanArgs struct {
	Request *WMValidateResourcePlanRequest `thrift:"request,1" db:"request" json:"request"`
}

Attributes:

  • Request

func NewThriftHiveMetastoreValidateResourcePlanArgs

func NewThriftHiveMetastoreValidateResourcePlanArgs() *ThriftHiveMetastoreValidateResourcePlanArgs

func (*ThriftHiveMetastoreValidateResourcePlanArgs) GetRequest

func (*ThriftHiveMetastoreValidateResourcePlanArgs) IsSetRequest

func (*ThriftHiveMetastoreValidateResourcePlanArgs) Read

func (*ThriftHiveMetastoreValidateResourcePlanArgs) ReadField1

func (*ThriftHiveMetastoreValidateResourcePlanArgs) String

func (*ThriftHiveMetastoreValidateResourcePlanArgs) Write

type ThriftHiveMetastoreValidateResourcePlanResult

type ThriftHiveMetastoreValidateResourcePlanResult struct {
	Success *WMValidateResourcePlanResponse `thrift:"success,0" db:"success" json:"success,omitempty"`
	O1      *NoSuchObjectException          `thrift:"o1,1" db:"o1" json:"o1,omitempty"`
	O2      *MetaException                  `thrift:"o2,2" db:"o2" json:"o2,omitempty"`
}

Attributes:

  • Success
  • O1
  • O2

func NewThriftHiveMetastoreValidateResourcePlanResult

func NewThriftHiveMetastoreValidateResourcePlanResult() *ThriftHiveMetastoreValidateResourcePlanResult

func (*ThriftHiveMetastoreValidateResourcePlanResult) GetO1

func (*ThriftHiveMetastoreValidateResourcePlanResult) GetO2

func (*ThriftHiveMetastoreValidateResourcePlanResult) GetSuccess

func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetO1

func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetO2

func (*ThriftHiveMetastoreValidateResourcePlanResult) IsSetSuccess

func (*ThriftHiveMetastoreValidateResourcePlanResult) Read

func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField0

func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField1

func (*ThriftHiveMetastoreValidateResourcePlanResult) ReadField2

func (*ThriftHiveMetastoreValidateResourcePlanResult) String

func (*ThriftHiveMetastoreValidateResourcePlanResult) Write

type Timestamp

type Timestamp struct {
	SecondsSinceEpoch int64 `thrift:"secondsSinceEpoch,1,required" db:"secondsSinceEpoch" json:"secondsSinceEpoch"`
}

Attributes:

  • SecondsSinceEpoch
var TimestampColumnStatsData_HighValue_DEFAULT *Timestamp
var TimestampColumnStatsData_LowValue_DEFAULT *Timestamp

func NewTimestamp

func NewTimestamp() *Timestamp

func (*Timestamp) Equals

func (p *Timestamp) Equals(other *Timestamp) bool

func (*Timestamp) GetSecondsSinceEpoch

func (p *Timestamp) GetSecondsSinceEpoch() int64

func (*Timestamp) Read

func (p *Timestamp) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Timestamp) ReadField1

func (p *Timestamp) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Timestamp) String

func (p *Timestamp) String() string

func (*Timestamp) Write

func (p *Timestamp) Write(ctx context.Context, oprot thrift.TProtocol) error

type TimestampColumnStatsData

type TimestampColumnStatsData struct {
	LowValue   *Timestamp `thrift:"lowValue,1" db:"lowValue" json:"lowValue,omitempty"`
	HighValue  *Timestamp `thrift:"highValue,2" db:"highValue" json:"highValue,omitempty"`
	NumNulls   int64      `thrift:"numNulls,3,required" db:"numNulls" json:"numNulls"`
	NumDVs     int64      `thrift:"numDVs,4,required" db:"numDVs" json:"numDVs"`
	BitVectors []byte     `thrift:"bitVectors,5" db:"bitVectors" json:"bitVectors,omitempty"`
}

Attributes:

  • LowValue
  • HighValue
  • NumNulls
  • NumDVs
  • BitVectors
var ColumnStatisticsData_TimestampStats_DEFAULT *TimestampColumnStatsData

func NewTimestampColumnStatsData

func NewTimestampColumnStatsData() *TimestampColumnStatsData

func (*TimestampColumnStatsData) Equals

func (*TimestampColumnStatsData) GetBitVectors

func (p *TimestampColumnStatsData) GetBitVectors() []byte

func (*TimestampColumnStatsData) GetHighValue

func (p *TimestampColumnStatsData) GetHighValue() *Timestamp

func (*TimestampColumnStatsData) GetLowValue

func (p *TimestampColumnStatsData) GetLowValue() *Timestamp

func (*TimestampColumnStatsData) GetNumDVs

func (p *TimestampColumnStatsData) GetNumDVs() int64

func (*TimestampColumnStatsData) GetNumNulls

func (p *TimestampColumnStatsData) GetNumNulls() int64

func (*TimestampColumnStatsData) IsSetBitVectors

func (p *TimestampColumnStatsData) IsSetBitVectors() bool

func (*TimestampColumnStatsData) IsSetHighValue

func (p *TimestampColumnStatsData) IsSetHighValue() bool

func (*TimestampColumnStatsData) IsSetLowValue

func (p *TimestampColumnStatsData) IsSetLowValue() bool

func (*TimestampColumnStatsData) Read

func (*TimestampColumnStatsData) ReadField1

func (p *TimestampColumnStatsData) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TimestampColumnStatsData) ReadField2

func (p *TimestampColumnStatsData) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TimestampColumnStatsData) ReadField3

func (p *TimestampColumnStatsData) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TimestampColumnStatsData) ReadField4

func (p *TimestampColumnStatsData) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TimestampColumnStatsData) ReadField5

func (p *TimestampColumnStatsData) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TimestampColumnStatsData) String

func (p *TimestampColumnStatsData) String() string

func (*TimestampColumnStatsData) Write

type TruncateTableRequest

type TruncateTableRequest struct {
	DbName           string   `thrift:"dbName,1,required" db:"dbName" json:"dbName"`
	TableName        string   `thrift:"tableName,2,required" db:"tableName" json:"tableName"`
	PartNames        []string `thrift:"partNames,3" db:"partNames" json:"partNames,omitempty"`
	WriteId          int64    `thrift:"writeId,4" db:"writeId" json:"writeId"`
	ValidWriteIdList *string  `thrift:"validWriteIdList,5" db:"validWriteIdList" json:"validWriteIdList,omitempty"`
}

Attributes:

  • DbName
  • TableName
  • PartNames
  • WriteId
  • ValidWriteIdList
var ThriftHiveMetastoreTruncateTableReqArgs_Req_DEFAULT *TruncateTableRequest

func NewTruncateTableRequest

func NewTruncateTableRequest() *TruncateTableRequest

func (*TruncateTableRequest) Equals

func (*TruncateTableRequest) GetDbName

func (p *TruncateTableRequest) GetDbName() string

func (*TruncateTableRequest) GetPartNames

func (p *TruncateTableRequest) GetPartNames() []string

func (*TruncateTableRequest) GetTableName

func (p *TruncateTableRequest) GetTableName() string

func (*TruncateTableRequest) GetValidWriteIdList

func (p *TruncateTableRequest) GetValidWriteIdList() string

func (*TruncateTableRequest) GetWriteId

func (p *TruncateTableRequest) GetWriteId() int64

func (*TruncateTableRequest) IsSetPartNames

func (p *TruncateTableRequest) IsSetPartNames() bool

func (*TruncateTableRequest) IsSetValidWriteIdList

func (p *TruncateTableRequest) IsSetValidWriteIdList() bool

func (*TruncateTableRequest) IsSetWriteId

func (p *TruncateTableRequest) IsSetWriteId() bool

func (*TruncateTableRequest) Read

func (*TruncateTableRequest) ReadField1

func (p *TruncateTableRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TruncateTableRequest) ReadField2

func (p *TruncateTableRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TruncateTableRequest) ReadField3

func (p *TruncateTableRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TruncateTableRequest) ReadField4

func (p *TruncateTableRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TruncateTableRequest) ReadField5

func (p *TruncateTableRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TruncateTableRequest) String

func (p *TruncateTableRequest) String() string

func (*TruncateTableRequest) Write

type TruncateTableResponse

type TruncateTableResponse struct {
}
var ThriftHiveMetastoreTruncateTableReqResult_Success_DEFAULT *TruncateTableResponse

func NewTruncateTableResponse

func NewTruncateTableResponse() *TruncateTableResponse

func (*TruncateTableResponse) Equals

func (*TruncateTableResponse) Read

func (*TruncateTableResponse) String

func (p *TruncateTableResponse) String() string

func (*TruncateTableResponse) Write

type TxnAbortedException

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

Attributes:

  • Message
var ThriftHiveMetastoreAddDynamicPartitionsResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreAllocateTableWriteIdsResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreCheckLockResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreCommitTxnResult_O2_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreHeartbeatResult_O3_DEFAULT *TxnAbortedException
var ThriftHiveMetastoreLockResult_O2_DEFAULT *TxnAbortedException

func NewTxnAbortedException

func NewTxnAbortedException() *TxnAbortedException

func (*TxnAbortedException) Equals

func (p *TxnAbortedException) Equals(other *TxnAbortedException) bool

func (*TxnAbortedException) Error

func (p *TxnAbortedException) Error() string

func (*TxnAbortedException) GetMessage

func (p *TxnAbortedException) GetMessage() string

func (*TxnAbortedException) Read

func (*TxnAbortedException) ReadField1

func (p *TxnAbortedException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnAbortedException) String

func (p *TxnAbortedException) String() string

func (TxnAbortedException) TExceptionType

func (TxnAbortedException) TExceptionType() thrift.TExceptionType

func (*TxnAbortedException) Write

type TxnInfo

type TxnInfo struct {
	ID                int64    `thrift:"id,1,required" db:"id" json:"id"`
	State             TxnState `thrift:"state,2,required" db:"state" json:"state"`
	User              string   `thrift:"user,3,required" db:"user" json:"user"`
	Hostname          string   `thrift:"hostname,4,required" db:"hostname" json:"hostname"`
	AgentInfo         string   `thrift:"agentInfo,5" db:"agentInfo" json:"agentInfo"`
	HeartbeatCount    int32    `thrift:"heartbeatCount,6" db:"heartbeatCount" json:"heartbeatCount"`
	MetaInfo          *string  `thrift:"metaInfo,7" db:"metaInfo" json:"metaInfo,omitempty"`
	StartedTime       *int64   `thrift:"startedTime,8" db:"startedTime" json:"startedTime,omitempty"`
	LastHeartbeatTime *int64   `thrift:"lastHeartbeatTime,9" db:"lastHeartbeatTime" json:"lastHeartbeatTime,omitempty"`
}

Attributes:

  • ID
  • State
  • User
  • Hostname
  • AgentInfo
  • HeartbeatCount
  • MetaInfo
  • StartedTime
  • LastHeartbeatTime

func NewTxnInfo

func NewTxnInfo() *TxnInfo

func (*TxnInfo) Equals

func (p *TxnInfo) Equals(other *TxnInfo) bool

func (*TxnInfo) GetAgentInfo

func (p *TxnInfo) GetAgentInfo() string

func (*TxnInfo) GetHeartbeatCount

func (p *TxnInfo) GetHeartbeatCount() int32

func (*TxnInfo) GetHostname

func (p *TxnInfo) GetHostname() string

func (*TxnInfo) GetID

func (p *TxnInfo) GetID() int64

func (*TxnInfo) GetLastHeartbeatTime

func (p *TxnInfo) GetLastHeartbeatTime() int64

func (*TxnInfo) GetMetaInfo

func (p *TxnInfo) GetMetaInfo() string

func (*TxnInfo) GetStartedTime

func (p *TxnInfo) GetStartedTime() int64

func (*TxnInfo) GetState

func (p *TxnInfo) GetState() TxnState

func (*TxnInfo) GetUser

func (p *TxnInfo) GetUser() string

func (*TxnInfo) IsSetAgentInfo

func (p *TxnInfo) IsSetAgentInfo() bool

func (*TxnInfo) IsSetHeartbeatCount

func (p *TxnInfo) IsSetHeartbeatCount() bool

func (*TxnInfo) IsSetLastHeartbeatTime

func (p *TxnInfo) IsSetLastHeartbeatTime() bool

func (*TxnInfo) IsSetMetaInfo

func (p *TxnInfo) IsSetMetaInfo() bool

func (*TxnInfo) IsSetStartedTime

func (p *TxnInfo) IsSetStartedTime() bool

func (*TxnInfo) Read

func (p *TxnInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField1

func (p *TxnInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField2

func (p *TxnInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField3

func (p *TxnInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField4

func (p *TxnInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField5

func (p *TxnInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField6

func (p *TxnInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField7

func (p *TxnInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField8

func (p *TxnInfo) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) ReadField9

func (p *TxnInfo) ReadField9(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnInfo) String

func (p *TxnInfo) String() string

func (*TxnInfo) Write

func (p *TxnInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type TxnOpenException

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

Attributes:

  • Message
var ThriftHiveMetastoreUnlockResult_O2_DEFAULT *TxnOpenException

func NewTxnOpenException

func NewTxnOpenException() *TxnOpenException

func (*TxnOpenException) Equals

func (p *TxnOpenException) Equals(other *TxnOpenException) bool

func (*TxnOpenException) Error

func (p *TxnOpenException) Error() string

func (*TxnOpenException) GetMessage

func (p *TxnOpenException) GetMessage() string

func (*TxnOpenException) Read

func (p *TxnOpenException) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnOpenException) ReadField1

func (p *TxnOpenException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnOpenException) String

func (p *TxnOpenException) String() string

func (TxnOpenException) TExceptionType

func (TxnOpenException) TExceptionType() thrift.TExceptionType

func (*TxnOpenException) Write

func (p *TxnOpenException) Write(ctx context.Context, oprot thrift.TProtocol) error

type TxnState

type TxnState int64
const (
	TxnState_COMMITTED TxnState = 1
	TxnState_ABORTED   TxnState = 2
	TxnState_OPEN      TxnState = 3
)

func TxnStateFromString

func TxnStateFromString(s string) (TxnState, error)

func TxnStatePtr

func TxnStatePtr(v TxnState) *TxnState

func (TxnState) MarshalText

func (p TxnState) MarshalText() ([]byte, error)

func (*TxnState) Scan

func (p *TxnState) Scan(value interface{}) error

func (TxnState) String

func (p TxnState) String() string

func (*TxnState) UnmarshalText

func (p *TxnState) UnmarshalText(text []byte) error

func (*TxnState) Value

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

type TxnToWriteId

type TxnToWriteId struct {
	TxnId   int64 `thrift:"txnId,1,required" db:"txnId" json:"txnId"`
	WriteId int64 `thrift:"writeId,2,required" db:"writeId" json:"writeId"`
}

Attributes:

  • TxnId
  • WriteId

func NewTxnToWriteId

func NewTxnToWriteId() *TxnToWriteId

func (*TxnToWriteId) Equals

func (p *TxnToWriteId) Equals(other *TxnToWriteId) bool

func (*TxnToWriteId) GetTxnId

func (p *TxnToWriteId) GetTxnId() int64

func (*TxnToWriteId) GetWriteId

func (p *TxnToWriteId) GetWriteId() int64

func (*TxnToWriteId) Read

func (p *TxnToWriteId) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnToWriteId) ReadField1

func (p *TxnToWriteId) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnToWriteId) ReadField2

func (p *TxnToWriteId) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*TxnToWriteId) String

func (p *TxnToWriteId) String() string

func (*TxnToWriteId) Write

func (p *TxnToWriteId) Write(ctx context.Context, oprot thrift.TProtocol) error

type TxnType

type TxnType int64
const (
	TxnType_DEFAULT            TxnType = 0
	TxnType_REPL_CREATED       TxnType = 1
	TxnType_READ_ONLY          TxnType = 2
	TxnType_COMPACTION         TxnType = 3
	TxnType_MATER_VIEW_REBUILD TxnType = 4
)
var OpenTxnRequest_TxnType_DEFAULT TxnType = 0

func TxnTypeFromString

func TxnTypeFromString(s string) (TxnType, error)

func TxnTypePtr

func TxnTypePtr(v TxnType) *TxnType

func (TxnType) MarshalText

func (p TxnType) MarshalText() ([]byte, error)

func (*TxnType) Scan

func (p *TxnType) Scan(value interface{}) error

func (TxnType) String

func (p TxnType) String() string

func (*TxnType) UnmarshalText

func (p *TxnType) UnmarshalText(text []byte) error

func (*TxnType) Value

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

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

func (p *Type) Equals(other *Type) bool

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(ctx context.Context, iprot thrift.TProtocol) error

func (*Type) ReadField1

func (p *Type) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Type) ReadField2

func (p *Type) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Type) ReadField3

func (p *Type) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*Type) ReadField4

func (p *Type) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*Type) String

func (p *Type) String() string

func (*Type) Write

func (p *Type) Write(ctx context.Context, oprot thrift.TProtocol) error

type UniqueConstraintsRequest

type UniqueConstraintsRequest struct {
	CatName string `thrift:"catName,1,required" db:"catName" json:"catName"`
	DbName  string `thrift:"db_name,2,required" db:"db_name" json:"db_name"`
	TblName string `thrift:"tbl_name,3,required" db:"tbl_name" json:"tbl_name"`
}

Attributes:

  • CatName
  • DbName
  • TblName
var ThriftHiveMetastoreGetUniqueConstraintsArgs_Request_DEFAULT *UniqueConstraintsRequest

func NewUniqueConstraintsRequest

func NewUniqueConstraintsRequest() *UniqueConstraintsRequest

func (*UniqueConstraintsRequest) Equals

func (*UniqueConstraintsRequest) GetCatName

func (p *UniqueConstraintsRequest) GetCatName() string

func (*UniqueConstraintsRequest) GetDbName

func (p *UniqueConstraintsRequest) GetDbName() string

func (*UniqueConstraintsRequest) GetTblName

func (p *UniqueConstraintsRequest) GetTblName() string

func (*UniqueConstraintsRequest) Read

func (*UniqueConstraintsRequest) ReadField1

func (p *UniqueConstraintsRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UniqueConstraintsRequest) ReadField2

func (p *UniqueConstraintsRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*UniqueConstraintsRequest) ReadField3

func (p *UniqueConstraintsRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*UniqueConstraintsRequest) String

func (p *UniqueConstraintsRequest) String() string

func (*UniqueConstraintsRequest) Write

type UniqueConstraintsResponse

type UniqueConstraintsResponse struct {
	UniqueConstraints []*SQLUniqueConstraint `thrift:"uniqueConstraints,1,required" db:"uniqueConstraints" json:"uniqueConstraints"`
}

Attributes:

  • UniqueConstraints
var ThriftHiveMetastoreGetUniqueConstraintsResult_Success_DEFAULT *UniqueConstraintsResponse

func NewUniqueConstraintsResponse

func NewUniqueConstraintsResponse() *UniqueConstraintsResponse

func (*UniqueConstraintsResponse) Equals

func (*UniqueConstraintsResponse) GetUniqueConstraints

func (p *UniqueConstraintsResponse) GetUniqueConstraints() []*SQLUniqueConstraint

func (*UniqueConstraintsResponse) Read

func (*UniqueConstraintsResponse) ReadField1

func (p *UniqueConstraintsResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UniqueConstraintsResponse) String

func (p *UniqueConstraintsResponse) String() string

func (*UniqueConstraintsResponse) Write

type UnknownDBException

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

Attributes:

  • Message
var ThriftHiveMetastoreGetFieldsReqResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetFieldsResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetMaterializationInvalidationInfoResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaReqResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetTableNamesByFilterResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreGetTableObjectsByNameReqResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreMarkPartitionForEventResult_O3_DEFAULT *UnknownDBException
var ThriftHiveMetastoreUpdateCreationMetadataResult_O3_DEFAULT *UnknownDBException

func NewUnknownDBException

func NewUnknownDBException() *UnknownDBException

func (*UnknownDBException) Equals

func (p *UnknownDBException) Equals(other *UnknownDBException) bool

func (*UnknownDBException) Error

func (p *UnknownDBException) Error() string

func (*UnknownDBException) GetMessage

func (p *UnknownDBException) GetMessage() string

func (*UnknownDBException) Read

func (*UnknownDBException) ReadField1

func (p *UnknownDBException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UnknownDBException) String

func (p *UnknownDBException) String() string

func (UnknownDBException) TExceptionType

func (UnknownDBException) TExceptionType() thrift.TExceptionType

func (*UnknownDBException) Write

func (p *UnknownDBException) Write(ctx context.Context, oprot thrift.TProtocol) error

type UnknownPartitionException

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

Attributes:

  • Message
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O5_DEFAULT *UnknownPartitionException
var ThriftHiveMetastoreMarkPartitionForEventResult_O5_DEFAULT *UnknownPartitionException

func NewUnknownPartitionException

func NewUnknownPartitionException() *UnknownPartitionException

func (*UnknownPartitionException) Equals

func (*UnknownPartitionException) Error

func (p *UnknownPartitionException) Error() string

func (*UnknownPartitionException) GetMessage

func (p *UnknownPartitionException) GetMessage() string

func (*UnknownPartitionException) Read

func (*UnknownPartitionException) ReadField1

func (p *UnknownPartitionException) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UnknownPartitionException) String

func (p *UnknownPartitionException) String() string

func (UnknownPartitionException) TExceptionType

func (*UnknownPartitionException) Write

type UnknownTableException

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

Attributes:

  • Message
var ThriftHiveMetastoreGetFieldsReqResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetFieldsResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetFieldsWithEnvironmentContextResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaReqResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreGetSchemaWithEnvironmentContextResult_O2_DEFAULT *UnknownTableException
var ThriftHiveMetastoreIsPartitionMarkedForEventResult_O4_DEFAULT *UnknownTableException
var ThriftHiveMetastoreMarkPartitionForEventResult_O4_DEFAULT *UnknownTableException

func NewUnknownTableException

func NewUnknownTableException() *UnknownTableException

func (*UnknownTableException) Equals

func (*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(ctx context.Context, iprot thrift.TProtocol) error

func (*UnknownTableException) String

func (p *UnknownTableException) String() string

func (UnknownTableException) TExceptionType

func (UnknownTableException) TExceptionType() thrift.TExceptionType

func (*UnknownTableException) Write

type UnlockRequest

type UnlockRequest struct {
	Lockid int64 `thrift:"lockid,1,required" db:"lockid" json:"lockid"`
}

Attributes:

  • Lockid
var ThriftHiveMetastoreUnlockArgs_Rqst_DEFAULT *UnlockRequest

func NewUnlockRequest

func NewUnlockRequest() *UnlockRequest

func (*UnlockRequest) Equals

func (p *UnlockRequest) Equals(other *UnlockRequest) bool

func (*UnlockRequest) GetLockid

func (p *UnlockRequest) GetLockid() int64

func (*UnlockRequest) Read

func (p *UnlockRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*UnlockRequest) ReadField1

func (p *UnlockRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*UnlockRequest) String

func (p *UnlockRequest) String() string

func (*UnlockRequest) Write

func (p *UnlockRequest) Write(ctx context.Context, 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) Equals

func (p *Version) Equals(other *Version) bool

func (*Version) GetComments

func (p *Version) GetComments() string

func (*Version) GetVersion

func (p *Version) GetVersion() string

func (*Version) Read

func (p *Version) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*Version) ReadField1

func (p *Version) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*Version) ReadField2

func (p *Version) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*Version) String

func (p *Version) String() string

func (*Version) Write

func (p *Version) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMAlterPoolRequest

type WMAlterPoolRequest struct {
	Pool     *WMNullablePool `thrift:"pool,1" db:"pool" json:"pool,omitempty"`
	PoolPath *string         `thrift:"poolPath,2" db:"poolPath" json:"poolPath,omitempty"`
}

Attributes:

  • Pool
  • PoolPath
var ThriftHiveMetastoreAlterWmPoolArgs_Request_DEFAULT *WMAlterPoolRequest

func NewWMAlterPoolRequest

func NewWMAlterPoolRequest() *WMAlterPoolRequest

func (*WMAlterPoolRequest) Equals

func (p *WMAlterPoolRequest) Equals(other *WMAlterPoolRequest) bool

func (*WMAlterPoolRequest) GetPool

func (p *WMAlterPoolRequest) GetPool() *WMNullablePool

func (*WMAlterPoolRequest) GetPoolPath

func (p *WMAlterPoolRequest) GetPoolPath() string

func (*WMAlterPoolRequest) IsSetPool

func (p *WMAlterPoolRequest) IsSetPool() bool

func (*WMAlterPoolRequest) IsSetPoolPath

func (p *WMAlterPoolRequest) IsSetPoolPath() bool

func (*WMAlterPoolRequest) Read

func (*WMAlterPoolRequest) ReadField1

func (p *WMAlterPoolRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterPoolRequest) ReadField2

func (p *WMAlterPoolRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterPoolRequest) String

func (p *WMAlterPoolRequest) String() string

func (*WMAlterPoolRequest) Write

func (p *WMAlterPoolRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMAlterPoolResponse

type WMAlterPoolResponse struct {
}
var ThriftHiveMetastoreAlterWmPoolResult_Success_DEFAULT *WMAlterPoolResponse

func NewWMAlterPoolResponse

func NewWMAlterPoolResponse() *WMAlterPoolResponse

func (*WMAlterPoolResponse) Equals

func (p *WMAlterPoolResponse) Equals(other *WMAlterPoolResponse) bool

func (*WMAlterPoolResponse) Read

func (*WMAlterPoolResponse) String

func (p *WMAlterPoolResponse) String() string

func (*WMAlterPoolResponse) Write

type WMAlterResourcePlanRequest

type WMAlterResourcePlanRequest struct {
	ResourcePlanName    *string                 `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	ResourcePlan        *WMNullableResourcePlan `thrift:"resourcePlan,2" db:"resourcePlan" json:"resourcePlan,omitempty"`
	IsEnableAndActivate *bool                   `thrift:"isEnableAndActivate,3" db:"isEnableAndActivate" json:"isEnableAndActivate,omitempty"`
	IsForceDeactivate   *bool                   `thrift:"isForceDeactivate,4" db:"isForceDeactivate" json:"isForceDeactivate,omitempty"`
	IsReplace           *bool                   `thrift:"isReplace,5" db:"isReplace" json:"isReplace,omitempty"`
	Ns                  *string                 `thrift:"ns,6" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • ResourcePlan
  • IsEnableAndActivate
  • IsForceDeactivate
  • IsReplace
  • Ns
var ThriftHiveMetastoreAlterResourcePlanArgs_Request_DEFAULT *WMAlterResourcePlanRequest

func NewWMAlterResourcePlanRequest

func NewWMAlterResourcePlanRequest() *WMAlterResourcePlanRequest

func (*WMAlterResourcePlanRequest) Equals

func (*WMAlterResourcePlanRequest) GetIsEnableAndActivate

func (p *WMAlterResourcePlanRequest) GetIsEnableAndActivate() bool

func (*WMAlterResourcePlanRequest) GetIsForceDeactivate

func (p *WMAlterResourcePlanRequest) GetIsForceDeactivate() bool

func (*WMAlterResourcePlanRequest) GetIsReplace

func (p *WMAlterResourcePlanRequest) GetIsReplace() bool

func (*WMAlterResourcePlanRequest) GetNs

func (*WMAlterResourcePlanRequest) GetResourcePlan

func (p *WMAlterResourcePlanRequest) GetResourcePlan() *WMNullableResourcePlan

func (*WMAlterResourcePlanRequest) GetResourcePlanName

func (p *WMAlterResourcePlanRequest) GetResourcePlanName() string

func (*WMAlterResourcePlanRequest) IsSetIsEnableAndActivate

func (p *WMAlterResourcePlanRequest) IsSetIsEnableAndActivate() bool

func (*WMAlterResourcePlanRequest) IsSetIsForceDeactivate

func (p *WMAlterResourcePlanRequest) IsSetIsForceDeactivate() bool

func (*WMAlterResourcePlanRequest) IsSetIsReplace

func (p *WMAlterResourcePlanRequest) IsSetIsReplace() bool

func (*WMAlterResourcePlanRequest) IsSetNs

func (p *WMAlterResourcePlanRequest) IsSetNs() bool

func (*WMAlterResourcePlanRequest) IsSetResourcePlan

func (p *WMAlterResourcePlanRequest) IsSetResourcePlan() bool

func (*WMAlterResourcePlanRequest) IsSetResourcePlanName

func (p *WMAlterResourcePlanRequest) IsSetResourcePlanName() bool

func (*WMAlterResourcePlanRequest) Read

func (*WMAlterResourcePlanRequest) ReadField1

func (p *WMAlterResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) ReadField2

func (p *WMAlterResourcePlanRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) ReadField3

func (p *WMAlterResourcePlanRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) ReadField4

func (p *WMAlterResourcePlanRequest) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) ReadField5

func (p *WMAlterResourcePlanRequest) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) ReadField6

func (p *WMAlterResourcePlanRequest) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterResourcePlanRequest) String

func (p *WMAlterResourcePlanRequest) String() string

func (*WMAlterResourcePlanRequest) Write

type WMAlterResourcePlanResponse

type WMAlterResourcePlanResponse struct {
	FullResourcePlan *WMFullResourcePlan `thrift:"fullResourcePlan,1" db:"fullResourcePlan" json:"fullResourcePlan,omitempty"`
}

Attributes:

  • FullResourcePlan
var ThriftHiveMetastoreAlterResourcePlanResult_Success_DEFAULT *WMAlterResourcePlanResponse

func NewWMAlterResourcePlanResponse

func NewWMAlterResourcePlanResponse() *WMAlterResourcePlanResponse

func (*WMAlterResourcePlanResponse) Equals

func (*WMAlterResourcePlanResponse) GetFullResourcePlan

func (p *WMAlterResourcePlanResponse) GetFullResourcePlan() *WMFullResourcePlan

func (*WMAlterResourcePlanResponse) IsSetFullResourcePlan

func (p *WMAlterResourcePlanResponse) IsSetFullResourcePlan() bool

func (*WMAlterResourcePlanResponse) Read

func (*WMAlterResourcePlanResponse) ReadField1

func (*WMAlterResourcePlanResponse) String

func (p *WMAlterResourcePlanResponse) String() string

func (*WMAlterResourcePlanResponse) Write

type WMAlterTriggerRequest

type WMAlterTriggerRequest struct {
	Trigger *WMTrigger `thrift:"trigger,1" db:"trigger" json:"trigger,omitempty"`
}

Attributes:

  • Trigger
var ThriftHiveMetastoreAlterWmTriggerArgs_Request_DEFAULT *WMAlterTriggerRequest

func NewWMAlterTriggerRequest

func NewWMAlterTriggerRequest() *WMAlterTriggerRequest

func (*WMAlterTriggerRequest) Equals

func (*WMAlterTriggerRequest) GetTrigger

func (p *WMAlterTriggerRequest) GetTrigger() *WMTrigger

func (*WMAlterTriggerRequest) IsSetTrigger

func (p *WMAlterTriggerRequest) IsSetTrigger() bool

func (*WMAlterTriggerRequest) Read

func (*WMAlterTriggerRequest) ReadField1

func (p *WMAlterTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMAlterTriggerRequest) String

func (p *WMAlterTriggerRequest) String() string

func (*WMAlterTriggerRequest) Write

type WMAlterTriggerResponse

type WMAlterTriggerResponse struct {
}
var ThriftHiveMetastoreAlterWmTriggerResult_Success_DEFAULT *WMAlterTriggerResponse

func NewWMAlterTriggerResponse

func NewWMAlterTriggerResponse() *WMAlterTriggerResponse

func (*WMAlterTriggerResponse) Equals

func (*WMAlterTriggerResponse) Read

func (*WMAlterTriggerResponse) String

func (p *WMAlterTriggerResponse) String() string

func (*WMAlterTriggerResponse) Write

type WMCreateOrDropTriggerToPoolMappingRequest

type WMCreateOrDropTriggerToPoolMappingRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	TriggerName      *string `thrift:"triggerName,2" db:"triggerName" json:"triggerName,omitempty"`
	PoolPath         *string `thrift:"poolPath,3" db:"poolPath" json:"poolPath,omitempty"`
	Drop             *bool   `thrift:"drop,4" db:"drop" json:"drop,omitempty"`
	Ns               *string `thrift:"ns,5" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • TriggerName
  • PoolPath
  • Drop
  • Ns
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingArgs_Request_DEFAULT *WMCreateOrDropTriggerToPoolMappingRequest

func NewWMCreateOrDropTriggerToPoolMappingRequest

func NewWMCreateOrDropTriggerToPoolMappingRequest() *WMCreateOrDropTriggerToPoolMappingRequest

func (*WMCreateOrDropTriggerToPoolMappingRequest) Equals

func (*WMCreateOrDropTriggerToPoolMappingRequest) GetDrop

func (*WMCreateOrDropTriggerToPoolMappingRequest) GetNs

func (*WMCreateOrDropTriggerToPoolMappingRequest) GetPoolPath

func (*WMCreateOrDropTriggerToPoolMappingRequest) GetResourcePlanName

func (p *WMCreateOrDropTriggerToPoolMappingRequest) GetResourcePlanName() string

func (*WMCreateOrDropTriggerToPoolMappingRequest) GetTriggerName

func (*WMCreateOrDropTriggerToPoolMappingRequest) IsSetDrop

func (*WMCreateOrDropTriggerToPoolMappingRequest) IsSetNs

func (*WMCreateOrDropTriggerToPoolMappingRequest) IsSetPoolPath

func (*WMCreateOrDropTriggerToPoolMappingRequest) IsSetResourcePlanName

func (p *WMCreateOrDropTriggerToPoolMappingRequest) IsSetResourcePlanName() bool

func (*WMCreateOrDropTriggerToPoolMappingRequest) IsSetTriggerName

func (p *WMCreateOrDropTriggerToPoolMappingRequest) IsSetTriggerName() bool

func (*WMCreateOrDropTriggerToPoolMappingRequest) Read

func (*WMCreateOrDropTriggerToPoolMappingRequest) ReadField1

func (*WMCreateOrDropTriggerToPoolMappingRequest) ReadField2

func (*WMCreateOrDropTriggerToPoolMappingRequest) ReadField3

func (*WMCreateOrDropTriggerToPoolMappingRequest) ReadField4

func (*WMCreateOrDropTriggerToPoolMappingRequest) ReadField5

func (*WMCreateOrDropTriggerToPoolMappingRequest) String

func (*WMCreateOrDropTriggerToPoolMappingRequest) Write

type WMCreateOrDropTriggerToPoolMappingResponse

type WMCreateOrDropTriggerToPoolMappingResponse struct {
}
var ThriftHiveMetastoreCreateOrDropWmTriggerToPoolMappingResult_Success_DEFAULT *WMCreateOrDropTriggerToPoolMappingResponse

func NewWMCreateOrDropTriggerToPoolMappingResponse

func NewWMCreateOrDropTriggerToPoolMappingResponse() *WMCreateOrDropTriggerToPoolMappingResponse

func (*WMCreateOrDropTriggerToPoolMappingResponse) Equals

func (*WMCreateOrDropTriggerToPoolMappingResponse) Read

func (*WMCreateOrDropTriggerToPoolMappingResponse) String

func (*WMCreateOrDropTriggerToPoolMappingResponse) Write

type WMCreateOrUpdateMappingRequest

type WMCreateOrUpdateMappingRequest struct {
	Mapping *WMMapping `thrift:"mapping,1" db:"mapping" json:"mapping,omitempty"`
	Update  *bool      `thrift:"update,2" db:"update" json:"update,omitempty"`
}

Attributes:

  • Mapping
  • Update
var ThriftHiveMetastoreCreateOrUpdateWmMappingArgs_Request_DEFAULT *WMCreateOrUpdateMappingRequest

func NewWMCreateOrUpdateMappingRequest

func NewWMCreateOrUpdateMappingRequest() *WMCreateOrUpdateMappingRequest

func (*WMCreateOrUpdateMappingRequest) Equals

func (*WMCreateOrUpdateMappingRequest) GetMapping

func (p *WMCreateOrUpdateMappingRequest) GetMapping() *WMMapping

func (*WMCreateOrUpdateMappingRequest) GetUpdate

func (p *WMCreateOrUpdateMappingRequest) GetUpdate() bool

func (*WMCreateOrUpdateMappingRequest) IsSetMapping

func (p *WMCreateOrUpdateMappingRequest) IsSetMapping() bool

func (*WMCreateOrUpdateMappingRequest) IsSetUpdate

func (p *WMCreateOrUpdateMappingRequest) IsSetUpdate() bool

func (*WMCreateOrUpdateMappingRequest) Read

func (*WMCreateOrUpdateMappingRequest) ReadField1

func (*WMCreateOrUpdateMappingRequest) ReadField2

func (*WMCreateOrUpdateMappingRequest) String

func (*WMCreateOrUpdateMappingRequest) Write

type WMCreateOrUpdateMappingResponse

type WMCreateOrUpdateMappingResponse struct {
}
var ThriftHiveMetastoreCreateOrUpdateWmMappingResult_Success_DEFAULT *WMCreateOrUpdateMappingResponse

func NewWMCreateOrUpdateMappingResponse

func NewWMCreateOrUpdateMappingResponse() *WMCreateOrUpdateMappingResponse

func (*WMCreateOrUpdateMappingResponse) Equals

func (*WMCreateOrUpdateMappingResponse) Read

func (*WMCreateOrUpdateMappingResponse) String

func (*WMCreateOrUpdateMappingResponse) Write

type WMCreatePoolRequest

type WMCreatePoolRequest struct {
	Pool *WMPool `thrift:"pool,1" db:"pool" json:"pool,omitempty"`
}

Attributes:

  • Pool
var ThriftHiveMetastoreCreateWmPoolArgs_Request_DEFAULT *WMCreatePoolRequest

func NewWMCreatePoolRequest

func NewWMCreatePoolRequest() *WMCreatePoolRequest

func (*WMCreatePoolRequest) Equals

func (p *WMCreatePoolRequest) Equals(other *WMCreatePoolRequest) bool

func (*WMCreatePoolRequest) GetPool

func (p *WMCreatePoolRequest) GetPool() *WMPool

func (*WMCreatePoolRequest) IsSetPool

func (p *WMCreatePoolRequest) IsSetPool() bool

func (*WMCreatePoolRequest) Read

func (*WMCreatePoolRequest) ReadField1

func (p *WMCreatePoolRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMCreatePoolRequest) String

func (p *WMCreatePoolRequest) String() string

func (*WMCreatePoolRequest) Write

type WMCreatePoolResponse

type WMCreatePoolResponse struct {
}
var ThriftHiveMetastoreCreateWmPoolResult_Success_DEFAULT *WMCreatePoolResponse

func NewWMCreatePoolResponse

func NewWMCreatePoolResponse() *WMCreatePoolResponse

func (*WMCreatePoolResponse) Equals

func (*WMCreatePoolResponse) Read

func (*WMCreatePoolResponse) String

func (p *WMCreatePoolResponse) String() string

func (*WMCreatePoolResponse) Write

type WMCreateResourcePlanRequest

type WMCreateResourcePlanRequest struct {
	ResourcePlan *WMResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
	CopyFrom     *string         `thrift:"copyFrom,2" db:"copyFrom" json:"copyFrom,omitempty"`
}

Attributes:

  • ResourcePlan
  • CopyFrom
var ThriftHiveMetastoreCreateResourcePlanArgs_Request_DEFAULT *WMCreateResourcePlanRequest

func NewWMCreateResourcePlanRequest

func NewWMCreateResourcePlanRequest() *WMCreateResourcePlanRequest

func (*WMCreateResourcePlanRequest) Equals

func (*WMCreateResourcePlanRequest) GetCopyFrom

func (p *WMCreateResourcePlanRequest) GetCopyFrom() string

func (*WMCreateResourcePlanRequest) GetResourcePlan

func (p *WMCreateResourcePlanRequest) GetResourcePlan() *WMResourcePlan

func (*WMCreateResourcePlanRequest) IsSetCopyFrom

func (p *WMCreateResourcePlanRequest) IsSetCopyFrom() bool

func (*WMCreateResourcePlanRequest) IsSetResourcePlan

func (p *WMCreateResourcePlanRequest) IsSetResourcePlan() bool

func (*WMCreateResourcePlanRequest) Read

func (*WMCreateResourcePlanRequest) ReadField1

func (*WMCreateResourcePlanRequest) ReadField2

func (*WMCreateResourcePlanRequest) String

func (p *WMCreateResourcePlanRequest) String() string

func (*WMCreateResourcePlanRequest) Write

type WMCreateResourcePlanResponse

type WMCreateResourcePlanResponse struct {
}
var ThriftHiveMetastoreCreateResourcePlanResult_Success_DEFAULT *WMCreateResourcePlanResponse

func NewWMCreateResourcePlanResponse

func NewWMCreateResourcePlanResponse() *WMCreateResourcePlanResponse

func (*WMCreateResourcePlanResponse) Equals

func (*WMCreateResourcePlanResponse) Read

func (*WMCreateResourcePlanResponse) String

func (*WMCreateResourcePlanResponse) Write

type WMCreateTriggerRequest

type WMCreateTriggerRequest struct {
	Trigger *WMTrigger `thrift:"trigger,1" db:"trigger" json:"trigger,omitempty"`
}

Attributes:

  • Trigger
var ThriftHiveMetastoreCreateWmTriggerArgs_Request_DEFAULT *WMCreateTriggerRequest

func NewWMCreateTriggerRequest

func NewWMCreateTriggerRequest() *WMCreateTriggerRequest

func (*WMCreateTriggerRequest) Equals

func (*WMCreateTriggerRequest) GetTrigger

func (p *WMCreateTriggerRequest) GetTrigger() *WMTrigger

func (*WMCreateTriggerRequest) IsSetTrigger

func (p *WMCreateTriggerRequest) IsSetTrigger() bool

func (*WMCreateTriggerRequest) Read

func (*WMCreateTriggerRequest) ReadField1

func (p *WMCreateTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMCreateTriggerRequest) String

func (p *WMCreateTriggerRequest) String() string

func (*WMCreateTriggerRequest) Write

type WMCreateTriggerResponse

type WMCreateTriggerResponse struct {
}
var ThriftHiveMetastoreCreateWmTriggerResult_Success_DEFAULT *WMCreateTriggerResponse

func NewWMCreateTriggerResponse

func NewWMCreateTriggerResponse() *WMCreateTriggerResponse

func (*WMCreateTriggerResponse) Equals

func (*WMCreateTriggerResponse) Read

func (*WMCreateTriggerResponse) String

func (p *WMCreateTriggerResponse) String() string

func (*WMCreateTriggerResponse) Write

type WMDropMappingRequest

type WMDropMappingRequest struct {
	Mapping *WMMapping `thrift:"mapping,1" db:"mapping" json:"mapping,omitempty"`
}

Attributes:

  • Mapping
var ThriftHiveMetastoreDropWmMappingArgs_Request_DEFAULT *WMDropMappingRequest

func NewWMDropMappingRequest

func NewWMDropMappingRequest() *WMDropMappingRequest

func (*WMDropMappingRequest) Equals

func (*WMDropMappingRequest) GetMapping

func (p *WMDropMappingRequest) GetMapping() *WMMapping

func (*WMDropMappingRequest) IsSetMapping

func (p *WMDropMappingRequest) IsSetMapping() bool

func (*WMDropMappingRequest) Read

func (*WMDropMappingRequest) ReadField1

func (p *WMDropMappingRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropMappingRequest) String

func (p *WMDropMappingRequest) String() string

func (*WMDropMappingRequest) Write

type WMDropMappingResponse

type WMDropMappingResponse struct {
}
var ThriftHiveMetastoreDropWmMappingResult_Success_DEFAULT *WMDropMappingResponse

func NewWMDropMappingResponse

func NewWMDropMappingResponse() *WMDropMappingResponse

func (*WMDropMappingResponse) Equals

func (*WMDropMappingResponse) Read

func (*WMDropMappingResponse) String

func (p *WMDropMappingResponse) String() string

func (*WMDropMappingResponse) Write

type WMDropPoolRequest

type WMDropPoolRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	PoolPath         *string `thrift:"poolPath,2" db:"poolPath" json:"poolPath,omitempty"`
	Ns               *string `thrift:"ns,3" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • PoolPath
  • Ns
var ThriftHiveMetastoreDropWmPoolArgs_Request_DEFAULT *WMDropPoolRequest

func NewWMDropPoolRequest

func NewWMDropPoolRequest() *WMDropPoolRequest

func (*WMDropPoolRequest) Equals

func (p *WMDropPoolRequest) Equals(other *WMDropPoolRequest) bool

func (*WMDropPoolRequest) GetNs

func (p *WMDropPoolRequest) GetNs() string

func (*WMDropPoolRequest) GetPoolPath

func (p *WMDropPoolRequest) GetPoolPath() string

func (*WMDropPoolRequest) GetResourcePlanName

func (p *WMDropPoolRequest) GetResourcePlanName() string

func (*WMDropPoolRequest) IsSetNs

func (p *WMDropPoolRequest) IsSetNs() bool

func (*WMDropPoolRequest) IsSetPoolPath

func (p *WMDropPoolRequest) IsSetPoolPath() bool

func (*WMDropPoolRequest) IsSetResourcePlanName

func (p *WMDropPoolRequest) IsSetResourcePlanName() bool

func (*WMDropPoolRequest) Read

func (p *WMDropPoolRequest) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropPoolRequest) ReadField1

func (p *WMDropPoolRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropPoolRequest) ReadField2

func (p *WMDropPoolRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropPoolRequest) ReadField3

func (p *WMDropPoolRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropPoolRequest) String

func (p *WMDropPoolRequest) String() string

func (*WMDropPoolRequest) Write

func (p *WMDropPoolRequest) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMDropPoolResponse

type WMDropPoolResponse struct {
}
var ThriftHiveMetastoreDropWmPoolResult_Success_DEFAULT *WMDropPoolResponse

func NewWMDropPoolResponse

func NewWMDropPoolResponse() *WMDropPoolResponse

func (*WMDropPoolResponse) Equals

func (p *WMDropPoolResponse) Equals(other *WMDropPoolResponse) bool

func (*WMDropPoolResponse) Read

func (*WMDropPoolResponse) String

func (p *WMDropPoolResponse) String() string

func (*WMDropPoolResponse) Write

func (p *WMDropPoolResponse) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMDropResourcePlanRequest

type WMDropResourcePlanRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	Ns               *string `thrift:"ns,2" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • Ns
var ThriftHiveMetastoreDropResourcePlanArgs_Request_DEFAULT *WMDropResourcePlanRequest

func NewWMDropResourcePlanRequest

func NewWMDropResourcePlanRequest() *WMDropResourcePlanRequest

func (*WMDropResourcePlanRequest) Equals

func (*WMDropResourcePlanRequest) GetNs

func (p *WMDropResourcePlanRequest) GetNs() string

func (*WMDropResourcePlanRequest) GetResourcePlanName

func (p *WMDropResourcePlanRequest) GetResourcePlanName() string

func (*WMDropResourcePlanRequest) IsSetNs

func (p *WMDropResourcePlanRequest) IsSetNs() bool

func (*WMDropResourcePlanRequest) IsSetResourcePlanName

func (p *WMDropResourcePlanRequest) IsSetResourcePlanName() bool

func (*WMDropResourcePlanRequest) Read

func (*WMDropResourcePlanRequest) ReadField1

func (p *WMDropResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropResourcePlanRequest) ReadField2

func (p *WMDropResourcePlanRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropResourcePlanRequest) String

func (p *WMDropResourcePlanRequest) String() string

func (*WMDropResourcePlanRequest) Write

type WMDropResourcePlanResponse

type WMDropResourcePlanResponse struct {
}
var ThriftHiveMetastoreDropResourcePlanResult_Success_DEFAULT *WMDropResourcePlanResponse

func NewWMDropResourcePlanResponse

func NewWMDropResourcePlanResponse() *WMDropResourcePlanResponse

func (*WMDropResourcePlanResponse) Equals

func (*WMDropResourcePlanResponse) Read

func (*WMDropResourcePlanResponse) String

func (p *WMDropResourcePlanResponse) String() string

func (*WMDropResourcePlanResponse) Write

type WMDropTriggerRequest

type WMDropTriggerRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	TriggerName      *string `thrift:"triggerName,2" db:"triggerName" json:"triggerName,omitempty"`
	Ns               *string `thrift:"ns,3" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • TriggerName
  • Ns
var ThriftHiveMetastoreDropWmTriggerArgs_Request_DEFAULT *WMDropTriggerRequest

func NewWMDropTriggerRequest

func NewWMDropTriggerRequest() *WMDropTriggerRequest

func (*WMDropTriggerRequest) Equals

func (*WMDropTriggerRequest) GetNs

func (p *WMDropTriggerRequest) GetNs() string

func (*WMDropTriggerRequest) GetResourcePlanName

func (p *WMDropTriggerRequest) GetResourcePlanName() string

func (*WMDropTriggerRequest) GetTriggerName

func (p *WMDropTriggerRequest) GetTriggerName() string

func (*WMDropTriggerRequest) IsSetNs

func (p *WMDropTriggerRequest) IsSetNs() bool

func (*WMDropTriggerRequest) IsSetResourcePlanName

func (p *WMDropTriggerRequest) IsSetResourcePlanName() bool

func (*WMDropTriggerRequest) IsSetTriggerName

func (p *WMDropTriggerRequest) IsSetTriggerName() bool

func (*WMDropTriggerRequest) Read

func (*WMDropTriggerRequest) ReadField1

func (p *WMDropTriggerRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropTriggerRequest) ReadField2

func (p *WMDropTriggerRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropTriggerRequest) ReadField3

func (p *WMDropTriggerRequest) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMDropTriggerRequest) String

func (p *WMDropTriggerRequest) String() string

func (*WMDropTriggerRequest) Write

type WMDropTriggerResponse

type WMDropTriggerResponse struct {
}
var ThriftHiveMetastoreDropWmTriggerResult_Success_DEFAULT *WMDropTriggerResponse

func NewWMDropTriggerResponse

func NewWMDropTriggerResponse() *WMDropTriggerResponse

func (*WMDropTriggerResponse) Equals

func (*WMDropTriggerResponse) Read

func (*WMDropTriggerResponse) String

func (p *WMDropTriggerResponse) String() string

func (*WMDropTriggerResponse) Write

type WMFullResourcePlan

type WMFullResourcePlan struct {
	Plan         *WMResourcePlan  `thrift:"plan,1,required" db:"plan" json:"plan"`
	Pools        []*WMPool        `thrift:"pools,2,required" db:"pools" json:"pools"`
	Mappings     []*WMMapping     `thrift:"mappings,3" db:"mappings" json:"mappings,omitempty"`
	Triggers     []*WMTrigger     `thrift:"triggers,4" db:"triggers" json:"triggers,omitempty"`
	PoolTriggers []*WMPoolTrigger `thrift:"poolTriggers,5" db:"poolTriggers" json:"poolTriggers,omitempty"`
}

Attributes:

  • Plan
  • Pools
  • Mappings
  • Triggers
  • PoolTriggers
var WMAlterResourcePlanResponse_FullResourcePlan_DEFAULT *WMFullResourcePlan
var WMGetActiveResourcePlanResponse_ResourcePlan_DEFAULT *WMFullResourcePlan
var WMGetResourcePlanResponse_ResourcePlan_DEFAULT *WMFullResourcePlan

func NewWMFullResourcePlan

func NewWMFullResourcePlan() *WMFullResourcePlan

func (*WMFullResourcePlan) Equals

func (p *WMFullResourcePlan) Equals(other *WMFullResourcePlan) bool

func (*WMFullResourcePlan) GetMappings

func (p *WMFullResourcePlan) GetMappings() []*WMMapping

func (*WMFullResourcePlan) GetPlan

func (p *WMFullResourcePlan) GetPlan() *WMResourcePlan

func (*WMFullResourcePlan) GetPoolTriggers

func (p *WMFullResourcePlan) GetPoolTriggers() []*WMPoolTrigger

func (*WMFullResourcePlan) GetPools

func (p *WMFullResourcePlan) GetPools() []*WMPool

func (*WMFullResourcePlan) GetTriggers

func (p *WMFullResourcePlan) GetTriggers() []*WMTrigger

func (*WMFullResourcePlan) IsSetMappings

func (p *WMFullResourcePlan) IsSetMappings() bool

func (*WMFullResourcePlan) IsSetPlan

func (p *WMFullResourcePlan) IsSetPlan() bool

func (*WMFullResourcePlan) IsSetPoolTriggers

func (p *WMFullResourcePlan) IsSetPoolTriggers() bool

func (*WMFullResourcePlan) IsSetTriggers

func (p *WMFullResourcePlan) IsSetTriggers() bool

func (*WMFullResourcePlan) Read

func (*WMFullResourcePlan) ReadField1

func (p *WMFullResourcePlan) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMFullResourcePlan) ReadField2

func (p *WMFullResourcePlan) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMFullResourcePlan) ReadField3

func (p *WMFullResourcePlan) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMFullResourcePlan) ReadField4

func (p *WMFullResourcePlan) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMFullResourcePlan) ReadField5

func (p *WMFullResourcePlan) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMFullResourcePlan) String

func (p *WMFullResourcePlan) String() string

func (*WMFullResourcePlan) Write

func (p *WMFullResourcePlan) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMGetActiveResourcePlanRequest

type WMGetActiveResourcePlanRequest struct {
	Ns *string `thrift:"ns,1" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • Ns
var ThriftHiveMetastoreGetActiveResourcePlanArgs_Request_DEFAULT *WMGetActiveResourcePlanRequest

func NewWMGetActiveResourcePlanRequest

func NewWMGetActiveResourcePlanRequest() *WMGetActiveResourcePlanRequest

func (*WMGetActiveResourcePlanRequest) Equals

func (*WMGetActiveResourcePlanRequest) GetNs

func (*WMGetActiveResourcePlanRequest) IsSetNs

func (p *WMGetActiveResourcePlanRequest) IsSetNs() bool

func (*WMGetActiveResourcePlanRequest) Read

func (*WMGetActiveResourcePlanRequest) ReadField1

func (*WMGetActiveResourcePlanRequest) String

func (*WMGetActiveResourcePlanRequest) Write

type WMGetActiveResourcePlanResponse

type WMGetActiveResourcePlanResponse struct {
	ResourcePlan *WMFullResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
}

Attributes:

  • ResourcePlan
var ThriftHiveMetastoreGetActiveResourcePlanResult_Success_DEFAULT *WMGetActiveResourcePlanResponse

func NewWMGetActiveResourcePlanResponse

func NewWMGetActiveResourcePlanResponse() *WMGetActiveResourcePlanResponse

func (*WMGetActiveResourcePlanResponse) Equals

func (*WMGetActiveResourcePlanResponse) GetResourcePlan

func (*WMGetActiveResourcePlanResponse) IsSetResourcePlan

func (p *WMGetActiveResourcePlanResponse) IsSetResourcePlan() bool

func (*WMGetActiveResourcePlanResponse) Read

func (*WMGetActiveResourcePlanResponse) ReadField1

func (*WMGetActiveResourcePlanResponse) String

func (*WMGetActiveResourcePlanResponse) Write

type WMGetAllResourcePlanRequest

type WMGetAllResourcePlanRequest struct {
	Ns *string `thrift:"ns,1" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • Ns
var ThriftHiveMetastoreGetAllResourcePlansArgs_Request_DEFAULT *WMGetAllResourcePlanRequest

func NewWMGetAllResourcePlanRequest

func NewWMGetAllResourcePlanRequest() *WMGetAllResourcePlanRequest

func (*WMGetAllResourcePlanRequest) Equals

func (*WMGetAllResourcePlanRequest) GetNs

func (*WMGetAllResourcePlanRequest) IsSetNs

func (p *WMGetAllResourcePlanRequest) IsSetNs() bool

func (*WMGetAllResourcePlanRequest) Read

func (*WMGetAllResourcePlanRequest) ReadField1

func (*WMGetAllResourcePlanRequest) String

func (p *WMGetAllResourcePlanRequest) String() string

func (*WMGetAllResourcePlanRequest) Write

type WMGetAllResourcePlanResponse

type WMGetAllResourcePlanResponse struct {
	ResourcePlans []*WMResourcePlan `thrift:"resourcePlans,1" db:"resourcePlans" json:"resourcePlans,omitempty"`
}

Attributes:

  • ResourcePlans
var ThriftHiveMetastoreGetAllResourcePlansResult_Success_DEFAULT *WMGetAllResourcePlanResponse

func NewWMGetAllResourcePlanResponse

func NewWMGetAllResourcePlanResponse() *WMGetAllResourcePlanResponse

func (*WMGetAllResourcePlanResponse) Equals

func (*WMGetAllResourcePlanResponse) GetResourcePlans

func (p *WMGetAllResourcePlanResponse) GetResourcePlans() []*WMResourcePlan

func (*WMGetAllResourcePlanResponse) IsSetResourcePlans

func (p *WMGetAllResourcePlanResponse) IsSetResourcePlans() bool

func (*WMGetAllResourcePlanResponse) Read

func (*WMGetAllResourcePlanResponse) ReadField1

func (*WMGetAllResourcePlanResponse) String

func (*WMGetAllResourcePlanResponse) Write

type WMGetResourcePlanRequest

type WMGetResourcePlanRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	Ns               *string `thrift:"ns,2" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • Ns
var ThriftHiveMetastoreGetResourcePlanArgs_Request_DEFAULT *WMGetResourcePlanRequest

func NewWMGetResourcePlanRequest

func NewWMGetResourcePlanRequest() *WMGetResourcePlanRequest

func (*WMGetResourcePlanRequest) Equals

func (*WMGetResourcePlanRequest) GetNs

func (p *WMGetResourcePlanRequest) GetNs() string

func (*WMGetResourcePlanRequest) GetResourcePlanName

func (p *WMGetResourcePlanRequest) GetResourcePlanName() string

func (*WMGetResourcePlanRequest) IsSetNs

func (p *WMGetResourcePlanRequest) IsSetNs() bool

func (*WMGetResourcePlanRequest) IsSetResourcePlanName

func (p *WMGetResourcePlanRequest) IsSetResourcePlanName() bool

func (*WMGetResourcePlanRequest) Read

func (*WMGetResourcePlanRequest) ReadField1

func (p *WMGetResourcePlanRequest) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMGetResourcePlanRequest) ReadField2

func (p *WMGetResourcePlanRequest) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMGetResourcePlanRequest) String

func (p *WMGetResourcePlanRequest) String() string

func (*WMGetResourcePlanRequest) Write

type WMGetResourcePlanResponse

type WMGetResourcePlanResponse struct {
	ResourcePlan *WMFullResourcePlan `thrift:"resourcePlan,1" db:"resourcePlan" json:"resourcePlan,omitempty"`
}

Attributes:

  • ResourcePlan
var ThriftHiveMetastoreGetResourcePlanResult_Success_DEFAULT *WMGetResourcePlanResponse

func NewWMGetResourcePlanResponse

func NewWMGetResourcePlanResponse() *WMGetResourcePlanResponse

func (*WMGetResourcePlanResponse) Equals

func (*WMGetResourcePlanResponse) GetResourcePlan

func (p *WMGetResourcePlanResponse) GetResourcePlan() *WMFullResourcePlan

func (*WMGetResourcePlanResponse) IsSetResourcePlan

func (p *WMGetResourcePlanResponse) IsSetResourcePlan() bool

func (*WMGetResourcePlanResponse) Read

func (*WMGetResourcePlanResponse) ReadField1

func (p *WMGetResourcePlanResponse) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMGetResourcePlanResponse) String

func (p *WMGetResourcePlanResponse) String() string

func (*WMGetResourcePlanResponse) Write

type WMGetTriggersForResourePlanRequest

type WMGetTriggersForResourePlanRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	Ns               *string `thrift:"ns,2" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • Ns
var ThriftHiveMetastoreGetTriggersForResourceplanArgs_Request_DEFAULT *WMGetTriggersForResourePlanRequest

func NewWMGetTriggersForResourePlanRequest

func NewWMGetTriggersForResourePlanRequest() *WMGetTriggersForResourePlanRequest

func (*WMGetTriggersForResourePlanRequest) Equals

func (*WMGetTriggersForResourePlanRequest) GetNs

func (*WMGetTriggersForResourePlanRequest) GetResourcePlanName

func (p *WMGetTriggersForResourePlanRequest) GetResourcePlanName() string

func (*WMGetTriggersForResourePlanRequest) IsSetNs

func (*WMGetTriggersForResourePlanRequest) IsSetResourcePlanName

func (p *WMGetTriggersForResourePlanRequest) IsSetResourcePlanName() bool

func (*WMGetTriggersForResourePlanRequest) Read

func (*WMGetTriggersForResourePlanRequest) ReadField1

func (*WMGetTriggersForResourePlanRequest) ReadField2

func (*WMGetTriggersForResourePlanRequest) String

func (*WMGetTriggersForResourePlanRequest) Write

type WMGetTriggersForResourePlanResponse

type WMGetTriggersForResourePlanResponse struct {
	Triggers []*WMTrigger `thrift:"triggers,1" db:"triggers" json:"triggers,omitempty"`
}

Attributes:

  • Triggers
var ThriftHiveMetastoreGetTriggersForResourceplanResult_Success_DEFAULT *WMGetTriggersForResourePlanResponse

func NewWMGetTriggersForResourePlanResponse

func NewWMGetTriggersForResourePlanResponse() *WMGetTriggersForResourePlanResponse

func (*WMGetTriggersForResourePlanResponse) Equals

func (*WMGetTriggersForResourePlanResponse) GetTriggers

func (p *WMGetTriggersForResourePlanResponse) GetTriggers() []*WMTrigger

func (*WMGetTriggersForResourePlanResponse) IsSetTriggers

func (p *WMGetTriggersForResourePlanResponse) IsSetTriggers() bool

func (*WMGetTriggersForResourePlanResponse) Read

func (*WMGetTriggersForResourePlanResponse) ReadField1

func (*WMGetTriggersForResourePlanResponse) String

func (*WMGetTriggersForResourePlanResponse) Write

type WMMapping

type WMMapping struct {
	ResourcePlanName string  `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"`
	EntityType       string  `thrift:"entityType,2,required" db:"entityType" json:"entityType"`
	EntityName       string  `thrift:"entityName,3,required" db:"entityName" json:"entityName"`
	PoolPath         *string `thrift:"poolPath,4" db:"poolPath" json:"poolPath,omitempty"`
	Ordering         *int32  `thrift:"ordering,5" db:"ordering" json:"ordering,omitempty"`
	Ns               *string `thrift:"ns,6" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • EntityType
  • EntityName
  • PoolPath
  • Ordering
  • Ns
var WMCreateOrUpdateMappingRequest_Mapping_DEFAULT *WMMapping
var WMDropMappingRequest_Mapping_DEFAULT *WMMapping

func NewWMMapping

func NewWMMapping() *WMMapping

func (*WMMapping) Equals

func (p *WMMapping) Equals(other *WMMapping) bool

func (*WMMapping) GetEntityName

func (p *WMMapping) GetEntityName() string

func (*WMMapping) GetEntityType

func (p *WMMapping) GetEntityType() string

func (*WMMapping) GetNs

func (p *WMMapping) GetNs() string

func (*WMMapping) GetOrdering

func (p *WMMapping) GetOrdering() int32

func (*WMMapping) GetPoolPath

func (p *WMMapping) GetPoolPath() string

func (*WMMapping) GetResourcePlanName

func (p *WMMapping) GetResourcePlanName() string

func (*WMMapping) IsSetNs

func (p *WMMapping) IsSetNs() bool

func (*WMMapping) IsSetOrdering

func (p *WMMapping) IsSetOrdering() bool

func (*WMMapping) IsSetPoolPath

func (p *WMMapping) IsSetPoolPath() bool

func (*WMMapping) Read

func (p *WMMapping) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField1

func (p *WMMapping) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField2

func (p *WMMapping) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField3

func (p *WMMapping) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField4

func (p *WMMapping) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField5

func (p *WMMapping) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) ReadField6

func (p *WMMapping) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMMapping) String

func (p *WMMapping) String() string

func (*WMMapping) Write

func (p *WMMapping) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMNullablePool

type WMNullablePool struct {
	ResourcePlanName           string   `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"`
	PoolPath                   string   `thrift:"poolPath,2,required" db:"poolPath" json:"poolPath"`
	AllocFraction              *float64 `thrift:"allocFraction,3" db:"allocFraction" json:"allocFraction,omitempty"`
	QueryParallelism           *int32   `thrift:"queryParallelism,4" db:"queryParallelism" json:"queryParallelism,omitempty"`
	SchedulingPolicy           *string  `thrift:"schedulingPolicy,5" db:"schedulingPolicy" json:"schedulingPolicy,omitempty"`
	IsSetSchedulingPolicyParam *bool    `thrift:"isSetSchedulingPolicy,6" db:"isSetSchedulingPolicy" json:"isSetSchedulingPolicy,omitempty"`
	Ns                         *string  `thrift:"ns,7" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • PoolPath
  • AllocFraction
  • QueryParallelism
  • SchedulingPolicy
  • IsSetSchedulingPolicy
  • Ns
var WMAlterPoolRequest_Pool_DEFAULT *WMNullablePool

func NewWMNullablePool

func NewWMNullablePool() *WMNullablePool

func (*WMNullablePool) Equals

func (p *WMNullablePool) Equals(other *WMNullablePool) bool

func (*WMNullablePool) GetAllocFraction

func (p *WMNullablePool) GetAllocFraction() float64

func (*WMNullablePool) GetIsSetSchedulingPolicy

func (p *WMNullablePool) GetIsSetSchedulingPolicy() bool

func (*WMNullablePool) GetNs

func (p *WMNullablePool) GetNs() string

func (*WMNullablePool) GetPoolPath

func (p *WMNullablePool) GetPoolPath() string

func (*WMNullablePool) GetQueryParallelism

func (p *WMNullablePool) GetQueryParallelism() int32

func (*WMNullablePool) GetResourcePlanName

func (p *WMNullablePool) GetResourcePlanName() string

func (*WMNullablePool) GetSchedulingPolicy

func (p *WMNullablePool) GetSchedulingPolicy() string

func (*WMNullablePool) IsSetAllocFraction

func (p *WMNullablePool) IsSetAllocFraction() bool

func (*WMNullablePool) IsSetIsSetSchedulingPolicy

func (p *WMNullablePool) IsSetIsSetSchedulingPolicy() bool

func (*WMNullablePool) IsSetNs

func (p *WMNullablePool) IsSetNs() bool

func (*WMNullablePool) IsSetQueryParallelism

func (p *WMNullablePool) IsSetQueryParallelism() bool

func (*WMNullablePool) IsSetSchedulingPolicy

func (p *WMNullablePool) IsSetSchedulingPolicy() bool

func (*WMNullablePool) Read

func (p *WMNullablePool) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField1

func (p *WMNullablePool) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField2

func (p *WMNullablePool) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField3

func (p *WMNullablePool) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField4

func (p *WMNullablePool) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField5

func (p *WMNullablePool) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField6

func (p *WMNullablePool) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) ReadField7

func (p *WMNullablePool) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullablePool) String

func (p *WMNullablePool) String() string

func (*WMNullablePool) Write

func (p *WMNullablePool) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMNullableResourcePlan

type WMNullableResourcePlan struct {
	Name   *string               `thrift:"name,1" db:"name" json:"name,omitempty"`
	Status *WMResourcePlanStatus `thrift:"status,2" db:"status" json:"status,omitempty"`
	// unused field # 3
	QueryParallelism           *int32  `thrift:"queryParallelism,4" db:"queryParallelism" json:"queryParallelism,omitempty"`
	IsSetQueryParallelismParam *bool   `thrift:"isSetQueryParallelism,5" db:"isSetQueryParallelism" json:"isSetQueryParallelism,omitempty"`
	DefaultPoolPath            *string `thrift:"defaultPoolPath,6" db:"defaultPoolPath" json:"defaultPoolPath,omitempty"`
	IsSetDefaultPoolPathParam  *bool   `thrift:"isSetDefaultPoolPath,7" db:"isSetDefaultPoolPath" json:"isSetDefaultPoolPath,omitempty"`
	Ns                         *string `thrift:"ns,8" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • Name
  • Status
  • QueryParallelism
  • IsSetQueryParallelism
  • DefaultPoolPath
  • IsSetDefaultPoolPath
  • Ns
var WMAlterResourcePlanRequest_ResourcePlan_DEFAULT *WMNullableResourcePlan

func NewWMNullableResourcePlan

func NewWMNullableResourcePlan() *WMNullableResourcePlan

func (*WMNullableResourcePlan) Equals

func (*WMNullableResourcePlan) GetDefaultPoolPath

func (p *WMNullableResourcePlan) GetDefaultPoolPath() string

func (*WMNullableResourcePlan) GetIsSetDefaultPoolPath

func (p *WMNullableResourcePlan) GetIsSetDefaultPoolPath() bool

func (*WMNullableResourcePlan) GetIsSetQueryParallelism

func (p *WMNullableResourcePlan) GetIsSetQueryParallelism() bool

func (*WMNullableResourcePlan) GetName

func (p *WMNullableResourcePlan) GetName() string

func (*WMNullableResourcePlan) GetNs

func (p *WMNullableResourcePlan) GetNs() string

func (*WMNullableResourcePlan) GetQueryParallelism

func (p *WMNullableResourcePlan) GetQueryParallelism() int32

func (*WMNullableResourcePlan) GetStatus

func (*WMNullableResourcePlan) IsSetDefaultPoolPath

func (p *WMNullableResourcePlan) IsSetDefaultPoolPath() bool

func (*WMNullableResourcePlan) IsSetIsSetDefaultPoolPath

func (p *WMNullableResourcePlan) IsSetIsSetDefaultPoolPath() bool

func (*WMNullableResourcePlan) IsSetIsSetQueryParallelism

func (p *WMNullableResourcePlan) IsSetIsSetQueryParallelism() bool

func (*WMNullableResourcePlan) IsSetName

func (p *WMNullableResourcePlan) IsSetName() bool

func (*WMNullableResourcePlan) IsSetNs

func (p *WMNullableResourcePlan) IsSetNs() bool

func (*WMNullableResourcePlan) IsSetQueryParallelism

func (p *WMNullableResourcePlan) IsSetQueryParallelism() bool

func (*WMNullableResourcePlan) IsSetStatus

func (p *WMNullableResourcePlan) IsSetStatus() bool

func (*WMNullableResourcePlan) Read

func (*WMNullableResourcePlan) ReadField1

func (p *WMNullableResourcePlan) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField2

func (p *WMNullableResourcePlan) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField4

func (p *WMNullableResourcePlan) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField5

func (p *WMNullableResourcePlan) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField6

func (p *WMNullableResourcePlan) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField7

func (p *WMNullableResourcePlan) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) ReadField8

func (p *WMNullableResourcePlan) ReadField8(ctx context.Context, iprot thrift.TProtocol) error

func (*WMNullableResourcePlan) String

func (p *WMNullableResourcePlan) String() string

func (*WMNullableResourcePlan) Write

type WMPool

type WMPool struct {
	ResourcePlanName string   `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"`
	PoolPath         string   `thrift:"poolPath,2,required" db:"poolPath" json:"poolPath"`
	AllocFraction    *float64 `thrift:"allocFraction,3" db:"allocFraction" json:"allocFraction,omitempty"`
	QueryParallelism *int32   `thrift:"queryParallelism,4" db:"queryParallelism" json:"queryParallelism,omitempty"`
	SchedulingPolicy *string  `thrift:"schedulingPolicy,5" db:"schedulingPolicy" json:"schedulingPolicy,omitempty"`
	Ns               *string  `thrift:"ns,6" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • PoolPath
  • AllocFraction
  • QueryParallelism
  • SchedulingPolicy
  • Ns
var WMCreatePoolRequest_Pool_DEFAULT *WMPool

func NewWMPool

func NewWMPool() *WMPool

func (*WMPool) Equals

func (p *WMPool) Equals(other *WMPool) bool

func (*WMPool) GetAllocFraction

func (p *WMPool) GetAllocFraction() float64

func (*WMPool) GetNs

func (p *WMPool) GetNs() string

func (*WMPool) GetPoolPath

func (p *WMPool) GetPoolPath() string

func (*WMPool) GetQueryParallelism

func (p *WMPool) GetQueryParallelism() int32

func (*WMPool) GetResourcePlanName

func (p *WMPool) GetResourcePlanName() string

func (*WMPool) GetSchedulingPolicy

func (p *WMPool) GetSchedulingPolicy() string

func (*WMPool) IsSetAllocFraction

func (p *WMPool) IsSetAllocFraction() bool

func (*WMPool) IsSetNs

func (p *WMPool) IsSetNs() bool

func (*WMPool) IsSetQueryParallelism

func (p *WMPool) IsSetQueryParallelism() bool

func (*WMPool) IsSetSchedulingPolicy

func (p *WMPool) IsSetSchedulingPolicy() bool

func (*WMPool) Read

func (p *WMPool) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField1

func (p *WMPool) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField2

func (p *WMPool) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField3

func (p *WMPool) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField4

func (p *WMPool) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField5

func (p *WMPool) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) ReadField6

func (p *WMPool) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPool) String

func (p *WMPool) String() string

func (*WMPool) Write

func (p *WMPool) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMPoolSchedulingPolicy

type WMPoolSchedulingPolicy int64
const (
	WMPoolSchedulingPolicy_FAIR WMPoolSchedulingPolicy = 1
	WMPoolSchedulingPolicy_FIFO WMPoolSchedulingPolicy = 2
)

func WMPoolSchedulingPolicyFromString

func WMPoolSchedulingPolicyFromString(s string) (WMPoolSchedulingPolicy, error)

func (WMPoolSchedulingPolicy) MarshalText

func (p WMPoolSchedulingPolicy) MarshalText() ([]byte, error)

func (*WMPoolSchedulingPolicy) Scan

func (p *WMPoolSchedulingPolicy) Scan(value interface{}) error

func (WMPoolSchedulingPolicy) String

func (p WMPoolSchedulingPolicy) String() string

func (*WMPoolSchedulingPolicy) UnmarshalText

func (p *WMPoolSchedulingPolicy) UnmarshalText(text []byte) error

func (*WMPoolSchedulingPolicy) Value

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

type WMPoolTrigger

type WMPoolTrigger struct {
	Pool    string  `thrift:"pool,1,required" db:"pool" json:"pool"`
	Trigger string  `thrift:"trigger,2,required" db:"trigger" json:"trigger"`
	Ns      *string `thrift:"ns,3" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • Pool
  • Trigger
  • Ns

func NewWMPoolTrigger

func NewWMPoolTrigger() *WMPoolTrigger

func (*WMPoolTrigger) Equals

func (p *WMPoolTrigger) Equals(other *WMPoolTrigger) bool

func (*WMPoolTrigger) GetNs

func (p *WMPoolTrigger) GetNs() string

func (*WMPoolTrigger) GetPool

func (p *WMPoolTrigger) GetPool() string

func (*WMPoolTrigger) GetTrigger

func (p *WMPoolTrigger) GetTrigger() string

func (*WMPoolTrigger) IsSetNs

func (p *WMPoolTrigger) IsSetNs() bool

func (*WMPoolTrigger) Read

func (p *WMPoolTrigger) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPoolTrigger) ReadField1

func (p *WMPoolTrigger) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPoolTrigger) ReadField2

func (p *WMPoolTrigger) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPoolTrigger) ReadField3

func (p *WMPoolTrigger) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMPoolTrigger) String

func (p *WMPoolTrigger) String() string

func (*WMPoolTrigger) Write

func (p *WMPoolTrigger) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMResourcePlan

type WMResourcePlan struct {
	Name             string                `thrift:"name,1,required" db:"name" json:"name"`
	Status           *WMResourcePlanStatus `thrift:"status,2" db:"status" json:"status,omitempty"`
	QueryParallelism *int32                `thrift:"queryParallelism,3" db:"queryParallelism" json:"queryParallelism,omitempty"`
	DefaultPoolPath  *string               `thrift:"defaultPoolPath,4" db:"defaultPoolPath" json:"defaultPoolPath,omitempty"`
	Ns               *string               `thrift:"ns,5" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • Name
  • Status
  • QueryParallelism
  • DefaultPoolPath
  • Ns
var WMCreateResourcePlanRequest_ResourcePlan_DEFAULT *WMResourcePlan
var WMFullResourcePlan_Plan_DEFAULT *WMResourcePlan

func NewWMResourcePlan

func NewWMResourcePlan() *WMResourcePlan

func (*WMResourcePlan) Equals

func (p *WMResourcePlan) Equals(other *WMResourcePlan) bool

func (*WMResourcePlan) GetDefaultPoolPath

func (p *WMResourcePlan) GetDefaultPoolPath() string

func (*WMResourcePlan) GetName

func (p *WMResourcePlan) GetName() string

func (*WMResourcePlan) GetNs

func (p *WMResourcePlan) GetNs() string

func (*WMResourcePlan) GetQueryParallelism

func (p *WMResourcePlan) GetQueryParallelism() int32

func (*WMResourcePlan) GetStatus

func (p *WMResourcePlan) GetStatus() WMResourcePlanStatus

func (*WMResourcePlan) IsSetDefaultPoolPath

func (p *WMResourcePlan) IsSetDefaultPoolPath() bool

func (*WMResourcePlan) IsSetNs

func (p *WMResourcePlan) IsSetNs() bool

func (*WMResourcePlan) IsSetQueryParallelism

func (p *WMResourcePlan) IsSetQueryParallelism() bool

func (*WMResourcePlan) IsSetStatus

func (p *WMResourcePlan) IsSetStatus() bool

func (*WMResourcePlan) Read

func (p *WMResourcePlan) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) ReadField1

func (p *WMResourcePlan) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) ReadField2

func (p *WMResourcePlan) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) ReadField3

func (p *WMResourcePlan) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) ReadField4

func (p *WMResourcePlan) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) ReadField5

func (p *WMResourcePlan) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMResourcePlan) String

func (p *WMResourcePlan) String() string

func (*WMResourcePlan) Write

func (p *WMResourcePlan) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMResourcePlanStatus

type WMResourcePlanStatus int64
const (
	WMResourcePlanStatus_ACTIVE   WMResourcePlanStatus = 1
	WMResourcePlanStatus_ENABLED  WMResourcePlanStatus = 2
	WMResourcePlanStatus_DISABLED WMResourcePlanStatus = 3
)
var WMNullableResourcePlan_Status_DEFAULT WMResourcePlanStatus
var WMResourcePlan_Status_DEFAULT WMResourcePlanStatus

func WMResourcePlanStatusFromString

func WMResourcePlanStatusFromString(s string) (WMResourcePlanStatus, error)

func (WMResourcePlanStatus) MarshalText

func (p WMResourcePlanStatus) MarshalText() ([]byte, error)

func (*WMResourcePlanStatus) Scan

func (p *WMResourcePlanStatus) Scan(value interface{}) error

func (WMResourcePlanStatus) String

func (p WMResourcePlanStatus) String() string

func (*WMResourcePlanStatus) UnmarshalText

func (p *WMResourcePlanStatus) UnmarshalText(text []byte) error

func (*WMResourcePlanStatus) Value

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

type WMTrigger

type WMTrigger struct {
	ResourcePlanName  string  `thrift:"resourcePlanName,1,required" db:"resourcePlanName" json:"resourcePlanName"`
	TriggerName       string  `thrift:"triggerName,2,required" db:"triggerName" json:"triggerName"`
	TriggerExpression *string `thrift:"triggerExpression,3" db:"triggerExpression" json:"triggerExpression,omitempty"`
	ActionExpression  *string `thrift:"actionExpression,4" db:"actionExpression" json:"actionExpression,omitempty"`
	IsInUnmanaged     *bool   `thrift:"isInUnmanaged,5" db:"isInUnmanaged" json:"isInUnmanaged,omitempty"`
	Ns                *string `thrift:"ns,6" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • TriggerName
  • TriggerExpression
  • ActionExpression
  • IsInUnmanaged
  • Ns
var WMAlterTriggerRequest_Trigger_DEFAULT *WMTrigger
var WMCreateTriggerRequest_Trigger_DEFAULT *WMTrigger

func NewWMTrigger

func NewWMTrigger() *WMTrigger

func (*WMTrigger) Equals

func (p *WMTrigger) Equals(other *WMTrigger) bool

func (*WMTrigger) GetActionExpression

func (p *WMTrigger) GetActionExpression() string

func (*WMTrigger) GetIsInUnmanaged

func (p *WMTrigger) GetIsInUnmanaged() bool

func (*WMTrigger) GetNs

func (p *WMTrigger) GetNs() string

func (*WMTrigger) GetResourcePlanName

func (p *WMTrigger) GetResourcePlanName() string

func (*WMTrigger) GetTriggerExpression

func (p *WMTrigger) GetTriggerExpression() string

func (*WMTrigger) GetTriggerName

func (p *WMTrigger) GetTriggerName() string

func (*WMTrigger) IsSetActionExpression

func (p *WMTrigger) IsSetActionExpression() bool

func (*WMTrigger) IsSetIsInUnmanaged

func (p *WMTrigger) IsSetIsInUnmanaged() bool

func (*WMTrigger) IsSetNs

func (p *WMTrigger) IsSetNs() bool

func (*WMTrigger) IsSetTriggerExpression

func (p *WMTrigger) IsSetTriggerExpression() bool

func (*WMTrigger) Read

func (p *WMTrigger) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField1

func (p *WMTrigger) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField2

func (p *WMTrigger) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField3

func (p *WMTrigger) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField4

func (p *WMTrigger) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField5

func (p *WMTrigger) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) ReadField6

func (p *WMTrigger) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WMTrigger) String

func (p *WMTrigger) String() string

func (*WMTrigger) Write

func (p *WMTrigger) Write(ctx context.Context, oprot thrift.TProtocol) error

type WMValidateResourcePlanRequest

type WMValidateResourcePlanRequest struct {
	ResourcePlanName *string `thrift:"resourcePlanName,1" db:"resourcePlanName" json:"resourcePlanName,omitempty"`
	Ns               *string `thrift:"ns,2" db:"ns" json:"ns,omitempty"`
}

Attributes:

  • ResourcePlanName
  • Ns
var ThriftHiveMetastoreValidateResourcePlanArgs_Request_DEFAULT *WMValidateResourcePlanRequest

func NewWMValidateResourcePlanRequest

func NewWMValidateResourcePlanRequest() *WMValidateResourcePlanRequest

func (*WMValidateResourcePlanRequest) Equals

func (*WMValidateResourcePlanRequest) GetNs

func (*WMValidateResourcePlanRequest) GetResourcePlanName

func (p *WMValidateResourcePlanRequest) GetResourcePlanName() string

func (*WMValidateResourcePlanRequest) IsSetNs

func (p *WMValidateResourcePlanRequest) IsSetNs() bool

func (*WMValidateResourcePlanRequest) IsSetResourcePlanName

func (p *WMValidateResourcePlanRequest) IsSetResourcePlanName() bool

func (*WMValidateResourcePlanRequest) Read

func (*WMValidateResourcePlanRequest) ReadField1

func (*WMValidateResourcePlanRequest) ReadField2

func (*WMValidateResourcePlanRequest) String

func (*WMValidateResourcePlanRequest) Write

type WMValidateResourcePlanResponse

type WMValidateResourcePlanResponse struct {
	Errors   []string `thrift:"errors,1" db:"errors" json:"errors,omitempty"`
	Warnings []string `thrift:"warnings,2" db:"warnings" json:"warnings,omitempty"`
}

Attributes:

  • Errors
  • Warnings
var ThriftHiveMetastoreValidateResourcePlanResult_Success_DEFAULT *WMValidateResourcePlanResponse

func NewWMValidateResourcePlanResponse

func NewWMValidateResourcePlanResponse() *WMValidateResourcePlanResponse

func (*WMValidateResourcePlanResponse) Equals

func (*WMValidateResourcePlanResponse) GetErrors

func (p *WMValidateResourcePlanResponse) GetErrors() []string

func (*WMValidateResourcePlanResponse) GetWarnings

func (p *WMValidateResourcePlanResponse) GetWarnings() []string

func (*WMValidateResourcePlanResponse) IsSetErrors

func (p *WMValidateResourcePlanResponse) IsSetErrors() bool

func (*WMValidateResourcePlanResponse) IsSetWarnings

func (p *WMValidateResourcePlanResponse) IsSetWarnings() bool

func (*WMValidateResourcePlanResponse) Read

func (*WMValidateResourcePlanResponse) ReadField1

func (*WMValidateResourcePlanResponse) ReadField2

func (*WMValidateResourcePlanResponse) String

func (*WMValidateResourcePlanResponse) Write

type WriteEventInfo

type WriteEventInfo struct {
	WriteId      int64   `thrift:"writeId,1,required" db:"writeId" json:"writeId"`
	Database     string  `thrift:"database,2,required" db:"database" json:"database"`
	Table        string  `thrift:"table,3,required" db:"table" json:"table"`
	Files        string  `thrift:"files,4,required" db:"files" json:"files"`
	Partition    *string `thrift:"partition,5" db:"partition" json:"partition,omitempty"`
	TableObj     *string `thrift:"tableObj,6" db:"tableObj" json:"tableObj,omitempty"`
	PartitionObj *string `thrift:"partitionObj,7" db:"partitionObj" json:"partitionObj,omitempty"`
}

Attributes:

  • WriteId
  • Database
  • Table
  • Files
  • Partition
  • TableObj
  • PartitionObj

func NewWriteEventInfo

func NewWriteEventInfo() *WriteEventInfo

func (*WriteEventInfo) Equals

func (p *WriteEventInfo) Equals(other *WriteEventInfo) bool

func (*WriteEventInfo) GetDatabase

func (p *WriteEventInfo) GetDatabase() string

func (*WriteEventInfo) GetFiles

func (p *WriteEventInfo) GetFiles() string

func (*WriteEventInfo) GetPartition

func (p *WriteEventInfo) GetPartition() string

func (*WriteEventInfo) GetPartitionObj

func (p *WriteEventInfo) GetPartitionObj() string

func (*WriteEventInfo) GetTable

func (p *WriteEventInfo) GetTable() string

func (*WriteEventInfo) GetTableObj

func (p *WriteEventInfo) GetTableObj() string

func (*WriteEventInfo) GetWriteId

func (p *WriteEventInfo) GetWriteId() int64

func (*WriteEventInfo) IsSetPartition

func (p *WriteEventInfo) IsSetPartition() bool

func (*WriteEventInfo) IsSetPartitionObj

func (p *WriteEventInfo) IsSetPartitionObj() bool

func (*WriteEventInfo) IsSetTableObj

func (p *WriteEventInfo) IsSetTableObj() bool

func (*WriteEventInfo) Read

func (p *WriteEventInfo) Read(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField1

func (p *WriteEventInfo) ReadField1(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField2

func (p *WriteEventInfo) ReadField2(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField3

func (p *WriteEventInfo) ReadField3(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField4

func (p *WriteEventInfo) ReadField4(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField5

func (p *WriteEventInfo) ReadField5(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField6

func (p *WriteEventInfo) ReadField6(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) ReadField7

func (p *WriteEventInfo) ReadField7(ctx context.Context, iprot thrift.TProtocol) error

func (*WriteEventInfo) String

func (p *WriteEventInfo) String() string

func (*WriteEventInfo) Write

func (p *WriteEventInfo) Write(ctx context.Context, oprot thrift.TProtocol) error

type WriteNotificationLogRequest

type WriteNotificationLogRequest struct {
	TxnId         int64                   `thrift:"txnId,1,required" db:"txnId" json:"txnId"`
	WriteId       int64                   `thrift:"writeId,2,required" db:"writeId" json:"writeId"`
	Db            string                  `thrift:"db,3,required" db:"db" json:"db"`
	Table         string                  `thrift:"table,4,required" db:"table" json:"table"`
	FileInfo      *InsertEventRequestData `thrift:"fileInfo,5,required" db:"fileInfo" json:"fileInfo"`
	PartitionVals []string                `thrift:"partitionVals,6" db:"partitionVals" json:"partitionVals,omitempty"`
}

Attributes:

  • TxnId
  • WriteId
  • Db
  • Table
  • FileInfo
  • PartitionVals
var ThriftHiveMetastoreAddWriteNotificationLogArgs_Rqst_DEFAULT *WriteNotificationLogRequest

func NewWriteNotificationLogRequest

func NewWriteNotificationLogRequest() *WriteNotificationLogRequest

func (*WriteNotificationLogRequest) Equals

func (*WriteNotificationLogRequest) GetDb

func (*WriteNotificationLogRequest) GetFileInfo

func (*WriteNotificationLogRequest) GetPartitionVals

func (p *WriteNotificationLogRequest) GetPartitionVals() []string

func (*WriteNotificationLogRequest) GetTable

func (p *WriteNotificationLogRequest) GetTable() string

func (*WriteNotificationLogRequest) GetTxnId

func (p *WriteNotificationLogRequest) GetTxnId() int64

func (*WriteNotificationLogRequest) GetWriteId

func (p *WriteNotificationLogRequest) GetWriteId() int64

func (*WriteNotificationLogRequest) IsSetFileInfo

func (p *WriteNotificationLogRequest) IsSetFileInfo() bool

func (*WriteNotificationLogRequest) IsSetPartitionVals

func (p *WriteNotificationLogRequest) IsSetPartitionVals() bool

func (*WriteNotificationLogRequest) Read

func (*WriteNotificationLogRequest) ReadField1

func (*WriteNotificationLogRequest) ReadField2

func (*WriteNotificationLogRequest) ReadField3

func (*WriteNotificationLogRequest) ReadField4

func (*WriteNotificationLogRequest) ReadField5

func (*WriteNotificationLogRequest) ReadField6

func (*WriteNotificationLogRequest) String

func (p *WriteNotificationLogRequest) String() string

func (*WriteNotificationLogRequest) Write

type WriteNotificationLogResponse

type WriteNotificationLogResponse struct {
}
var ThriftHiveMetastoreAddWriteNotificationLogResult_Success_DEFAULT *WriteNotificationLogResponse

func NewWriteNotificationLogResponse

func NewWriteNotificationLogResponse() *WriteNotificationLogResponse

func (*WriteNotificationLogResponse) Equals

func (*WriteNotificationLogResponse) Read

func (*WriteNotificationLogResponse) String

func (*WriteNotificationLogResponse) Write

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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