Class: Impala::Protocol::THBaseKeyRange

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

Constant Summary collapse

STARTKEY =
1
STOPKEY =
2
FIELDS =
{
STARTKEY => { :type => ::Thrift::Types::STRING, :name => 'startKey', :optional => true },
STOPKEY => { :type => ::Thrift::Types::STRING, :name => 'stopKey', :optional => true }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



71
# File 'lib/impala/protocol/plan_nodes_types.rb', line 71

def struct_fields; FIELDS; end

#validateObject



73
74
# File 'lib/impala/protocol/plan_nodes_types.rb', line 73

def validate
end