Class: ThriftHiveMetastore::Add_index_args

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

Constant Summary collapse

NEW_INDEX =
1
INDEX_TABLE =
2
FIELDS =
{
  NEW_INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'new_index', :class => ::Index},
  INDEX_TABLE => {:type => ::Thrift::Types::STRUCT, :name => 'index_table', :class => ::Table}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



3113
3114
# File 'lib/thrift/thrift_hive_metastore.rb', line 3113

def validate
end