Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Create_table_result

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

Constant Summary collapse

O1 =
1
O2 =
2
O3 =
3
O4 =
4
FIELDS =
{
O1 => { :type => ::Thrift::Types::STRUCT, :name => 'o1', :class => Impala::Protocol::HiveMetastore::AlreadyExistsException },
O2 => { :type => ::Thrift::Types::STRUCT, :name => 'o2', :class => Impala::Protocol::HiveMetastore::InvalidObjectException },
O3 => { :type => ::Thrift::Types::STRUCT, :name => 'o3', :class => Impala::Protocol::HiveMetastore::MetaException },
O4 => { :type => ::Thrift::Types::STRUCT, :name => 'o4', :class => Impala::Protocol::HiveMetastore::NoSuchObjectException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end