Class: Impala::Protocol::TGetResultSetMetadataReq
- Inherits:
-
Object
- Object
- Impala::Protocol::TGetResultSetMetadataReq
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/impala/protocol/t_c_l_i_service_types.rb
Constant Summary collapse
- OPERATIONHANDLE =
1- FIELDS =
{ OPERATIONHANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'operationHandle', :class => ::Impala::Protocol::TOperationHandle} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1573 |
# File 'lib/impala/protocol/t_c_l_i_service_types.rb', line 1573 def struct_fields; FIELDS; end |
#validate ⇒ Object
1575 1576 1577 |
# File 'lib/impala/protocol/t_c_l_i_service_types.rb', line 1575 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field operationHandle is unset!') unless @operationHandle end |