Class: Impala::Protocol::ImpalaPlanService::GetExplainString_result

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

Constant Summary collapse

SUCCESS =
0
E =
1
FIELDS =
{
SUCCESS => { :type => ::Thrift::Types::STRING, :name => 'success' },
E => { :type => ::Thrift::Types::STRUCT, :name => 'e', :class => Impala::Protocol::TImpalaPlanServiceException }
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



237
# File 'lib/impala/protocol/impala_plan_service.rb', line 237

def struct_fields; FIELDS; end

#validateObject



239
240
# File 'lib/impala/protocol/impala_plan_service.rb', line 239

def validate
end