Class: Impala::Protocol::TGetDbsResult

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end