Class: Hypertable::ThriftGen::ClientService::Create_table_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

NAME =
1
SCHEMA =
2
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  SCHEMA => {:type => ::Thrift::Types::STRING, :name => 'schema'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end