Class: Impala::Protocol::HiveMetastore::ThriftHiveMetastore::Get_table_names_by_filter_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
FILTER =
2
MAX_TABLES =
3
FIELDS =
{
  DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
  FILTER => {:type => ::Thrift::Types::STRING, :name => 'filter'},
  MAX_TABLES => {:type => ::Thrift::Types::I16, :name => 'max_tables', :default => -1}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end