Class: BigDecimal

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

Class Method Summary collapse

Class Method Details

.to_avroObject



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

def to_avro() 'long'          end

.to_pigObject



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

def to_pig() 'long'          end

.to_sqlObject



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

def to_sql() 'DECIMAL'                          end