Class: Impala::Protocol::TUnregisterSubscriptionResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/state_store_service_types.rb

Constant Summary collapse

STATUS =
1
FIELDS =
{
STATUS => { :type => ::Thrift::Types::STRUCT, :name => 'status', :class => Impala::Protocol::TStatus, :optional => true }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



176
# File 'lib/impala/protocol/state_store_service_types.rb', line 176

def struct_fields; FIELDS; end

#validateObject



178
179
# File 'lib/impala/protocol/state_store_service_types.rb', line 178

def validate
end