Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_config_value_result

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

Constant Summary collapse

SUCCESS =
0
O1 =
1
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::STRING, :name => 'success' },
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::ConfigValSecurityException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end