Class: Bignum

Inherits:
Object show all
Defined in:
lib/wukong/schema.rb

Class Method Summary collapse

Class Method Details

.to_avroObject



58
# File 'lib/wukong/schema.rb', line 58

def to_avro() 'long'          end

.to_pigObject



29
# File 'lib/wukong/schema.rb', line 29

def to_pig() 'long'          end

.to_sqlObject



9
# File 'lib/wukong/schema.rb', line 9

def to_sql() 'BIGINT'                           end