Class: Impala::Protocol::TGetTablesResult

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

Constant Summary collapse

TABLES =
1
FIELDS =
{
TABLES => { :type => ::Thrift::Types::LIST, :name => 'tables', :element => { :type => ::Thrift::Types::STRING } }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



51
# File 'lib/impala/protocol/frontend_types.rb', line 51

def struct_fields; FIELDS; end

#validateObject



53
54
# File 'lib/impala/protocol/frontend_types.rb', line 53

def validate
end