Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_table_objects_by_name_args

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

Constant Summary collapse

DBNAME =
1
TBL_NAMES =
2
FIELDS =
{
DBNAME => { :type => ::Thrift::Types::STRING, :name => 'dbname' },
TBL_NAMES => { :type => ::Thrift::Types::LIST, :name => 'tbl_names', :element => { :type => ::Thrift::Types::STRING } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end