Class: Hypertable::ThriftGen::HqlService::Hql_query2_args

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

Constant Summary collapse

NS =
1
COMMAND =
2
FIELDS =
{
  NS => {:type => ::Thrift::Types::I64, :name => 'ns'},
  COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



260
# File 'lib/hypertable/gen-rb/hql_service.rb', line 260

def struct_fields; FIELDS; end

#validateObject



262
263
# File 'lib/hypertable/gen-rb/hql_service.rb', line 262

def validate
end