Class: Hypertable::ThriftGen::ClientService::Offer_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

NS =
1
TABLE_NAME =
2
MUTATE_SPEC =
3
CELLS =
4
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  TABLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'table_name'},
  MUTATE_SPEC => {:type => ::Thrift::Types::STRUCT, :name => 'mutate_spec', :class => Hypertable::ThriftGen::MutateSpec},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end