Class: Regex

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

Class Method Summary collapse

Class Method Details

.to_avroObject



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

def to_avro() 'string'        end

.to_pigObject



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

def to_pig() 'chararray'     end

.to_sqlObject



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

def to_sql() 'TEXT'                             end