Class: FilePath
Class Method Summary collapse
Class Method Details
.to_avro ⇒ Object
73 |
# File 'lib/wukong/schema.rb', line 73 def to_avro() 'string' end |
.to_pig ⇒ Object
44 |
# File 'lib/wukong/schema.rb', line 44 def to_pig() 'chararray' end |
.to_sql ⇒ Object
14 |
# File 'lib/wukong/schema.rb', line 14 def to_sql() 'VARCHAR(255) CHARACTER SET ASCII' end |