class Hive2::Thrift::TStructTypeEntry
Constants
- FIELDS
- NAMETOTYPEPTR
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 261 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/t_c_l_i_service_types.rb 263 def validate 264 raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field nameToTypePtr is unset!') unless @nameToTypePtr 265 end