Class: Hypertable::ThriftGen::ClientService::Set_cell_as_array_args

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

Constant Summary collapse

MUTATOR =
1
CELL =
2
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  CELL => {:type => ::Thrift::Types::LIST, :name => 'cell', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2144
# File 'lib/hypertable/gen-rb/client_service.rb', line 2144

def struct_fields; FIELDS; end

#validateObject



2146
2147
# File 'lib/hypertable/gen-rb/client_service.rb', line 2146

def validate
end