Class: Impala::Protocol::TGetDbsParams

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

Constant Summary collapse

PATTERN =
1
FIELDS =
{
PATTERN => { :type => ::Thrift::Types::STRING, :name => 'pattern', :optional => true }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end