Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Alter_index_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/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 => ::Impala::Protocol::HiveMetastore::Index}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4001
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4001

def struct_fields; FIELDS; end

#validateObject



4003
4004
# File 'lib/impala/protocol/thrift_hive_metastore.rb', line 4003

def validate
end