Class: Hypertable::ThriftGen::ClientService::Set_cells_as_arrays_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
CELLS =
2
FIELDS =
{
  MUTATOR => {:type => ::Thrift::Types::I64, :name => 'mutator'},
  CELLS => {:type => ::Thrift::Types::LIST, :name => 'cells', :element => {:type => ::Thrift::Types::LIST, :element => {:type => ::Thrift::Types::STRING}}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end