Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Add_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

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end