Class: Hive::Thrift::ThriftHive::GetThriftSchema_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/thrift_hive.rb

Constant Summary collapse

SUCCESS =
0
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Schema},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => ::Hive::Thrift::HiveServerException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



431
# File 'lib/thrift/thrift_hive.rb', line 431

def struct_fields; FIELDS; end

#validateObject



433
434
# File 'lib/thrift/thrift_hive.rb', line 433

def validate
end