Class: Hypertable::ThriftGen::ClientService::Get_row_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
NAME =
2
ROW =
3
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end