Class: Hive2::Thrift::TI16Value

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/t_c_l_i_service_types.rb

Constant Summary collapse

VALUE =
1
FIELDS =
{
  VALUE => {:type => ::Thrift::Types::I16, :name => 'value', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



456
# File 'lib/thrift/t_c_l_i_service_types.rb', line 456

def struct_fields; FIELDS; end

#validateObject



458
459
# File 'lib/thrift/t_c_l_i_service_types.rb', line 458

def validate
end