Class: FilePath

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

Class Method Summary collapse

Class Method Details

.to_avroObject



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

def to_avro() 'string'        end

.to_pigObject



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

def to_pig() 'chararray'     end

.to_sqlObject



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

def to_sql() 'VARCHAR(255) CHARACTER SET ASCII' end