Class: Hive2::Thrift::TBoolValue

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::BOOL, :name => 'value', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



426
427
# File 'lib/thrift/t_c_l_i_service_types.rb', line 426

def validate
end