class Hive2::Thrift::TExecuteStatementResp
Constants
- FIELDS
- OPERATIONHANDLE
- STATUS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 1167 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 1169 def validate 1170 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field status is unset!') unless @status 1171 end