Class: Impala::Protocol::TGetTablesParams

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end