Class: Csv

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

Class Method Summary (collapse)

Class Method Details

+ (Object) to_avro



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

def to_avro() 'string'        end

+ (Object) to_pig



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

def to_pig() 'chararray'     end

+ (Object) to_sql



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

def to_sql() 'TEXT'                             end