Class: ThriftHiveMetastore::Alter_index_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/thrift_hive_metastore.rb

Constant Summary collapse

DBNAME =
1
BASE_TBL_NAME =
2
IDX_NAME =
3
NEW_IDX =
4
FIELDS =
{
  DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
  BASE_TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'base_tbl_name'},
  IDX_NAME => {:type => ::Thrift::Types::STRING, :name => 'idx_name'},
  NEW_IDX => {:type => ::Thrift::Types::STRUCT, :name => 'new_idx', :class => ::Index}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3155
# File 'lib/thrift/thrift_hive_metastore.rb', line 3155

def struct_fields; FIELDS; end

#validateObject



3157
3158
# File 'lib/thrift/thrift_hive_metastore.rb', line 3157

def validate
end