Class: Hive2::Thrift::TI64Value

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



490
491
# File 'lib/thrift/t_c_l_i_service_types.rb', line 490

def validate
end