Sha256: e84e63493901df76a85181f4d1437413f59d00529a842f90f9892b5a894c680f
Contents?: true
Size: 648 Bytes
Versions: 7
Compression:
Stored size: 648 Bytes
Contents
# # Autogenerated by Thrift Compiler (0.8.0) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # require 'frontend_types' module Impala module Protocol class TImpalaPlanServiceException < ::Thrift::Exception include ::Thrift::Struct, ::Thrift::Struct_Union def initialize(message=nil) super() self.msg = message end def message; msg end MSG = 1 FIELDS = { MSG => { :type => ::Thrift::Types::STRING, :name => 'msg' } } def struct_fields; FIELDS; end def validate end ::Thrift::Struct.generate_accessors self end end end
Version data entries
7 entries across 7 versions & 1 rubygems