Class: Hypertable::ThriftGen::HqlResult2

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hypertable/gen-rb/hql_types.rb

Overview

Same as HqlResult except with cell as array

Constant Summary collapse

RESULTS =
1
CELLS =
2
SCANNER =
3
MUTATOR =
4
FIELDS =
{
  RESULTS => {:type => ::Thrift::Types::LIST, :name => 'results', :element => {:type => ::Thrift::Types::STRING}, :optional => true},
  CELLS => {:type => ::Thrift::Types::LIST, :name => 'cells', :element => {:type => ::Thrift::Types::LIST, :element => {:type => ::Thrift::Types::STRING}}, :optional => true},
  SCANNER => {:type => ::Thrift::Types::I64, :name => 'scanner', :optional => true},
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



64
# File 'lib/hypertable/gen-rb/hql_types.rb', line 64

def struct_fields; FIELDS; end

#validateObject



66
67
# File 'lib/hypertable/gen-rb/hql_types.rb', line 66

def validate
end