Class: IPAddress

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

Class Method Summary collapse

Class Method Details

.to_avroObject



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

def to_avro() 'string'        end

.to_pigObject



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

def to_pig() 'chararray'     end

.to_sqlObject



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

def to_sql() 'CHAR(15)     CHARACTER SET ASCII' end