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



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

def struct_fields; FIELDS; end

#validateObject



2418
2419
# File 'lib/thrift/thrift_hive_metastore.rb', line 2418

def validate
end