Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_config_value_args

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

Constant Summary collapse

NAME =
1
DEFAULTVALUE =
2
FIELDS =
{
NAME => { :type => ::Thrift::Types::STRING, :name => 'name' },
DEFAULTVALUE => { :type => ::Thrift::Types::STRING, :name => 'defaultValue' }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end