Class: Hypertable::ThriftGen::HqlService::Hql_exec_result
- Inherits:
-
Object
- Object
- Hypertable::ThriftGen::HqlService::Hql_exec_result
- Includes:
- Thrift::Struct
- Defined in:
- lib/hypertable/gen-rb/hql_service.rb
Constant Summary collapse
- SUCCESS =
0- E =
1- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Hypertable::ThriftGen::HqlResult}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => Hypertable::ThriftGen::ClientException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
111 |
# File 'lib/hypertable/gen-rb/hql_service.rb', line 111 def struct_fields; FIELDS; end |
#validate ⇒ Object
113 114 |
# File 'lib/hypertable/gen-rb/hql_service.rb', line 113 def validate end |