Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Create_database_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

DATABASE =
1
FIELDS =
{
DATABASE => { :type => ::Thrift::Types::STRUCT, :name => 'database', :class => Impala::Protocol::HiveMetastore::Database }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end